ansible-playbook [core 2.19.7] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.13/site-packages/ansible ansible collection location = /tmp/collections-HaD executable location = /usr/local/bin/ansible-playbook python version = 3.13.11 (main, Jan 6 2026, 00:00:00) [GCC 15.2.1 20251211 (Red Hat 15.2.1-5)] (/usr/bin/python3.13) jinja version = 3.1.6 pyyaml version = 6.0.2 (with libyaml v0.2.5) No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_server.yml ***************************************************** 1 plays in /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml PLAY [Test the server configuration containing tls tcp, plain tcp and udp connection] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:11 Saturday 28 February 2026 03:33:59 -0500 (0:00:00.039) 0:00:00.039 ***** [WARNING]: Host 'managed-node3' is using the discovered Python interpreter at '/usr/bin/python3.13', but future installation of another Python interpreter could cause a different interpreter to be discovered. See https://docs.ansible.com/ansible-core/2.19/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node3] TASK [TEST CASE 0; Test the server configuration containing tls tcp, plain tcp and udp connection] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:30 Saturday 28 February 2026 03:34:01 -0500 (0:00:01.546) 0:00:01.585 ***** included: fedora.linux_system_roles.logging for managed-node3 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 28 February 2026 03:34:01 -0500 (0:00:00.105) 0:00:01.690 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 28 February 2026 03:34:01 -0500 (0:00:00.039) 0:00:01.730 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009919", "end": "2026-02-28 03:34:01.854900", "failed_when_result": false, "rc": 0, "start": "2026-02-28 03:34:01.844981" } STDOUT: running TASK [fedora.linux_system_roles.logging : Require installed systemd] *********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 28 February 2026 03:34:01 -0500 (0:00:00.719) 0:00:02.449 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 28 February 2026 03:34:01 -0500 (0:00:00.033) 0:00:02.483 ***** ok: [managed-node3] => { "ansible_facts": { "__logging_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 28 February 2026 03:34:01 -0500 (0:00:00.028) 0:00:02.512 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_outputs | d([]) | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', 'match', '^files$') | list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] ***************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.036) 0:00:02.548 ***** ok: [managed-node3] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "files_output", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.039) 0:00:02.588 ***** ok: [managed-node3] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "system_input", "type": "basics" }, { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" }, { "name": "remote_ptcp", "tcp_ports": [ 514, 40010, 40011, 40012 ], "type": "remote" }, { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.039) 0:00:02.628 ***** skipping: [managed-node3] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.034) 0:00:02.662 ***** skipping: [managed-node3] => { "false_condition": "__custom_output_files | length > 0" } TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.043) 0:00:02.706 ***** skipping: [managed-node3] => (item={'name': 'flows', 'inputs': ['system_input', 'remote_tcp', 'remote_ptcp', 'remote_udp'], 'outputs': ['files_output']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "system_input", "remote_tcp", "remote_ptcp", "remote_udp" ], "name": "flows", "outputs": [ "files_output" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.043) 0:00:02.750 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.046) 0:00:02.796 ***** ok: [managed-node3] => { "ansible_facts": { "logging_tcp_ports": [], "logging_tls_tcp_ports": [], "logging_tls_udp_ports": [], "logging_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Parameter 'port' values] ************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.042) 0:00:02.838 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Update port values from outputs] ***** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.040) 0:00:02.878 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Update port values from inputs] ****** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.045) 0:00:02.924 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.045) 0:00:02.970 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.043) 0:00:03.013 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.032) 0:00:03.045 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.028) 0:00:03.074 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.031) 0:00:03.106 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.034) 0:00:03.141 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.049) 0:00:03.191 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.042) 0:00:03.233 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.012) 0:00:03.245 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.011) 0:00:03.256 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.013) 0:00:03.270 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.011) 0:00:03.281 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.033) 0:00:03.314 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.040) 0:00:03.354 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.031) 0:00:03.386 ***** included: fedora.linux_system_roles.certificate for managed-node3 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 28 February 2026 03:34:02 -0500 (0:00:00.079) 0:00:03.466 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 28 February 2026 03:34:03 -0500 (0:00:00.057) 0:00:03.523 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 28 February 2026 03:34:03 -0500 (0:00:00.033) 0:00:03.557 ***** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 28 February 2026 03:34:03 -0500 (0:00:00.600) 0:00:04.158 ***** ok: [managed-node3] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Saturday 28 February 2026 03:34:03 -0500 (0:00:00.054) 0:00:04.212 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008153", "end": "2026-02-28 03:34:04.101523", "failed_when_result": false, "rc": 0, "start": "2026-02-28 03:34:04.093370" } STDOUT: running TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Saturday 28 February 2026 03:34:04 -0500 (0:00:00.473) 0:00:04.685 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Saturday 28 February 2026 03:34:04 -0500 (0:00:00.035) 0:00:04.721 ***** ok: [managed-node3] => { "ansible_facts": { "__certificate_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Saturday 28 February 2026 03:34:04 -0500 (0:00:00.050) 0:00:04.772 ***** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node3] => (item=Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_42.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 28 February 2026 03:34:04 -0500 (0:00:00.132) 0:00:04.904 ***** changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: python3-cryptography-44.0.0-3.fc42.x86_64", "Installed: python3-cffi-1.17.1-2.fc42.x86_64", "Installed: python3-pycparser-2.20-19.fc42.noarch", "Installed: python3-ply-3.11-26.fc42.noarch", "Installed: python3-pyasn1-0.6.2-1.fc42.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Saturday 28 February 2026 03:34:07 -0500 (0:00:03.147) 0:00:08.052 ***** changed: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: python3-packaging-24.2-3.fc42.noarch", "Installed: certmonger-0.79.21-1.fc42.x86_64", "Installed: dbus-tools-1:1.16.0-3.fc42.x86_64" ] } lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Saturday 28 February 2026 03:34:10 -0500 (0:00:03.270) 0:00:11.322 ***** changed: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Saturday 28 February 2026 03:34:11 -0500 (0:00:00.652) 0:00:11.974 ***** changed: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Saturday 28 February 2026 03:34:11 -0500 (0:00:00.534) 0:00:12.508 ***** changed: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target dbus.socket system.slice dbus-broker.service basic.target sysinit.target syslog.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "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", "CanLiveMount": "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3891851264", "EffectiveMemoryMax": "3891851264", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "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 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14691", "LimitNPROCSoft": "14691", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14691", "LimitSIGPENDINGSoft": "14691", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3439161344", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Saturday 28 February 2026 03:34:13 -0500 (0:00:01.348) 0:00:13.857 ***** changed: [managed-node3] => (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 : Check if test mode is supported] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Saturday 28 February 2026 03:34:14 -0500 (0:00:01.245) 0:00:15.102 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Saturday 28 February 2026 03:34:14 -0500 (0:00:00.057) 0:00:15.160 ***** skipping: [managed-node3] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Saturday 28 February 2026 03:34:14 -0500 (0:00:00.098) 0:00:15.258 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Saturday 28 February 2026 03:34:14 -0500 (0:00:00.055) 0:00:15.313 ***** skipping: [managed-node3] => (item=logging_cert) => { "ansible_loop_var": "cert_name", "cert_name": "logging_cert", "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Saturday 28 February 2026 03:34:14 -0500 (0:00:00.045) 0:00:15.359 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Saturday 28 February 2026 03:34:14 -0500 (0:00:00.038) 0:00:15.397 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 28 February 2026 03:34:14 -0500 (0:00:00.042) 0:00:15.440 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************ task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 28 February 2026 03:34:14 -0500 (0:00:00.037) 0:00:15.478 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Delete debug file] ******************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 28 February 2026 03:34:14 -0500 (0:00:00.032) 0:00:15.510 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] *********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.031) 0:00:15.541 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.029) 0:00:15.571 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] ********* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.028) 0:00:15.599 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.030) 0:00:15.630 ***** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.037) 0:00:15.667 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.023) 0:00:15.691 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.043) 0:00:15.734 ***** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.465) 0:00:16.200 ***** ok: [managed-node3] => { "ansible_facts": { "__logging_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.027) 0:00:16.227 ***** ok: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.053) 0:00:16.281 ***** skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.075) 0:00:16.356 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.078) 0:00:16.435 ***** skipping: [managed-node3] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "false_condition": "logging_purge_confs | bool | d(false)", "item": "rsyslog", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.034) 0:00:16.469 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_purge_confs | bool | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 28 February 2026 03:34:15 -0500 (0:00:00.025) 0:00:16.494 ***** changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-gnutls-8.2508.0-1.fc42.x86_64" ] } lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 28 February 2026 03:34:17 -0500 (0:00:01.959) 0:00:18.454 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 28 February 2026 03:34:17 -0500 (0:00:00.026) 0:00:18.480 ***** ok: [managed-node3] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": "None", "name": "ModemManager-glib", "release": "5.fc42", "source": "rpm", "version": "1.22.0" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager", "release": "1.fc42", "source": "rpm", "version": "1.52.2" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "1.fc42", "source": "rpm", "version": "1.52.2" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "abattis-cantarell-vf-fonts", "release": "14.fc42", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": "None", "name": "alternatives", "release": "3.fc42", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "aspell": [ { "arch": "x86_64", "epoch": "12", "name": "aspell", "release": "4.fc42", "source": "rpm", "version": "0.60.8.1" } ], "aspell-en": [ { "arch": "x86_64", "epoch": "50", "name": "aspell-en", "release": "13.fc42", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": "None", "name": "atheros-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "authselect": [ { "arch": "x86_64", "epoch": "None", "name": "authselect", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": "None", "name": "authselect-libs", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": "None", "name": "avahi-libs", "release": "2.fc42", "source": "rpm", "version": "0.9~rc2" } ], "basesystem": [ { "arch": "noarch", "epoch": "None", "name": "basesystem", "release": "22.fc42", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": "None", "name": "bash", "release": "1.fc42", "source": "rpm", "version": "5.2.37" } ], "bash-completion": [ { "arch": "noarch", "epoch": "1", "name": "bash-completion", "release": "1.fc42", "source": "rpm", "version": "2.16" } ], "bc": [ { "arch": "x86_64", "epoch": "None", "name": "bc", "release": "2.fc42", "source": "rpm", "version": "1.08.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib", "release": "1.fc42", "source": "rpm", "version": "1.33" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc42eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "12.fc42", "source": "rpm", "version": "2.44" } ], "bison": [ { "arch": "x86_64", "epoch": "None", "name": "bison", "release": "11.fc42", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": "None", "name": "bluez", "release": "2.fc42", "source": "rpm", "version": "5.84" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": "None", "name": "boost-atomic", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "boost-filesystem", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": "None", "name": "boost-system", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": "None", "name": "boost-thread", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": "None", "name": "brcmfmac-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc42", "source": "rpm", "version": "6.17.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "20.fc42", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "1.fc42", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.0.fc42", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc42", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "1.fc42", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "cloud-init": [ { "arch": "noarch", "epoch": "None", "name": "cloud-init", "release": "5.fc42", "source": "rpm", "version": "24.2" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": "None", "name": "cloud-utils-growpart", "release": "10.fc42", "source": "rpm", "version": "0.33" } ], "cmake-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "cmake-filesystem", "release": "2.fc42", "source": "rpm", "version": "3.31.6" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "7.fc42", "source": "rpm", "version": "9.6" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "7.fc42", "source": "rpm", "version": "9.6" } ], "cpio": [ { "arch": "x86_64", "epoch": "None", "name": "cpio", "release": "4.fc42", "source": "rpm", "version": "2.15" } ], "cpp": [ { "arch": "x86_64", "epoch": "None", "name": "cpp", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib", "release": "7.fc42", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib-dicts", "release": "7.fc42", "source": "rpm", "version": "2.9.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies", "release": "1.git3839d0e.fc42", "source": "rpm", "version": "20251125" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.git3839d0e.fc42", "source": "rpm", "version": "20251125" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc42", "source": "rpm", "version": "2.8.4" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "7.fc42", "source": "rpm", "version": "8.11.1" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-gssapi", "release": "30.fc42", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-lib", "release": "30.fc42", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": "1", "name": "dbus", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": "None", "name": "dbus-broker", "release": "6.fc42", "source": "rpm", "version": "36" } ], "dbus-common": [ { "arch": "noarch", "epoch": "1", "name": "dbus-common", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-libs", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-persistent-data", "release": "3.fc42", "source": "rpm", "version": "1.1.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": "12", "name": "dhcp-client", "release": "16.P1.fc42", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": "12", "name": "dhcp-common", "release": "16.P1.fc42", "source": "rpm", "version": "4.4.3" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": "None", "name": "dhcpcd", "release": "3.fc42", "source": "rpm", "version": "10.3.0" } ], "diffutils": [ { "arch": "x86_64", "epoch": "None", "name": "diffutils", "release": "1.fc42", "source": "rpm", "version": "3.12" } ], "dnf-data": [ { "arch": "noarch", "epoch": "None", "name": "dnf-data", "release": "1.fc42", "source": "rpm", "version": "4.24.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "dnf-plugins-core", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "dnf-utils": [ { "arch": "noarch", "epoch": "None", "name": "dnf-utils", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": "None", "name": "dosfstools", "release": "15.fc42", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": "None", "name": "dracut", "release": "4.fc42", "source": "rpm", "version": "107" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": "None", "name": "dracut-config-rescue", "release": "4.fc42", "source": "rpm", "version": "107" } ], "duktape": [ { "arch": "x86_64", "epoch": "None", "name": "duktape", "release": "9.fc42", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": "None", "name": "dyninst", "release": "5.fc42", "source": "rpm", "version": "13.0.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs-libs", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": "None", "name": "efivar-libs", "release": "8.fc42", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc42", "source": "rpm", "version": "1.3.1" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc42", "source": "rpm", "version": "2.7.3" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": "None", "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "42" } ], "fedora-release": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release", "release": "30", "source": "rpm", "version": "42" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "30", "source": "rpm", "version": "42" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "30", "source": "rpm", "version": "42" } ], "fedora-repos": [ { "arch": "noarch", "epoch": "None", "name": "fedora-repos", "release": "1", "source": "rpm", "version": "42" } ], "file": [ { "arch": "x86_64", "epoch": "None", "name": "file", "release": "3.fc42", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "3.fc42", "source": "rpm", "version": "5.46" } ], "filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "filesystem", "release": "47.fc42", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": "1", "name": "findutils", "release": "5.fc42", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": "None", "name": "firewalld", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "flex": [ { "arch": "x86_64", "epoch": "None", "name": "flex", "release": "19.fc42", "source": "rpm", "version": "2.6.4" } ], "fmt": [ { "arch": "x86_64", "epoch": "None", "name": "fmt", "release": "1.fc42", "source": "rpm", "version": "11.1.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": "1", "name": "fonts-filesystem", "release": "22.fc42", "source": "rpm", "version": "2.0.5" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "fuse3-libs", "release": "5.fc42", "source": "rpm", "version": "3.16.2" } ], "fwupd": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "gawk": [ { "arch": "x86_64", "epoch": "None", "name": "gawk", "release": "1.fc42", "source": "rpm", "version": "5.3.1" } ], "gcc": [ { "arch": "x86_64", "epoch": "None", "name": "gcc", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "gdbm": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm", "release": "9.fc42", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm-libs", "release": "9.fc42", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": "None", "name": "gdisk", "release": "3.fc42", "source": "rpm", "version": "1.0.10" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-envsubst", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-libs", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-runtime", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "git": [ { "arch": "x86_64", "epoch": "None", "name": "git", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "1.fc42", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc42", "source": "rpm", "version": "2.84.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "gmp": [ { "arch": "x86_64", "epoch": "1", "name": "gmp", "release": "4.fc42", "source": "rpm", "version": "6.3.0" } ], "gnulib-l10n": [ { "arch": "noarch", "epoch": "None", "name": "gnulib-l10n", "release": "1.fc42", "source": "rpm", "version": "20241231" } ], "gnupg2": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2", "release": "2.fc42", "source": "rpm", "version": "2.4.9" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-smime", "release": "2.fc42", "source": "rpm", "version": "2.4.9" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "3.fc42", "source": "rpm", "version": "3.8.11" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "3.fc42", "source": "rpm", "version": "3.8.11" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": "None", "name": "gobject-introspection", "release": "1.fc42", "source": "rpm", "version": "1.84.0" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-fonts-common", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-mono-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-serif-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "gpg-pubkey": [ { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "65ca83d1", "source": "rpm", "version": "105ef944" }, { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "5e67a958", "source": "rpm", "version": "3a97f4df" } ], "gpgme": [ { "arch": "x86_64", "epoch": "None", "name": "gpgme", "release": "1.fc42", "source": "rpm", "version": "1.24.3" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gpm-libs", "release": "51.fc42", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": "None", "name": "grep", "release": "10.fc42", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": "None", "name": "groff-base", "release": "8.fc42", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": "1", "name": "grub2-common", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "82.fc42", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": "None", "name": "gsettings-desktop-schemas", "release": "3.fc42", "source": "rpm", "version": "48.0" } ], "gssproxy": [ { "arch": "x86_64", "epoch": "None", "name": "gssproxy", "release": "8.fc42", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": "None", "name": "gzip", "release": "3.fc42", "source": "rpm", "version": "1.13" } ], "hiredis": [ { "arch": "x86_64", "epoch": "None", "name": "hiredis", "release": "6.fc42", "source": "rpm", "version": "1.2.0" } ], "hostname": [ { "arch": "x86_64", "epoch": "None", "name": "hostname", "release": "2.fc42", "source": "rpm", "version": "3.25" } ], "hunspell": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell", "release": "9.fc42", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-GB", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-US", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell-filesystem", "release": "9.fc42", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": "None", "name": "hwdata", "release": "1.fc42", "source": "rpm", "version": "0.404" } ], "ima-evm-utils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ima-evm-utils-libs", "release": "4.fc42", "source": "rpm", "version": "1.6.2" } ], "inih": [ { "arch": "x86_64", "epoch": "None", "name": "inih", "release": "1.fc42", "source": "rpm", "version": "62" } ], "initscripts-service": [ { "arch": "noarch", "epoch": "None", "name": "initscripts-service", "release": "3.fc42", "source": "rpm", "version": "10.26" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-audio-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "ipcalc": [ { "arch": "x86_64", "epoch": "None", "name": "ipcalc", "release": "11.fc42", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": "None", "name": "iproute", "release": "3.fc42", "source": "rpm", "version": "6.12.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-libs", "release": "9.fc42", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "9.fc42", "source": "rpm", "version": "1.8.11" } ], "iputils": [ { "arch": "x86_64", "epoch": "None", "name": "iputils", "release": "1.fc42", "source": "rpm", "version": "20250605" } ], "jansson": [ { "arch": "x86_64", "epoch": "None", "name": "jansson", "release": "2.fc42", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": "None", "name": "jitterentropy", "release": "2.fc42", "source": "rpm", "version": "3.6.0" } ], "jq": [ { "arch": "x86_64", "epoch": "None", "name": "jq", "release": "11.fc42", "source": "rpm", "version": "1.7.1" } ], "json-c": [ { "arch": "x86_64", "epoch": "None", "name": "json-c", "release": "2.fc42", "source": "rpm", "version": "0.18" } ], "json-glib": [ { "arch": "x86_64", "epoch": "None", "name": "json-glib", "release": "1.fc42", "source": "rpm", "version": "1.10.8" } ], "kbd": [ { "arch": "x86_64", "epoch": "None", "name": "kbd", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": "None", "name": "kbd-legacy", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": "None", "name": "kbd-misc", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kernel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "100.fc42", "source": "rpm", "version": "6.18.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "keyutils": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils", "release": "5.fc42", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils-libs", "release": "5.fc42", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": "None", "name": "kmod", "release": "3.fc42", "source": "rpm", "version": "33" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": "None", "name": "kmod-libs", "release": "3.fc42", "source": "rpm", "version": "33" } ], "kpartx": [ { "arch": "x86_64", "epoch": "None", "name": "kpartx", "release": "5.fc42", "source": "rpm", "version": "0.10.0" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": "None", "name": "krb5-libs", "release": "6.fc42", "source": "rpm", "version": "1.21.3" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-core-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-fonts-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "less": [ { "arch": "x86_64", "epoch": "None", "name": "less", "release": "1.fc42", "source": "rpm", "version": "685" } ], "libacl": [ { "arch": "x86_64", "epoch": "None", "name": "libacl", "release": "3.fc42", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": "None", "name": "libaio", "release": "21.fc42", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": "None", "name": "libarchive", "release": "1.fc42", "source": "rpm", "version": "3.8.1" } ], "libassuan": [ { "arch": "x86_64", "epoch": "None", "name": "libassuan", "release": "3.fc42", "source": "rpm", "version": "2.5.7" } ], "libatasmart": [ { "arch": "x86_64", "epoch": "None", "name": "libatasmart", "release": "30.fc42", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": "None", "name": "libattr", "release": "5.fc42", "source": "rpm", "version": "2.5.2" } ], "libb2": [ { "arch": "x86_64", "epoch": "None", "name": "libb2", "release": "13.fc42", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": "None", "name": "libbasicobjects", "release": "58.fc42", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": "None", "name": "libblkid", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-crypto", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-fs", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-loop", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-mdraid", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-nvme", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-part", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-smart": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-smart", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-swap", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-utils", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libbpf": [ { "arch": "x86_64", "epoch": "2", "name": "libbpf", "release": "2.fc42", "source": "rpm", "version": "1.5.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": "None", "name": "libbrotli", "release": "1.fc42", "source": "rpm", "version": "1.2.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "1.fc42", "source": "rpm", "version": "2.12" } ], "libcap": [ { "arch": "x86_64", "epoch": "None", "name": "libcap", "release": "2.fc42", "source": "rpm", "version": "2.73" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "7.fc42", "source": "rpm", "version": "0.9" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "7.fc42", "source": "rpm", "version": "0.9" } ], "libcbor": [ { "arch": "x86_64", "epoch": "None", "name": "libcbor", "release": "3.fc42", "source": "rpm", "version": "0.11.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": "None", "name": "libcollection", "release": "58.fc42", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": "None", "name": "libcom_err", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "libcomps", "release": "1.fc42", "source": "rpm", "version": "0.1.22" } ], "libcurl": [ { "arch": "x86_64", "epoch": "None", "name": "libcurl", "release": "7.fc42", "source": "rpm", "version": "8.11.1" } ], "libdhash": [ { "arch": "x86_64", "epoch": "None", "name": "libdhash", "release": "58.fc42", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdnf5-plugin-expired-pgp-keys": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-plugin-expired-pgp-keys", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc42", "source": "rpm", "version": "2.4.131" } ], "libeconf": [ { "arch": "x86_64", "epoch": "None", "name": "libeconf", "release": "2.fc42", "source": "rpm", "version": "0.7.6" } ], "libedit": [ { "arch": "x86_64", "epoch": "None", "name": "libedit", "release": "56.20251016cvs.fc42", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": "None", "name": "libestr", "release": "11.fc42", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": "None", "name": "libev", "release": "13.fc42", "source": "rpm", "version": "4.33" } ], "libevdev": [ { "arch": "x86_64", "epoch": "None", "name": "libevdev", "release": "1.fc42", "source": "rpm", "version": "1.13.4" } ], "libevent": [ { "arch": "x86_64", "epoch": "None", "name": "libevent", "release": "15.fc42", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": "None", "name": "libfastjson", "release": "6.fc42", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": "None", "name": "libfdisk", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libffi": [ { "arch": "x86_64", "epoch": "None", "name": "libffi", "release": "5.fc42", "source": "rpm", "version": "3.4.6" } ], "libfido2": [ { "arch": "x86_64", "epoch": "None", "name": "libfido2", "release": "3.fc42", "source": "rpm", "version": "1.15.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": "None", "name": "libfsverity", "release": "2.fc42", "source": "rpm", "version": "1.6" } ], "libgcc": [ { "arch": "x86_64", "epoch": "None", "name": "libgcc", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libgcrypt", "release": "5.fc42", "source": "rpm", "version": "1.11.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": "None", "name": "libgomp", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": "None", "name": "libgpg-error", "release": "2.fc42", "source": "rpm", "version": "1.51" } ], "libgudev": [ { "arch": "x86_64", "epoch": "None", "name": "libgudev", "release": "7.fc42", "source": "rpm", "version": "238" } ], "libidn2": [ { "arch": "x86_64", "epoch": "None", "name": "libidn2", "release": "1.fc42", "source": "rpm", "version": "2.3.8" } ], "libini_config": [ { "arch": "x86_64", "epoch": "None", "name": "libini_config", "release": "58.fc42", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": "None", "name": "libjcat", "release": "1.fc42", "source": "rpm", "version": "0.2.5" } ], "libkcapi": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hasher": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hasher", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hmaccalc", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libksba": [ { "arch": "x86_64", "epoch": "None", "name": "libksba", "release": "3.fc42", "source": "rpm", "version": "1.6.7" } ], "libldb": [ { "arch": "x86_64", "epoch": "2", "name": "libldb", "release": "1.fc42", "source": "rpm", "version": "4.22.7" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": "None", "name": "libmaxminddb", "release": "3.fc42", "source": "rpm", "version": "1.12.2" } ], "libmbim": [ { "arch": "x86_64", "epoch": "None", "name": "libmbim", "release": "5.fc42", "source": "rpm", "version": "1.30.0" } ], "libmnl": [ { "arch": "x86_64", "epoch": "None", "name": "libmnl", "release": "7.fc42", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": "None", "name": "libmodulemd", "release": "1.fc42", "source": "rpm", "version": "2.15.2" } ], "libmount": [ { "arch": "x86_64", "epoch": "None", "name": "libmount", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": "None", "name": "libmpc", "release": "7.fc42", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": "None", "name": "libndp", "release": "3.fc42", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": "None", "name": "libnetfilter_conntrack", "release": "8.fc42", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": "None", "name": "libnfnetlink", "release": "30.fc42", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": "1", "name": "libnfsidmap", "release": "0.fc42", "source": "rpm", "version": "2.8.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": "None", "name": "libnftnl", "release": "4.fc42", "source": "rpm", "version": "1.2.8" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": "None", "name": "libnghttp2", "release": "3.fc42", "source": "rpm", "version": "1.64.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": "None", "name": "libnl3", "release": "3.fc42", "source": "rpm", "version": "3.11.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": "None", "name": "libnsl2", "release": "3.fc42", "source": "rpm", "version": "2.0.1" } ], "libnvme": [ { "arch": "x86_64", "epoch": "None", "name": "libnvme", "release": "2.fc42", "source": "rpm", "version": "1.15" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": "None", "name": "libpath_utils", "release": "58.fc42", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": "None", "name": "libpciaccess", "release": "15.fc42", "source": "rpm", "version": "0.16" } ], "libpipeline": [ { "arch": "x86_64", "epoch": "None", "name": "libpipeline", "release": "2.fc42", "source": "rpm", "version": "1.5.8" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "libpkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "libproxy": [ { "arch": "x86_64", "epoch": "None", "name": "libproxy", "release": "2.fc42", "source": "rpm", "version": "0.5.8" } ], "libpsl": [ { "arch": "x86_64", "epoch": "None", "name": "libpsl", "release": "5.fc42", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": "None", "name": "libpwquality", "release": "12.fc42", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": "None", "name": "libqmi", "release": "7.fc42", "source": "rpm", "version": "1.34.0" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": "None", "name": "libqrtr-glib", "release": "7.fc42", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": "None", "name": "libref_array", "release": "58.fc42", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": "None", "name": "librepo", "release": "1.fc42", "source": "rpm", "version": "1.20.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "libreport-filesystem", "release": "5.fc42", "source": "rpm", "version": "2.17.15" } ], "libseccomp": [ { "arch": "x86_64", "epoch": "None", "name": "libseccomp", "release": "2.fc41", "source": "rpm", "version": "2.5.5" } ], "libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux-utils", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "libsepol": [ { "arch": "x86_64", "epoch": "None", "name": "libsepol", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": "None", "name": "libsmartcols", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "2.fc42", "source": "rpm", "version": "1.0.21" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "3.fc42", "source": "rpm", "version": "0.7.35" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "2.fc42", "source": "rpm", "version": "3.6.6" } ], "libss": [ { "arch": "x86_64", "epoch": "None", "name": "libss", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "libssh": [ { "arch": "x86_64", "epoch": "None", "name": "libssh", "release": "1.fc42", "source": "rpm", "version": "0.11.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc42", "source": "rpm", "version": "0.11.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_certmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": "None", "name": "libtalloc", "release": "2.fc42", "source": "rpm", "version": "2.4.3" } ], "libtasn1": [ { "arch": "x86_64", "epoch": "None", "name": "libtasn1", "release": "1.fc42", "source": "rpm", "version": "4.20.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": "None", "name": "libtdb", "release": "2.fc42", "source": "rpm", "version": "1.4.13" } ], "libtevent": [ { "arch": "x86_64", "epoch": "None", "name": "libtevent", "release": "2.fc42", "source": "rpm", "version": "0.16.2" } ], "libtextstyle": [ { "arch": "x86_64", "epoch": "None", "name": "libtextstyle", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": "None", "name": "libtirpc", "release": "1.fc42", "source": "rpm", "version": "1.3.7" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": "None", "name": "libtool-ltdl", "release": "4.fc42", "source": "rpm", "version": "2.5.4" } ], "libudisks2": [ { "arch": "x86_64", "epoch": "None", "name": "libudisks2", "release": "1.fc42", "source": "rpm", "version": "2.10.91" } ], "libunistring": [ { "arch": "x86_64", "epoch": "None", "name": "libunistring", "release": "9.fc42", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": "None", "name": "libusb1", "release": "4.fc42", "source": "rpm", "version": "1.0.29" } ], "libutempter": [ { "arch": "x86_64", "epoch": "None", "name": "libutempter", "release": "17.fc42", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": "None", "name": "libuuid", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libverto": [ { "arch": "x86_64", "epoch": "None", "name": "libverto", "release": "10.fc42", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": "None", "name": "libverto-libev", "release": "10.fc42", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "1.fc42", "source": "rpm", "version": "4.5.2" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "1.fc42", "source": "rpm", "version": "4.5.2" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": "None", "name": "libxkbcommon", "release": "1.fc42", "source": "rpm", "version": "1.8.1" } ], "libxml2": [ { "arch": "x86_64", "epoch": "None", "name": "libxml2", "release": "1.fc42", "source": "rpm", "version": "2.12.10" } ], "libxmlb": [ { "arch": "x86_64", "epoch": "None", "name": "libxmlb", "release": "1.fc42", "source": "rpm", "version": "0.3.24" } ], "libxslt": [ { "arch": "x86_64", "epoch": "None", "name": "libxslt", "release": "1.fc42", "source": "rpm", "version": "1.1.43" } ], "libyaml": [ { "arch": "x86_64", "epoch": "None", "name": "libyaml", "release": "16.fc42", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd", "release": "1.fc42", "source": "rpm", "version": "1.5.7" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd-devel", "release": "1.fc42", "source": "rpm", "version": "1.5.7" } ], "linux-firmware": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "1.fc42", "source": "rpm", "version": "0.9.34" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "3.fc42", "source": "rpm", "version": "3.22.0" } ], "lsof": [ { "arch": "x86_64", "epoch": "None", "name": "lsof", "release": "7.fc42", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "4.fc42", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "1.fc42", "source": "rpm", "version": "2.03.34" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "1.fc42", "source": "rpm", "version": "2.03.34" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lz4-libs", "release": "2.fc42", "source": "rpm", "version": "1.10.0" } ], "lzo": [ { "arch": "x86_64", "epoch": "None", "name": "lzo", "release": "14.fc42", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": "None", "name": "m4", "release": "12.fc42", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": "1", "name": "make", "release": "10.fc42", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": "None", "name": "man-db", "release": "2.fc42", "source": "rpm", "version": "2.13.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": "None", "name": "mdadm", "release": "8.fc42", "source": "rpm", "version": "4.3" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": "None", "name": "mkpasswd", "release": "1.fc42", "source": "rpm", "version": "5.6.5" } ], "mokutil": [ { "arch": "x86_64", "epoch": "2", "name": "mokutil", "release": "5.fc42", "source": "rpm", "version": "0.7.1" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": "None", "name": "mpdecimal", "release": "1.fc42", "source": "rpm", "version": "4.0.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": "None", "name": "mpfr", "release": "1.fc42", "source": "rpm", "version": "4.2.2" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": "None", "name": "mt7xxx-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "ncurses": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "ncurses-base": [ { "arch": "noarch", "epoch": "None", "name": "ncurses-base", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses-libs", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "nettle": [ { "arch": "x86_64", "epoch": "None", "name": "nettle", "release": "1.fc42", "source": "rpm", "version": "3.10.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": "1", "name": "nfs-utils", "release": "0.fc42", "source": "rpm", "version": "2.8.4" } ], "nftables": [ { "arch": "x86_64", "epoch": "1", "name": "nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "npth": [ { "arch": "x86_64", "epoch": "None", "name": "npth", "release": "2.fc42", "source": "rpm", "version": "1.8" } ], "nspr": [ { "arch": "x86_64", "epoch": "None", "name": "nspr", "release": "1.fc42", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g-libs", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-system-compression": [ { "arch": "x86_64", "epoch": "None", "name": "ntfs-3g-system-compression", "release": "1.fc42", "source": "rpm", "version": "1.1" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfsprogs", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nvidia-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "oniguruma": [ { "arch": "x86_64", "epoch": "None", "name": "oniguruma", "release": "2.fc42", "source": "rpm", "version": "6.9.10" } ], "openldap": [ { "arch": "x86_64", "epoch": "None", "name": "openldap", "release": "1.fc42", "source": "rpm", "version": "2.6.10" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": "None", "name": "openssl-pkcs11", "release": "2.fc42", "source": "rpm", "version": "0.4.13" } ], "os-prober": [ { "arch": "x86_64", "epoch": "None", "name": "os-prober", "release": "9.fc42", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit", "release": "1.fc42", "source": "rpm", "version": "0.26.2" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc42", "source": "rpm", "version": "0.26.2" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "7.fc42", "source": "rpm", "version": "1.7.0" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "7.fc42", "source": "rpm", "version": "1.7.0" } ], "parted": [ { "arch": "x86_64", "epoch": "None", "name": "parted", "release": "11.fc42", "source": "rpm", "version": "3.6" } ], "passim": [ { "arch": "x86_64", "epoch": "None", "name": "passim", "release": "1.fc42", "source": "rpm", "version": "0.1.10" } ], "passim-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "1.fc42", "source": "rpm", "version": "0.1.10" } ], "pcre2": [ { "arch": "x86_64", "epoch": "None", "name": "pcre2", "release": "1.fc42", "source": "rpm", "version": "10.46" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc42", "source": "rpm", "version": "10.46" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite", "release": "2.fc42", "source": "rpm", "version": "2.3.1" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite-ccid", "release": "3.fc42", "source": "rpm", "version": "1.6.1" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite-libs", "release": "2.fc42", "source": "rpm", "version": "2.3.1" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": "0", "name": "perl-AutoLoader", "release": "519.fc42", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "519.fc42", "source": "rpm", "version": "1.89" } ], "perl-Carp": [ { "arch": "noarch", "epoch": "None", "name": "perl-Carp", "release": "512.fc42", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": "0", "name": "perl-Class-Struct", "release": "519.fc42", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Data-Dumper", "release": "513.fc42", "source": "rpm", "version": "2.189" } ], "perl-Digest": [ { "arch": "noarch", "epoch": "None", "name": "perl-Digest", "release": "512.fc42", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Digest-MD5", "release": "6.fc42", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": "0", "name": "perl-DynaLoader", "release": "519.fc42", "source": "rpm", "version": "1.56" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Encode", "release": "512.fc42", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Errno", "release": "519.fc42", "source": "rpm", "version": "1.38" } ], "perl-Error": [ { "arch": "noarch", "epoch": "1", "name": "perl-Error", "release": "1.fc42", "source": "rpm", "version": "0.17030" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": "None", "name": "perl-Exporter", "release": "512.fc42", "source": "rpm", "version": "5.78" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Fcntl", "release": "519.fc42", "source": "rpm", "version": "1.18" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "519.fc42", "source": "rpm", "version": "2.86" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": "None", "name": "perl-File-Path", "release": "512.fc42", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": "1", "name": "perl-File-Temp", "release": "512.fc42", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-stat", "release": "519.fc42", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "519.fc42", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": "1", "name": "perl-Getopt-Long", "release": "3.fc42", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": "0", "name": "perl-Getopt-Std", "release": "519.fc42", "source": "rpm", "version": "1.14" } ], "perl-Git": [ { "arch": "noarch", "epoch": "None", "name": "perl-Git", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "2.fc42", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "519.fc42", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "2.fc42", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc42", "source": "rpm", "version": "2.089" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "519.fc42", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "23.fc42", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "512.fc42", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "519.fc42", "source": "rpm", "version": "1.17" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "8.fc42", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "519.fc42", "source": "rpm", "version": "2.20" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "513.fc42", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "512.fc42", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "513.fc42", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "512.fc42", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "1.fc42", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc42", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "519.fc42", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "512.fc42", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "512.fc42", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "519.fc42", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "513.fc42", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "512.fc42", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "24.fc42", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "512.fc42", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "512.fc42", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "512.fc42", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc42", "source": "rpm", "version": "5.31" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "519.fc42", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "513.fc42", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "519.fc42", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "519.fc42", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "513.fc42", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "519.fc42", "source": "rpm", "version": "1.12" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "519.fc42", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "519.fc42", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "519.fc42", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "2.fc42", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "3.fc42", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "519.fc42", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "polkit": [ { "arch": "x86_64", "epoch": "None", "name": "polkit", "release": "3.fc42.1", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "3.fc42.1", "source": "rpm", "version": "126" } ], "popt": [ { "arch": "x86_64", "epoch": "None", "name": "popt", "release": "8.fc42", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": "None", "name": "prefixdevname", "release": "6.fc42", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": "None", "name": "procps-ng", "release": "6.fc42.1", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": "None", "name": "protobuf-c", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": "None", "name": "psmisc", "release": "5.fc42", "source": "rpm", "version": "23.7" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": "None", "name": "publicsuffix-list-dafsa", "release": "1.fc42", "source": "rpm", "version": "20260116" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": "None", "name": "python-pip-wheel", "release": "5.fc42", "source": "rpm", "version": "24.3.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": "None", "name": "python-unversioned-command", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc42", "source": "rpm", "version": "25.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc42", "source": "rpm", "version": "1.17.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "2.fc42", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "3.fc42", "source": "rpm", "version": "44.0.0" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "17.fc42", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "9.fc42", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "6.fc42", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc42", "source": "rpm", "version": "4.24.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf-plugins-core", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "python3-firewall": [ { "arch": "noarch", "epoch": "None", "name": "python3-firewall", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": "None", "name": "python3-gobject-base", "release": "1.fc42", "source": "rpm", "version": "3.50.2" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": "None", "name": "python3-hawkey", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": "None", "name": "python3-idna", "release": "2.fc42", "source": "rpm", "version": "3.10" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": "None", "name": "python3-jinja2", "release": "1.fc42", "source": "rpm", "version": "3.1.6" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpatch", "release": "7.fc42", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpointer", "release": "4.fc42", "source": "rpm", "version": "2.4" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema", "release": "2.fc42", "source": "rpm", "version": "4.23.0" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema-specifications", "release": "2.fc42", "source": "rpm", "version": "2024.10.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libcomps", "release": "1.fc42", "source": "rpm", "version": "0.1.22" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "1.fc42", "source": "rpm", "version": "5.3.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "2.fc42", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": "1", "name": "python3-nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "6.fc42", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "3.fc42", "source": "rpm", "version": "24.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "26.fc42", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "1.fc42", "source": "rpm", "version": "0.6.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "19.fc42", "source": "rpm", "version": "2.20" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyserial", "release": "11.fc42", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "26.fc42", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "2.fc42", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "1.fc42", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "1.fc42", "source": "rpm", "version": "2.32.4" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "1.fc42", "source": "rpm", "version": "0.25.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "3.fc42", "source": "rpm", "version": "4.6.0" } ], "python3-six": [ { "arch": "noarch", "epoch": "None", "name": "python3-six", "release": "2.fc42", "source": "rpm", "version": "1.17.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": "None", "name": "python3-systemd", "release": "13.fc42", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": "None", "name": "python3-unbound", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3+socks", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "qa-tools": [ { "arch": "noarch", "epoch": "None", "name": "qa-tools", "release": "6.fc42", "source": "rpm", "version": "4.1" } ], "qcom-wwan-firmware": [ { "arch": "noarch", "epoch": "None", "name": "qcom-wwan-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "quota": [ { "arch": "x86_64", "epoch": "1", "name": "quota", "release": "8.fc42", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": "1", "name": "quota-nls", "release": "8.fc42", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": "None", "name": "readline", "release": "13.fc42", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": "None", "name": "realtek-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc42eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc42eng", "source": "rpm", "version": "0.4.14" } ], "rng-tools": [ { "arch": "x86_64", "epoch": "None", "name": "rng-tools", "release": "5.fc42", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": "None", "name": "rootfiles", "release": "38.fc42", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": "None", "name": "rpcbind", "release": "0.fc42", "source": "rpm", "version": "1.2.8" } ], "rpm": [ { "arch": "x86_64", "epoch": "None", "name": "rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-build-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-selinux", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sequoia", "release": "1.fc42", "source": "rpm", "version": "1.10.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sign-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rsync": [ { "arch": "x86_64", "epoch": "None", "name": "rsync", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "rsyslog": [ { "arch": "x86_64", "epoch": "None", "name": "rsyslog", "release": "1.fc42", "source": "rpm", "version": "8.2508.0" } ], "rsyslog-gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "rsyslog-gnutls", "release": "1.fc42", "source": "rpm", "version": "8.2508.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": "None", "name": "rtl-sdr", "release": "4.fc42", "source": "rpm", "version": "2.0.1" } ], "sdbus-cpp": [ { "arch": "x86_64", "epoch": "None", "name": "sdbus-cpp", "release": "4.fc42", "source": "rpm", "version": "1.5.0" } ], "sed": [ { "arch": "x86_64", "epoch": "None", "name": "sed", "release": "4.fc42", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy", "release": "1.fc42", "source": "rpm", "version": "42.24" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.24" } ], "setup": [ { "arch": "noarch", "epoch": "None", "name": "setup", "release": "13.fc42", "source": "rpm", "version": "2.15.0" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": "2", "name": "shadow-utils", "release": "1.fc42", "source": "rpm", "version": "4.17.4" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": "None", "name": "shared-mime-info", "release": "7.fc42", "source": "rpm", "version": "2.3" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "sqlite-libs", "release": "5.fc42", "source": "rpm", "version": "3.47.2" } ], "sssd-client": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-client", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "strace": [ { "arch": "x86_64", "epoch": "None", "name": "strace", "release": "1.fc42", "source": "rpm", "version": "6.19" } ], "sudo": [ { "arch": "x86_64", "epoch": "None", "name": "sudo", "release": "2.p1.fc42", "source": "rpm", "version": "1.9.17" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": "None", "name": "sudo-python-plugin", "release": "2.p1.fc42", "source": "rpm", "version": "1.9.17" } ], "systemd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "tar": [ { "arch": "x86_64", "epoch": "2", "name": "tar", "release": "5.fc42", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": "None", "name": "tbb", "release": "3.fc42", "source": "rpm", "version": "2022.0.0" } ], "time": [ { "arch": "x86_64", "epoch": "None", "name": "time", "release": "26.fc42", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": "None", "name": "tiwilink-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": "None", "name": "tpm2-tss", "release": "6.fc42", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": "None", "name": "tzdata", "release": "1.fc42", "source": "rpm", "version": "2025c" } ], "udisks2": [ { "arch": "x86_64", "epoch": "None", "name": "udisks2", "release": "1.fc42", "source": "rpm", "version": "2.10.91" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-anchor", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "unzip": [ { "arch": "x86_64", "epoch": "None", "name": "unzip", "release": "66.fc42", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": "None", "name": "userspace-rcu", "release": "1.fc42", "source": "rpm", "version": "0.15.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": "None", "name": "volume_key-libs", "release": "24.fc42", "source": "rpm", "version": "0.3.12" } ], "wget2": [ { "arch": "x86_64", "epoch": "None", "name": "wget2", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "which": [ { "arch": "x86_64", "epoch": "None", "name": "which", "release": "2.fc42", "source": "rpm", "version": "2.23" } ], "whois-nls": [ { "arch": "noarch", "epoch": "None", "name": "whois-nls", "release": "1.fc42", "source": "rpm", "version": "5.6.5" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "xfsprogs", "release": "3.fc42", "source": "rpm", "version": "6.12.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": "None", "name": "xkeyboard-config", "release": "1.fc42", "source": "rpm", "version": "2.44" } ], "xxd": [ { "arch": "x86_64", "epoch": "2", "name": "xxd", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": "None", "name": "xxhash-libs", "release": "2.fc42", "source": "rpm", "version": "0.8.3" } ], "xz": [ { "arch": "x86_64", "epoch": "1", "name": "xz", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": "None", "name": "zchunk-libs", "release": "2.fc42", "source": "rpm", "version": "1.5.1" } ], "zip": [ { "arch": "x86_64", "epoch": "None", "name": "zip", "release": "43.fc42", "source": "rpm", "version": "3.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat", "release": "2.fc42", "source": "rpm", "version": "2.2.5" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "2.fc42", "source": "rpm", "version": "2.2.5" } ], "zram-generator": [ { "arch": "x86_64", "epoch": "None", "name": "zram-generator", "release": "2.fc42", "source": "rpm", "version": "1.2.1" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": "None", "name": "zram-generator-defaults", "release": "2.fc42", "source": "rpm", "version": "1.2.1" } ] } }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 28 February 2026 03:34:19 -0500 (0:00:01.369) 0:00:19.850 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_version": "8.2508.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 28 February 2026 03:34:19 -0500 (0:00:00.030) 0:00:19.881 ***** skipping: [managed-node3] => { "false_condition": "__rsyslog_version is version('8.37.0-7.2', '<')" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 28 February 2026 03:34:19 -0500 (0:00:00.020) 0:00:19.902 ***** ok: [managed-node3] => {} MSG: Rsyslog_version is 8.2508.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/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 28 February 2026 03:34:19 -0500 (0:00:00.032) 0:00:19.935 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "rsyslog_in_image | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 28 February 2026 03:34:19 -0500 (0:00:00.034) 0:00:19.970 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 28 February 2026 03:34:19 -0500 (0:00:00.470) 0:00:20.441 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 28 February 2026 03:34:20 -0500 (0:00:00.472) 0:00:20.914 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 28 February 2026 03:34:20 -0500 (0:00:00.477) 0:00:21.391 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 28 February 2026 03:34:20 -0500 (0:00:00.112) 0:00:21.504 ***** changed: [managed-node3] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 } skipping: [managed-node3] => (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, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } changed: [managed-node3] => (item={'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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 } changed: [managed-node3] => (item={'name': 'templates', 'type': 'templates', 'sections': [{'comment': 'User provided output templates', 'options': None}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 28 February 2026 03:34:24 -0500 (0:00:03.397) 0:00:24.901 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267662.349017-32858-230282308311558/.source.conf", "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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 28 February 2026 03:34:24 -0500 (0:00:00.042) 0:00:24.943 ***** skipping: [managed-node3] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'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, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'templates', 'type': 'templates', 'sections': [{'comment': 'User provided output templates', 'options': None}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 28 February 2026 03:34:24 -0500 (0:00:00.050) 0:00:24.994 ***** ok: [managed-node3] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "system_input", "type": "basics" } } ok: [managed-node3] => (item={'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } } ok: [managed-node3] => (item={'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_ptcp", "tcp_ports": [ 514, 40010, 40011, 40012 ], "type": "remote" } } ok: [managed-node3] => (item={'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 28 February 2026 03:34:24 -0500 (0:00:00.075) 0:00:25.069 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node3 => (item={'name': 'system_input', 'type': 'basics'}) included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3 => (item={'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}) included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3 => (item={'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}) included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3 => (item={'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 28 February 2026 03:34:24 -0500 (0:00:00.104) 0:00:25.174 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:34:24 -0500 (0:00:00.043) 0:00:25.218 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:34:24 -0500 (0:00:00.028) 0:00:25.246 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:34:24 -0500 (0:00:00.026) 0:00:25.273 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267662.349017-32858-230282308311558/.source.conf", "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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:34:24 -0500 (0:00:00.040) 0:00:25.313 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 28 February 2026 03:34:24 -0500 (0:00:00.035) 0:00:25.349 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:34:24 -0500 (0:00:00.072) 0:00:25.422 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:34:24 -0500 (0:00:00.036) 0:00:25.459 ***** changed: [managed-node3] => (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}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:34:25 -0500 (0:00:00.994) 0:00:26.453 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267662.349017-32858-230282308311558/.source.conf", "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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": 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", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:34:26 -0500 (0:00:00.085) 0:00:26.539 ***** skipping: [managed-node3] => (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}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "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}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:14 Saturday 28 February 2026 03:34:26 -0500 (0:00:00.167) 0:00:26.706 ***** skipping: [managed-node3] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [ { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[{'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [ { "name": "remote_ptcp", "tcp_ports": [ 514, 40010, 40011, 40012 ], "type": "remote" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [ { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:21 Saturday 28 February 2026 03:34:26 -0500 (0:00:00.101) 0:00:26.808 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:34:26 -0500 (0:00:00.079) 0:00:26.888 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:34:26 -0500 (0:00:00.067) 0:00:26.955 ***** changed: [managed-node3] => (item={'name': 'input-remote-modules-remote_tcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over TCP with TLS\nmodule(load="imtcp"\n StreamDriver.Name="gtls"\n StreamDriver.Mode="1"\n StreamDriver.AuthMode="x509/name"\n PermittedPeer=["*.client.com","*.example.com"]\n)\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:34:27 -0500 (0:00:01.065) 0:00:28.020 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267662.349017-32858-230282308311558/.source.conf", "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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": 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", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:34:27 -0500 (0:00:00.049) 0:00:28.070 ***** skipping: [managed-node3] => (item={'name': 'input-remote-modules-remote_tcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over TCP with TLS\nmodule(load="imtcp"\n StreamDriver.Name="gtls"\n StreamDriver.Mode="1"\n StreamDriver.AuthMode="x509/name"\n PermittedPeer=["*.client.com","*.example.com"]\n)\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_tcp] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:33 Saturday 28 February 2026 03:34:27 -0500 (0:00:00.069) 0:00:28.140 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:34:27 -0500 (0:00:00.043) 0:00:28.183 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:34:27 -0500 (0:00:00.028) 0:00:28.212 ***** changed: [managed-node3] => (item={'name': 'input-remote-remote_tcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over TLS\ninput(name="remote_tcp_1" type="imtcp" port="6514")\nif\n ($inputname == "remote_tcp_1")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_2" type="imtcp" port="40000")\nif\n ($inputname == "remote_tcp_2")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_3" type="imtcp" port="40001")\nif\n ($inputname == "remote_tcp_3")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:34:28 -0500 (0:00:01.028) 0:00:29.241 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267662.349017-32858-230282308311558/.source.conf", "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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": 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", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:34:28 -0500 (0:00:00.044) 0:00:29.285 ***** skipping: [managed-node3] => (item={'name': 'input-remote-remote_tcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over TLS\ninput(name="remote_tcp_1" type="imtcp" port="6514")\nif\n ($inputname == "remote_tcp_1")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_2" type="imtcp" port="40000")\nif\n ($inputname == "remote_tcp_2")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name="remote_tcp_3" type="imtcp" port="40001")\nif\n ($inputname == "remote_tcp_3")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:14 Saturday 28 February 2026 03:34:28 -0500 (0:00:00.093) 0:00:29.379 ***** skipping: [managed-node3] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [ { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[{'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [ { "name": "remote_ptcp", "tcp_ports": [ 514, 40010, 40011, 40012 ], "type": "remote" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [ { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:21 Saturday 28 February 2026 03:34:28 -0500 (0:00:00.071) 0:00:29.451 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:34:28 -0500 (0:00:00.057) 0:00:29.508 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:34:29 -0500 (0:00:00.035) 0:00:29.543 ***** changed: [managed-node3] => (item={'name': 'input-remote-modules-remote_ptcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imptcp" threads="1")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:34:29 -0500 (0:00:00.904) 0:00:30.448 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267662.349017-32858-230282308311558/.source.conf", "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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": 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", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:34:29 -0500 (0:00:00.045) 0:00:30.494 ***** skipping: [managed-node3] => (item={'name': 'input-remote-modules-remote_ptcp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over plain TCP\nmodule(load="imptcp" threads="1")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_ptcp] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:33 Saturday 28 February 2026 03:34:30 -0500 (0:00:00.107) 0:00:30.601 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:34:30 -0500 (0:00:00.051) 0:00:30.652 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:34:30 -0500 (0:00:00.036) 0:00:30.688 ***** changed: [managed-node3] => (item={'name': 'input-remote-remote_ptcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_1" type="imptcp" port="514")\nif\n ($inputname == "remote_ptcp_1")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_2" type="imptcp" port="40010")\nif\n ($inputname == "remote_ptcp_2")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_3" type="imptcp" port="40011")\nif\n ($inputname == "remote_ptcp_3")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_4" type="imptcp" port="40012")\nif\n ($inputname == "remote_ptcp_4")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1772267670.3462596-33417-148215711974057/.source.conf", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:34:31 -0500 (0:00:01.046) 0:00:31.735 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267662.349017-32858-230282308311558/.source.conf", "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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": 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", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267670.3462596-33417-148215711974057/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1772267670.3462596-33417-148215711974057/.source.conf", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:34:31 -0500 (0:00:00.048) 0:00:31.783 ***** skipping: [managed-node3] => (item={'name': 'input-remote-remote_ptcp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_1" type="imptcp" port="514")\nif\n ($inputname == "remote_ptcp_1")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_2" type="imptcp" port="40010")\nif\n ($inputname == "remote_ptcp_2")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_3" type="imptcp" port="40011")\nif\n ($inputname == "remote_ptcp_3")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name="remote_ptcp_4" type="imptcp" port="40012")\nif\n ($inputname == "remote_ptcp_4")\n then {\n call files_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:14 Saturday 28 February 2026 03:34:31 -0500 (0:00:00.095) 0:00:31.879 ***** skipping: [managed-node3] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [ { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[{'name': 'remote_ptcp', 'type': 'remote', 'tcp_ports': [514, 40010, 40011, 40012]}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [ { "name": "remote_ptcp", "tcp_ports": [ 514, 40010, 40011, 40012 ], "type": "remote" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [ { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update remote input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:21 Saturday 28 February 2026 03:34:31 -0500 (0:00:00.070) 0:00:31.949 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:34:31 -0500 (0:00:00.060) 0:00:32.010 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:34:31 -0500 (0:00:00.046) 0:00:32.057 ***** changed: [managed-node3] => (item={'name': 'input-remote-modules-remote_udp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over UDP\nmodule(load="imudp" threads="1"\n TimeRequery="2"\n BatchSize="32")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "md5sum": "9a4e7c77879969f165773e22542351d5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1772267671.701556-33465-123209981193174/.source.conf", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:34:32 -0500 (0:00:01.050) 0:00:33.107 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267662.349017-32858-230282308311558/.source.conf", "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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": 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", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267670.3462596-33417-148215711974057/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1772267670.3462596-33417-148215711974057/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267671.701556-33465-123209981193174/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "9a4e7c77879969f165773e22542351d5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1772267671.701556-33465-123209981193174/.source.conf", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:34:32 -0500 (0:00:00.060) 0:00:33.168 ***** skipping: [managed-node3] => (item={'name': 'input-remote-modules-remote_udp', 'type': 'modules', 'sections': [{'options': '# Read messages sent over UDP\nmodule(load="imudp" threads="1"\n TimeRequery="2"\n BatchSize="32")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create remote input configuration file /etc/rsyslog.d/input-remote-remote_udp] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:33 Saturday 28 February 2026 03:34:32 -0500 (0:00:00.116) 0:00:33.284 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:34:32 -0500 (0:00:00.062) 0:00:33.347 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:34:32 -0500 (0:00:00.043) 0:00:33.391 ***** changed: [managed-node3] => (item={'name': 'input-remote-remote_udp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp" type="imudp" port=["514","40020"])\nif\n ($inputname == "remote_udp")\n then {\n call files_output\n}\n\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_udp", "sections": [ { "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n ($inputname == \"remote_udp\")\n then {\n call files_output\n}\n\n" } ], "state": "present", "type": "input", "weight": "11" }, "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 216, "src": "/root/.ansible/tmp/ansible-tmp-1772267673.0614457-33530-194907879105937/.source.conf", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:34:33 -0500 (0:00:01.074) 0:00:34.465 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267662.349017-32858-230282308311558/.source.conf", "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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": 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", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267670.3462596-33417-148215711974057/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1772267670.3462596-33417-148215711974057/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267671.701556-33465-123209981193174/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "9a4e7c77879969f165773e22542351d5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1772267671.701556-33465-123209981193174/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_udp", "sections": [ { "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n ($inputname == \"remote_udp\")\n then {\n call files_output\n}\n\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267673.0614457-33530-194907879105937/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 216, "src": "/root/.ansible/tmp/ansible-tmp-1772267673.0614457-33530-194907879105937/.source.conf", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:34:34 -0500 (0:00:00.078) 0:00:34.543 ***** skipping: [managed-node3] => (item={'name': 'input-remote-remote_udp', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': '# Log messages from remote hosts over UDP\ninput(name="remote_udp" type="imudp" port=["514","40020"])\nif\n ($inputname == "remote_udp")\n then {\n call files_output\n}\n\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-remote-remote_udp", "sections": [ { "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n ($inputname == \"remote_udp\")\n then {\n call files_output\n}\n\n" } ], "state": "present", "type": "input", "weight": "11" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 28 February 2026 03:34:34 -0500 (0:00:00.229) 0:00:34.773 ***** ok: [managed-node3] => (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{% elif logging_files_template_format not in [\"\", \"modern\"] %}\nmodule(load=\"builtin:omfile\" Template=\"{{ logging_files_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfile\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_files_output_packages": [], "__rsyslog_files_output_rules": [ "{{ __rsyslog_conf_files_output_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "files_output", "type": "files" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 28 February 2026 03:34:34 -0500 (0:00:00.060) 0:00:34.834 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node3 => (item={'name': 'files_output', 'type': 'files'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 28 February 2026 03:34:34 -0500 (0:00:00.070) 0:00:34.904 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:34:34 -0500 (0:00:00.066) 0:00:34.971 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:34:34 -0500 (0:00:00.048) 0:00:35.020 ***** ok: [managed-node3] => (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/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:34:35 -0500 (0:00:00.955) 0:00:35.976 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267662.349017-32858-230282308311558/.source.conf", "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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": 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", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267670.3462596-33417-148215711974057/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1772267670.3462596-33417-148215711974057/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267671.701556-33465-123209981193174/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "9a4e7c77879969f165773e22542351d5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1772267671.701556-33465-123209981193174/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_udp", "sections": [ { "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n ($inputname == \"remote_udp\")\n then {\n call files_output\n}\n\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267673.0614457-33530-194907879105937/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 216, "src": "/root/.ansible/tmp/ansible-tmp-1772267673.0614457-33530-194907879105937/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": [], "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, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "follow": true, "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, "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 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:34:35 -0500 (0:00:00.091) 0:00:36.068 ***** skipping: [managed-node3] => (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, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "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" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-files_output] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 28 February 2026 03:34:35 -0500 (0:00:00.085) 0:00:36.153 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:34:35 -0500 (0:00:00.053) 0:00:36.207 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:34:35 -0500 (0:00:00.037) 0:00:36.245 ***** changed: [managed-node3] => (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\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": "d5a249bf43ea39ef800548f1c7d9b1335bdc6697", "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\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": "d5f4a28f4fec49047a097f6ef6b169dc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1772267675.9159749-33676-243480857149181/.source.conf", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:34:36 -0500 (0:00:01.010) 0:00:37.256 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267661.0642428-32858-186893734662570/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267662.349017-32858-230282308311558/.source.conf", "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-1772267662.349017-32858-230282308311558/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267663.365532-32858-85833457539151/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": 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", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267665.092517-33173-17213223706274/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_tcp", "sections": [ { "options": "# Read messages sent over TCP with TLS\nmodule(load=\"imtcp\"\n StreamDriver.Name=\"gtls\"\n StreamDriver.Mode=\"1\"\n StreamDriver.AuthMode=\"x509/name\"\n PermittedPeer=[\"*.client.com\",\"*.example.com\"]\n)\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "71de7fe987e334e89cf3f620ab0fd2d86bec7595", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "6ccc8288e3c7f4c6c75b3cc7baf4d5d3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 264, "src": "/root/.ansible/tmp/ansible-tmp-1772267666.620887-33244-113002208472547/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_tcp", "sections": [ { "options": "# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_1\" type=\"imtcp\" port=\"6514\")\nif\n ($inputname == \"remote_tcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_2\" type=\"imtcp\" port=\"40000\")\nif\n ($inputname == \"remote_tcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over TLS\ninput(name=\"remote_tcp_3\" type=\"imtcp\" port=\"40001\")\nif\n ($inputname == \"remote_tcp_3\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "f262d4544f4e6a28fe6bd6b678a04674", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 538, "src": "/root/.ansible/tmp/ansible-tmp-1772267667.8317137-33313-269243599958371/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_ptcp", "sections": [ { "options": "# Read messages sent over plain TCP\nmodule(load=\"imptcp\" threads=\"1\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "31dd533fa3c88ddac88f2529cb70d963e1d3d9d6", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e1aec9c810c46dd21cb8d443a272bb36", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1772267669.1280954-33375-209464266472016/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_ptcp", "sections": [ { "options": "# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_1\" type=\"imptcp\" port=\"514\")\nif\n ($inputname == \"remote_ptcp_1\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_2\" type=\"imptcp\" port=\"40010\")\nif\n ($inputname == \"remote_ptcp_2\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_3\" type=\"imptcp\" port=\"40011\")\nif\n ($inputname == \"remote_ptcp_3\")\n then {\n call files_output\n}\n# Log messages from remote hosts over plain TCP\ninput(name=\"remote_ptcp_4\" type=\"imptcp\" port=\"40012\")\nif\n ($inputname == \"remote_ptcp_4\")\n then {\n call files_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267670.3462596-33417-148215711974057/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d00029be5c7e980521b7d798ae8ee312", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 737, "src": "/root/.ansible/tmp/ansible-tmp-1772267670.3462596-33417-148215711974057/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-modules-remote_udp", "sections": [ { "options": "# Read messages sent over UDP\nmodule(load=\"imudp\" threads=\"1\"\n TimeRequery=\"2\"\n BatchSize=\"32\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4a894d0703e954fc9d59212e5fce7df6279223b1", "content": null, "dest": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267671.701556-33465-123209981193174/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "9a4e7c77879969f165773e22542351d5", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 155, "src": "/root/.ansible/tmp/ansible-tmp-1772267671.701556-33465-123209981193174/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-remote-remote_udp", "sections": [ { "options": "# Log messages from remote hosts over UDP\ninput(name=\"remote_udp\" type=\"imudp\" port=[\"514\",\"40020\"])\nif\n ($inputname == \"remote_udp\")\n then {\n call files_output\n}\n\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "content": null, "dest": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267673.0614457-33530-194907879105937/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "9f04c4e7019366a115b05ce1af69a8e7", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 216, "src": "/root/.ansible/tmp/ansible-tmp-1772267673.0614457-33530-194907879105937/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": [], "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, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "follow": true, "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, "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 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d5a249bf43ea39ef800548f1c7d9b1335bdc6697", "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\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": "d5a249bf43ea39ef800548f1c7d9b1335bdc6697", "content": 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", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267675.9159749-33676-243480857149181/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d5f4a28f4fec49047a097f6ef6b169dc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1772267675.9159749-33676-243480857149181/.source.conf", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:34:36 -0500 (0:00:00.055) 0:00:37.311 ***** skipping: [managed-node3] => (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\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, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "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\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" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 28 February 2026 03:34:36 -0500 (0:00:00.113) 0:00:37.425 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_purge_confs | bool | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 28 February 2026 03:34:36 -0500 (0:00:00.091) 0:00:37.516 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_purge_confs | bool | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 28 February 2026 03:34:37 -0500 (0:00:00.082) 0:00:37.598 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 28 February 2026 03:34:37 -0500 (0:00:00.068) 0:00:37.667 ***** skipping: [managed-node3] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[{'name': 'remote_tcp', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "logging_pki_files.0.ca_cert | d(\"\") | length == 0", "item": [ { "name": "remote_tcp", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 28 February 2026 03:34:37 -0500 (0:00:00.089) 0:00:37.756 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_pki_files.0.ca_cert_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 28 February 2026 03:34:37 -0500 (0:00:00.070) 0:00:37.827 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_pki_files.0.cert_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 28 February 2026 03:34:37 -0500 (0:00:00.069) 0:00:37.896 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_pki_files.0.private_key_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 28 February 2026 03:34:37 -0500 (0:00:00.071) 0:00:37.968 ***** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "rsyslog", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-02-28 03:33:56 EST", "ActiveEnterTimestampMonotonic": "712016654", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice network.target basic.target network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-02-28 03:33:56 EST", "AssertTimestampMonotonic": "711983858", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "211630000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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_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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-02-28 03:33:56 EST", "ConditionTimestampMonotonic": "711983855", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "11658", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3891851264", "EffectiveMemoryMax": "3891851264", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-02-28 03:33:56 EST", "ExecMainHandoffTimestampMonotonic": "712013382", "ExecMainPID": "117420", "ExecMainStartTimestamp": "Sat 2026-02-28 03:33:56 EST", "ExecMainStartTimestampMonotonic": "711985240", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/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 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-02-28 03:33:56 EST", "InactiveExitTimestampMonotonic": "711985885", "InvocationID": "4d6122c1308b4c07bb4762b77790275b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14691", "LimitNPROCSoft": "14691", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14691", "LimitSIGPENDINGSoft": "14691", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "117420", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3523997696", "MemoryCurrent": "2650112", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "3145728", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-02-28 03:33:56 EST", "StateChangeTimestampMonotonic": "712016654", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 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 pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr 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": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 28 February 2026 03:34:38 -0500 (0:00:00.661) 0:00:38.629 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __rsyslog_enabled | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 28 February 2026 03:34:38 -0500 (0:00:00.066) 0:00:38.696 ***** skipping: [managed-node3] => { "false_condition": "__rsyslog_failed_validation | d(false)" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 28 February 2026 03:34:38 -0500 (0:00:00.060) 0:00:38.756 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 28 February 2026 03:34:38 -0500 (0:00:00.061) 0:00:38.818 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1772267636.4576416, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b469de7f813797aff0d514249d57cb8b3ed3157d", "ctime": 1772267623.2576244, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1976, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1757030400.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3403, "uid": 0, "version": "2045816691", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 28 February 2026 03:34:38 -0500 (0:00:00.498) 0:00:39.316 ***** Notification for handler Restart rsyslogd has been saved. changed: [managed-node3] => { "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-1772267678.8881738-33999-128623923132053/.source.conf", "state": "file", "uid": 0 } TASK [Force all notified handlers to run at this point, not waiting for normal sync points] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:70 Saturday 28 February 2026 03:34:39 -0500 (0:00:00.919) 0:00:40.235 ***** NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node3 META: triggered running handlers for managed-node3 RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 28 February 2026 03:34:39 -0500 (0:00:00.002) 0:00:40.237 ***** changed: [managed-node3] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-02-28 03:33:56 EST", "ActiveEnterTimestampMonotonic": "712016654", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice network.target basic.target network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-02-28 03:33:56 EST", "AssertTimestampMonotonic": "711983858", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "220965000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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_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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-02-28 03:33:56 EST", "ConditionTimestampMonotonic": "711983855", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "11658", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3891851264", "EffectiveMemoryMax": "3891851264", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-02-28 03:33:56 EST", "ExecMainHandoffTimestampMonotonic": "712013382", "ExecMainPID": "117420", "ExecMainStartTimestamp": "Sat 2026-02-28 03:33:56 EST", "ExecMainStartTimestampMonotonic": "711985240", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/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 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-02-28 03:33:56 EST", "InactiveExitTimestampMonotonic": "711985885", "InvocationID": "4d6122c1308b4c07bb4762b77790275b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14691", "LimitNPROCSoft": "14691", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14691", "LimitSIGPENDINGSoft": "14691", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "117420", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3506208768", "MemoryCurrent": "2600960", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "3145728", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-02-28 03:33:56 EST", "StateChangeTimestampMonotonic": "712016654", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 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 pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr 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": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Ensure config file size and counts] ************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:73 Saturday 28 February 2026 03:34:40 -0500 (0:00:01.255) 0:00:41.492 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node3 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2 Saturday 28 February 2026 03:34:40 -0500 (0:00:00.026) 0:00:41.518 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1772267680.5156999, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1772267679.6196988, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 286411, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772267679.6211834, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "2839863394", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7 Saturday 28 February 2026 03:34:41 -0500 (0:00:00.444) 0:00:41.963 ***** ok: [managed-node3] => { "changed": false, "examined": 14, "files": [ { "atime": 1772267680.5156999, "ctime": 1772267662.2066755, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 286408, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267661.4866745, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 349, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267680.5156999, "ctime": 1772267668.6549, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 286414, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267668.2936835, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 538, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267680.5156999, "ctime": 1772267671.1459584, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 286416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267670.8066869, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 737, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267680.5156999, "ctime": 1772267673.8500082, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 286418, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267673.4696906, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 216, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267680.5156999, "ctime": 1772267664.3166783, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 286410, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267663.9146779, "nlink": 1, "path": "/etc/rsyslog.d/20-templates.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 83, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267335.0118127, "ctime": 1772267330.4670496, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 285736, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267330.1188226, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1153, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267335.0118127, "ctime": 1772267329.0927243, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 285735, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267328.7518253, "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": 1772267680.5156999, "ctime": 1772267672.4841058, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 286417, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267672.1456888, "nlink": 1, "path": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 155, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267680.5156999, "ctime": 1772267669.8640149, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 286415, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267669.5276852, "nlink": 1, "path": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267680.5156999, "ctime": 1772267667.4326825, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 286402, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267667.065682, "nlink": 1, "path": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 264, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267140.0778112, "ctime": 1771926316.316, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 1949, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1753056000.0, "nlink": 1, "path": "/etc/rsyslog.d/21-cloudinit.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 255, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267680.5156999, "ctime": 1772267676.6650486, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 286419, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267676.3256943, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1152, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267680.5156999, "ctime": 1772267665.8577235, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 286412, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267665.51668, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 456, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772267680.5156999, "ctime": 1772267663.2161517, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 286407, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772267662.8256764, "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 } ], "matched": 14, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13 Saturday 28 February 2026 03:34:42 -0500 (0:00:00.565) 0:00:42.529 ***** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18 Saturday 28 February 2026 03:34:42 -0500 (0:00:00.022) 0:00:42.552 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__conf_size == \"more\"", "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23 Saturday 28 February 2026 03:34:42 -0500 (0:00:00.014) 0:00:42.566 ***** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Saturday 28 February 2026 03:34:42 -0500 (0:00:00.019) 0:00:42.586 ***** ok: [managed-node3] => (item=/etc/rsyslog.d/11-input-remote-remote_ptcp.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "stat": { "atime": 1772267680.5156999, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "e88c5ace9501c74fb92d123c994f80d348cc2a2c", "ctime": 1772267671.1459584, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 286416, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772267670.8066869, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 737, "uid": 0, "version": "1112313225", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/rsyslog.d/11-input-remote-remote_tcp.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "stat": { "atime": 1772267680.5156999, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "480fff1723d98f377cf5e5d81d23be8cb1b29885", "ctime": 1772267668.6549, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 286414, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772267668.2936835, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 538, "uid": 0, "version": "2464492597", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/rsyslog.d/11-input-remote-remote_udp.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "stat": { "atime": 1772267680.5156999, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c43fa10c92e21b4a5c587546c8cba3410b8cb088", "ctime": 1772267673.8500082, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 286418, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772267673.4696906, "nlink": 1, "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 216, "uid": 0, "version": "2996894601", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35 Saturday 28 February 2026 03:34:43 -0500 (0:00:01.332) 0:00:43.919 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__check_systemctl_status == \"true\"", "skip_reason": "Conditional result was False" } TASK [Install lsof] ************************************************************ task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:84 Saturday 28 February 2026 03:34:43 -0500 (0:00:00.016) 0:00:43.935 ***** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: lsof TASK [Check lsof outputs for rsyslogd] ***************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:90 Saturday 28 February 2026 03:34:45 -0500 (0:00:01.600) 0:00:45.536 ***** ok: [managed-node3] => { "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd", "delta": "0:00:00.029155", "end": "2026-02-28 03:34:45.415995", "rc": 0, "start": "2026-02-28 03:34:45.386840" } STDOUT: rsyslogd 125159 root 5u IPv4 240409 0t0 TCP *:40012 (LISTEN) rsyslogd 125159 root 6u IPv6 240410 0t0 TCP *:40012 (LISTEN) rsyslogd 125159 root 7u IPv4 240412 0t0 TCP *:40011 (LISTEN) rsyslogd 125159 root 8u IPv6 240413 0t0 TCP *:40011 (LISTEN) rsyslogd 125159 root 9u IPv4 240415 0t0 TCP *:40010 (LISTEN) rsyslogd 125159 root 10u IPv6 240416 0t0 TCP *:40010 (LISTEN) rsyslogd 125159 root 11u IPv4 240418 0t0 TCP *:514 (LISTEN) rsyslogd 125159 root 12u IPv6 240419 0t0 TCP *:514 (LISTEN) rsyslogd 125159 root 13u IPv4 240423 0t0 TCP *:40001 (LISTEN) rsyslogd 125159 root 14u IPv6 240424 0t0 TCP *:40001 (LISTEN) rsyslogd 125159 root 15u IPv4 240426 0t0 TCP *:40000 (LISTEN) rsyslogd 125159 root 16u IPv6 240427 0t0 TCP *:40000 (LISTEN) rsyslogd 125159 root 17u IPv4 240429 0t0 TCP *:6514 (LISTEN) rsyslogd 125159 root 18u IPv6 240430 0t0 TCP *:6514 (LISTEN) rsyslogd 125159 root 19u IPv4 240432 0t0 UDP *:514 rsyslogd 125159 root 20u IPv6 240433 0t0 UDP *:514 rsyslogd 125159 root 21u IPv4 240435 0t0 UDP *:40020 rsyslogd 125159 root 22u IPv6 240436 0t0 UDP *:40020 TASK [Show lsof output] ******************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:97 Saturday 28 February 2026 03:34:45 -0500 (0:00:00.462) 0:00:45.998 ***** ok: [managed-node3] => {} MSG: lsof returned rsyslogd 125159 root 5u IPv4 240409 0t0 TCP *:40012 (LISTEN) rsyslogd 125159 root 6u IPv6 240410 0t0 TCP *:40012 (LISTEN) rsyslogd 125159 root 7u IPv4 240412 0t0 TCP *:40011 (LISTEN) rsyslogd 125159 root 8u IPv6 240413 0t0 TCP *:40011 (LISTEN) rsyslogd 125159 root 9u IPv4 240415 0t0 TCP *:40010 (LISTEN) rsyslogd 125159 root 10u IPv6 240416 0t0 TCP *:40010 (LISTEN) rsyslogd 125159 root 11u IPv4 240418 0t0 TCP *:514 (LISTEN) rsyslogd 125159 root 12u IPv6 240419 0t0 TCP *:514 (LISTEN) rsyslogd 125159 root 13u IPv4 240423 0t0 TCP *:40001 (LISTEN) rsyslogd 125159 root 14u IPv6 240424 0t0 TCP *:40001 (LISTEN) rsyslogd 125159 root 15u IPv4 240426 0t0 TCP *:40000 (LISTEN) rsyslogd 125159 root 16u IPv6 240427 0t0 TCP *:40000 (LISTEN) rsyslogd 125159 root 17u IPv4 240429 0t0 TCP *:6514 (LISTEN) rsyslogd 125159 root 18u IPv6 240430 0t0 TCP *:6514 (LISTEN) rsyslogd 125159 root 19u IPv4 240432 0t0 UDP *:514 rsyslogd 125159 root 20u IPv6 240433 0t0 UDP *:514 rsyslogd 125159 root 21u IPv4 240435 0t0 UDP *:40020 rsyslogd 125159 root 22u IPv6 240436 0t0 UDP *:40020 TASK [Check port 514, 6514, 40010 and 40011 is open for TCP] ******************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:101 Saturday 28 February 2026 03:34:45 -0500 (0:00:00.022) 0:00:46.021 ***** ok: [managed-node3] => (item=514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 514", "delta": "0:00:00.022781", "end": "2026-02-28 03:34:45.907405", "item": 514, "rc": 0, "start": "2026-02-28 03:34:45.884624" } STDOUT: rsyslogd 125159 root 11u IPv4 240418 0t0 TCP *:514 (LISTEN) rsyslogd 125159 root 12u IPv6 240419 0t0 TCP *:514 (LISTEN) rsyslogd 125159 root 17u IPv4 240429 0t0 TCP *:6514 (LISTEN) rsyslogd 125159 root 18u IPv6 240430 0t0 TCP *:6514 (LISTEN) ok: [managed-node3] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 6514", "delta": "0:00:00.023967", "end": "2026-02-28 03:34:46.361084", "item": 6514, "rc": 0, "start": "2026-02-28 03:34:46.337117" } STDOUT: rsyslogd 125159 root 17u IPv4 240429 0t0 TCP *:6514 (LISTEN) rsyslogd 125159 root 18u IPv6 240430 0t0 TCP *:6514 (LISTEN) ok: [managed-node3] => (item=40010) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 40010", "delta": "0:00:00.020436", "end": "2026-02-28 03:34:46.803682", "item": 40010, "rc": 0, "start": "2026-02-28 03:34:46.783246" } STDOUT: rsyslogd 125159 root 9u IPv4 240415 0t0 TCP *:40010 (LISTEN) rsyslogd 125159 root 10u IPv6 240416 0t0 TCP *:40010 (LISTEN) ok: [managed-node3] => (item=40011) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 40011", "delta": "0:00:00.021725", "end": "2026-02-28 03:34:47.243317", "item": 40011, "rc": 0, "start": "2026-02-28 03:34:47.221592" } STDOUT: rsyslogd 125159 root 7u IPv4 240412 0t0 TCP *:40011 (LISTEN) rsyslogd 125159 root 8u IPv6 240413 0t0 TCP *:40011 (LISTEN) TASK [Check port 514 and 40020 is open for UDP] ******************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:108 Saturday 28 February 2026 03:34:47 -0500 (0:00:01.804) 0:00:47.825 ***** ok: [managed-node3] => (item=514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep UDP | grep 514", "delta": "0:00:00.022499", "end": "2026-02-28 03:34:47.703539", "item": 514, "rc": 0, "start": "2026-02-28 03:34:47.681040" } STDOUT: rsyslogd 125159 root 19u IPv4 240432 0t0 UDP *:514 rsyslogd 125159 root 20u IPv6 240433 0t0 UDP *:514 ok: [managed-node3] => (item=40020) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -o pipefail\nlsof -i -nP | grep rsyslogd | grep UDP | grep 40020", "delta": "0:00:00.020016", "end": "2026-02-28 03:34:48.141494", "item": 40020, "rc": 0, "start": "2026-02-28 03:34:48.121478" } STDOUT: rsyslogd 125159 root 21u IPv4 240435 0t0 UDP *:40020 rsyslogd 125159 root 22u IPv6 240436 0t0 UDP *:40020 TASK [Check ports managed by firewall and selinux] ***************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:115 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.898) 0:00:48.723 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node3 TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.026) 0:00:48.749 ***** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.039) 0:00:48.789 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.013) 0:00:48.802 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.012) 0:00:48.815 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.024) 0:00:48.840 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [END TEST CASE 0; Clean up the deployed config] *************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:118 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.012) 0:00:48.852 ***** included: fedora.linux_system_roles.logging for managed-node3 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.040) 0:00:48.893 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.021) 0:00:48.915 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Require installed systemd] *********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.018) 0:00:48.933 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.018) 0:00:48.952 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.017) 0:00:48.970 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_inputs | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] ***************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.033) 0:00:49.004 ***** ok: [managed-node3] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.037) 0:00:49.042 ***** ok: [managed-node3] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.037) 0:00:49.079 ***** skipping: [managed-node3] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.031) 0:00:49.110 ***** skipping: [managed-node3] => { "false_condition": "__custom_output_files | length > 0" } TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.034) 0:00:49.145 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.013) 0:00:49.158 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.040) 0:00:49.199 ***** ok: [managed-node3] => { "ansible_facts": { "logging_tcp_ports": [], "logging_tls_tcp_ports": [], "logging_tls_udp_ports": [], "logging_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Parameter 'port' values] ************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.034) 0:00:49.233 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Update port values from outputs] ***** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.030) 0:00:49.264 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Update port values from inputs] ****** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.030) 0:00:49.294 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.030) 0:00:49.325 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.039) 0:00:49.364 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.029) 0:00:49.394 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.025) 0:00:49.419 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.027) 0:00:49.447 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.032) 0:00:49.479 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 28 February 2026 03:34:48 -0500 (0:00:00.039) 0:00:49.519 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.029) 0:00:49.548 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.012) 0:00:49.561 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.013) 0:00:49.574 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.012) 0:00:49.587 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.012) 0:00:49.600 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.031) 0:00:49.632 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.036) 0:00:49.669 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.029) 0:00:49.698 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.030) 0:00:49.729 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************ task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.030) 0:00:49.759 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Delete debug file] ******************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.036) 0:00:49.795 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] *********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.031) 0:00:49.827 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.030) 0:00:49.858 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] ********* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.031) 0:00:49.890 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.031) 0:00:49.922 ***** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.031) 0:00:49.953 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.023) 0:00:49.977 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.030) 0:00:50.007 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.018) 0:00:50.026 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.017) 0:00:50.044 ***** ok: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.045) 0:00:50.089 ***** skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.066) 0:00:50.156 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 28 February 2026 03:34:49 -0500 (0:00:00.073) 0:00:50.229 ***** ok: [managed-node3] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.054767", "end": "2026-02-28 03:34:50.163646", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "item": "rsyslog", "rc": 1, "start": "2026-02-28 03:34:50.108879" } STDOUT: S.5....T. c /etc/rsyslog.conf MSG: non-zero return code TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 28 February 2026 03:34:50 -0500 (0:00:00.522) 0:00:50.752 ***** changed: [managed-node3] => { "changed": true, "cmd": [ "dnf5", "remove", "-y", "rsyslog" ], "delta": "0:00:00.798732", "end": "2026-02-28 03:34:51.437666", "rc": 0, "start": "2026-02-28 03:34:50.638934" } STDOUT: Package Arch Version Repository Size Removing: rsyslog x86_64 8.2508.0-1.fc42 updates 2.7 MiB Removing dependent packages: rsyslog-gnutls x86_64 8.2508.0-1.fc42 updates 48.8 KiB Removing unused dependencies: libestr x86_64 0.1.11-11.fc42 fedora 52.8 KiB libfastjson x86_64 1.2304.0-6.fc42 fedora 73.8 KiB logrotate x86_64 3.22.0-3.fc42 fedora 148.9 KiB Transaction Summary: Removing: 5 packages STDERR: After this operation, 3 MiB will be freed (install 0 B, remove 3 MiB). Running transaction [1/6] Prepare transaction 100% | 80.0 B/s | 5.0 B | 00m00s [2/6] Removing rsyslog-gnutls-0:8.2508. 100% | 80.0 B/s | 4.0 B | 00m00s >>> Running %preun scriptlet: rsyslog-0:8.2508.0-1.fc42.x86_64 >>> Finished %preun scriptlet: rsyslog-0:8.2508.0-1.fc42.x86_64 >>> Scriptlet output: >>> Removed '/etc/systemd/system/multi-user.target.wants/rsyslog.service'. >>> [3/6] Removing rsyslog-0:8.2508.0-1.fc4 100% | 4.0 KiB/s | 126.0 B | 00m00s >>> [RPM] /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave [4/6] Removing libestr-0:0.1.11-11.fc42 100% | 2.1 KiB/s | 11.0 B | 00m00s [5/6] Removing libfastjson-0:1.2304.0-6 100% | 354.0 B/s | 11.0 B | 00m00s >>> Running %preun scriptlet: logrotate-0:3.22.0-3.fc42.x86_64 >>> Finished %preun scriptlet: logrotate-0:3.22.0-3.fc42.x86_64 >>> Scriptlet output: >>> Removed '/etc/systemd/system/timers.target.wants/logrotate.timer'. >>> [6/6] Removing logrotate-0:3.22.0-3.fc4 100% | 47.0 B/s | 19.0 B | 00m00s Complete! TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 28 February 2026 03:34:51 -0500 (0:00:01.290) 0:00:52.042 ***** changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-8.2508.0-1.fc42.x86_64", "Installed: libestr-0.1.11-11.fc42.x86_64", "Installed: libfastjson-1.2304.0-6.fc42.x86_64", "Installed: logrotate-3.22.0-3.fc42.x86_64" ] } lsrpackages: iproute rsyslog TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 28 February 2026 03:34:54 -0500 (0:00:03.018) 0:00:55.060 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 28 February 2026 03:34:54 -0500 (0:00:00.021) 0:00:55.081 ***** ok: [managed-node3] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": "None", "name": "ModemManager-glib", "release": "5.fc42", "source": "rpm", "version": "1.22.0" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager", "release": "1.fc42", "source": "rpm", "version": "1.52.2" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "1.fc42", "source": "rpm", "version": "1.52.2" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "abattis-cantarell-vf-fonts", "release": "14.fc42", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": "None", "name": "alternatives", "release": "3.fc42", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "aspell": [ { "arch": "x86_64", "epoch": "12", "name": "aspell", "release": "4.fc42", "source": "rpm", "version": "0.60.8.1" } ], "aspell-en": [ { "arch": "x86_64", "epoch": "50", "name": "aspell-en", "release": "13.fc42", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": "None", "name": "atheros-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "authselect": [ { "arch": "x86_64", "epoch": "None", "name": "authselect", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": "None", "name": "authselect-libs", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": "None", "name": "avahi-libs", "release": "2.fc42", "source": "rpm", "version": "0.9~rc2" } ], "basesystem": [ { "arch": "noarch", "epoch": "None", "name": "basesystem", "release": "22.fc42", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": "None", "name": "bash", "release": "1.fc42", "source": "rpm", "version": "5.2.37" } ], "bash-completion": [ { "arch": "noarch", "epoch": "1", "name": "bash-completion", "release": "1.fc42", "source": "rpm", "version": "2.16" } ], "bc": [ { "arch": "x86_64", "epoch": "None", "name": "bc", "release": "2.fc42", "source": "rpm", "version": "1.08.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib", "release": "1.fc42", "source": "rpm", "version": "1.33" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc42eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "12.fc42", "source": "rpm", "version": "2.44" } ], "bison": [ { "arch": "x86_64", "epoch": "None", "name": "bison", "release": "11.fc42", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": "None", "name": "bluez", "release": "2.fc42", "source": "rpm", "version": "5.84" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": "None", "name": "boost-atomic", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "boost-filesystem", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": "None", "name": "boost-system", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": "None", "name": "boost-thread", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": "None", "name": "brcmfmac-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc42", "source": "rpm", "version": "6.17.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "20.fc42", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "1.fc42", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.0.fc42", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc42", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "1.fc42", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "cloud-init": [ { "arch": "noarch", "epoch": "None", "name": "cloud-init", "release": "5.fc42", "source": "rpm", "version": "24.2" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": "None", "name": "cloud-utils-growpart", "release": "10.fc42", "source": "rpm", "version": "0.33" } ], "cmake-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "cmake-filesystem", "release": "2.fc42", "source": "rpm", "version": "3.31.6" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "7.fc42", "source": "rpm", "version": "9.6" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "7.fc42", "source": "rpm", "version": "9.6" } ], "cpio": [ { "arch": "x86_64", "epoch": "None", "name": "cpio", "release": "4.fc42", "source": "rpm", "version": "2.15" } ], "cpp": [ { "arch": "x86_64", "epoch": "None", "name": "cpp", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib", "release": "7.fc42", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib-dicts", "release": "7.fc42", "source": "rpm", "version": "2.9.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies", "release": "1.git3839d0e.fc42", "source": "rpm", "version": "20251125" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.git3839d0e.fc42", "source": "rpm", "version": "20251125" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc42", "source": "rpm", "version": "2.8.4" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "7.fc42", "source": "rpm", "version": "8.11.1" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-gssapi", "release": "30.fc42", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-lib", "release": "30.fc42", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": "1", "name": "dbus", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": "None", "name": "dbus-broker", "release": "6.fc42", "source": "rpm", "version": "36" } ], "dbus-common": [ { "arch": "noarch", "epoch": "1", "name": "dbus-common", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-libs", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-persistent-data", "release": "3.fc42", "source": "rpm", "version": "1.1.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": "12", "name": "dhcp-client", "release": "16.P1.fc42", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": "12", "name": "dhcp-common", "release": "16.P1.fc42", "source": "rpm", "version": "4.4.3" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": "None", "name": "dhcpcd", "release": "3.fc42", "source": "rpm", "version": "10.3.0" } ], "diffutils": [ { "arch": "x86_64", "epoch": "None", "name": "diffutils", "release": "1.fc42", "source": "rpm", "version": "3.12" } ], "dnf-data": [ { "arch": "noarch", "epoch": "None", "name": "dnf-data", "release": "1.fc42", "source": "rpm", "version": "4.24.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "dnf-plugins-core", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "dnf-utils": [ { "arch": "noarch", "epoch": "None", "name": "dnf-utils", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": "None", "name": "dosfstools", "release": "15.fc42", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": "None", "name": "dracut", "release": "4.fc42", "source": "rpm", "version": "107" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": "None", "name": "dracut-config-rescue", "release": "4.fc42", "source": "rpm", "version": "107" } ], "duktape": [ { "arch": "x86_64", "epoch": "None", "name": "duktape", "release": "9.fc42", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": "None", "name": "dyninst", "release": "5.fc42", "source": "rpm", "version": "13.0.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs-libs", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": "None", "name": "efivar-libs", "release": "8.fc42", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc42", "source": "rpm", "version": "1.3.1" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc42", "source": "rpm", "version": "2.7.3" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": "None", "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "42" } ], "fedora-release": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release", "release": "30", "source": "rpm", "version": "42" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "30", "source": "rpm", "version": "42" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "30", "source": "rpm", "version": "42" } ], "fedora-repos": [ { "arch": "noarch", "epoch": "None", "name": "fedora-repos", "release": "1", "source": "rpm", "version": "42" } ], "file": [ { "arch": "x86_64", "epoch": "None", "name": "file", "release": "3.fc42", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "3.fc42", "source": "rpm", "version": "5.46" } ], "filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "filesystem", "release": "47.fc42", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": "1", "name": "findutils", "release": "5.fc42", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": "None", "name": "firewalld", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "flex": [ { "arch": "x86_64", "epoch": "None", "name": "flex", "release": "19.fc42", "source": "rpm", "version": "2.6.4" } ], "fmt": [ { "arch": "x86_64", "epoch": "None", "name": "fmt", "release": "1.fc42", "source": "rpm", "version": "11.1.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": "1", "name": "fonts-filesystem", "release": "22.fc42", "source": "rpm", "version": "2.0.5" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "fuse3-libs", "release": "5.fc42", "source": "rpm", "version": "3.16.2" } ], "fwupd": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "gawk": [ { "arch": "x86_64", "epoch": "None", "name": "gawk", "release": "1.fc42", "source": "rpm", "version": "5.3.1" } ], "gcc": [ { "arch": "x86_64", "epoch": "None", "name": "gcc", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "gdbm": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm", "release": "9.fc42", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm-libs", "release": "9.fc42", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": "None", "name": "gdisk", "release": "3.fc42", "source": "rpm", "version": "1.0.10" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-envsubst", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-libs", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-runtime", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "git": [ { "arch": "x86_64", "epoch": "None", "name": "git", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "1.fc42", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc42", "source": "rpm", "version": "2.84.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "gmp": [ { "arch": "x86_64", "epoch": "1", "name": "gmp", "release": "4.fc42", "source": "rpm", "version": "6.3.0" } ], "gnulib-l10n": [ { "arch": "noarch", "epoch": "None", "name": "gnulib-l10n", "release": "1.fc42", "source": "rpm", "version": "20241231" } ], "gnupg2": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2", "release": "2.fc42", "source": "rpm", "version": "2.4.9" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-smime", "release": "2.fc42", "source": "rpm", "version": "2.4.9" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "3.fc42", "source": "rpm", "version": "3.8.11" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "3.fc42", "source": "rpm", "version": "3.8.11" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": "None", "name": "gobject-introspection", "release": "1.fc42", "source": "rpm", "version": "1.84.0" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-fonts-common", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-mono-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-serif-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "gpg-pubkey": [ { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "65ca83d1", "source": "rpm", "version": "105ef944" }, { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "5e67a958", "source": "rpm", "version": "3a97f4df" } ], "gpgme": [ { "arch": "x86_64", "epoch": "None", "name": "gpgme", "release": "1.fc42", "source": "rpm", "version": "1.24.3" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gpm-libs", "release": "51.fc42", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": "None", "name": "grep", "release": "10.fc42", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": "None", "name": "groff-base", "release": "8.fc42", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": "1", "name": "grub2-common", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "82.fc42", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": "None", "name": "gsettings-desktop-schemas", "release": "3.fc42", "source": "rpm", "version": "48.0" } ], "gssproxy": [ { "arch": "x86_64", "epoch": "None", "name": "gssproxy", "release": "8.fc42", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": "None", "name": "gzip", "release": "3.fc42", "source": "rpm", "version": "1.13" } ], "hiredis": [ { "arch": "x86_64", "epoch": "None", "name": "hiredis", "release": "6.fc42", "source": "rpm", "version": "1.2.0" } ], "hostname": [ { "arch": "x86_64", "epoch": "None", "name": "hostname", "release": "2.fc42", "source": "rpm", "version": "3.25" } ], "hunspell": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell", "release": "9.fc42", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-GB", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-US", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell-filesystem", "release": "9.fc42", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": "None", "name": "hwdata", "release": "1.fc42", "source": "rpm", "version": "0.404" } ], "ima-evm-utils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ima-evm-utils-libs", "release": "4.fc42", "source": "rpm", "version": "1.6.2" } ], "inih": [ { "arch": "x86_64", "epoch": "None", "name": "inih", "release": "1.fc42", "source": "rpm", "version": "62" } ], "initscripts-service": [ { "arch": "noarch", "epoch": "None", "name": "initscripts-service", "release": "3.fc42", "source": "rpm", "version": "10.26" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-audio-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "ipcalc": [ { "arch": "x86_64", "epoch": "None", "name": "ipcalc", "release": "11.fc42", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": "None", "name": "iproute", "release": "3.fc42", "source": "rpm", "version": "6.12.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-libs", "release": "9.fc42", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "9.fc42", "source": "rpm", "version": "1.8.11" } ], "iputils": [ { "arch": "x86_64", "epoch": "None", "name": "iputils", "release": "1.fc42", "source": "rpm", "version": "20250605" } ], "jansson": [ { "arch": "x86_64", "epoch": "None", "name": "jansson", "release": "2.fc42", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": "None", "name": "jitterentropy", "release": "2.fc42", "source": "rpm", "version": "3.6.0" } ], "jq": [ { "arch": "x86_64", "epoch": "None", "name": "jq", "release": "11.fc42", "source": "rpm", "version": "1.7.1" } ], "json-c": [ { "arch": "x86_64", "epoch": "None", "name": "json-c", "release": "2.fc42", "source": "rpm", "version": "0.18" } ], "json-glib": [ { "arch": "x86_64", "epoch": "None", "name": "json-glib", "release": "1.fc42", "source": "rpm", "version": "1.10.8" } ], "kbd": [ { "arch": "x86_64", "epoch": "None", "name": "kbd", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": "None", "name": "kbd-legacy", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": "None", "name": "kbd-misc", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kernel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "100.fc42", "source": "rpm", "version": "6.18.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "keyutils": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils", "release": "5.fc42", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils-libs", "release": "5.fc42", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": "None", "name": "kmod", "release": "3.fc42", "source": "rpm", "version": "33" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": "None", "name": "kmod-libs", "release": "3.fc42", "source": "rpm", "version": "33" } ], "kpartx": [ { "arch": "x86_64", "epoch": "None", "name": "kpartx", "release": "5.fc42", "source": "rpm", "version": "0.10.0" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": "None", "name": "krb5-libs", "release": "6.fc42", "source": "rpm", "version": "1.21.3" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-core-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-fonts-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "less": [ { "arch": "x86_64", "epoch": "None", "name": "less", "release": "1.fc42", "source": "rpm", "version": "685" } ], "libacl": [ { "arch": "x86_64", "epoch": "None", "name": "libacl", "release": "3.fc42", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": "None", "name": "libaio", "release": "21.fc42", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": "None", "name": "libarchive", "release": "1.fc42", "source": "rpm", "version": "3.8.1" } ], "libassuan": [ { "arch": "x86_64", "epoch": "None", "name": "libassuan", "release": "3.fc42", "source": "rpm", "version": "2.5.7" } ], "libatasmart": [ { "arch": "x86_64", "epoch": "None", "name": "libatasmart", "release": "30.fc42", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": "None", "name": "libattr", "release": "5.fc42", "source": "rpm", "version": "2.5.2" } ], "libb2": [ { "arch": "x86_64", "epoch": "None", "name": "libb2", "release": "13.fc42", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": "None", "name": "libbasicobjects", "release": "58.fc42", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": "None", "name": "libblkid", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-crypto", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-fs", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-loop", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-mdraid", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-nvme", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-part", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-smart": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-smart", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-swap", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-utils", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libbpf": [ { "arch": "x86_64", "epoch": "2", "name": "libbpf", "release": "2.fc42", "source": "rpm", "version": "1.5.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": "None", "name": "libbrotli", "release": "1.fc42", "source": "rpm", "version": "1.2.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "1.fc42", "source": "rpm", "version": "2.12" } ], "libcap": [ { "arch": "x86_64", "epoch": "None", "name": "libcap", "release": "2.fc42", "source": "rpm", "version": "2.73" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "7.fc42", "source": "rpm", "version": "0.9" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "7.fc42", "source": "rpm", "version": "0.9" } ], "libcbor": [ { "arch": "x86_64", "epoch": "None", "name": "libcbor", "release": "3.fc42", "source": "rpm", "version": "0.11.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": "None", "name": "libcollection", "release": "58.fc42", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": "None", "name": "libcom_err", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "libcomps", "release": "1.fc42", "source": "rpm", "version": "0.1.22" } ], "libcurl": [ { "arch": "x86_64", "epoch": "None", "name": "libcurl", "release": "7.fc42", "source": "rpm", "version": "8.11.1" } ], "libdhash": [ { "arch": "x86_64", "epoch": "None", "name": "libdhash", "release": "58.fc42", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdnf5-plugin-expired-pgp-keys": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-plugin-expired-pgp-keys", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc42", "source": "rpm", "version": "2.4.131" } ], "libeconf": [ { "arch": "x86_64", "epoch": "None", "name": "libeconf", "release": "2.fc42", "source": "rpm", "version": "0.7.6" } ], "libedit": [ { "arch": "x86_64", "epoch": "None", "name": "libedit", "release": "56.20251016cvs.fc42", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": "None", "name": "libestr", "release": "11.fc42", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": "None", "name": "libev", "release": "13.fc42", "source": "rpm", "version": "4.33" } ], "libevdev": [ { "arch": "x86_64", "epoch": "None", "name": "libevdev", "release": "1.fc42", "source": "rpm", "version": "1.13.4" } ], "libevent": [ { "arch": "x86_64", "epoch": "None", "name": "libevent", "release": "15.fc42", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": "None", "name": "libfastjson", "release": "6.fc42", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": "None", "name": "libfdisk", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libffi": [ { "arch": "x86_64", "epoch": "None", "name": "libffi", "release": "5.fc42", "source": "rpm", "version": "3.4.6" } ], "libfido2": [ { "arch": "x86_64", "epoch": "None", "name": "libfido2", "release": "3.fc42", "source": "rpm", "version": "1.15.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": "None", "name": "libfsverity", "release": "2.fc42", "source": "rpm", "version": "1.6" } ], "libgcc": [ { "arch": "x86_64", "epoch": "None", "name": "libgcc", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libgcrypt", "release": "5.fc42", "source": "rpm", "version": "1.11.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": "None", "name": "libgomp", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": "None", "name": "libgpg-error", "release": "2.fc42", "source": "rpm", "version": "1.51" } ], "libgudev": [ { "arch": "x86_64", "epoch": "None", "name": "libgudev", "release": "7.fc42", "source": "rpm", "version": "238" } ], "libidn2": [ { "arch": "x86_64", "epoch": "None", "name": "libidn2", "release": "1.fc42", "source": "rpm", "version": "2.3.8" } ], "libini_config": [ { "arch": "x86_64", "epoch": "None", "name": "libini_config", "release": "58.fc42", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": "None", "name": "libjcat", "release": "1.fc42", "source": "rpm", "version": "0.2.5" } ], "libkcapi": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hasher": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hasher", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hmaccalc", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libksba": [ { "arch": "x86_64", "epoch": "None", "name": "libksba", "release": "3.fc42", "source": "rpm", "version": "1.6.7" } ], "libldb": [ { "arch": "x86_64", "epoch": "2", "name": "libldb", "release": "1.fc42", "source": "rpm", "version": "4.22.7" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": "None", "name": "libmaxminddb", "release": "3.fc42", "source": "rpm", "version": "1.12.2" } ], "libmbim": [ { "arch": "x86_64", "epoch": "None", "name": "libmbim", "release": "5.fc42", "source": "rpm", "version": "1.30.0" } ], "libmnl": [ { "arch": "x86_64", "epoch": "None", "name": "libmnl", "release": "7.fc42", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": "None", "name": "libmodulemd", "release": "1.fc42", "source": "rpm", "version": "2.15.2" } ], "libmount": [ { "arch": "x86_64", "epoch": "None", "name": "libmount", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": "None", "name": "libmpc", "release": "7.fc42", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": "None", "name": "libndp", "release": "3.fc42", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": "None", "name": "libnetfilter_conntrack", "release": "8.fc42", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": "None", "name": "libnfnetlink", "release": "30.fc42", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": "1", "name": "libnfsidmap", "release": "0.fc42", "source": "rpm", "version": "2.8.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": "None", "name": "libnftnl", "release": "4.fc42", "source": "rpm", "version": "1.2.8" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": "None", "name": "libnghttp2", "release": "3.fc42", "source": "rpm", "version": "1.64.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": "None", "name": "libnl3", "release": "3.fc42", "source": "rpm", "version": "3.11.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": "None", "name": "libnsl2", "release": "3.fc42", "source": "rpm", "version": "2.0.1" } ], "libnvme": [ { "arch": "x86_64", "epoch": "None", "name": "libnvme", "release": "2.fc42", "source": "rpm", "version": "1.15" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": "None", "name": "libpath_utils", "release": "58.fc42", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": "None", "name": "libpciaccess", "release": "15.fc42", "source": "rpm", "version": "0.16" } ], "libpipeline": [ { "arch": "x86_64", "epoch": "None", "name": "libpipeline", "release": "2.fc42", "source": "rpm", "version": "1.5.8" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "libpkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "libproxy": [ { "arch": "x86_64", "epoch": "None", "name": "libproxy", "release": "2.fc42", "source": "rpm", "version": "0.5.8" } ], "libpsl": [ { "arch": "x86_64", "epoch": "None", "name": "libpsl", "release": "5.fc42", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": "None", "name": "libpwquality", "release": "12.fc42", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": "None", "name": "libqmi", "release": "7.fc42", "source": "rpm", "version": "1.34.0" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": "None", "name": "libqrtr-glib", "release": "7.fc42", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": "None", "name": "libref_array", "release": "58.fc42", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": "None", "name": "librepo", "release": "1.fc42", "source": "rpm", "version": "1.20.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "libreport-filesystem", "release": "5.fc42", "source": "rpm", "version": "2.17.15" } ], "libseccomp": [ { "arch": "x86_64", "epoch": "None", "name": "libseccomp", "release": "2.fc41", "source": "rpm", "version": "2.5.5" } ], "libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux-utils", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "libsepol": [ { "arch": "x86_64", "epoch": "None", "name": "libsepol", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": "None", "name": "libsmartcols", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "2.fc42", "source": "rpm", "version": "1.0.21" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "3.fc42", "source": "rpm", "version": "0.7.35" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "2.fc42", "source": "rpm", "version": "3.6.6" } ], "libss": [ { "arch": "x86_64", "epoch": "None", "name": "libss", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "libssh": [ { "arch": "x86_64", "epoch": "None", "name": "libssh", "release": "1.fc42", "source": "rpm", "version": "0.11.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc42", "source": "rpm", "version": "0.11.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_certmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": "None", "name": "libtalloc", "release": "2.fc42", "source": "rpm", "version": "2.4.3" } ], "libtasn1": [ { "arch": "x86_64", "epoch": "None", "name": "libtasn1", "release": "1.fc42", "source": "rpm", "version": "4.20.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": "None", "name": "libtdb", "release": "2.fc42", "source": "rpm", "version": "1.4.13" } ], "libtevent": [ { "arch": "x86_64", "epoch": "None", "name": "libtevent", "release": "2.fc42", "source": "rpm", "version": "0.16.2" } ], "libtextstyle": [ { "arch": "x86_64", "epoch": "None", "name": "libtextstyle", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": "None", "name": "libtirpc", "release": "1.fc42", "source": "rpm", "version": "1.3.7" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": "None", "name": "libtool-ltdl", "release": "4.fc42", "source": "rpm", "version": "2.5.4" } ], "libudisks2": [ { "arch": "x86_64", "epoch": "None", "name": "libudisks2", "release": "1.fc42", "source": "rpm", "version": "2.10.91" } ], "libunistring": [ { "arch": "x86_64", "epoch": "None", "name": "libunistring", "release": "9.fc42", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": "None", "name": "libusb1", "release": "4.fc42", "source": "rpm", "version": "1.0.29" } ], "libutempter": [ { "arch": "x86_64", "epoch": "None", "name": "libutempter", "release": "17.fc42", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": "None", "name": "libuuid", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libverto": [ { "arch": "x86_64", "epoch": "None", "name": "libverto", "release": "10.fc42", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": "None", "name": "libverto-libev", "release": "10.fc42", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "1.fc42", "source": "rpm", "version": "4.5.2" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "1.fc42", "source": "rpm", "version": "4.5.2" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": "None", "name": "libxkbcommon", "release": "1.fc42", "source": "rpm", "version": "1.8.1" } ], "libxml2": [ { "arch": "x86_64", "epoch": "None", "name": "libxml2", "release": "1.fc42", "source": "rpm", "version": "2.12.10" } ], "libxmlb": [ { "arch": "x86_64", "epoch": "None", "name": "libxmlb", "release": "1.fc42", "source": "rpm", "version": "0.3.24" } ], "libxslt": [ { "arch": "x86_64", "epoch": "None", "name": "libxslt", "release": "1.fc42", "source": "rpm", "version": "1.1.43" } ], "libyaml": [ { "arch": "x86_64", "epoch": "None", "name": "libyaml", "release": "16.fc42", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd", "release": "1.fc42", "source": "rpm", "version": "1.5.7" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd-devel", "release": "1.fc42", "source": "rpm", "version": "1.5.7" } ], "linux-firmware": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "1.fc42", "source": "rpm", "version": "0.9.34" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "3.fc42", "source": "rpm", "version": "3.22.0" } ], "lsof": [ { "arch": "x86_64", "epoch": "None", "name": "lsof", "release": "7.fc42", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "4.fc42", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "1.fc42", "source": "rpm", "version": "2.03.34" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "1.fc42", "source": "rpm", "version": "2.03.34" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lz4-libs", "release": "2.fc42", "source": "rpm", "version": "1.10.0" } ], "lzo": [ { "arch": "x86_64", "epoch": "None", "name": "lzo", "release": "14.fc42", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": "None", "name": "m4", "release": "12.fc42", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": "1", "name": "make", "release": "10.fc42", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": "None", "name": "man-db", "release": "2.fc42", "source": "rpm", "version": "2.13.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": "None", "name": "mdadm", "release": "8.fc42", "source": "rpm", "version": "4.3" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": "None", "name": "mkpasswd", "release": "1.fc42", "source": "rpm", "version": "5.6.5" } ], "mokutil": [ { "arch": "x86_64", "epoch": "2", "name": "mokutil", "release": "5.fc42", "source": "rpm", "version": "0.7.1" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": "None", "name": "mpdecimal", "release": "1.fc42", "source": "rpm", "version": "4.0.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": "None", "name": "mpfr", "release": "1.fc42", "source": "rpm", "version": "4.2.2" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": "None", "name": "mt7xxx-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "ncurses": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "ncurses-base": [ { "arch": "noarch", "epoch": "None", "name": "ncurses-base", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses-libs", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "nettle": [ { "arch": "x86_64", "epoch": "None", "name": "nettle", "release": "1.fc42", "source": "rpm", "version": "3.10.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": "1", "name": "nfs-utils", "release": "0.fc42", "source": "rpm", "version": "2.8.4" } ], "nftables": [ { "arch": "x86_64", "epoch": "1", "name": "nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "npth": [ { "arch": "x86_64", "epoch": "None", "name": "npth", "release": "2.fc42", "source": "rpm", "version": "1.8" } ], "nspr": [ { "arch": "x86_64", "epoch": "None", "name": "nspr", "release": "1.fc42", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g-libs", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-system-compression": [ { "arch": "x86_64", "epoch": "None", "name": "ntfs-3g-system-compression", "release": "1.fc42", "source": "rpm", "version": "1.1" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfsprogs", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nvidia-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "oniguruma": [ { "arch": "x86_64", "epoch": "None", "name": "oniguruma", "release": "2.fc42", "source": "rpm", "version": "6.9.10" } ], "openldap": [ { "arch": "x86_64", "epoch": "None", "name": "openldap", "release": "1.fc42", "source": "rpm", "version": "2.6.10" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": "None", "name": "openssl-pkcs11", "release": "2.fc42", "source": "rpm", "version": "0.4.13" } ], "os-prober": [ { "arch": "x86_64", "epoch": "None", "name": "os-prober", "release": "9.fc42", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit", "release": "1.fc42", "source": "rpm", "version": "0.26.2" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc42", "source": "rpm", "version": "0.26.2" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "7.fc42", "source": "rpm", "version": "1.7.0" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "7.fc42", "source": "rpm", "version": "1.7.0" } ], "parted": [ { "arch": "x86_64", "epoch": "None", "name": "parted", "release": "11.fc42", "source": "rpm", "version": "3.6" } ], "passim": [ { "arch": "x86_64", "epoch": "None", "name": "passim", "release": "1.fc42", "source": "rpm", "version": "0.1.10" } ], "passim-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "1.fc42", "source": "rpm", "version": "0.1.10" } ], "pcre2": [ { "arch": "x86_64", "epoch": "None", "name": "pcre2", "release": "1.fc42", "source": "rpm", "version": "10.46" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc42", "source": "rpm", "version": "10.46" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite", "release": "2.fc42", "source": "rpm", "version": "2.3.1" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite-ccid", "release": "3.fc42", "source": "rpm", "version": "1.6.1" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite-libs", "release": "2.fc42", "source": "rpm", "version": "2.3.1" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": "0", "name": "perl-AutoLoader", "release": "519.fc42", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "519.fc42", "source": "rpm", "version": "1.89" } ], "perl-Carp": [ { "arch": "noarch", "epoch": "None", "name": "perl-Carp", "release": "512.fc42", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": "0", "name": "perl-Class-Struct", "release": "519.fc42", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Data-Dumper", "release": "513.fc42", "source": "rpm", "version": "2.189" } ], "perl-Digest": [ { "arch": "noarch", "epoch": "None", "name": "perl-Digest", "release": "512.fc42", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Digest-MD5", "release": "6.fc42", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": "0", "name": "perl-DynaLoader", "release": "519.fc42", "source": "rpm", "version": "1.56" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Encode", "release": "512.fc42", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Errno", "release": "519.fc42", "source": "rpm", "version": "1.38" } ], "perl-Error": [ { "arch": "noarch", "epoch": "1", "name": "perl-Error", "release": "1.fc42", "source": "rpm", "version": "0.17030" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": "None", "name": "perl-Exporter", "release": "512.fc42", "source": "rpm", "version": "5.78" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Fcntl", "release": "519.fc42", "source": "rpm", "version": "1.18" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "519.fc42", "source": "rpm", "version": "2.86" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": "None", "name": "perl-File-Path", "release": "512.fc42", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": "1", "name": "perl-File-Temp", "release": "512.fc42", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-stat", "release": "519.fc42", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "519.fc42", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": "1", "name": "perl-Getopt-Long", "release": "3.fc42", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": "0", "name": "perl-Getopt-Std", "release": "519.fc42", "source": "rpm", "version": "1.14" } ], "perl-Git": [ { "arch": "noarch", "epoch": "None", "name": "perl-Git", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "2.fc42", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "519.fc42", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "2.fc42", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc42", "source": "rpm", "version": "2.089" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "519.fc42", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "23.fc42", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "512.fc42", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "519.fc42", "source": "rpm", "version": "1.17" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "8.fc42", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "519.fc42", "source": "rpm", "version": "2.20" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "513.fc42", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "512.fc42", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "513.fc42", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "512.fc42", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "1.fc42", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc42", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "519.fc42", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "512.fc42", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "512.fc42", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "519.fc42", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "513.fc42", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "512.fc42", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "24.fc42", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "512.fc42", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "512.fc42", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "512.fc42", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc42", "source": "rpm", "version": "5.31" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "519.fc42", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "513.fc42", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "519.fc42", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "519.fc42", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "513.fc42", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "519.fc42", "source": "rpm", "version": "1.12" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "519.fc42", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "519.fc42", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "519.fc42", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "2.fc42", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "3.fc42", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "519.fc42", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "polkit": [ { "arch": "x86_64", "epoch": "None", "name": "polkit", "release": "3.fc42.1", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "3.fc42.1", "source": "rpm", "version": "126" } ], "popt": [ { "arch": "x86_64", "epoch": "None", "name": "popt", "release": "8.fc42", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": "None", "name": "prefixdevname", "release": "6.fc42", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": "None", "name": "procps-ng", "release": "6.fc42.1", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": "None", "name": "protobuf-c", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": "None", "name": "psmisc", "release": "5.fc42", "source": "rpm", "version": "23.7" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": "None", "name": "publicsuffix-list-dafsa", "release": "1.fc42", "source": "rpm", "version": "20260116" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": "None", "name": "python-pip-wheel", "release": "5.fc42", "source": "rpm", "version": "24.3.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": "None", "name": "python-unversioned-command", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc42", "source": "rpm", "version": "25.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc42", "source": "rpm", "version": "1.17.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "2.fc42", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "3.fc42", "source": "rpm", "version": "44.0.0" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "17.fc42", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "9.fc42", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "6.fc42", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc42", "source": "rpm", "version": "4.24.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf-plugins-core", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "python3-firewall": [ { "arch": "noarch", "epoch": "None", "name": "python3-firewall", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": "None", "name": "python3-gobject-base", "release": "1.fc42", "source": "rpm", "version": "3.50.2" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": "None", "name": "python3-hawkey", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": "None", "name": "python3-idna", "release": "2.fc42", "source": "rpm", "version": "3.10" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": "None", "name": "python3-jinja2", "release": "1.fc42", "source": "rpm", "version": "3.1.6" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpatch", "release": "7.fc42", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpointer", "release": "4.fc42", "source": "rpm", "version": "2.4" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema", "release": "2.fc42", "source": "rpm", "version": "4.23.0" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema-specifications", "release": "2.fc42", "source": "rpm", "version": "2024.10.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libcomps", "release": "1.fc42", "source": "rpm", "version": "0.1.22" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "1.fc42", "source": "rpm", "version": "5.3.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "2.fc42", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": "1", "name": "python3-nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "6.fc42", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "3.fc42", "source": "rpm", "version": "24.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "26.fc42", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "1.fc42", "source": "rpm", "version": "0.6.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "19.fc42", "source": "rpm", "version": "2.20" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyserial", "release": "11.fc42", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "26.fc42", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "2.fc42", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "1.fc42", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "1.fc42", "source": "rpm", "version": "2.32.4" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "1.fc42", "source": "rpm", "version": "0.25.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "3.fc42", "source": "rpm", "version": "4.6.0" } ], "python3-six": [ { "arch": "noarch", "epoch": "None", "name": "python3-six", "release": "2.fc42", "source": "rpm", "version": "1.17.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": "None", "name": "python3-systemd", "release": "13.fc42", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": "None", "name": "python3-unbound", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3+socks", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "qa-tools": [ { "arch": "noarch", "epoch": "None", "name": "qa-tools", "release": "6.fc42", "source": "rpm", "version": "4.1" } ], "qcom-wwan-firmware": [ { "arch": "noarch", "epoch": "None", "name": "qcom-wwan-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "quota": [ { "arch": "x86_64", "epoch": "1", "name": "quota", "release": "8.fc42", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": "1", "name": "quota-nls", "release": "8.fc42", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": "None", "name": "readline", "release": "13.fc42", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": "None", "name": "realtek-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc42eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc42eng", "source": "rpm", "version": "0.4.14" } ], "rng-tools": [ { "arch": "x86_64", "epoch": "None", "name": "rng-tools", "release": "5.fc42", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": "None", "name": "rootfiles", "release": "38.fc42", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": "None", "name": "rpcbind", "release": "0.fc42", "source": "rpm", "version": "1.2.8" } ], "rpm": [ { "arch": "x86_64", "epoch": "None", "name": "rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-build-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-selinux", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sequoia", "release": "1.fc42", "source": "rpm", "version": "1.10.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sign-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rsync": [ { "arch": "x86_64", "epoch": "None", "name": "rsync", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "rsyslog": [ { "arch": "x86_64", "epoch": "None", "name": "rsyslog", "release": "1.fc42", "source": "rpm", "version": "8.2508.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": "None", "name": "rtl-sdr", "release": "4.fc42", "source": "rpm", "version": "2.0.1" } ], "sdbus-cpp": [ { "arch": "x86_64", "epoch": "None", "name": "sdbus-cpp", "release": "4.fc42", "source": "rpm", "version": "1.5.0" } ], "sed": [ { "arch": "x86_64", "epoch": "None", "name": "sed", "release": "4.fc42", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy", "release": "1.fc42", "source": "rpm", "version": "42.24" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.24" } ], "setup": [ { "arch": "noarch", "epoch": "None", "name": "setup", "release": "13.fc42", "source": "rpm", "version": "2.15.0" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": "2", "name": "shadow-utils", "release": "1.fc42", "source": "rpm", "version": "4.17.4" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": "None", "name": "shared-mime-info", "release": "7.fc42", "source": "rpm", "version": "2.3" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "sqlite-libs", "release": "5.fc42", "source": "rpm", "version": "3.47.2" } ], "sssd-client": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-client", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "strace": [ { "arch": "x86_64", "epoch": "None", "name": "strace", "release": "1.fc42", "source": "rpm", "version": "6.19" } ], "sudo": [ { "arch": "x86_64", "epoch": "None", "name": "sudo", "release": "2.p1.fc42", "source": "rpm", "version": "1.9.17" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": "None", "name": "sudo-python-plugin", "release": "2.p1.fc42", "source": "rpm", "version": "1.9.17" } ], "systemd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "tar": [ { "arch": "x86_64", "epoch": "2", "name": "tar", "release": "5.fc42", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": "None", "name": "tbb", "release": "3.fc42", "source": "rpm", "version": "2022.0.0" } ], "time": [ { "arch": "x86_64", "epoch": "None", "name": "time", "release": "26.fc42", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": "None", "name": "tiwilink-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": "None", "name": "tpm2-tss", "release": "6.fc42", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": "None", "name": "tzdata", "release": "1.fc42", "source": "rpm", "version": "2025c" } ], "udisks2": [ { "arch": "x86_64", "epoch": "None", "name": "udisks2", "release": "1.fc42", "source": "rpm", "version": "2.10.91" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-anchor", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "unzip": [ { "arch": "x86_64", "epoch": "None", "name": "unzip", "release": "66.fc42", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": "None", "name": "userspace-rcu", "release": "1.fc42", "source": "rpm", "version": "0.15.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": "None", "name": "volume_key-libs", "release": "24.fc42", "source": "rpm", "version": "0.3.12" } ], "wget2": [ { "arch": "x86_64", "epoch": "None", "name": "wget2", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "which": [ { "arch": "x86_64", "epoch": "None", "name": "which", "release": "2.fc42", "source": "rpm", "version": "2.23" } ], "whois-nls": [ { "arch": "noarch", "epoch": "None", "name": "whois-nls", "release": "1.fc42", "source": "rpm", "version": "5.6.5" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "xfsprogs", "release": "3.fc42", "source": "rpm", "version": "6.12.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": "None", "name": "xkeyboard-config", "release": "1.fc42", "source": "rpm", "version": "2.44" } ], "xxd": [ { "arch": "x86_64", "epoch": "2", "name": "xxd", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": "None", "name": "xxhash-libs", "release": "2.fc42", "source": "rpm", "version": "0.8.3" } ], "xz": [ { "arch": "x86_64", "epoch": "1", "name": "xz", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": "None", "name": "zchunk-libs", "release": "2.fc42", "source": "rpm", "version": "1.5.1" } ], "zip": [ { "arch": "x86_64", "epoch": "None", "name": "zip", "release": "43.fc42", "source": "rpm", "version": "3.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat", "release": "2.fc42", "source": "rpm", "version": "2.2.5" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "2.fc42", "source": "rpm", "version": "2.2.5" } ], "zram-generator": [ { "arch": "x86_64", "epoch": "None", "name": "zram-generator", "release": "2.fc42", "source": "rpm", "version": "1.2.1" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": "None", "name": "zram-generator-defaults", "release": "2.fc42", "source": "rpm", "version": "1.2.1" } ] } }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 28 February 2026 03:34:55 -0500 (0:00:01.079) 0:00:56.161 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_version": "8.2508.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 28 February 2026 03:34:55 -0500 (0:00:00.024) 0:00:56.186 ***** skipping: [managed-node3] => { "false_condition": "__rsyslog_version is version('8.37.0-7.2', '<')" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 28 February 2026 03:34:55 -0500 (0:00:00.018) 0:00:56.205 ***** ok: [managed-node3] => {} MSG: Rsyslog_version is 8.2508.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/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 28 February 2026 03:34:55 -0500 (0:00:00.025) 0:00:56.230 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "rsyslog_in_image | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 28 February 2026 03:34:55 -0500 (0:00:00.026) 0:00:56.257 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 28 February 2026 03:34:56 -0500 (0:00:00.457) 0:00:56.714 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 28 February 2026 03:34:56 -0500 (0:00:00.454) 0:00:57.169 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 28 February 2026 03:34:57 -0500 (0:00:00.454) 0:00:57.624 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 28 February 2026 03:34:57 -0500 (0:00:00.103) 0:00:57.727 ***** skipping: [managed-node3] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (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, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'templates', 'type': 'templates', 'sections': [{'comment': 'User provided output templates', 'options': None}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 28 February 2026 03:34:57 -0500 (0:00:00.055) 0:00:57.783 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "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, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 28 February 2026 03:34:57 -0500 (0:00:00.037) 0:00:57.820 ***** skipping: [managed-node3] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (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, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'templates', 'type': 'templates', 'sections': [{'comment': 'User provided output templates', 'options': None}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 28 February 2026 03:34:57 -0500 (0:00:00.047) 0:00:57.867 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 28 February 2026 03:34:57 -0500 (0:00:00.019) 0:00:57.887 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 28 February 2026 03:34:57 -0500 (0:00:00.027) 0:00:57.915 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 28 February 2026 03:34:57 -0500 (0:00:00.013) 0:00:57.929 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 28 February 2026 03:34:57 -0500 (0:00:00.013) 0:00:57.942 ***** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n echo \"/etc/rsyslog.d/$conf\"\n fi\ndone\n", "delta": "0:00:00.109922", "end": "2026-02-28 03:34:57.924006", "failed_when_result": false, "rc": 0, "start": "2026-02-28 03:34:57.814084" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf /etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf /etc/rsyslog.d/10-input-remote-modules-remote_udp.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/11-input-remote-remote_ptcp.conf /etc/rsyslog.d/11-input-remote-remote_tcp.conf /etc/rsyslog.d/11-input-remote-remote_udp.conf /etc/rsyslog.d/20-templates.conf /etc/rsyslog.d/30-output-files-default_files.conf /etc/rsyslog.d/30-output-files-files_output.conf /etc/rsyslog.d/90-input-basics-system_input.conf TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 28 February 2026 03:34:57 -0500 (0:00:00.565) 0:00:58.508 ***** changed: [managed-node3] => (item=/etc/rsyslog.d/10-output-files-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-files-modules.conf", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/30-output-files-default_files.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-default_files.conf", "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "path": "/etc/rsyslog.d/10-input-remote-modules-remote_udp.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/00-global.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/00-global.conf", "path": "/etc/rsyslog.d/00-global.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/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" } changed: [managed-node3] => (item=/etc/rsyslog.d/20-templates.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/20-templates.conf", "path": "/etc/rsyslog.d/20-templates.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/30-output-files-files_output.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_output.conf", "path": "/etc/rsyslog.d/30-output-files-files_output.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/11-input-remote-remote_ptcp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "path": "/etc/rsyslog.d/11-input-remote-remote_ptcp.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/11-input-remote-remote_tcp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "path": "/etc/rsyslog.d/11-input-remote-remote_tcp.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/05-common-defaults.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/05-common-defaults.conf", "path": "/etc/rsyslog.d/05-common-defaults.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "path": "/etc/rsyslog.d/10-input-remote-modules-remote_ptcp.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/11-input-remote-remote_udp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "path": "/etc/rsyslog.d/11-input-remote-remote_udp.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "path": "/etc/rsyslog.d/10-input-remote-modules-remote_tcp.conf", "state": "absent" } Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 28 February 2026 03:35:03 -0500 (0:00:05.706) 0:01:04.215 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 28 February 2026 03:35:03 -0500 (0:00:00.032) 0:01:04.247 ***** skipping: [managed-node3] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 28 February 2026 03:35:03 -0500 (0:00:00.046) 0:01:04.294 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 28 February 2026 03:35:03 -0500 (0:00:00.035) 0:01:04.329 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 28 February 2026 03:35:03 -0500 (0:00:00.034) 0:01:04.363 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 28 February 2026 03:35:03 -0500 (0:00:00.035) 0:01:04.398 ***** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "rsyslog", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target sysinit.target network-online.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "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", "CanLiveMount": "yes", "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_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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3891851264", "EffectiveMemoryMax": "3891851264", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/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 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14691", "LimitNPROCSoft": "14691", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14691", "LimitSIGPENDINGSoft": "14691", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3484135424", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 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 pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr 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": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 28 February 2026 03:35:04 -0500 (0:00:00.616) 0:01:05.015 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __rsyslog_enabled | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 28 February 2026 03:35:04 -0500 (0:00:00.031) 0:01:05.046 ***** skipping: [managed-node3] => { "false_condition": "__rsyslog_failed_validation | d(false)" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 28 February 2026 03:35:04 -0500 (0:00:00.027) 0:01:05.074 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 28 February 2026 03:35:04 -0500 (0:00:00.029) 0:01:05.104 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 28 February 2026 03:35:04 -0500 (0:00:00.029) 0:01:05.133 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [Force all notified handlers to run at this point, not waiting for normal sync points - 2] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:130 Saturday 28 February 2026 03:35:04 -0500 (0:00:00.033) 0:01:05.167 ***** NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node3 META: triggered running handlers for managed-node3 RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 28 February 2026 03:35:04 -0500 (0:00:00.002) 0:01:05.169 ***** changed: [managed-node3] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target sysinit.target network-online.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "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", "CanLiveMount": "yes", "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_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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3891851264", "EffectiveMemoryMax": "3891851264", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/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 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "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": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14691", "LimitNPROCSoft": "14691", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14691", "LimitSIGPENDINGSoft": "14691", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3476541440", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 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 pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr 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": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Check ports managed by firewall and selinux - 2] ************************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:133 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.646) 0:01:05.815 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node3 TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.025) 0:01:05.841 ***** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.035) 0:01:05.876 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.013) 0:01:05.890 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.013) 0:01:05.904 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.026) 0:01:05.931 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [TEST CASE 1; Test the server configuration containing conflicted tls inputs in the remote input] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:143 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.014) 0:01:05.945 ***** included: fedora.linux_system_roles.logging for managed-node3 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.049) 0:01:05.995 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.020) 0:01:06.016 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Require installed systemd] *********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.019) 0:01:06.035 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.019) 0:01:06.055 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.018) 0:01:06.073 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_outputs | d([]) | selectattr('name', 'defined') | selectattr('type', 'defined') | selectattr('type', 'match', '^files$') | list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] ***************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.035) 0:01:06.108 ***** ok: [managed-node3] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "files_output", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.039) 0:01:06.148 ***** ok: [managed-node3] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "system_input", "type": "basics" }, { "name": "remote_tcp_0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" }, { "name": "remote_tcp_1", "tcp_ports": [ 514, 40010, 40011 ], "tls": true, "type": "remote" }, { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.040) 0:01:06.189 ***** skipping: [managed-node3] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.030) 0:01:06.219 ***** skipping: [managed-node3] => { "false_condition": "__custom_output_files | length > 0" } TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.035) 0:01:06.254 ***** skipping: [managed-node3] => (item={'name': 'flows', 'inputs': ['system_input', 'remote_tcp_0', 'remote_tcp_1', 'remote_udp'], 'outputs': ['files_output']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "system_input", "remote_tcp_0", "remote_tcp_1", "remote_udp" ], "name": "flows", "outputs": [ "files_output" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.040) 0:01:06.295 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.041) 0:01:06.336 ***** ok: [managed-node3] => { "ansible_facts": { "logging_tcp_ports": [], "logging_tls_tcp_ports": [], "logging_tls_udp_ports": [], "logging_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Parameter 'port' values] ************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.035) 0:01:06.371 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Update port values from outputs] ***** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.032) 0:01:06.403 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Update port values from inputs] ****** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.030) 0:01:06.434 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.031) 0:01:06.466 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 28 February 2026 03:35:05 -0500 (0:00:00.038) 0:01:06.504 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.030) 0:01:06.535 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.027) 0:01:06.563 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.027) 0:01:06.590 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.033) 0:01:06.623 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.041) 0:01:06.665 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.032) 0:01:06.698 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.013) 0:01:06.711 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.014) 0:01:06.726 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.013) 0:01:06.739 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.013) 0:01:06.752 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.031) 0:01:06.784 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.037) 0:01:06.822 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.031) 0:01:06.853 ***** included: fedora.linux_system_roles.certificate for managed-node3 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.059) 0:01:06.913 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.045) 0:01:06.959 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.040) 0:01:06.999 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.030) 0:01:07.030 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.031) 0:01:07.062 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__certificate_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.030) 0:01:07.092 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__certificate_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.031) 0:01:07.123 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__certificate_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.031) 0:01:07.155 ***** skipping: [managed-node3] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node3] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node3] => (item=Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_42.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 28 February 2026 03:35:06 -0500 (0:00:00.067) 0:01:07.223 ***** ok: [managed-node3] => { "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/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Saturday 28 February 2026 03:35:08 -0500 (0:00:01.621) 0:01:08.844 ***** ok: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Saturday 28 February 2026 03:35:10 -0500 (0:00:01.694) 0:01:10.539 ***** ok: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Saturday 28 February 2026 03:35:10 -0500 (0:00:00.473) 0:01:11.013 ***** ok: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Saturday 28 February 2026 03:35:10 -0500 (0:00:00.481) 0:01:11.494 ***** ok: [managed-node3] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-02-28 03:34:13 EST", "ActiveEnterTimestampMonotonic": "728746248", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "syslog.target basic.target sysinit.target dbus.socket systemd-journald.socket system.slice network.target dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-02-28 03:34:13 EST", "AssertTimestampMonotonic": "728707749", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "566084000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-02-28 03:34:13 EST", "ConditionTimestampMonotonic": "728707746", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "12055", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3891851264", "EffectiveMemoryMax": "3891851264", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-02-28 03:34:13 EST", "ExecMainHandoffTimestampMonotonic": "728718509", "ExecMainPID": "119549", "ExecMainStartTimestamp": "Sat 2026-02-28 03:34:13 EST", "ExecMainStartTimestampMonotonic": "728708716", "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 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-02-28 03:34:13 EST", "InactiveExitTimestampMonotonic": "728709311", "InvocationID": "920334d50b304dedae77430b38ca6c50", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14691", "LimitNPROCSoft": "14691", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14691", "LimitSIGPENDINGSoft": "14691", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "119549", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3501314048", "MemoryCurrent": "3571712", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "13111296", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-02-28 03:34:54 EST", "StateChangeTimestampMonotonic": "769891943", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Saturday 28 February 2026 03:35:11 -0500 (0:00:00.627) 0:01:12.122 ***** changed: [managed-node3] => (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 : Check if test mode is supported] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.852) 0:01:12.975 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.033) 0:01:13.009 ***** skipping: [managed-node3] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.047) 0:01:13.056 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.036) 0:01:13.093 ***** skipping: [managed-node3] => (item=logging_cert) => { "ansible_loop_var": "cert_name", "cert_name": "logging_cert", "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.036) 0:01:13.129 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.032) 0:01:13.162 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.037) 0:01:13.200 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************ task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.031) 0:01:13.231 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Delete debug file] ******************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.030) 0:01:13.262 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] *********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.030) 0:01:13.293 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.031) 0:01:13.324 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] ********* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.030) 0:01:13.355 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.033) 0:01:13.388 ***** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.031) 0:01:13.419 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.024) 0:01:13.444 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.031) 0:01:13.475 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.018) 0:01:13.494 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 28 February 2026 03:35:12 -0500 (0:00:00.018) 0:01:13.513 ***** ok: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 28 February 2026 03:35:13 -0500 (0:00:00.045) 0:01:13.558 ***** skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 28 February 2026 03:35:13 -0500 (0:00:00.069) 0:01:13.628 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 28 February 2026 03:35:13 -0500 (0:00:00.078) 0:01:13.706 ***** skipping: [managed-node3] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "false_condition": "logging_purge_confs | bool | d(false)", "item": "rsyslog", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 28 February 2026 03:35:13 -0500 (0:00:00.041) 0:01:13.748 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_purge_confs | bool | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 28 February 2026 03:35:13 -0500 (0:00:00.032) 0:01:13.781 ***** changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-gnutls-8.2508.0-1.fc42.x86_64" ] } lsrpackages: ca-certificates iproute rsyslog rsyslog-gnutls TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 28 February 2026 03:35:15 -0500 (0:00:02.119) 0:01:15.900 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 28 February 2026 03:35:15 -0500 (0:00:00.020) 0:01:15.921 ***** ok: [managed-node3] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": "None", "name": "ModemManager-glib", "release": "5.fc42", "source": "rpm", "version": "1.22.0" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager", "release": "1.fc42", "source": "rpm", "version": "1.52.2" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "1.fc42", "source": "rpm", "version": "1.52.2" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "abattis-cantarell-vf-fonts", "release": "14.fc42", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": "None", "name": "alternatives", "release": "3.fc42", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "aspell": [ { "arch": "x86_64", "epoch": "12", "name": "aspell", "release": "4.fc42", "source": "rpm", "version": "0.60.8.1" } ], "aspell-en": [ { "arch": "x86_64", "epoch": "50", "name": "aspell-en", "release": "13.fc42", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": "None", "name": "atheros-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "authselect": [ { "arch": "x86_64", "epoch": "None", "name": "authselect", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": "None", "name": "authselect-libs", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": "None", "name": "avahi-libs", "release": "2.fc42", "source": "rpm", "version": "0.9~rc2" } ], "basesystem": [ { "arch": "noarch", "epoch": "None", "name": "basesystem", "release": "22.fc42", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": "None", "name": "bash", "release": "1.fc42", "source": "rpm", "version": "5.2.37" } ], "bash-completion": [ { "arch": "noarch", "epoch": "1", "name": "bash-completion", "release": "1.fc42", "source": "rpm", "version": "2.16" } ], "bc": [ { "arch": "x86_64", "epoch": "None", "name": "bc", "release": "2.fc42", "source": "rpm", "version": "1.08.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib", "release": "1.fc42", "source": "rpm", "version": "1.33" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc42eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "12.fc42", "source": "rpm", "version": "2.44" } ], "bison": [ { "arch": "x86_64", "epoch": "None", "name": "bison", "release": "11.fc42", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": "None", "name": "bluez", "release": "2.fc42", "source": "rpm", "version": "5.84" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": "None", "name": "boost-atomic", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "boost-filesystem", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": "None", "name": "boost-system", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": "None", "name": "boost-thread", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": "None", "name": "brcmfmac-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc42", "source": "rpm", "version": "6.17.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "20.fc42", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "1.fc42", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.0.fc42", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc42", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "1.fc42", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "cloud-init": [ { "arch": "noarch", "epoch": "None", "name": "cloud-init", "release": "5.fc42", "source": "rpm", "version": "24.2" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": "None", "name": "cloud-utils-growpart", "release": "10.fc42", "source": "rpm", "version": "0.33" } ], "cmake-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "cmake-filesystem", "release": "2.fc42", "source": "rpm", "version": "3.31.6" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "7.fc42", "source": "rpm", "version": "9.6" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "7.fc42", "source": "rpm", "version": "9.6" } ], "cpio": [ { "arch": "x86_64", "epoch": "None", "name": "cpio", "release": "4.fc42", "source": "rpm", "version": "2.15" } ], "cpp": [ { "arch": "x86_64", "epoch": "None", "name": "cpp", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib", "release": "7.fc42", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib-dicts", "release": "7.fc42", "source": "rpm", "version": "2.9.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies", "release": "1.git3839d0e.fc42", "source": "rpm", "version": "20251125" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.git3839d0e.fc42", "source": "rpm", "version": "20251125" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc42", "source": "rpm", "version": "2.8.4" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "7.fc42", "source": "rpm", "version": "8.11.1" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-gssapi", "release": "30.fc42", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-lib", "release": "30.fc42", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": "1", "name": "dbus", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": "None", "name": "dbus-broker", "release": "6.fc42", "source": "rpm", "version": "36" } ], "dbus-common": [ { "arch": "noarch", "epoch": "1", "name": "dbus-common", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-libs", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-persistent-data", "release": "3.fc42", "source": "rpm", "version": "1.1.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": "12", "name": "dhcp-client", "release": "16.P1.fc42", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": "12", "name": "dhcp-common", "release": "16.P1.fc42", "source": "rpm", "version": "4.4.3" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": "None", "name": "dhcpcd", "release": "3.fc42", "source": "rpm", "version": "10.3.0" } ], "diffutils": [ { "arch": "x86_64", "epoch": "None", "name": "diffutils", "release": "1.fc42", "source": "rpm", "version": "3.12" } ], "dnf-data": [ { "arch": "noarch", "epoch": "None", "name": "dnf-data", "release": "1.fc42", "source": "rpm", "version": "4.24.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "dnf-plugins-core", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "dnf-utils": [ { "arch": "noarch", "epoch": "None", "name": "dnf-utils", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": "None", "name": "dosfstools", "release": "15.fc42", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": "None", "name": "dracut", "release": "4.fc42", "source": "rpm", "version": "107" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": "None", "name": "dracut-config-rescue", "release": "4.fc42", "source": "rpm", "version": "107" } ], "duktape": [ { "arch": "x86_64", "epoch": "None", "name": "duktape", "release": "9.fc42", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": "None", "name": "dyninst", "release": "5.fc42", "source": "rpm", "version": "13.0.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs-libs", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": "None", "name": "efivar-libs", "release": "8.fc42", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc42", "source": "rpm", "version": "1.3.1" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc42", "source": "rpm", "version": "2.7.3" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": "None", "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "42" } ], "fedora-release": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release", "release": "30", "source": "rpm", "version": "42" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "30", "source": "rpm", "version": "42" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "30", "source": "rpm", "version": "42" } ], "fedora-repos": [ { "arch": "noarch", "epoch": "None", "name": "fedora-repos", "release": "1", "source": "rpm", "version": "42" } ], "file": [ { "arch": "x86_64", "epoch": "None", "name": "file", "release": "3.fc42", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "3.fc42", "source": "rpm", "version": "5.46" } ], "filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "filesystem", "release": "47.fc42", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": "1", "name": "findutils", "release": "5.fc42", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": "None", "name": "firewalld", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "flex": [ { "arch": "x86_64", "epoch": "None", "name": "flex", "release": "19.fc42", "source": "rpm", "version": "2.6.4" } ], "fmt": [ { "arch": "x86_64", "epoch": "None", "name": "fmt", "release": "1.fc42", "source": "rpm", "version": "11.1.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": "1", "name": "fonts-filesystem", "release": "22.fc42", "source": "rpm", "version": "2.0.5" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "fuse3-libs", "release": "5.fc42", "source": "rpm", "version": "3.16.2" } ], "fwupd": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "gawk": [ { "arch": "x86_64", "epoch": "None", "name": "gawk", "release": "1.fc42", "source": "rpm", "version": "5.3.1" } ], "gcc": [ { "arch": "x86_64", "epoch": "None", "name": "gcc", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "gdbm": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm", "release": "9.fc42", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm-libs", "release": "9.fc42", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": "None", "name": "gdisk", "release": "3.fc42", "source": "rpm", "version": "1.0.10" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-envsubst", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-libs", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-runtime", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "git": [ { "arch": "x86_64", "epoch": "None", "name": "git", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "1.fc42", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc42", "source": "rpm", "version": "2.84.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "gmp": [ { "arch": "x86_64", "epoch": "1", "name": "gmp", "release": "4.fc42", "source": "rpm", "version": "6.3.0" } ], "gnulib-l10n": [ { "arch": "noarch", "epoch": "None", "name": "gnulib-l10n", "release": "1.fc42", "source": "rpm", "version": "20241231" } ], "gnupg2": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2", "release": "2.fc42", "source": "rpm", "version": "2.4.9" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-smime", "release": "2.fc42", "source": "rpm", "version": "2.4.9" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "3.fc42", "source": "rpm", "version": "3.8.11" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "3.fc42", "source": "rpm", "version": "3.8.11" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": "None", "name": "gobject-introspection", "release": "1.fc42", "source": "rpm", "version": "1.84.0" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-fonts-common", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-mono-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-serif-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "gpg-pubkey": [ { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "65ca83d1", "source": "rpm", "version": "105ef944" }, { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "5e67a958", "source": "rpm", "version": "3a97f4df" } ], "gpgme": [ { "arch": "x86_64", "epoch": "None", "name": "gpgme", "release": "1.fc42", "source": "rpm", "version": "1.24.3" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gpm-libs", "release": "51.fc42", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": "None", "name": "grep", "release": "10.fc42", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": "None", "name": "groff-base", "release": "8.fc42", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": "1", "name": "grub2-common", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "82.fc42", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": "None", "name": "gsettings-desktop-schemas", "release": "3.fc42", "source": "rpm", "version": "48.0" } ], "gssproxy": [ { "arch": "x86_64", "epoch": "None", "name": "gssproxy", "release": "8.fc42", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": "None", "name": "gzip", "release": "3.fc42", "source": "rpm", "version": "1.13" } ], "hiredis": [ { "arch": "x86_64", "epoch": "None", "name": "hiredis", "release": "6.fc42", "source": "rpm", "version": "1.2.0" } ], "hostname": [ { "arch": "x86_64", "epoch": "None", "name": "hostname", "release": "2.fc42", "source": "rpm", "version": "3.25" } ], "hunspell": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell", "release": "9.fc42", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-GB", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-US", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell-filesystem", "release": "9.fc42", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": "None", "name": "hwdata", "release": "1.fc42", "source": "rpm", "version": "0.404" } ], "ima-evm-utils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ima-evm-utils-libs", "release": "4.fc42", "source": "rpm", "version": "1.6.2" } ], "inih": [ { "arch": "x86_64", "epoch": "None", "name": "inih", "release": "1.fc42", "source": "rpm", "version": "62" } ], "initscripts-service": [ { "arch": "noarch", "epoch": "None", "name": "initscripts-service", "release": "3.fc42", "source": "rpm", "version": "10.26" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-audio-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "ipcalc": [ { "arch": "x86_64", "epoch": "None", "name": "ipcalc", "release": "11.fc42", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": "None", "name": "iproute", "release": "3.fc42", "source": "rpm", "version": "6.12.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-libs", "release": "9.fc42", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "9.fc42", "source": "rpm", "version": "1.8.11" } ], "iputils": [ { "arch": "x86_64", "epoch": "None", "name": "iputils", "release": "1.fc42", "source": "rpm", "version": "20250605" } ], "jansson": [ { "arch": "x86_64", "epoch": "None", "name": "jansson", "release": "2.fc42", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": "None", "name": "jitterentropy", "release": "2.fc42", "source": "rpm", "version": "3.6.0" } ], "jq": [ { "arch": "x86_64", "epoch": "None", "name": "jq", "release": "11.fc42", "source": "rpm", "version": "1.7.1" } ], "json-c": [ { "arch": "x86_64", "epoch": "None", "name": "json-c", "release": "2.fc42", "source": "rpm", "version": "0.18" } ], "json-glib": [ { "arch": "x86_64", "epoch": "None", "name": "json-glib", "release": "1.fc42", "source": "rpm", "version": "1.10.8" } ], "kbd": [ { "arch": "x86_64", "epoch": "None", "name": "kbd", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": "None", "name": "kbd-legacy", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": "None", "name": "kbd-misc", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kernel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "100.fc42", "source": "rpm", "version": "6.18.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "keyutils": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils", "release": "5.fc42", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils-libs", "release": "5.fc42", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": "None", "name": "kmod", "release": "3.fc42", "source": "rpm", "version": "33" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": "None", "name": "kmod-libs", "release": "3.fc42", "source": "rpm", "version": "33" } ], "kpartx": [ { "arch": "x86_64", "epoch": "None", "name": "kpartx", "release": "5.fc42", "source": "rpm", "version": "0.10.0" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": "None", "name": "krb5-libs", "release": "6.fc42", "source": "rpm", "version": "1.21.3" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-core-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-fonts-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "less": [ { "arch": "x86_64", "epoch": "None", "name": "less", "release": "1.fc42", "source": "rpm", "version": "685" } ], "libacl": [ { "arch": "x86_64", "epoch": "None", "name": "libacl", "release": "3.fc42", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": "None", "name": "libaio", "release": "21.fc42", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": "None", "name": "libarchive", "release": "1.fc42", "source": "rpm", "version": "3.8.1" } ], "libassuan": [ { "arch": "x86_64", "epoch": "None", "name": "libassuan", "release": "3.fc42", "source": "rpm", "version": "2.5.7" } ], "libatasmart": [ { "arch": "x86_64", "epoch": "None", "name": "libatasmart", "release": "30.fc42", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": "None", "name": "libattr", "release": "5.fc42", "source": "rpm", "version": "2.5.2" } ], "libb2": [ { "arch": "x86_64", "epoch": "None", "name": "libb2", "release": "13.fc42", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": "None", "name": "libbasicobjects", "release": "58.fc42", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": "None", "name": "libblkid", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-crypto", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-fs", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-loop", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-mdraid", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-nvme", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-part", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-smart": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-smart", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-swap", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-utils", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libbpf": [ { "arch": "x86_64", "epoch": "2", "name": "libbpf", "release": "2.fc42", "source": "rpm", "version": "1.5.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": "None", "name": "libbrotli", "release": "1.fc42", "source": "rpm", "version": "1.2.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "1.fc42", "source": "rpm", "version": "2.12" } ], "libcap": [ { "arch": "x86_64", "epoch": "None", "name": "libcap", "release": "2.fc42", "source": "rpm", "version": "2.73" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "7.fc42", "source": "rpm", "version": "0.9" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "7.fc42", "source": "rpm", "version": "0.9" } ], "libcbor": [ { "arch": "x86_64", "epoch": "None", "name": "libcbor", "release": "3.fc42", "source": "rpm", "version": "0.11.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": "None", "name": "libcollection", "release": "58.fc42", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": "None", "name": "libcom_err", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "libcomps", "release": "1.fc42", "source": "rpm", "version": "0.1.22" } ], "libcurl": [ { "arch": "x86_64", "epoch": "None", "name": "libcurl", "release": "7.fc42", "source": "rpm", "version": "8.11.1" } ], "libdhash": [ { "arch": "x86_64", "epoch": "None", "name": "libdhash", "release": "58.fc42", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdnf5-plugin-expired-pgp-keys": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-plugin-expired-pgp-keys", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc42", "source": "rpm", "version": "2.4.131" } ], "libeconf": [ { "arch": "x86_64", "epoch": "None", "name": "libeconf", "release": "2.fc42", "source": "rpm", "version": "0.7.6" } ], "libedit": [ { "arch": "x86_64", "epoch": "None", "name": "libedit", "release": "56.20251016cvs.fc42", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": "None", "name": "libestr", "release": "11.fc42", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": "None", "name": "libev", "release": "13.fc42", "source": "rpm", "version": "4.33" } ], "libevdev": [ { "arch": "x86_64", "epoch": "None", "name": "libevdev", "release": "1.fc42", "source": "rpm", "version": "1.13.4" } ], "libevent": [ { "arch": "x86_64", "epoch": "None", "name": "libevent", "release": "15.fc42", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": "None", "name": "libfastjson", "release": "6.fc42", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": "None", "name": "libfdisk", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libffi": [ { "arch": "x86_64", "epoch": "None", "name": "libffi", "release": "5.fc42", "source": "rpm", "version": "3.4.6" } ], "libfido2": [ { "arch": "x86_64", "epoch": "None", "name": "libfido2", "release": "3.fc42", "source": "rpm", "version": "1.15.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": "None", "name": "libfsverity", "release": "2.fc42", "source": "rpm", "version": "1.6" } ], "libgcc": [ { "arch": "x86_64", "epoch": "None", "name": "libgcc", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libgcrypt", "release": "5.fc42", "source": "rpm", "version": "1.11.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": "None", "name": "libgomp", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": "None", "name": "libgpg-error", "release": "2.fc42", "source": "rpm", "version": "1.51" } ], "libgudev": [ { "arch": "x86_64", "epoch": "None", "name": "libgudev", "release": "7.fc42", "source": "rpm", "version": "238" } ], "libidn2": [ { "arch": "x86_64", "epoch": "None", "name": "libidn2", "release": "1.fc42", "source": "rpm", "version": "2.3.8" } ], "libini_config": [ { "arch": "x86_64", "epoch": "None", "name": "libini_config", "release": "58.fc42", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": "None", "name": "libjcat", "release": "1.fc42", "source": "rpm", "version": "0.2.5" } ], "libkcapi": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hasher": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hasher", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hmaccalc", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libksba": [ { "arch": "x86_64", "epoch": "None", "name": "libksba", "release": "3.fc42", "source": "rpm", "version": "1.6.7" } ], "libldb": [ { "arch": "x86_64", "epoch": "2", "name": "libldb", "release": "1.fc42", "source": "rpm", "version": "4.22.7" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": "None", "name": "libmaxminddb", "release": "3.fc42", "source": "rpm", "version": "1.12.2" } ], "libmbim": [ { "arch": "x86_64", "epoch": "None", "name": "libmbim", "release": "5.fc42", "source": "rpm", "version": "1.30.0" } ], "libmnl": [ { "arch": "x86_64", "epoch": "None", "name": "libmnl", "release": "7.fc42", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": "None", "name": "libmodulemd", "release": "1.fc42", "source": "rpm", "version": "2.15.2" } ], "libmount": [ { "arch": "x86_64", "epoch": "None", "name": "libmount", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": "None", "name": "libmpc", "release": "7.fc42", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": "None", "name": "libndp", "release": "3.fc42", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": "None", "name": "libnetfilter_conntrack", "release": "8.fc42", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": "None", "name": "libnfnetlink", "release": "30.fc42", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": "1", "name": "libnfsidmap", "release": "0.fc42", "source": "rpm", "version": "2.8.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": "None", "name": "libnftnl", "release": "4.fc42", "source": "rpm", "version": "1.2.8" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": "None", "name": "libnghttp2", "release": "3.fc42", "source": "rpm", "version": "1.64.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": "None", "name": "libnl3", "release": "3.fc42", "source": "rpm", "version": "3.11.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": "None", "name": "libnsl2", "release": "3.fc42", "source": "rpm", "version": "2.0.1" } ], "libnvme": [ { "arch": "x86_64", "epoch": "None", "name": "libnvme", "release": "2.fc42", "source": "rpm", "version": "1.15" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": "None", "name": "libpath_utils", "release": "58.fc42", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": "None", "name": "libpciaccess", "release": "15.fc42", "source": "rpm", "version": "0.16" } ], "libpipeline": [ { "arch": "x86_64", "epoch": "None", "name": "libpipeline", "release": "2.fc42", "source": "rpm", "version": "1.5.8" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "libpkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "libproxy": [ { "arch": "x86_64", "epoch": "None", "name": "libproxy", "release": "2.fc42", "source": "rpm", "version": "0.5.8" } ], "libpsl": [ { "arch": "x86_64", "epoch": "None", "name": "libpsl", "release": "5.fc42", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": "None", "name": "libpwquality", "release": "12.fc42", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": "None", "name": "libqmi", "release": "7.fc42", "source": "rpm", "version": "1.34.0" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": "None", "name": "libqrtr-glib", "release": "7.fc42", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": "None", "name": "libref_array", "release": "58.fc42", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": "None", "name": "librepo", "release": "1.fc42", "source": "rpm", "version": "1.20.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "libreport-filesystem", "release": "5.fc42", "source": "rpm", "version": "2.17.15" } ], "libseccomp": [ { "arch": "x86_64", "epoch": "None", "name": "libseccomp", "release": "2.fc41", "source": "rpm", "version": "2.5.5" } ], "libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux-utils", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "libsepol": [ { "arch": "x86_64", "epoch": "None", "name": "libsepol", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": "None", "name": "libsmartcols", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "2.fc42", "source": "rpm", "version": "1.0.21" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "3.fc42", "source": "rpm", "version": "0.7.35" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "2.fc42", "source": "rpm", "version": "3.6.6" } ], "libss": [ { "arch": "x86_64", "epoch": "None", "name": "libss", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "libssh": [ { "arch": "x86_64", "epoch": "None", "name": "libssh", "release": "1.fc42", "source": "rpm", "version": "0.11.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc42", "source": "rpm", "version": "0.11.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_certmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": "None", "name": "libtalloc", "release": "2.fc42", "source": "rpm", "version": "2.4.3" } ], "libtasn1": [ { "arch": "x86_64", "epoch": "None", "name": "libtasn1", "release": "1.fc42", "source": "rpm", "version": "4.20.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": "None", "name": "libtdb", "release": "2.fc42", "source": "rpm", "version": "1.4.13" } ], "libtevent": [ { "arch": "x86_64", "epoch": "None", "name": "libtevent", "release": "2.fc42", "source": "rpm", "version": "0.16.2" } ], "libtextstyle": [ { "arch": "x86_64", "epoch": "None", "name": "libtextstyle", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": "None", "name": "libtirpc", "release": "1.fc42", "source": "rpm", "version": "1.3.7" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": "None", "name": "libtool-ltdl", "release": "4.fc42", "source": "rpm", "version": "2.5.4" } ], "libudisks2": [ { "arch": "x86_64", "epoch": "None", "name": "libudisks2", "release": "1.fc42", "source": "rpm", "version": "2.10.91" } ], "libunistring": [ { "arch": "x86_64", "epoch": "None", "name": "libunistring", "release": "9.fc42", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": "None", "name": "libusb1", "release": "4.fc42", "source": "rpm", "version": "1.0.29" } ], "libutempter": [ { "arch": "x86_64", "epoch": "None", "name": "libutempter", "release": "17.fc42", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": "None", "name": "libuuid", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libverto": [ { "arch": "x86_64", "epoch": "None", "name": "libverto", "release": "10.fc42", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": "None", "name": "libverto-libev", "release": "10.fc42", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "1.fc42", "source": "rpm", "version": "4.5.2" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "1.fc42", "source": "rpm", "version": "4.5.2" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": "None", "name": "libxkbcommon", "release": "1.fc42", "source": "rpm", "version": "1.8.1" } ], "libxml2": [ { "arch": "x86_64", "epoch": "None", "name": "libxml2", "release": "1.fc42", "source": "rpm", "version": "2.12.10" } ], "libxmlb": [ { "arch": "x86_64", "epoch": "None", "name": "libxmlb", "release": "1.fc42", "source": "rpm", "version": "0.3.24" } ], "libxslt": [ { "arch": "x86_64", "epoch": "None", "name": "libxslt", "release": "1.fc42", "source": "rpm", "version": "1.1.43" } ], "libyaml": [ { "arch": "x86_64", "epoch": "None", "name": "libyaml", "release": "16.fc42", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd", "release": "1.fc42", "source": "rpm", "version": "1.5.7" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd-devel", "release": "1.fc42", "source": "rpm", "version": "1.5.7" } ], "linux-firmware": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "1.fc42", "source": "rpm", "version": "0.9.34" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "3.fc42", "source": "rpm", "version": "3.22.0" } ], "lsof": [ { "arch": "x86_64", "epoch": "None", "name": "lsof", "release": "7.fc42", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "4.fc42", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "1.fc42", "source": "rpm", "version": "2.03.34" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "1.fc42", "source": "rpm", "version": "2.03.34" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lz4-libs", "release": "2.fc42", "source": "rpm", "version": "1.10.0" } ], "lzo": [ { "arch": "x86_64", "epoch": "None", "name": "lzo", "release": "14.fc42", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": "None", "name": "m4", "release": "12.fc42", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": "1", "name": "make", "release": "10.fc42", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": "None", "name": "man-db", "release": "2.fc42", "source": "rpm", "version": "2.13.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": "None", "name": "mdadm", "release": "8.fc42", "source": "rpm", "version": "4.3" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": "None", "name": "mkpasswd", "release": "1.fc42", "source": "rpm", "version": "5.6.5" } ], "mokutil": [ { "arch": "x86_64", "epoch": "2", "name": "mokutil", "release": "5.fc42", "source": "rpm", "version": "0.7.1" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": "None", "name": "mpdecimal", "release": "1.fc42", "source": "rpm", "version": "4.0.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": "None", "name": "mpfr", "release": "1.fc42", "source": "rpm", "version": "4.2.2" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": "None", "name": "mt7xxx-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "ncurses": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "ncurses-base": [ { "arch": "noarch", "epoch": "None", "name": "ncurses-base", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses-libs", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "nettle": [ { "arch": "x86_64", "epoch": "None", "name": "nettle", "release": "1.fc42", "source": "rpm", "version": "3.10.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": "1", "name": "nfs-utils", "release": "0.fc42", "source": "rpm", "version": "2.8.4" } ], "nftables": [ { "arch": "x86_64", "epoch": "1", "name": "nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "npth": [ { "arch": "x86_64", "epoch": "None", "name": "npth", "release": "2.fc42", "source": "rpm", "version": "1.8" } ], "nspr": [ { "arch": "x86_64", "epoch": "None", "name": "nspr", "release": "1.fc42", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g-libs", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-system-compression": [ { "arch": "x86_64", "epoch": "None", "name": "ntfs-3g-system-compression", "release": "1.fc42", "source": "rpm", "version": "1.1" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfsprogs", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nvidia-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "oniguruma": [ { "arch": "x86_64", "epoch": "None", "name": "oniguruma", "release": "2.fc42", "source": "rpm", "version": "6.9.10" } ], "openldap": [ { "arch": "x86_64", "epoch": "None", "name": "openldap", "release": "1.fc42", "source": "rpm", "version": "2.6.10" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": "None", "name": "openssl-pkcs11", "release": "2.fc42", "source": "rpm", "version": "0.4.13" } ], "os-prober": [ { "arch": "x86_64", "epoch": "None", "name": "os-prober", "release": "9.fc42", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit", "release": "1.fc42", "source": "rpm", "version": "0.26.2" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc42", "source": "rpm", "version": "0.26.2" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "7.fc42", "source": "rpm", "version": "1.7.0" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "7.fc42", "source": "rpm", "version": "1.7.0" } ], "parted": [ { "arch": "x86_64", "epoch": "None", "name": "parted", "release": "11.fc42", "source": "rpm", "version": "3.6" } ], "passim": [ { "arch": "x86_64", "epoch": "None", "name": "passim", "release": "1.fc42", "source": "rpm", "version": "0.1.10" } ], "passim-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "1.fc42", "source": "rpm", "version": "0.1.10" } ], "pcre2": [ { "arch": "x86_64", "epoch": "None", "name": "pcre2", "release": "1.fc42", "source": "rpm", "version": "10.46" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc42", "source": "rpm", "version": "10.46" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite", "release": "2.fc42", "source": "rpm", "version": "2.3.1" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite-ccid", "release": "3.fc42", "source": "rpm", "version": "1.6.1" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite-libs", "release": "2.fc42", "source": "rpm", "version": "2.3.1" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": "0", "name": "perl-AutoLoader", "release": "519.fc42", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "519.fc42", "source": "rpm", "version": "1.89" } ], "perl-Carp": [ { "arch": "noarch", "epoch": "None", "name": "perl-Carp", "release": "512.fc42", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": "0", "name": "perl-Class-Struct", "release": "519.fc42", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Data-Dumper", "release": "513.fc42", "source": "rpm", "version": "2.189" } ], "perl-Digest": [ { "arch": "noarch", "epoch": "None", "name": "perl-Digest", "release": "512.fc42", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Digest-MD5", "release": "6.fc42", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": "0", "name": "perl-DynaLoader", "release": "519.fc42", "source": "rpm", "version": "1.56" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Encode", "release": "512.fc42", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Errno", "release": "519.fc42", "source": "rpm", "version": "1.38" } ], "perl-Error": [ { "arch": "noarch", "epoch": "1", "name": "perl-Error", "release": "1.fc42", "source": "rpm", "version": "0.17030" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": "None", "name": "perl-Exporter", "release": "512.fc42", "source": "rpm", "version": "5.78" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Fcntl", "release": "519.fc42", "source": "rpm", "version": "1.18" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "519.fc42", "source": "rpm", "version": "2.86" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": "None", "name": "perl-File-Path", "release": "512.fc42", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": "1", "name": "perl-File-Temp", "release": "512.fc42", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-stat", "release": "519.fc42", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "519.fc42", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": "1", "name": "perl-Getopt-Long", "release": "3.fc42", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": "0", "name": "perl-Getopt-Std", "release": "519.fc42", "source": "rpm", "version": "1.14" } ], "perl-Git": [ { "arch": "noarch", "epoch": "None", "name": "perl-Git", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "2.fc42", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "519.fc42", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "2.fc42", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc42", "source": "rpm", "version": "2.089" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "519.fc42", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "23.fc42", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "512.fc42", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "519.fc42", "source": "rpm", "version": "1.17" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "8.fc42", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "519.fc42", "source": "rpm", "version": "2.20" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "513.fc42", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "512.fc42", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "513.fc42", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "512.fc42", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "1.fc42", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc42", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "519.fc42", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "512.fc42", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "512.fc42", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "519.fc42", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "513.fc42", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "512.fc42", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "24.fc42", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "512.fc42", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "512.fc42", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "512.fc42", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc42", "source": "rpm", "version": "5.31" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "519.fc42", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "513.fc42", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "519.fc42", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "519.fc42", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "513.fc42", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "519.fc42", "source": "rpm", "version": "1.12" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "519.fc42", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "519.fc42", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "519.fc42", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "2.fc42", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "3.fc42", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "519.fc42", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "polkit": [ { "arch": "x86_64", "epoch": "None", "name": "polkit", "release": "3.fc42.1", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "3.fc42.1", "source": "rpm", "version": "126" } ], "popt": [ { "arch": "x86_64", "epoch": "None", "name": "popt", "release": "8.fc42", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": "None", "name": "prefixdevname", "release": "6.fc42", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": "None", "name": "procps-ng", "release": "6.fc42.1", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": "None", "name": "protobuf-c", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": "None", "name": "psmisc", "release": "5.fc42", "source": "rpm", "version": "23.7" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": "None", "name": "publicsuffix-list-dafsa", "release": "1.fc42", "source": "rpm", "version": "20260116" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": "None", "name": "python-pip-wheel", "release": "5.fc42", "source": "rpm", "version": "24.3.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": "None", "name": "python-unversioned-command", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc42", "source": "rpm", "version": "25.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc42", "source": "rpm", "version": "1.17.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "2.fc42", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "3.fc42", "source": "rpm", "version": "44.0.0" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "17.fc42", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "9.fc42", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "6.fc42", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc42", "source": "rpm", "version": "4.24.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf-plugins-core", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "python3-firewall": [ { "arch": "noarch", "epoch": "None", "name": "python3-firewall", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": "None", "name": "python3-gobject-base", "release": "1.fc42", "source": "rpm", "version": "3.50.2" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": "None", "name": "python3-hawkey", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": "None", "name": "python3-idna", "release": "2.fc42", "source": "rpm", "version": "3.10" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": "None", "name": "python3-jinja2", "release": "1.fc42", "source": "rpm", "version": "3.1.6" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpatch", "release": "7.fc42", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpointer", "release": "4.fc42", "source": "rpm", "version": "2.4" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema", "release": "2.fc42", "source": "rpm", "version": "4.23.0" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema-specifications", "release": "2.fc42", "source": "rpm", "version": "2024.10.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libcomps", "release": "1.fc42", "source": "rpm", "version": "0.1.22" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "1.fc42", "source": "rpm", "version": "5.3.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "2.fc42", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": "1", "name": "python3-nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "6.fc42", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "3.fc42", "source": "rpm", "version": "24.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "26.fc42", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "1.fc42", "source": "rpm", "version": "0.6.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "19.fc42", "source": "rpm", "version": "2.20" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyserial", "release": "11.fc42", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "26.fc42", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "2.fc42", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "1.fc42", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "1.fc42", "source": "rpm", "version": "2.32.4" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "1.fc42", "source": "rpm", "version": "0.25.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "3.fc42", "source": "rpm", "version": "4.6.0" } ], "python3-six": [ { "arch": "noarch", "epoch": "None", "name": "python3-six", "release": "2.fc42", "source": "rpm", "version": "1.17.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": "None", "name": "python3-systemd", "release": "13.fc42", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": "None", "name": "python3-unbound", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3+socks", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "qa-tools": [ { "arch": "noarch", "epoch": "None", "name": "qa-tools", "release": "6.fc42", "source": "rpm", "version": "4.1" } ], "qcom-wwan-firmware": [ { "arch": "noarch", "epoch": "None", "name": "qcom-wwan-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "quota": [ { "arch": "x86_64", "epoch": "1", "name": "quota", "release": "8.fc42", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": "1", "name": "quota-nls", "release": "8.fc42", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": "None", "name": "readline", "release": "13.fc42", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": "None", "name": "realtek-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc42eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc42eng", "source": "rpm", "version": "0.4.14" } ], "rng-tools": [ { "arch": "x86_64", "epoch": "None", "name": "rng-tools", "release": "5.fc42", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": "None", "name": "rootfiles", "release": "38.fc42", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": "None", "name": "rpcbind", "release": "0.fc42", "source": "rpm", "version": "1.2.8" } ], "rpm": [ { "arch": "x86_64", "epoch": "None", "name": "rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-build-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-selinux", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sequoia", "release": "1.fc42", "source": "rpm", "version": "1.10.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sign-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rsync": [ { "arch": "x86_64", "epoch": "None", "name": "rsync", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "rsyslog": [ { "arch": "x86_64", "epoch": "None", "name": "rsyslog", "release": "1.fc42", "source": "rpm", "version": "8.2508.0" } ], "rsyslog-gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "rsyslog-gnutls", "release": "1.fc42", "source": "rpm", "version": "8.2508.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": "None", "name": "rtl-sdr", "release": "4.fc42", "source": "rpm", "version": "2.0.1" } ], "sdbus-cpp": [ { "arch": "x86_64", "epoch": "None", "name": "sdbus-cpp", "release": "4.fc42", "source": "rpm", "version": "1.5.0" } ], "sed": [ { "arch": "x86_64", "epoch": "None", "name": "sed", "release": "4.fc42", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy", "release": "1.fc42", "source": "rpm", "version": "42.24" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.24" } ], "setup": [ { "arch": "noarch", "epoch": "None", "name": "setup", "release": "13.fc42", "source": "rpm", "version": "2.15.0" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": "2", "name": "shadow-utils", "release": "1.fc42", "source": "rpm", "version": "4.17.4" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": "None", "name": "shared-mime-info", "release": "7.fc42", "source": "rpm", "version": "2.3" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "sqlite-libs", "release": "5.fc42", "source": "rpm", "version": "3.47.2" } ], "sssd-client": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-client", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "strace": [ { "arch": "x86_64", "epoch": "None", "name": "strace", "release": "1.fc42", "source": "rpm", "version": "6.19" } ], "sudo": [ { "arch": "x86_64", "epoch": "None", "name": "sudo", "release": "2.p1.fc42", "source": "rpm", "version": "1.9.17" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": "None", "name": "sudo-python-plugin", "release": "2.p1.fc42", "source": "rpm", "version": "1.9.17" } ], "systemd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "tar": [ { "arch": "x86_64", "epoch": "2", "name": "tar", "release": "5.fc42", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": "None", "name": "tbb", "release": "3.fc42", "source": "rpm", "version": "2022.0.0" } ], "time": [ { "arch": "x86_64", "epoch": "None", "name": "time", "release": "26.fc42", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": "None", "name": "tiwilink-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": "None", "name": "tpm2-tss", "release": "6.fc42", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": "None", "name": "tzdata", "release": "1.fc42", "source": "rpm", "version": "2025c" } ], "udisks2": [ { "arch": "x86_64", "epoch": "None", "name": "udisks2", "release": "1.fc42", "source": "rpm", "version": "2.10.91" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-anchor", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "unzip": [ { "arch": "x86_64", "epoch": "None", "name": "unzip", "release": "66.fc42", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": "None", "name": "userspace-rcu", "release": "1.fc42", "source": "rpm", "version": "0.15.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": "None", "name": "volume_key-libs", "release": "24.fc42", "source": "rpm", "version": "0.3.12" } ], "wget2": [ { "arch": "x86_64", "epoch": "None", "name": "wget2", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "which": [ { "arch": "x86_64", "epoch": "None", "name": "which", "release": "2.fc42", "source": "rpm", "version": "2.23" } ], "whois-nls": [ { "arch": "noarch", "epoch": "None", "name": "whois-nls", "release": "1.fc42", "source": "rpm", "version": "5.6.5" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "xfsprogs", "release": "3.fc42", "source": "rpm", "version": "6.12.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": "None", "name": "xkeyboard-config", "release": "1.fc42", "source": "rpm", "version": "2.44" } ], "xxd": [ { "arch": "x86_64", "epoch": "2", "name": "xxd", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": "None", "name": "xxhash-libs", "release": "2.fc42", "source": "rpm", "version": "0.8.3" } ], "xz": [ { "arch": "x86_64", "epoch": "1", "name": "xz", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": "None", "name": "zchunk-libs", "release": "2.fc42", "source": "rpm", "version": "1.5.1" } ], "zip": [ { "arch": "x86_64", "epoch": "None", "name": "zip", "release": "43.fc42", "source": "rpm", "version": "3.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat", "release": "2.fc42", "source": "rpm", "version": "2.2.5" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "2.fc42", "source": "rpm", "version": "2.2.5" } ], "zram-generator": [ { "arch": "x86_64", "epoch": "None", "name": "zram-generator", "release": "2.fc42", "source": "rpm", "version": "1.2.1" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": "None", "name": "zram-generator-defaults", "release": "2.fc42", "source": "rpm", "version": "1.2.1" } ] } }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 28 February 2026 03:35:16 -0500 (0:00:01.022) 0:01:16.944 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_version": "8.2508.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 28 February 2026 03:35:16 -0500 (0:00:00.024) 0:01:16.968 ***** skipping: [managed-node3] => { "false_condition": "__rsyslog_version is version('8.37.0-7.2', '<')" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 28 February 2026 03:35:16 -0500 (0:00:00.019) 0:01:16.988 ***** ok: [managed-node3] => {} MSG: Rsyslog_version is 8.2508.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/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 28 February 2026 03:35:16 -0500 (0:00:00.025) 0:01:17.014 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "rsyslog_in_image | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 28 February 2026 03:35:16 -0500 (0:00:00.026) 0:01:17.040 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 28 February 2026 03:35:16 -0500 (0:00:00.467) 0:01:17.508 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 28 February 2026 03:35:17 -0500 (0:00:00.464) 0:01:17.972 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 28 February 2026 03:35:17 -0500 (0:00:00.459) 0:01:18.432 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 28 February 2026 03:35:18 -0500 (0:00:00.104) 0:01:18.536 ***** changed: [managed-node3] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267718.0887492-34652-80806310453720/.source.conf", "state": "file", "uid": 0 } skipping: [managed-node3] => (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, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } changed: [managed-node3] => (item={'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-1772267718.9406233-34652-142528933626455/.source.conf", "state": "file", "uid": 0 } changed: [managed-node3] => (item={'name': 'templates', 'type': 'templates', 'sections': [{'comment': 'User provided output templates', 'options': None}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267719.777302-34652-76527429596654/.source.conf", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 28 February 2026 03:35:20 -0500 (0:00:02.564) 0:01:21.100 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267718.0887492-34652-80806310453720/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267718.0887492-34652-80806310453720/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267718.9406233-34652-142528933626455/.source.conf", "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-1772267718.9406233-34652-142528933626455/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267719.777302-34652-76527429596654/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267719.777302-34652-76527429596654/.source.conf", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 28 February 2026 03:35:20 -0500 (0:00:00.041) 0:01:21.142 ***** skipping: [managed-node3] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n defaultNetstreamDriverCAFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverCertFile="/etc/pki/tls/certs/logging_cert.crt"\n defaultNetstreamDriverKeyFile="/etc/pki/tls/private/logging_cert.key"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'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, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'templates', 'type': 'templates', 'sections': [{'comment': 'User provided output templates', 'options': None}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 28 February 2026 03:35:20 -0500 (0:00:00.055) 0:01:21.198 ***** ok: [managed-node3] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "system_input", "type": "basics" } } ok: [managed-node3] => (item={'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_tcp_0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" } } ok: [managed-node3] => (item={'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_tcp_1", "tcp_ports": [ 514, 40010, 40011 ], "tls": true, "type": "remote" } } ok: [managed-node3] => (item={'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}) => { "ansible_facts": { "__rsyslog_remote_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 28 February 2026 03:35:20 -0500 (0:00:00.073) 0:01:21.271 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node3 => (item={'name': 'system_input', 'type': 'basics'}) included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3 => (item={'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}) included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3 => (item={'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}) included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml for managed-node3 => (item={'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 28 February 2026 03:35:20 -0500 (0:00:00.098) 0:01:21.369 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:35:20 -0500 (0:00:00.043) 0:01:21.413 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:35:20 -0500 (0:00:00.031) 0:01:21.444 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:35:20 -0500 (0:00:00.027) 0:01:21.471 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267718.0887492-34652-80806310453720/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267718.0887492-34652-80806310453720/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267718.9406233-34652-142528933626455/.source.conf", "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-1772267718.9406233-34652-142528933626455/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267719.777302-34652-76527429596654/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267719.777302-34652-76527429596654/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:35:20 -0500 (0:00:00.038) 0:01:21.510 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 28 February 2026 03:35:21 -0500 (0:00:00.028) 0:01:21.538 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 28 February 2026 03:35:21 -0500 (0:00:00.042) 0:01:21.581 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 28 February 2026 03:35:21 -0500 (0:00:00.030) 0:01:21.612 ***** changed: [managed-node3] => (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}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267721.2263365-34715-257371283188060/.source.conf", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.936) 0:01:22.548 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n defaultNetstreamDriverCAFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverCertFile=\"/etc/pki/tls/certs/logging_cert.crt\"\n defaultNetstreamDriverKeyFile=\"/etc/pki/tls/private/logging_cert.key\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b5853d8714ee4029d791e1e56beff9b1bb8bfd91", "content": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267718.0887492-34652-80806310453720/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "4a1dcd8274d68997e90bccbd6d913f2f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 349, "src": "/root/.ansible/tmp/ansible-tmp-1772267718.0887492-34652-80806310453720/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "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, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267718.9406233-34652-142528933626455/.source.conf", "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-1772267718.9406233-34652-142528933626455/.source.conf", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "dest": "/etc/rsyslog.d/20-templates.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0cdf6fef9d4e060bb13b9f01a316ea0e207ade23", "content": null, "dest": "/etc/rsyslog.d/20-templates.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267719.777302-34652-76527429596654/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ad65c9b25d126f6432abf7248668f59e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "src": "/root/.ansible/tmp/ansible-tmp-1772267719.777302-34652-76527429596654/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "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": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "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}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "0efa37fc3bfed3e5b30b5b43ad81e61ee973aa81", "content": 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", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772267721.2263365-34715-257371283188060/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3181f3bc2e6f06a5cf0f5b13a63a1aea", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 456, "src": "/root/.ansible/tmp/ansible-tmp-1772267721.2263365-34715-257371283188060/.source.conf", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.043) 0:01:22.591 ***** skipping: [managed-node3] => (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}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "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}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure Remote inputs contain no conflict connection type] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:14 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.101) 0:01:22.693 ***** skipping: [managed-node3] => (item=[{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [ { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [], "skip_reason": "Conditional result was False" } [ERROR]: Task failed: Action failed: Error: remote_tcp_0 and remote_tcp_1 conflict. Origin: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:14:7 12 __logging_remote_tlstcp: "{{ __logging_remote_tls | selectattr('tls') | list }}" 13 block: 14 - name: Ensure Remote inputs contain no conflict connection type ^ column 7 failed: [managed-node3] (item=[{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}]) => { "ansible_loop_var": "item", "changed": false, "item": [ { "name": "remote_tcp_0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" }, { "name": "remote_tcp_1", "tcp_ports": [ 514, 40010, 40011 ], "tls": true, "type": "remote" } ] } MSG: Error: remote_tcp_0 and remote_tcp_1 conflict. TASK [Expected error] ********************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:186 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.074) 0:01:22.767 ***** ok: [managed-node3] => {} MSG: {'results': [{'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'item | length > 1', '_ansible_no_log': False, 'item': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]}, {'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'item | length > 1', '_ansible_no_log': False, 'item': [], 'ansible_loop_var': 'item', '_ansible_item_label': []}, {'failed': True, 'msg': 'Error: remote_tcp_0 and remote_tcp_1 conflict.', 'changed': False, 'exception': '(traceback unavailable)', '_ansible_no_log': False, 'item': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}]}], 'skipped': False, 'failed': True, 'msg': 'One or more items failed', 'changed': False} TASK [Ensure the expected error message is issued] ***************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:189 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.025) 0:01:22.793 ***** ok: [managed-node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'item | length > 1', '_ansible_no_log': False, 'item': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_udp', 'type': 'remote', 'udp_ports': [514, 40020]}]}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [ { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ], "skip_reason": "Conditional result was False", "skipped": true } } MSG: All assertions passed ok: [managed-node3] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'item | length > 1', '_ansible_no_log': False, 'item': [], 'ansible_loop_var': 'item', '_ansible_item_label': []}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 1", "item": [], "skip_reason": "Conditional result was False", "skipped": true } } MSG: All assertions passed ok: [managed-node3] => (item={'failed': True, 'msg': 'Error: remote_tcp_0 and remote_tcp_1 conflict.', 'changed': False, 'exception': '(traceback unavailable)', '_ansible_no_log': False, 'item': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}], 'ansible_loop_var': 'item', '_ansible_item_label': [{'name': 'remote_tcp_0', 'type': 'remote', 'tcp_ports': [6514, 40000, 40001], 'tls': True, 'pki_authmode': 'x509/name', 'permitted_clients': ['*.client.com', '*.example.com']}, {'name': 'remote_tcp_1', 'type': 'remote', 'tcp_ports': [514, 40010, 40011], 'tls': True}]}) => { "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "exception": "(traceback unavailable)", "failed": true, "item": [ { "name": "remote_tcp_0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" }, { "name": "remote_tcp_1", "tcp_ports": [ 514, 40010, 40011 ], "tls": true, "type": "remote" } ], "msg": "Error: remote_tcp_0 and remote_tcp_1 conflict." } } MSG: All assertions passed TASK [END TEST CASE 1; Clean up the deployed config] *************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:196 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.047) 0:01:22.840 ***** included: fedora.linux_system_roles.logging for managed-node3 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.041) 0:01:22.882 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.022) 0:01:22.905 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Require installed systemd] *********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.019) 0:01:22.925 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.019) 0:01:22.944 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.018) 0:01:22.963 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_inputs | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] ***************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.036) 0:01:23.000 ***** ok: [managed-node3] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.039) 0:01:23.039 ***** ok: [managed-node3] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.039) 0:01:23.079 ***** skipping: [managed-node3] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.031) 0:01:23.110 ***** skipping: [managed-node3] => { "false_condition": "__custom_output_files | length > 0" } TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.035) 0:01:23.146 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.014) 0:01:23.160 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.047) 0:01:23.208 ***** ok: [managed-node3] => { "ansible_facts": { "logging_tcp_ports": [], "logging_tls_tcp_ports": [], "logging_tls_udp_ports": [], "logging_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Parameter 'port' values] ************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.040) 0:01:23.248 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Update port values from outputs] ***** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.032) 0:01:23.280 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Update port values from inputs] ****** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.032) 0:01:23.313 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.033) 0:01:23.346 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.039) 0:01:23.386 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.032) 0:01:23.419 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.027) 0:01:23.446 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.028) 0:01:23.475 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 28 February 2026 03:35:22 -0500 (0:00:00.030) 0:01:23.506 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.040) 0:01:23.546 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.032) 0:01:23.578 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.013) 0:01:23.592 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.014) 0:01:23.607 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.013) 0:01:23.620 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.013) 0:01:23.634 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.032) 0:01:23.667 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node3 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.037) 0:01:23.704 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.032) 0:01:23.737 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.034) 0:01:23.772 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************ task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.032) 0:01:23.804 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Delete debug file] ******************* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.032) 0:01:23.837 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] *********** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.032) 0:01:23.870 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.033) 0:01:23.903 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] ********* task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.032) 0:01:23.936 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.033) 0:01:23.969 ***** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.032) 0:01:24.001 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.025) 0:01:24.027 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.032) 0:01:24.059 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.019) 0:01:24.078 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.019) 0:01:24.097 ***** ok: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.045) 0:01:24.143 ***** skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.073) 0:01:24.216 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node3 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 28 February 2026 03:35:23 -0500 (0:00:00.074) 0:01:24.291 ***** ok: [managed-node3] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.053622", "end": "2026-02-28 03:35:24.229061", "failed_when_result": false, "item": "rsyslog", "rc": 0, "start": "2026-02-28 03:35:24.175439" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 28 February 2026 03:35:24 -0500 (0:00:00.525) 0:01:24.817 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_package_status.results | rejectattr('stdout', 'match', '^package .* is not installed') | selectattr('stdout', 'search', ' /etc/rsyslog[.]conf($|\\n)') | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 28 February 2026 03:35:24 -0500 (0:00:00.038) 0:01:24.856 ***** ok: [managed-node3] => { "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/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 28 February 2026 03:35:26 -0500 (0:00:01.689) 0:01:26.545 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 28 February 2026 03:35:26 -0500 (0:00:00.020) 0:01:26.565 ***** ok: [managed-node3] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": "None", "name": "ModemManager-glib", "release": "5.fc42", "source": "rpm", "version": "1.22.0" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager", "release": "1.fc42", "source": "rpm", "version": "1.52.2" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "1.fc42", "source": "rpm", "version": "1.52.2" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "abattis-cantarell-vf-fonts", "release": "14.fc42", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": "None", "name": "alternatives", "release": "3.fc42", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "aspell": [ { "arch": "x86_64", "epoch": "12", "name": "aspell", "release": "4.fc42", "source": "rpm", "version": "0.60.8.1" } ], "aspell-en": [ { "arch": "x86_64", "epoch": "50", "name": "aspell-en", "release": "13.fc42", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": "None", "name": "atheros-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "authselect": [ { "arch": "x86_64", "epoch": "None", "name": "authselect", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": "None", "name": "authselect-libs", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": "None", "name": "avahi-libs", "release": "2.fc42", "source": "rpm", "version": "0.9~rc2" } ], "basesystem": [ { "arch": "noarch", "epoch": "None", "name": "basesystem", "release": "22.fc42", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": "None", "name": "bash", "release": "1.fc42", "source": "rpm", "version": "5.2.37" } ], "bash-completion": [ { "arch": "noarch", "epoch": "1", "name": "bash-completion", "release": "1.fc42", "source": "rpm", "version": "2.16" } ], "bc": [ { "arch": "x86_64", "epoch": "None", "name": "bc", "release": "2.fc42", "source": "rpm", "version": "1.08.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib", "release": "1.fc42", "source": "rpm", "version": "1.33" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc42eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "12.fc42", "source": "rpm", "version": "2.44" } ], "bison": [ { "arch": "x86_64", "epoch": "None", "name": "bison", "release": "11.fc42", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": "None", "name": "bluez", "release": "2.fc42", "source": "rpm", "version": "5.84" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": "None", "name": "boost-atomic", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "boost-filesystem", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": "None", "name": "boost-system", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": "None", "name": "boost-thread", "release": "12.fc42", "source": "rpm", "version": "1.83.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": "None", "name": "brcmfmac-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc42", "source": "rpm", "version": "6.17.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "20.fc42", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "1.fc42", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.0.fc42", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc42", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "1.fc42", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "cloud-init": [ { "arch": "noarch", "epoch": "None", "name": "cloud-init", "release": "5.fc42", "source": "rpm", "version": "24.2" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": "None", "name": "cloud-utils-growpart", "release": "10.fc42", "source": "rpm", "version": "0.33" } ], "cmake-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "cmake-filesystem", "release": "2.fc42", "source": "rpm", "version": "3.31.6" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "7.fc42", "source": "rpm", "version": "9.6" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "7.fc42", "source": "rpm", "version": "9.6" } ], "cpio": [ { "arch": "x86_64", "epoch": "None", "name": "cpio", "release": "4.fc42", "source": "rpm", "version": "2.15" } ], "cpp": [ { "arch": "x86_64", "epoch": "None", "name": "cpp", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib", "release": "7.fc42", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib-dicts", "release": "7.fc42", "source": "rpm", "version": "2.9.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies", "release": "1.git3839d0e.fc42", "source": "rpm", "version": "20251125" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.git3839d0e.fc42", "source": "rpm", "version": "20251125" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc42", "source": "rpm", "version": "2.8.4" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "7.fc42", "source": "rpm", "version": "8.11.1" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-gssapi", "release": "30.fc42", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-lib", "release": "30.fc42", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": "1", "name": "dbus", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": "None", "name": "dbus-broker", "release": "6.fc42", "source": "rpm", "version": "36" } ], "dbus-common": [ { "arch": "noarch", "epoch": "1", "name": "dbus-common", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-libs", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "1.fc42", "source": "rpm", "version": "1.02.208" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-persistent-data", "release": "3.fc42", "source": "rpm", "version": "1.1.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": "12", "name": "dhcp-client", "release": "16.P1.fc42", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": "12", "name": "dhcp-common", "release": "16.P1.fc42", "source": "rpm", "version": "4.4.3" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": "None", "name": "dhcpcd", "release": "3.fc42", "source": "rpm", "version": "10.3.0" } ], "diffutils": [ { "arch": "x86_64", "epoch": "None", "name": "diffutils", "release": "1.fc42", "source": "rpm", "version": "3.12" } ], "dnf-data": [ { "arch": "noarch", "epoch": "None", "name": "dnf-data", "release": "1.fc42", "source": "rpm", "version": "4.24.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "dnf-plugins-core", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "dnf-utils": [ { "arch": "noarch", "epoch": "None", "name": "dnf-utils", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": "None", "name": "dosfstools", "release": "15.fc42", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": "None", "name": "dracut", "release": "4.fc42", "source": "rpm", "version": "107" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": "None", "name": "dracut-config-rescue", "release": "4.fc42", "source": "rpm", "version": "107" } ], "duktape": [ { "arch": "x86_64", "epoch": "None", "name": "duktape", "release": "9.fc42", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": "None", "name": "dyninst", "release": "5.fc42", "source": "rpm", "version": "13.0.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs-libs", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": "None", "name": "efivar-libs", "release": "8.fc42", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "1.fc42", "source": "rpm", "version": "0.194" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc42", "source": "rpm", "version": "1.3.1" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc42", "source": "rpm", "version": "2.7.3" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": "None", "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "42" } ], "fedora-release": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release", "release": "30", "source": "rpm", "version": "42" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "30", "source": "rpm", "version": "42" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "30", "source": "rpm", "version": "42" } ], "fedora-repos": [ { "arch": "noarch", "epoch": "None", "name": "fedora-repos", "release": "1", "source": "rpm", "version": "42" } ], "file": [ { "arch": "x86_64", "epoch": "None", "name": "file", "release": "3.fc42", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "3.fc42", "source": "rpm", "version": "5.46" } ], "filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "filesystem", "release": "47.fc42", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": "1", "name": "findutils", "release": "5.fc42", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": "None", "name": "firewalld", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "flex": [ { "arch": "x86_64", "epoch": "None", "name": "flex", "release": "19.fc42", "source": "rpm", "version": "2.6.4" } ], "fmt": [ { "arch": "x86_64", "epoch": "None", "name": "fmt", "release": "1.fc42", "source": "rpm", "version": "11.1.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": "1", "name": "fonts-filesystem", "release": "22.fc42", "source": "rpm", "version": "2.0.5" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "fuse3-libs", "release": "5.fc42", "source": "rpm", "version": "3.16.2" } ], "fwupd": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.19" } ], "gawk": [ { "arch": "x86_64", "epoch": "None", "name": "gawk", "release": "1.fc42", "source": "rpm", "version": "5.3.1" } ], "gcc": [ { "arch": "x86_64", "epoch": "None", "name": "gcc", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "gdbm": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm", "release": "9.fc42", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm-libs", "release": "9.fc42", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": "None", "name": "gdisk", "release": "3.fc42", "source": "rpm", "version": "1.0.10" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-envsubst", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-libs", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-runtime", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "git": [ { "arch": "x86_64", "epoch": "None", "name": "git", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "1.fc42", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc42", "source": "rpm", "version": "2.84.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "16.fc42", "source": "rpm", "version": "2.41" } ], "gmp": [ { "arch": "x86_64", "epoch": "1", "name": "gmp", "release": "4.fc42", "source": "rpm", "version": "6.3.0" } ], "gnulib-l10n": [ { "arch": "noarch", "epoch": "None", "name": "gnulib-l10n", "release": "1.fc42", "source": "rpm", "version": "20241231" } ], "gnupg2": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2", "release": "2.fc42", "source": "rpm", "version": "2.4.9" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-smime", "release": "2.fc42", "source": "rpm", "version": "2.4.9" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "3.fc42", "source": "rpm", "version": "3.8.11" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "3.fc42", "source": "rpm", "version": "3.8.11" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": "None", "name": "gobject-introspection", "release": "1.fc42", "source": "rpm", "version": "1.84.0" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-fonts-common", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-mono-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-serif-vf-fonts", "release": "1.fc42", "source": "rpm", "version": "20250301" } ], "gpg-pubkey": [ { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "65ca83d1", "source": "rpm", "version": "105ef944" }, { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "5e67a958", "source": "rpm", "version": "3a97f4df" } ], "gpgme": [ { "arch": "x86_64", "epoch": "None", "name": "gpgme", "release": "1.fc42", "source": "rpm", "version": "1.24.3" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gpm-libs", "release": "51.fc42", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": "None", "name": "grep", "release": "10.fc42", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": "None", "name": "groff-base", "release": "8.fc42", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": "1", "name": "grub2-common", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "32.fc42", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "82.fc42", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": "None", "name": "gsettings-desktop-schemas", "release": "3.fc42", "source": "rpm", "version": "48.0" } ], "gssproxy": [ { "arch": "x86_64", "epoch": "None", "name": "gssproxy", "release": "8.fc42", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": "None", "name": "gzip", "release": "3.fc42", "source": "rpm", "version": "1.13" } ], "hiredis": [ { "arch": "x86_64", "epoch": "None", "name": "hiredis", "release": "6.fc42", "source": "rpm", "version": "1.2.0" } ], "hostname": [ { "arch": "x86_64", "epoch": "None", "name": "hostname", "release": "2.fc42", "source": "rpm", "version": "3.25" } ], "hunspell": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell", "release": "9.fc42", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-GB", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-US", "release": "11.fc42", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell-filesystem", "release": "9.fc42", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": "None", "name": "hwdata", "release": "1.fc42", "source": "rpm", "version": "0.404" } ], "ima-evm-utils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ima-evm-utils-libs", "release": "4.fc42", "source": "rpm", "version": "1.6.2" } ], "inih": [ { "arch": "x86_64", "epoch": "None", "name": "inih", "release": "1.fc42", "source": "rpm", "version": "62" } ], "initscripts-service": [ { "arch": "noarch", "epoch": "None", "name": "initscripts-service", "release": "3.fc42", "source": "rpm", "version": "10.26" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-audio-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "ipcalc": [ { "arch": "x86_64", "epoch": "None", "name": "ipcalc", "release": "11.fc42", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": "None", "name": "iproute", "release": "3.fc42", "source": "rpm", "version": "6.12.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-libs", "release": "9.fc42", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "9.fc42", "source": "rpm", "version": "1.8.11" } ], "iputils": [ { "arch": "x86_64", "epoch": "None", "name": "iputils", "release": "1.fc42", "source": "rpm", "version": "20250605" } ], "jansson": [ { "arch": "x86_64", "epoch": "None", "name": "jansson", "release": "2.fc42", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": "None", "name": "jitterentropy", "release": "2.fc42", "source": "rpm", "version": "3.6.0" } ], "jq": [ { "arch": "x86_64", "epoch": "None", "name": "jq", "release": "11.fc42", "source": "rpm", "version": "1.7.1" } ], "json-c": [ { "arch": "x86_64", "epoch": "None", "name": "json-c", "release": "2.fc42", "source": "rpm", "version": "0.18" } ], "json-glib": [ { "arch": "x86_64", "epoch": "None", "name": "json-glib", "release": "1.fc42", "source": "rpm", "version": "1.10.8" } ], "kbd": [ { "arch": "x86_64", "epoch": "None", "name": "kbd", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": "None", "name": "kbd-legacy", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": "None", "name": "kbd-misc", "release": "3.fc42", "source": "rpm", "version": "2.7.1" } ], "kernel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "100.fc42", "source": "rpm", "version": "6.18.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "100.fc42", "source": "rpm", "version": "6.18.12" } ], "keyutils": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils", "release": "5.fc42", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils-libs", "release": "5.fc42", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": "None", "name": "kmod", "release": "3.fc42", "source": "rpm", "version": "33" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": "None", "name": "kmod-libs", "release": "3.fc42", "source": "rpm", "version": "33" } ], "kpartx": [ { "arch": "x86_64", "epoch": "None", "name": "kpartx", "release": "5.fc42", "source": "rpm", "version": "0.10.0" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": "None", "name": "krb5-libs", "release": "6.fc42", "source": "rpm", "version": "1.21.3" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-core-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-fonts-en", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "less": [ { "arch": "x86_64", "epoch": "None", "name": "less", "release": "1.fc42", "source": "rpm", "version": "685" } ], "libacl": [ { "arch": "x86_64", "epoch": "None", "name": "libacl", "release": "3.fc42", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": "None", "name": "libaio", "release": "21.fc42", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": "None", "name": "libarchive", "release": "1.fc42", "source": "rpm", "version": "3.8.1" } ], "libassuan": [ { "arch": "x86_64", "epoch": "None", "name": "libassuan", "release": "3.fc42", "source": "rpm", "version": "2.5.7" } ], "libatasmart": [ { "arch": "x86_64", "epoch": "None", "name": "libatasmart", "release": "30.fc42", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": "None", "name": "libattr", "release": "5.fc42", "source": "rpm", "version": "2.5.2" } ], "libb2": [ { "arch": "x86_64", "epoch": "None", "name": "libb2", "release": "13.fc42", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": "None", "name": "libbasicobjects", "release": "58.fc42", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": "None", "name": "libblkid", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-crypto", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-fs", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-loop", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-mdraid", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-nvme", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-part", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-smart": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-smart", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-swap", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-utils", "release": "2.fc42", "source": "rpm", "version": "3.3.1" } ], "libbpf": [ { "arch": "x86_64", "epoch": "2", "name": "libbpf", "release": "2.fc42", "source": "rpm", "version": "1.5.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": "None", "name": "libbrotli", "release": "1.fc42", "source": "rpm", "version": "1.2.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "1.fc42", "source": "rpm", "version": "2.12" } ], "libcap": [ { "arch": "x86_64", "epoch": "None", "name": "libcap", "release": "2.fc42", "source": "rpm", "version": "2.73" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "7.fc42", "source": "rpm", "version": "0.9" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "7.fc42", "source": "rpm", "version": "0.9" } ], "libcbor": [ { "arch": "x86_64", "epoch": "None", "name": "libcbor", "release": "3.fc42", "source": "rpm", "version": "0.11.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": "None", "name": "libcollection", "release": "58.fc42", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": "None", "name": "libcom_err", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "libcomps", "release": "1.fc42", "source": "rpm", "version": "0.1.22" } ], "libcurl": [ { "arch": "x86_64", "epoch": "None", "name": "libcurl", "release": "7.fc42", "source": "rpm", "version": "8.11.1" } ], "libdhash": [ { "arch": "x86_64", "epoch": "None", "name": "libdhash", "release": "58.fc42", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdnf5-plugin-expired-pgp-keys": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-plugin-expired-pgp-keys", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc42", "source": "rpm", "version": "2.4.131" } ], "libeconf": [ { "arch": "x86_64", "epoch": "None", "name": "libeconf", "release": "2.fc42", "source": "rpm", "version": "0.7.6" } ], "libedit": [ { "arch": "x86_64", "epoch": "None", "name": "libedit", "release": "56.20251016cvs.fc42", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": "None", "name": "libestr", "release": "11.fc42", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": "None", "name": "libev", "release": "13.fc42", "source": "rpm", "version": "4.33" } ], "libevdev": [ { "arch": "x86_64", "epoch": "None", "name": "libevdev", "release": "1.fc42", "source": "rpm", "version": "1.13.4" } ], "libevent": [ { "arch": "x86_64", "epoch": "None", "name": "libevent", "release": "15.fc42", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": "None", "name": "libfastjson", "release": "6.fc42", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": "None", "name": "libfdisk", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libffi": [ { "arch": "x86_64", "epoch": "None", "name": "libffi", "release": "5.fc42", "source": "rpm", "version": "3.4.6" } ], "libfido2": [ { "arch": "x86_64", "epoch": "None", "name": "libfido2", "release": "3.fc42", "source": "rpm", "version": "1.15.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": "None", "name": "libfsverity", "release": "2.fc42", "source": "rpm", "version": "1.6" } ], "libgcc": [ { "arch": "x86_64", "epoch": "None", "name": "libgcc", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libgcrypt", "release": "5.fc42", "source": "rpm", "version": "1.11.0" } ], "libgomp": [ { "arch": "x86_64", "epoch": "None", "name": "libgomp", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": "None", "name": "libgpg-error", "release": "2.fc42", "source": "rpm", "version": "1.51" } ], "libgudev": [ { "arch": "x86_64", "epoch": "None", "name": "libgudev", "release": "7.fc42", "source": "rpm", "version": "238" } ], "libidn2": [ { "arch": "x86_64", "epoch": "None", "name": "libidn2", "release": "1.fc42", "source": "rpm", "version": "2.3.8" } ], "libini_config": [ { "arch": "x86_64", "epoch": "None", "name": "libini_config", "release": "58.fc42", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": "None", "name": "libjcat", "release": "1.fc42", "source": "rpm", "version": "0.2.5" } ], "libkcapi": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hasher": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hasher", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hmaccalc", "release": "5.fc42", "source": "rpm", "version": "1.5.0" } ], "libksba": [ { "arch": "x86_64", "epoch": "None", "name": "libksba", "release": "3.fc42", "source": "rpm", "version": "1.6.7" } ], "libldb": [ { "arch": "x86_64", "epoch": "2", "name": "libldb", "release": "1.fc42", "source": "rpm", "version": "4.22.7" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": "None", "name": "libmaxminddb", "release": "3.fc42", "source": "rpm", "version": "1.12.2" } ], "libmbim": [ { "arch": "x86_64", "epoch": "None", "name": "libmbim", "release": "5.fc42", "source": "rpm", "version": "1.30.0" } ], "libmnl": [ { "arch": "x86_64", "epoch": "None", "name": "libmnl", "release": "7.fc42", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": "None", "name": "libmodulemd", "release": "1.fc42", "source": "rpm", "version": "2.15.2" } ], "libmount": [ { "arch": "x86_64", "epoch": "None", "name": "libmount", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": "None", "name": "libmpc", "release": "7.fc42", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": "None", "name": "libndp", "release": "3.fc42", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": "None", "name": "libnetfilter_conntrack", "release": "8.fc42", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": "None", "name": "libnfnetlink", "release": "30.fc42", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": "1", "name": "libnfsidmap", "release": "0.fc42", "source": "rpm", "version": "2.8.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": "None", "name": "libnftnl", "release": "4.fc42", "source": "rpm", "version": "1.2.8" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": "None", "name": "libnghttp2", "release": "3.fc42", "source": "rpm", "version": "1.64.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": "None", "name": "libnl3", "release": "3.fc42", "source": "rpm", "version": "3.11.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": "None", "name": "libnsl2", "release": "3.fc42", "source": "rpm", "version": "2.0.1" } ], "libnvme": [ { "arch": "x86_64", "epoch": "None", "name": "libnvme", "release": "2.fc42", "source": "rpm", "version": "1.15" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": "None", "name": "libpath_utils", "release": "58.fc42", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": "None", "name": "libpciaccess", "release": "15.fc42", "source": "rpm", "version": "0.16" } ], "libpipeline": [ { "arch": "x86_64", "epoch": "None", "name": "libpipeline", "release": "2.fc42", "source": "rpm", "version": "1.5.8" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "libpkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "libproxy": [ { "arch": "x86_64", "epoch": "None", "name": "libproxy", "release": "2.fc42", "source": "rpm", "version": "0.5.8" } ], "libpsl": [ { "arch": "x86_64", "epoch": "None", "name": "libpsl", "release": "5.fc42", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": "None", "name": "libpwquality", "release": "12.fc42", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": "None", "name": "libqmi", "release": "7.fc42", "source": "rpm", "version": "1.34.0" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": "None", "name": "libqrtr-glib", "release": "7.fc42", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": "None", "name": "libref_array", "release": "58.fc42", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": "None", "name": "librepo", "release": "1.fc42", "source": "rpm", "version": "1.20.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "libreport-filesystem", "release": "5.fc42", "source": "rpm", "version": "2.17.15" } ], "libseccomp": [ { "arch": "x86_64", "epoch": "None", "name": "libseccomp", "release": "2.fc41", "source": "rpm", "version": "2.5.5" } ], "libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux-utils", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "libsepol": [ { "arch": "x86_64", "epoch": "None", "name": "libsepol", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": "None", "name": "libsmartcols", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "2.fc42", "source": "rpm", "version": "1.0.21" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "3.fc42", "source": "rpm", "version": "0.7.35" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "2.fc42", "source": "rpm", "version": "3.6.6" } ], "libss": [ { "arch": "x86_64", "epoch": "None", "name": "libss", "release": "3.fc42", "source": "rpm", "version": "1.47.2" } ], "libssh": [ { "arch": "x86_64", "epoch": "None", "name": "libssh", "release": "1.fc42", "source": "rpm", "version": "0.11.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc42", "source": "rpm", "version": "0.11.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_certmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "7.fc42", "source": "rpm", "version": "15.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": "None", "name": "libtalloc", "release": "2.fc42", "source": "rpm", "version": "2.4.3" } ], "libtasn1": [ { "arch": "x86_64", "epoch": "None", "name": "libtasn1", "release": "1.fc42", "source": "rpm", "version": "4.20.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": "None", "name": "libtdb", "release": "2.fc42", "source": "rpm", "version": "1.4.13" } ], "libtevent": [ { "arch": "x86_64", "epoch": "None", "name": "libtevent", "release": "2.fc42", "source": "rpm", "version": "0.16.2" } ], "libtextstyle": [ { "arch": "x86_64", "epoch": "None", "name": "libtextstyle", "release": "2.fc42", "source": "rpm", "version": "0.23.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": "None", "name": "libtirpc", "release": "1.fc42", "source": "rpm", "version": "1.3.7" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": "None", "name": "libtool-ltdl", "release": "4.fc42", "source": "rpm", "version": "2.5.4" } ], "libudisks2": [ { "arch": "x86_64", "epoch": "None", "name": "libudisks2", "release": "1.fc42", "source": "rpm", "version": "2.10.91" } ], "libunistring": [ { "arch": "x86_64", "epoch": "None", "name": "libunistring", "release": "9.fc42", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": "None", "name": "libusb1", "release": "4.fc42", "source": "rpm", "version": "1.0.29" } ], "libutempter": [ { "arch": "x86_64", "epoch": "None", "name": "libutempter", "release": "17.fc42", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": "None", "name": "libuuid", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "libverto": [ { "arch": "x86_64", "epoch": "None", "name": "libverto", "release": "10.fc42", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": "None", "name": "libverto-libev", "release": "10.fc42", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "1.fc42", "source": "rpm", "version": "4.5.2" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "1.fc42", "source": "rpm", "version": "4.5.2" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": "None", "name": "libxkbcommon", "release": "1.fc42", "source": "rpm", "version": "1.8.1" } ], "libxml2": [ { "arch": "x86_64", "epoch": "None", "name": "libxml2", "release": "1.fc42", "source": "rpm", "version": "2.12.10" } ], "libxmlb": [ { "arch": "x86_64", "epoch": "None", "name": "libxmlb", "release": "1.fc42", "source": "rpm", "version": "0.3.24" } ], "libxslt": [ { "arch": "x86_64", "epoch": "None", "name": "libxslt", "release": "1.fc42", "source": "rpm", "version": "1.1.43" } ], "libyaml": [ { "arch": "x86_64", "epoch": "None", "name": "libyaml", "release": "16.fc42", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd", "release": "1.fc42", "source": "rpm", "version": "1.5.7" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd-devel", "release": "1.fc42", "source": "rpm", "version": "1.5.7" } ], "linux-firmware": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "1.fc42", "source": "rpm", "version": "0.9.34" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "3.fc42", "source": "rpm", "version": "3.22.0" } ], "lsof": [ { "arch": "x86_64", "epoch": "None", "name": "lsof", "release": "7.fc42", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "4.fc42", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "1.fc42", "source": "rpm", "version": "2.03.34" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "1.fc42", "source": "rpm", "version": "2.03.34" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lz4-libs", "release": "2.fc42", "source": "rpm", "version": "1.10.0" } ], "lzo": [ { "arch": "x86_64", "epoch": "None", "name": "lzo", "release": "14.fc42", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": "None", "name": "m4", "release": "12.fc42", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": "1", "name": "make", "release": "10.fc42", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": "None", "name": "man-db", "release": "2.fc42", "source": "rpm", "version": "2.13.0" } ], "mdadm": [ { "arch": "x86_64", "epoch": "None", "name": "mdadm", "release": "8.fc42", "source": "rpm", "version": "4.3" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": "None", "name": "mkpasswd", "release": "1.fc42", "source": "rpm", "version": "5.6.5" } ], "mokutil": [ { "arch": "x86_64", "epoch": "2", "name": "mokutil", "release": "5.fc42", "source": "rpm", "version": "0.7.1" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": "None", "name": "mpdecimal", "release": "1.fc42", "source": "rpm", "version": "4.0.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": "None", "name": "mpfr", "release": "1.fc42", "source": "rpm", "version": "4.2.2" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": "None", "name": "mt7xxx-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "ncurses": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "ncurses-base": [ { "arch": "noarch", "epoch": "None", "name": "ncurses-base", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses-libs", "release": "5.20250125.fc42", "source": "rpm", "version": "6.5" } ], "nettle": [ { "arch": "x86_64", "epoch": "None", "name": "nettle", "release": "1.fc42", "source": "rpm", "version": "3.10.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": "1", "name": "nfs-utils", "release": "0.fc42", "source": "rpm", "version": "2.8.4" } ], "nftables": [ { "arch": "x86_64", "epoch": "1", "name": "nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "npth": [ { "arch": "x86_64", "epoch": "None", "name": "npth", "release": "2.fc42", "source": "rpm", "version": "1.8" } ], "nspr": [ { "arch": "x86_64", "epoch": "None", "name": "nspr", "release": "1.fc42", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.119.1" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g-libs", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-system-compression": [ { "arch": "x86_64", "epoch": "None", "name": "ntfs-3g-system-compression", "release": "1.fc42", "source": "rpm", "version": "1.1" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfsprogs", "release": "9.fc42", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nvidia-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "oniguruma": [ { "arch": "x86_64", "epoch": "None", "name": "oniguruma", "release": "2.fc42", "source": "rpm", "version": "6.9.10" } ], "openldap": [ { "arch": "x86_64", "epoch": "None", "name": "openldap", "release": "1.fc42", "source": "rpm", "version": "2.6.10" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "12.fc42", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "3.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": "None", "name": "openssl-pkcs11", "release": "2.fc42", "source": "rpm", "version": "0.4.13" } ], "os-prober": [ { "arch": "x86_64", "epoch": "None", "name": "os-prober", "release": "9.fc42", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit", "release": "1.fc42", "source": "rpm", "version": "0.26.2" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc42", "source": "rpm", "version": "0.26.2" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "7.fc42", "source": "rpm", "version": "1.7.0" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "7.fc42", "source": "rpm", "version": "1.7.0" } ], "parted": [ { "arch": "x86_64", "epoch": "None", "name": "parted", "release": "11.fc42", "source": "rpm", "version": "3.6" } ], "passim": [ { "arch": "x86_64", "epoch": "None", "name": "passim", "release": "1.fc42", "source": "rpm", "version": "0.1.10" } ], "passim-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "1.fc42", "source": "rpm", "version": "0.1.10" } ], "pcre2": [ { "arch": "x86_64", "epoch": "None", "name": "pcre2", "release": "1.fc42", "source": "rpm", "version": "10.46" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc42", "source": "rpm", "version": "10.46" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite", "release": "2.fc42", "source": "rpm", "version": "2.3.1" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite-ccid", "release": "3.fc42", "source": "rpm", "version": "1.6.1" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pcsc-lite-libs", "release": "2.fc42", "source": "rpm", "version": "2.3.1" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": "0", "name": "perl-AutoLoader", "release": "519.fc42", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "519.fc42", "source": "rpm", "version": "1.89" } ], "perl-Carp": [ { "arch": "noarch", "epoch": "None", "name": "perl-Carp", "release": "512.fc42", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": "0", "name": "perl-Class-Struct", "release": "519.fc42", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Data-Dumper", "release": "513.fc42", "source": "rpm", "version": "2.189" } ], "perl-Digest": [ { "arch": "noarch", "epoch": "None", "name": "perl-Digest", "release": "512.fc42", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Digest-MD5", "release": "6.fc42", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": "0", "name": "perl-DynaLoader", "release": "519.fc42", "source": "rpm", "version": "1.56" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Encode", "release": "512.fc42", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Errno", "release": "519.fc42", "source": "rpm", "version": "1.38" } ], "perl-Error": [ { "arch": "noarch", "epoch": "1", "name": "perl-Error", "release": "1.fc42", "source": "rpm", "version": "0.17030" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": "None", "name": "perl-Exporter", "release": "512.fc42", "source": "rpm", "version": "5.78" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Fcntl", "release": "519.fc42", "source": "rpm", "version": "1.18" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "519.fc42", "source": "rpm", "version": "2.86" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": "None", "name": "perl-File-Path", "release": "512.fc42", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": "1", "name": "perl-File-Temp", "release": "512.fc42", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-stat", "release": "519.fc42", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "519.fc42", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": "1", "name": "perl-Getopt-Long", "release": "3.fc42", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": "0", "name": "perl-Getopt-Std", "release": "519.fc42", "source": "rpm", "version": "1.14" } ], "perl-Git": [ { "arch": "noarch", "epoch": "None", "name": "perl-Git", "release": "1.fc42", "source": "rpm", "version": "2.53.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "2.fc42", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "519.fc42", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "2.fc42", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc42", "source": "rpm", "version": "2.089" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "519.fc42", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "23.fc42", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "512.fc42", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "519.fc42", "source": "rpm", "version": "1.17" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "8.fc42", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "519.fc42", "source": "rpm", "version": "2.20" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "513.fc42", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "512.fc42", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "513.fc42", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "512.fc42", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "1.fc42", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc42", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "519.fc42", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "512.fc42", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "512.fc42", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "519.fc42", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "513.fc42", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "512.fc42", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "24.fc42", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "512.fc42", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "512.fc42", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "512.fc42", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc42", "source": "rpm", "version": "5.31" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "519.fc42", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "513.fc42", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "519.fc42", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "519.fc42", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "513.fc42", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "519.fc42", "source": "rpm", "version": "1.12" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "519.fc42", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "519.fc42", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "519.fc42", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "2.fc42", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "3.fc42", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "519.fc42", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "polkit": [ { "arch": "x86_64", "epoch": "None", "name": "polkit", "release": "3.fc42.1", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "3.fc42.1", "source": "rpm", "version": "126" } ], "popt": [ { "arch": "x86_64", "epoch": "None", "name": "popt", "release": "8.fc42", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": "None", "name": "prefixdevname", "release": "6.fc42", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": "None", "name": "procps-ng", "release": "6.fc42.1", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": "None", "name": "protobuf-c", "release": "1.fc42", "source": "rpm", "version": "1.5.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": "None", "name": "psmisc", "release": "5.fc42", "source": "rpm", "version": "23.7" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": "None", "name": "publicsuffix-list-dafsa", "release": "1.fc42", "source": "rpm", "version": "20260116" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": "None", "name": "python-pip-wheel", "release": "5.fc42", "source": "rpm", "version": "24.3.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": "None", "name": "python-unversioned-command", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc42", "source": "rpm", "version": "25.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc42", "source": "rpm", "version": "4.1.3" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc42", "source": "rpm", "version": "1.17.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "2.fc42", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "3.fc42", "source": "rpm", "version": "44.0.0" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "17.fc42", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "9.fc42", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "6.fc42", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc42", "source": "rpm", "version": "4.24.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf-plugins-core", "release": "1.fc42", "source": "rpm", "version": "4.10.1" } ], "python3-firewall": [ { "arch": "noarch", "epoch": "None", "name": "python3-firewall", "release": "1.fc42", "source": "rpm", "version": "2.3.2" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": "None", "name": "python3-gobject-base", "release": "1.fc42", "source": "rpm", "version": "3.50.2" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": "None", "name": "python3-hawkey", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": "None", "name": "python3-idna", "release": "2.fc42", "source": "rpm", "version": "3.10" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": "None", "name": "python3-jinja2", "release": "1.fc42", "source": "rpm", "version": "3.1.6" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpatch", "release": "7.fc42", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpointer", "release": "4.fc42", "source": "rpm", "version": "2.4" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema", "release": "2.fc42", "source": "rpm", "version": "4.23.0" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema-specifications", "release": "2.fc42", "source": "rpm", "version": "2024.10.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libcomps", "release": "1.fc42", "source": "rpm", "version": "0.1.22" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf", "release": "1.fc42", "source": "rpm", "version": "0.75.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.17.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "2.fc42", "source": "rpm", "version": "3.13.11" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "1.fc42", "source": "rpm", "version": "5.3.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "2.fc42", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": "1", "name": "python3-nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "6.fc42", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "3.fc42", "source": "rpm", "version": "24.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "26.fc42", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "1.fc42", "source": "rpm", "version": "0.6.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "19.fc42", "source": "rpm", "version": "2.20" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyserial", "release": "11.fc42", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "26.fc42", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "2.fc42", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "1.fc42", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "1.fc42", "source": "rpm", "version": "2.32.4" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "1.fc42", "source": "rpm", "version": "0.25.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "3.fc42", "source": "rpm", "version": "4.6.0" } ], "python3-six": [ { "arch": "noarch", "epoch": "None", "name": "python3-six", "release": "2.fc42", "source": "rpm", "version": "1.17.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": "None", "name": "python3-systemd", "release": "13.fc42", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": "None", "name": "python3-unbound", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3+socks", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "qa-tools": [ { "arch": "noarch", "epoch": "None", "name": "qa-tools", "release": "6.fc42", "source": "rpm", "version": "4.1" } ], "qcom-wwan-firmware": [ { "arch": "noarch", "epoch": "None", "name": "qcom-wwan-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "quota": [ { "arch": "x86_64", "epoch": "1", "name": "quota", "release": "8.fc42", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": "1", "name": "quota-nls", "release": "8.fc42", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": "None", "name": "readline", "release": "13.fc42", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": "None", "name": "realtek-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc42eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc42eng", "source": "rpm", "version": "0.4.14" } ], "rng-tools": [ { "arch": "x86_64", "epoch": "None", "name": "rng-tools", "release": "5.fc42", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": "None", "name": "rootfiles", "release": "38.fc42", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": "None", "name": "rpcbind", "release": "0.fc42", "source": "rpm", "version": "1.2.8" } ], "rpm": [ { "arch": "x86_64", "epoch": "None", "name": "rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-build-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-selinux", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sequoia", "release": "1.fc42", "source": "rpm", "version": "1.10.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sign-libs", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "rsync": [ { "arch": "x86_64", "epoch": "None", "name": "rsync", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "rsyslog": [ { "arch": "x86_64", "epoch": "None", "name": "rsyslog", "release": "1.fc42", "source": "rpm", "version": "8.2508.0" } ], "rsyslog-gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "rsyslog-gnutls", "release": "1.fc42", "source": "rpm", "version": "8.2508.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": "None", "name": "rtl-sdr", "release": "4.fc42", "source": "rpm", "version": "2.0.1" } ], "sdbus-cpp": [ { "arch": "x86_64", "epoch": "None", "name": "sdbus-cpp", "release": "4.fc42", "source": "rpm", "version": "1.5.0" } ], "sed": [ { "arch": "x86_64", "epoch": "None", "name": "sed", "release": "4.fc42", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy", "release": "1.fc42", "source": "rpm", "version": "42.24" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.24" } ], "setup": [ { "arch": "noarch", "epoch": "None", "name": "setup", "release": "13.fc42", "source": "rpm", "version": "2.15.0" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": "2", "name": "shadow-utils", "release": "1.fc42", "source": "rpm", "version": "4.17.4" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": "None", "name": "shared-mime-info", "release": "7.fc42", "source": "rpm", "version": "2.3" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "sqlite-libs", "release": "5.fc42", "source": "rpm", "version": "3.47.2" } ], "sssd-client": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-client", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "2.fc42", "source": "rpm", "version": "2.11.1" } ], "strace": [ { "arch": "x86_64", "epoch": "None", "name": "strace", "release": "1.fc42", "source": "rpm", "version": "6.19" } ], "sudo": [ { "arch": "x86_64", "epoch": "None", "name": "sudo", "release": "2.p1.fc42", "source": "rpm", "version": "1.9.17" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": "None", "name": "sudo-python-plugin", "release": "2.p1.fc42", "source": "rpm", "version": "1.9.17" } ], "systemd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc42", "source": "rpm", "version": "257.10" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc42", "source": "rpm", "version": "5.4" } ], "tar": [ { "arch": "x86_64", "epoch": "2", "name": "tar", "release": "5.fc42", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": "None", "name": "tbb", "release": "3.fc42", "source": "rpm", "version": "2022.0.0" } ], "time": [ { "arch": "x86_64", "epoch": "None", "name": "time", "release": "26.fc42", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": "None", "name": "tiwilink-firmware", "release": "1.fc42", "source": "rpm", "version": "20260110" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": "None", "name": "tpm2-tss", "release": "6.fc42", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": "None", "name": "tzdata", "release": "1.fc42", "source": "rpm", "version": "2025c" } ], "udisks2": [ { "arch": "x86_64", "epoch": "None", "name": "udisks2", "release": "1.fc42", "source": "rpm", "version": "2.10.91" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-anchor", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.24.2" } ], "unzip": [ { "arch": "x86_64", "epoch": "None", "name": "unzip", "release": "66.fc42", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": "None", "name": "userspace-rcu", "release": "1.fc42", "source": "rpm", "version": "0.15.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "10.fc42", "source": "rpm", "version": "2.40.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": "None", "name": "volume_key-libs", "release": "24.fc42", "source": "rpm", "version": "0.3.12" } ], "wget2": [ { "arch": "x86_64", "epoch": "None", "name": "wget2", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "1.fc42", "source": "rpm", "version": "2.2.1" } ], "which": [ { "arch": "x86_64", "epoch": "None", "name": "which", "release": "2.fc42", "source": "rpm", "version": "2.23" } ], "whois-nls": [ { "arch": "noarch", "epoch": "None", "name": "whois-nls", "release": "1.fc42", "source": "rpm", "version": "5.6.5" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "xfsprogs", "release": "3.fc42", "source": "rpm", "version": "6.12.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": "None", "name": "xkeyboard-config", "release": "1.fc42", "source": "rpm", "version": "2.44" } ], "xxd": [ { "arch": "x86_64", "epoch": "2", "name": "xxd", "release": "2.fc42", "source": "rpm", "version": "9.1.2146" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": "None", "name": "xxhash-libs", "release": "2.fc42", "source": "rpm", "version": "0.8.3" } ], "xz": [ { "arch": "x86_64", "epoch": "1", "name": "xz", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "4.fc42", "source": "rpm", "version": "5.8.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": "None", "name": "zchunk-libs", "release": "2.fc42", "source": "rpm", "version": "1.5.1" } ], "zip": [ { "arch": "x86_64", "epoch": "None", "name": "zip", "release": "43.fc42", "source": "rpm", "version": "3.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat", "release": "2.fc42", "source": "rpm", "version": "2.2.5" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "2.fc42", "source": "rpm", "version": "2.2.5" } ], "zram-generator": [ { "arch": "x86_64", "epoch": "None", "name": "zram-generator", "release": "2.fc42", "source": "rpm", "version": "1.2.1" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": "None", "name": "zram-generator-defaults", "release": "2.fc42", "source": "rpm", "version": "1.2.1" } ] } }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 28 February 2026 03:35:27 -0500 (0:00:01.012) 0:01:27.578 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_version": "8.2508.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 28 February 2026 03:35:27 -0500 (0:00:00.025) 0:01:27.603 ***** skipping: [managed-node3] => { "false_condition": "__rsyslog_version is version('8.37.0-7.2', '<')" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 28 February 2026 03:35:27 -0500 (0:00:00.020) 0:01:27.623 ***** ok: [managed-node3] => {} MSG: Rsyslog_version is 8.2508.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/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 28 February 2026 03:35:27 -0500 (0:00:00.026) 0:01:27.650 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "rsyslog_in_image | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 28 February 2026 03:35:27 -0500 (0:00:00.028) 0:01:27.679 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 28 February 2026 03:35:27 -0500 (0:00:00.458) 0:01:28.137 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 28 February 2026 03:35:28 -0500 (0:00:00.461) 0:01:28.599 ***** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 28 February 2026 03:35:28 -0500 (0:00:00.457) 0:01:29.057 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 28 February 2026 03:35:28 -0500 (0:00:00.100) 0:01:29.157 ***** skipping: [managed-node3] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (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, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'templates', 'type': 'templates', 'sections': [{'comment': 'User provided output templates', 'options': None}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 28 February 2026 03:35:28 -0500 (0:00:00.056) 0:01:29.213 ***** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "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, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([]) | length > 0", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 28 February 2026 03:35:28 -0500 (0:00:00.038) 0:01:29.252 ***** skipping: [managed-node3] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (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, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'templates', 'type': 'templates', 'sections': [{'comment': 'User provided output templates', 'options': None}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": null } ], "type": "templates" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 28 February 2026 03:35:28 -0500 (0:00:00.053) 0:01:29.305 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 28 February 2026 03:35:28 -0500 (0:00:00.014) 0:01:29.319 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 28 February 2026 03:35:28 -0500 (0:00:00.027) 0:01:29.347 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 28 February 2026 03:35:28 -0500 (0:00:00.014) 0:01:29.362 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 28 February 2026 03:35:28 -0500 (0:00:00.013) 0:01:29.375 ***** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n echo \"/etc/rsyslog.d/$conf\"\n fi\ndone\n", "delta": "0:00:00.044773", "end": "2026-02-28 03:35:29.284989", "failed_when_result": false, "rc": 0, "start": "2026-02-28 03:35:29.240216" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/20-templates.conf /etc/rsyslog.d/90-input-basics-system_input.conf TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 28 February 2026 03:35:29 -0500 (0:00:00.492) 0:01:29.868 ***** changed: [managed-node3] => (item=/etc/rsyslog.d/90-input-basics-system_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-system_input.conf", "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/20-templates.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/20-templates.conf", "path": "/etc/rsyslog.d/20-templates.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/00-global.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/00-global.conf", "path": "/etc/rsyslog.d/00-global.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/05-common-defaults.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/05-common-defaults.conf", "path": "/etc/rsyslog.d/05-common-defaults.conf", "state": "absent" } Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 28 February 2026 03:35:31 -0500 (0:00:01.778) 0:01:31.646 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 28 February 2026 03:35:31 -0500 (0:00:00.032) 0:01:31.678 ***** skipping: [managed-node3] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 28 February 2026 03:35:31 -0500 (0:00:00.048) 0:01:31.726 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 28 February 2026 03:35:31 -0500 (0:00:00.036) 0:01:31.763 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 28 February 2026 03:35:31 -0500 (0:00:00.035) 0:01:31.799 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 28 February 2026 03:35:31 -0500 (0:00:00.036) 0:01:31.835 ***** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "rsyslog", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-02-28 03:35:05 EST", "ActiveEnterTimestampMonotonic": "780760593", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target sysinit.target network-online.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-02-28 03:35:05 EST", "AssertTimestampMonotonic": "780730024", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "143796000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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_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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-02-28 03:35:05 EST", "ConditionTimestampMonotonic": "780729999", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "12745", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3891851264", "EffectiveMemoryMax": "3891851264", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-02-28 03:35:05 EST", "ExecMainHandoffTimestampMonotonic": "780757073", "ExecMainPID": "131431", "ExecMainStartTimestamp": "Sat 2026-02-28 03:35:05 EST", "ExecMainStartTimestampMonotonic": "780731231", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2026-02-28 03:35:05 EST] ; stop_time=[n/a] ; pid=131431 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-02-28 03:35:05 EST] ; stop_time=[n/a] ; pid=131431 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-02-28 03:35:05 EST", "InactiveExitTimestampMonotonic": "780731728", "InvocationID": "b7921095ff4044ed8027d9f2767472dc", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14691", "LimitNPROCSoft": "14691", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14691", "LimitSIGPENDINGSoft": "14691", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "131431", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3495542784", "MemoryCurrent": "2215936", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "3407872", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-02-28 03:35:05 EST", "StateChangeTimestampMonotonic": "780760593", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 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 pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr 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": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 28 February 2026 03:35:31 -0500 (0:00:00.632) 0:01:32.468 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __rsyslog_enabled | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 28 February 2026 03:35:31 -0500 (0:00:00.032) 0:01:32.500 ***** skipping: [managed-node3] => { "false_condition": "__rsyslog_failed_validation | d(false)" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 28 February 2026 03:35:32 -0500 (0:00:00.027) 0:01:32.528 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 28 February 2026 03:35:32 -0500 (0:00:00.030) 0:01:32.558 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 28 February 2026 03:35:32 -0500 (0:00:00.029) 0:01:32.587 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [Stop tracking certificate] *********************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:210 Saturday 28 February 2026 03:35:32 -0500 (0:00:00.034) 0:01:32.622 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/logging_cert.crt" ], "delta": "0:00:00.030814", "end": "2026-02-28 03:35:32.506505", "rc": 0, "start": "2026-02-28 03:35:32.475691" } STDOUT: Request "20260228083414" removed. TASK [Clean up pki files] ****************************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:214 Saturday 28 February 2026 03:35:32 -0500 (0:00:00.466) 0:01:33.089 ***** changed: [managed-node3] => (item=/etc/pki/tls/certs/logging_cert.crt) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/logging_cert.crt", "path": "/etc/pki/tls/certs/logging_cert.crt", "state": "absent" } changed: [managed-node3] => (item=/etc/pki/tls/private/logging_cert.key) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/logging_cert.key", "path": "/etc/pki/tls/private/logging_cert.key", "state": "absent" } ok: [managed-node3] => (item=/etc/pki/tls/certs/logging_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/pki/tls/certs/logging_cert.crt", "path": "/etc/pki/tls/certs/logging_cert.crt", "state": "absent" } TASK [Assert /var/log/messages] ************************************************ task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:223 Saturday 28 February 2026 03:35:33 -0500 (0:00:01.292) 0:01:34.381 ***** included: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml for managed-node3 TASK [Get content of /var/log/messages] **************************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3 Saturday 28 February 2026 03:35:33 -0500 (0:00:00.024) 0:01:34.406 ***** ok: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Print possible errors in /var/log/messages] ****************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9 Saturday 28 February 2026 03:35:34 -0500 (0:00:00.477) 0:01:34.883 ***** skipping: [managed-node3] => { "false_condition": "errors is not none" } TASK [Ensure no errors in /var/log/messages] *********************************** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:21 Saturday 28 February 2026 03:35:34 -0500 (0:00:00.036) 0:01:34.920 ***** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Remove /var/log/messages] ************************************************ task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:25 Saturday 28 February 2026 03:35:34 -0500 (0:00:00.024) 0:01:34.944 ***** changed: [managed-node3] => { "changed": true, "path": "/var/log/messages", "state": "absent" } NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node3 RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 28 February 2026 03:35:34 -0500 (0:00:00.445) 0:01:35.389 ***** changed: [managed-node3] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-02-28 03:35:05 EST", "ActiveEnterTimestampMonotonic": "780760593", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network.target sysinit.target network-online.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-02-28 03:35:05 EST", "AssertTimestampMonotonic": "780730024", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "160553000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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_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 cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-02-28 03:35:05 EST", "ConditionTimestampMonotonic": "780729999", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "12745", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3891851264", "EffectiveMemoryMax": "3891851264", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-02-28 03:35:05 EST", "ExecMainHandoffTimestampMonotonic": "780757073", "ExecMainPID": "131431", "ExecMainStartTimestamp": "Sat 2026-02-28 03:35:05 EST", "ExecMainStartTimestampMonotonic": "780731231", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2026-02-28 03:35:05 EST] ; stop_time=[n/a] ; pid=131431 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-02-28 03:35:05 EST] ; stop_time=[n/a] ; pid=131431 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-02-28 03:35:05 EST", "InactiveExitTimestampMonotonic": "780731728", "InvocationID": "b7921095ff4044ed8027d9f2767472dc", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14691", "LimitNPROCSoft": "14691", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14691", "LimitSIGPENDINGSoft": "14691", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "131431", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3518754816", "MemoryCurrent": "2150400", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "3407872", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-02-28 03:35:05 EST", "StateChangeTimestampMonotonic": "780760593", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 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 pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr 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": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY RECAP ********************************************************************* managed-node3 : ok=205 changed=30 unreachable=0 failed=0 skipped=239 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.19.7", "end_time": "2026-02-28T08:35:22.242250+00:00Z", "host": "managed-node3", "loop_item": [ { "name": "remote_udp", "type": "remote", "udp_ports": [ 514, 40020 ] } ], "loop_label": "", "loop_var": "item", "message": "No message could be found", "start_time": "2026-02-28T08:35:22.172491+00:00Z", "task_name": "Ensure Remote inputs contain no conflict connection type", "task_path": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:14" }, { "ansible_version": "2.19.7", "end_time": "2026-02-28T08:35:22.242277+00:00Z", "host": "managed-node3", "loop_var": "item", "message": "No message could be found", "start_time": "2026-02-28T08:35:22.172491+00:00Z", "task_name": "Ensure Remote inputs contain no conflict connection type", "task_path": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:14" }, { "ansible_version": "2.19.7", "end_time": "2026-02-28T08:35:22.242284+00:00Z", "host": "managed-node3", "loop_item": [ { "name": "remote_tcp_0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "x509/name", "tcp_ports": [ 6514, 40000, 40001 ], "tls": true, "type": "remote" }, { "name": "remote_tcp_1", "tcp_ports": [ 514, 40010, 40011 ], "tls": true, "type": "remote" } ], "loop_label": "", "loop_var": "item", "message": "Error: remote_tcp_0 and remote_tcp_1 conflict.", "start_time": "2026-02-28T08:35:22.172491+00:00Z", "task_name": "Ensure Remote inputs contain no conflict connection type", "task_path": "/tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/remote/main.yml:14" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 28 February 2026 03:35:35 -0500 (0:00:00.969) 0:01:36.359 ***** =============================================================================== fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 5.71s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 3.40s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.27s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.15s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.02s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 2.56s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.12s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 1.96s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Check port 514, 6514, 40010 and 40011 is open for TCP ------------------- 1.80s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:101 fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 1.78s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 1.69s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 1.69s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 1.62s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Install lsof ------------------------------------------------------------ 1.60s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:84 Gathering Facts --------------------------------------------------------- 1.55s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:11 fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.37s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 fedora.linux_system_roles.certificate : Ensure provider service is running --- 1.35s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Check conf files exist -------------------------------------------------- 1.33s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Clean up pki files ------------------------------------------------------ 1.29s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/tests/logging/tests_server.yml:214 fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 1.29s /tmp/collections-HaD/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24