ansible-playbook [core 2.19.5] 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-S1q executable location = /usr/local/bin/ansible-playbook python version = 3.13.9 (main, Oct 14 2025, 00:00:00) [GCC 15.2.1 20250808 (Red Hat 15.2.1-1)] (/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_combination.yml ************************************************ 1 plays in /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml PLAY [Combination test - test for (2 types of inputs) x (2 types of outputs) combination] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:2 Saturday 03 January 2026 03:24:03 -0500 (0:00:00.037) 0:00:00.037 ****** [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 [Generate an input log dir /var/log/inputdirectory] *********************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:16 Saturday 03 January 2026 03:24:05 -0500 (0:00:01.290) 0:00:01.327 ****** changed: [managed-node3] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/log/inputdirectory", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [TEST CASE 0; Ensure that the role runs with complicated flows - M x N combinations] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:23 Saturday 03 January 2026 03:24:05 -0500 (0:00:00.593) 0:00:01.921 ****** included: fedora.linux_system_roles.logging for managed-node3 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 03 January 2026 03:24:05 -0500 (0:00:00.066) 0:00:01.987 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 03 January 2026 03:24:05 -0500 (0:00:00.025) 0:00:02.012 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.007977", "end": "2026-01-03 03:24:06.304183", "failed_when_result": false, "rc": 0, "start": "2026-01-03 03:24:06.296206" } STDOUT: running TASK [fedora.linux_system_roles.logging : Require installed systemd] *********** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.599) 0:00:02.612 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.030) 0:00:02.642 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.025) 0:00:02.668 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.036) 0:00:02.704 ****** ok: [managed-node3] => { "ansible_facts": { "rsyslog_outputs": [ { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files" }, { "facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files" }, { "facility": "local1", "name": "forwards_severity_and_facility", "severity": "info", "target": "host.domain", "tcp_port": 1514, "type": "forwards" }, { "facility": "local2", "name": "forwards_facility_only", "target": "host.domain", "tcp_port": 2514, "type": "forwards" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.040) 0:00:02.745 ****** ok: [managed-node3] => { "ansible_facts": { "rsyslog_inputs": [ { "endmsg_regex": "xyz", "input_log_path": "/var/log/inputdirectory/*.log", "name": "files_input", "type": "files" }, { "name": "basic_input", "ratelimit_burst": 33333, "type": "basics" }, { "name": "basic_input", "ratelimit_burst": 44444, "type": "basics" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.043) 0:00:02.789 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.031) 0:00:02.820 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.036) 0:00:02.857 ****** skipping: [managed-node3] => (item={'name': 'flow_0', 'inputs': ['basic_input'], 'outputs': ['files_test0', 'files_test1', 'forwards_severity_and_facility', 'forwards_facility_only']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "basic_input" ], "name": "flow_0", "outputs": [ "files_test0", "files_test1", "forwards_severity_and_facility", "forwards_facility_only" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'flow_1', 'inputs': ['files_input'], 'outputs': ['files_test0', 'files_test1']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "files_input" ], "name": "flow_1", "outputs": [ "files_test0", "files_test1" ] }, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.053) 0:00:02.911 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.042) 0:00:02.953 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.037) 0:00:02.990 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.033) 0:00:03.024 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.032) 0:00:03.057 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.033) 0:00:03.090 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.039) 0:00:03.130 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.033) 0:00:03.163 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.026) 0:00:03.190 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 03 January 2026 03:24:06 -0500 (0:00:00.026) 0:00:03.217 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.031) 0:00:03.249 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.061) 0:00:03.310 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.031) 0:00:03.342 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.013) 0:00:03.355 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.013) 0:00:03.368 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.012) 0:00:03.381 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.012) 0:00:03.393 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.032) 0:00:03.426 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.037) 0:00:03.463 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.031) 0:00:03.494 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.033) 0:00:03.527 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.032) 0:00:03.560 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.033) 0:00:03.593 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.031) 0:00:03.625 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.031) 0:00:03.656 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.030) 0:00:03.687 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.033) 0:00:03.720 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.034) 0:00:03.755 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.024) 0:00:03.779 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 03 January 2026 03:24:07 -0500 (0:00:00.031) 0:00:03.811 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 03 January 2026 03:24:08 -0500 (0:00:00.563) 0:00:04.375 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 03 January 2026 03:24:08 -0500 (0:00:00.026) 0:00:04.402 ****** ok: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 03 January 2026 03:24:08 -0500 (0:00:00.049) 0:00:04.451 ****** skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 03 January 2026 03:24:08 -0500 (0:00:00.069) 0:00:04.520 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 03 January 2026 03:24:08 -0500 (0:00:00.079) 0:00:04.600 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 03 January 2026 03:24:08 -0500 (0:00:00.037) 0:00:04.638 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 03 January 2026 03:24:08 -0500 (0:00:00.049) 0:00:04.688 ****** 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" ] } lsrpackages: iproute rsyslog TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 03 January 2026 03:24:22 -0500 (0:00:13.871) 0:00:18.559 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 03 January 2026 03:24:22 -0500 (0:00:00.023) 0:00:18.583 ****** 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.1" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "1.fc42", "source": "rpm", "version": "1.52.1" } ], "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": "20251111" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "20251111" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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.31.5" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc43eng", "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": "20251111" } ], "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" } ], "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": "20251111" } ], "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": "6.fc42", "source": "rpm", "version": "9.6" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "6.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": "4.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.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc42", "source": "rpm", "version": "2.8.1" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "6.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" } ], "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": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "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": "2.fc42", "source": "rpm", "version": "10.1.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": "2.fc42", "source": "rpm", "version": "1.3.0" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc42", "source": "rpm", "version": "2.7.2" } ], "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.17" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "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": "4.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.51.1" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "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": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "11.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.7" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "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.401" } ], "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": "20251111" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc42", "source": "rpm", "version": "6.17.4" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "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": "679" } ], "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": "7.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": "6.fc42", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "100.fc42", "source": "rpm", "version": "2.11" } ], "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": "4.fc42", "source": "rpm", "version": "0.8.5" } ], "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": "6.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": "3.fc42", "source": "rpm", "version": "2.4.128" } ], "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": "7.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": "4.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": "4.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" } ], "libicu": [ { "arch": "x86_64", "epoch": "None", "name": "libicu", "release": "4.fc42", "source": "rpm", "version": "76.1" } ], "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.6" } ], "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": "7.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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "4.fc42", "source": "rpm", "version": "1.0.20" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "1.fc42", "source": "rpm", "version": "0.7.35" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "6.fc42", "source": "rpm", "version": "3.6.5" } ], "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.3" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc42", "source": "rpm", "version": "0.11.3" } ], "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": "4.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": "7.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" } ], "libwbclient": [ { "arch": "x86_64", "epoch": "2", "name": "libwbclient", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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": "20251111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "3.fc42", "source": "rpm", "version": "0.9.33" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "3.fc42", "source": "rpm", "version": "3.22.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "1.fc42", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "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": "20251111" } ], "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": "4.fc42", "source": "rpm", "version": "4.37.0" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "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" } ], "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": "20251111" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "2.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.25.8" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc42", "source": "rpm", "version": "0.25.8" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "6.fc42", "source": "rpm", "version": "1.7.0" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "6.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.51.1" } ], "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": "20250616" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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-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": "3.fc42", "source": "rpm", "version": "3.50.0" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "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": "6.fc42", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": "None", "name": "python3-setuptools", "release": "7.fc42", "source": "rpm", "version": "74.1.3" } ], "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.1" } ], "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": "20251111" } ], "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": "20251111" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc43eng", "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": "5.fc42", "source": "rpm", "version": "1.7.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" } ], "samba-client-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-client-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common": [ { "arch": "noarch", "epoch": "2", "name": "samba-common", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-common-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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.14" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.14" } ], "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.17" } ], "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": "20251111" } ], "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": "2025b" } ], "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.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.24.1" } ], "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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "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": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "2.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 03 January 2026 03:24:23 -0500 (0:00:01.523) 0:00:20.106 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 03 January 2026 03:24:23 -0500 (0:00:00.030) 0:00:20.137 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 03 January 2026 03:24:23 -0500 (0:00:00.027) 0:00:20.164 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 03 January 2026 03:24:23 -0500 (0:00:00.034) 0:00:20.198 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 03 January 2026 03:24:23 -0500 (0:00:00.033) 0:00:20.232 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 03 January 2026 03:24:24 -0500 (0:00:00.510) 0:00:20.742 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 03 January 2026 03:24:25 -0500 (0:00:00.619) 0:00:21.362 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 03 January 2026 03:24:25 -0500 (0:00:00.540) 0:00:21.903 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 03 January 2026 03:24:25 -0500 (0:00:00.164) 0:00:22.067 ****** changed: [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": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 03 January 2026 03:24:29 -0500 (0:00:03.217) 0:00:25.285 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 03 January 2026 03:24:29 -0500 (0:00:00.111) 0:00:25.396 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 03 January 2026 03:24:29 -0500 (0:00:00.077) 0:00:25.474 ****** ok: [managed-node3] => (item={'name': 'files_input', 'type': 'files', 'input_log_path': '/var/log/inputdirectory/*.log', 'endmsg_regex': 'xyz'}) => { "ansible_facts": { "__rsyslog_conf_imfile_modules": [ { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" } ], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": [ "{{ __rsyslog_conf_imfile_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "endmsg_regex": "xyz", "input_log_path": "/var/log/inputdirectory/*.log", "name": "files_input", "type": "files" } } ok: [managed-node3] => (item={'name': 'basic_input', 'type': 'basics', 'ratelimit_burst': 33333}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-S1q/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": "basic_input", "ratelimit_burst": 33333, "type": "basics" } } ok: [managed-node3] => (item={'name': 'basic_input', 'type': 'basics', 'ratelimit_burst': 44444}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-S1q/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": "basic_input", "ratelimit_burst": 44444, "type": "basics" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 03 January 2026 03:24:29 -0500 (0:00:00.126) 0:00:25.601 ****** skipping: [managed-node3] => (item={'name': 'basic_input', 'type': 'basics', 'ratelimit_burst': 44444}) => { "ansible_loop": { "allitems": [ { "name": "basic_input", "ratelimit_burst": 33333, "type": "basics" }, { "name": "basic_input", "ratelimit_burst": 44444, "type": "basics" }, { "endmsg_regex": "xyz", "input_log_path": "/var/log/inputdirectory/*.log", "name": "files_input", "type": "files" } ], "first": false, "index": 2, "index0": 1, "last": false, "length": 3, "nextitem": { "endmsg_regex": "xyz", "input_log_path": "/var/log/inputdirectory/*.log", "name": "files_input", "type": "files" }, "previtem": { "name": "basic_input", "ratelimit_burst": 33333, "type": "basics" }, "revindex": 2, "revindex0": 1 }, "ansible_loop_var": "input_item", "changed": false, "false_condition": "input_item.type != \"basics\" or (input_item.type == \"basics\" and (ansible_loop.previtem is not defined or (ansible_loop.previtem is defined and ansible_loop.previtem.type != 'basics')))", "input_item": { "name": "basic_input", "ratelimit_burst": 44444, "type": "basics" }, "skip_reason": "Conditional result was False" } included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node3 => (item={'name': 'basic_input', 'type': 'basics', 'ratelimit_burst': 33333}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml for managed-node3 => (item={'name': 'files_input', 'type': 'files', 'input_log_path': '/var/log/inputdirectory/*.log', 'endmsg_regex': 'xyz'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 03 January 2026 03:24:29 -0500 (0:00:00.153) 0:00:25.754 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:29 -0500 (0:00:00.075) 0:00:25.829 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:29 -0500 (0:00:00.065) 0:00:25.895 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:29 -0500 (0:00:00.064) 0:00:25.959 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:29 -0500 (0:00:00.113) 0:00:26.072 ****** 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-basic_input] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 03 January 2026 03:24:29 -0500 (0:00:00.081) 0:00:26.154 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:30 -0500 (0:00:00.103) 0:00:26.258 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:30 -0500 (0:00:00.063) 0:00:26.322 ****** changed: [managed-node3] => (item={'name': 'input-basics-basic_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_test0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_facility_only\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:31 -0500 (0:00:01.123) 0:00:27.449 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428670.3153124-5284-147967379289291/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:31 -0500 (0:00:00.108) 0:00:27.558 ****** skipping: [managed-node3] => (item={'name': 'input-basics-basic_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_test0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_facility_only\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-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\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 : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml:3 Saturday 03 January 2026 03:24:31 -0500 (0:00:00.195) 0:00:27.754 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:31 -0500 (0:00:00.092) 0:00:27.846 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:31 -0500 (0:00:00.060) 0:00:27.907 ****** changed: [managed-node3] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428671.7540195-5356-129114021575688/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:32 -0500 (0:00:00.938) 0:00:28.845 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428670.3153124-5284-147967379289291/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428671.7540195-5356-129114021575688/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428671.7540195-5356-129114021575688/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:32 -0500 (0:00:00.093) 0:00:28.939 ****** skipping: [managed-node3] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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 input configuration file /etc/rsyslog.d/input-files-files_input] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml:12 Saturday 03 January 2026 03:24:32 -0500 (0:00:00.085) 0:00:29.025 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:32 -0500 (0:00:00.096) 0:00:29.121 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:32 -0500 (0:00:00.061) 0:00:29.183 ****** changed: [managed-node3] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(\n type="imfile"\n file="/var/log/inputdirectory/*.log"\n tag="files_input"\n endmsg.regex="xyz"\n)\nif\n ($syslogtag == "files_input")\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input")\n then {\n call files_test1\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n endmsg.regex=\"xyz\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "3d149d7f4ab9e6c254d224016221af88", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 286, "src": "/root/.ansible/tmp/ansible-tmp-1767428673.1847792-5411-84337598213119/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:34 -0500 (0:00:01.146) 0:00:30.330 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428670.3153124-5284-147967379289291/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428671.7540195-5356-129114021575688/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428671.7540195-5356-129114021575688/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n endmsg.regex=\"xyz\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428673.1847792-5411-84337598213119/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3d149d7f4ab9e6c254d224016221af88", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 286, "src": "/root/.ansible/tmp/ansible-tmp-1767428673.1847792-5411-84337598213119/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:34 -0500 (0:00:00.089) 0:00:30.420 ****** skipping: [managed-node3] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(\n type="imfile"\n file="/var/log/inputdirectory/*.log"\n tag="files_input"\n endmsg.regex="xyz"\n)\nif\n ($syslogtag == "files_input")\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input")\n then {\n call files_test1\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-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n endmsg.regex=\"xyz\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\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 : Include output sub-vars] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 03 January 2026 03:24:34 -0500 (0:00:00.204) 0:00:30.624 ****** ok: [managed-node3] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => { "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-S1q/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": { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files" } } ok: [managed-node3] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => { "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-S1q/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": { "facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files" } } ok: [managed-node3] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'target': 'host.domain', 'tcp_port': 1514}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": [ "{{ __rsyslog_conf_forwards_output_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "facility": "local1", "name": "forwards_severity_and_facility", "severity": "info", "target": "host.domain", "tcp_port": 1514, "type": "forwards" } } ok: [managed-node3] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'target': 'host.domain', 'tcp_port': 2514}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": [ "{{ __rsyslog_conf_forwards_output_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "facility": "local2", "name": "forwards_facility_only", "target": "host.domain", "tcp_port": 2514, "type": "forwards" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 03 January 2026 03:24:34 -0500 (0:00:00.168) 0:00:30.793 ****** included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node3 => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node3 => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node3 => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'target': 'host.domain', 'tcp_port': 1514}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node3 => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'target': 'host.domain', 'tcp_port': 2514}) 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 03 January 2026 03:24:34 -0500 (0:00:00.129) 0:00:30.922 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:34 -0500 (0:00:00.066) 0:00:30.989 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:34 -0500 (0:00:00.039) 0:00:31.028 ****** changed: [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": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:35 -0500 (0:00:00.925) 0:00:31.954 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428670.3153124-5284-147967379289291/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428671.7540195-5356-129114021575688/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428671.7540195-5356-129114021575688/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n endmsg.regex=\"xyz\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428673.1847792-5411-84337598213119/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3d149d7f4ab9e6c254d224016221af88", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 286, "src": "/root/.ansible/tmp/ansible-tmp-1767428673.1847792-5411-84337598213119/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:35 -0500 (0:00:00.105) 0:00:32.060 ****** 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_test0] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 03 January 2026 03:24:35 -0500 (0:00:00.080) 0:00:32.141 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:35 -0500 (0:00:00.086) 0:00:32.228 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:36 -0500 (0:00:00.042) 0:00:32.270 ****** changed: [managed-node3] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428676.18877-5564-217762598721853/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:37 -0500 (0:00:01.046) 0:00:33.317 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428670.3153124-5284-147967379289291/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428671.7540195-5356-129114021575688/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428671.7540195-5356-129114021575688/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n endmsg.regex=\"xyz\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428673.1847792-5411-84337598213119/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3d149d7f4ab9e6c254d224016221af88", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 286, "src": "/root/.ansible/tmp/ansible-tmp-1767428673.1847792-5411-84337598213119/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428676.18877-5564-217762598721853/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428676.18877-5564-217762598721853/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:37 -0500 (0:00:00.097) 0:00:33.414 ****** skipping: [managed-node3] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\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_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\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 : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 03 January 2026 03:24:37 -0500 (0:00:00.153) 0:00:33.568 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:37 -0500 (0:00:00.077) 0:00:33.645 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:37 -0500 (0:00:00.072) 0:00:33.720 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:38 -0500 (0:00:01.037) 0:00:34.757 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428670.3153124-5284-147967379289291/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428671.7540195-5356-129114021575688/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428671.7540195-5356-129114021575688/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n endmsg.regex=\"xyz\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428673.1847792-5411-84337598213119/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3d149d7f4ab9e6c254d224016221af88", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 286, "src": "/root/.ansible/tmp/ansible-tmp-1767428673.1847792-5411-84337598213119/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428676.18877-5564-217762598721853/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428676.18877-5564-217762598721853/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:38 -0500 (0:00:00.129) 0:00:34.886 ****** 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_test1] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 03 January 2026 03:24:38 -0500 (0:00:00.120) 0:00:35.007 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:38 -0500 (0:00:00.139) 0:00:35.147 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:38 -0500 (0:00:00.062) 0:00:35.209 ****** changed: [managed-node3] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428679.204658-5709-161046753127905/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:40 -0500 (0:00:01.180) 0:00:36.390 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428670.3153124-5284-147967379289291/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428671.7540195-5356-129114021575688/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428671.7540195-5356-129114021575688/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n endmsg.regex=\"xyz\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428673.1847792-5411-84337598213119/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3d149d7f4ab9e6c254d224016221af88", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 286, "src": "/root/.ansible/tmp/ansible-tmp-1767428673.1847792-5411-84337598213119/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428676.18877-5564-217762598721853/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428676.18877-5564-217762598721853/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428679.204658-5709-161046753127905/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428679.204658-5709-161046753127905/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:40 -0500 (0:00:00.145) 0:00:36.535 ****** skipping: [managed-node3] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\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_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\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 : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 03 January 2026 03:24:40 -0500 (0:00:00.214) 0:00:36.750 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:40 -0500 (0:00:00.103) 0:00:36.853 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:40 -0500 (0:00:00.064) 0:00:36.918 ****** changed: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428680.7785115-5784-106690336338892/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:41 -0500 (0:00:00.968) 0:00:37.886 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428670.3153124-5284-147967379289291/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428671.7540195-5356-129114021575688/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428671.7540195-5356-129114021575688/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n endmsg.regex=\"xyz\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428673.1847792-5411-84337598213119/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3d149d7f4ab9e6c254d224016221af88", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 286, "src": "/root/.ansible/tmp/ansible-tmp-1767428673.1847792-5411-84337598213119/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428676.18877-5564-217762598721853/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428676.18877-5564-217762598721853/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428679.204658-5709-161046753127905/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428679.204658-5709-161046753127905/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428680.7785115-5784-106690336338892/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428680.7785115-5784-106690336338892/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:41 -0500 (0:00:00.096) 0:00:37.982 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_severity_and_facility] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10 Saturday 03 January 2026 03:24:41 -0500 (0:00:00.081) 0:00:38.064 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:41 -0500 (0:00:00.105) 0:00:38.169 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:41 -0500 (0:00:00.055) 0:00:38.225 ****** changed: [managed-node3] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428682.132002-5852-67795447907522/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:43 -0500 (0:00:01.021) 0:00:39.247 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428670.3153124-5284-147967379289291/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428671.7540195-5356-129114021575688/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428671.7540195-5356-129114021575688/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n endmsg.regex=\"xyz\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428673.1847792-5411-84337598213119/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3d149d7f4ab9e6c254d224016221af88", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 286, "src": "/root/.ansible/tmp/ansible-tmp-1767428673.1847792-5411-84337598213119/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428676.18877-5564-217762598721853/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428676.18877-5564-217762598721853/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428679.204658-5709-161046753127905/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428679.204658-5709-161046753127905/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428680.7785115-5784-106690336338892/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428680.7785115-5784-106690336338892/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.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-1767428682.132002-5852-67795447907522/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428682.132002-5852-67795447907522/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:43 -0500 (0:00:00.108) 0:00:39.355 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 03 January 2026 03:24:43 -0500 (0:00:00.138) 0:00:39.493 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:43 -0500 (0:00:00.074) 0:00:39.568 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:43 -0500 (0:00:00.047) 0:00:39.615 ****** ok: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:44 -0500 (0:00:00.892) 0:00:40.507 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428670.3153124-5284-147967379289291/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428671.7540195-5356-129114021575688/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428671.7540195-5356-129114021575688/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n endmsg.regex=\"xyz\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428673.1847792-5411-84337598213119/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3d149d7f4ab9e6c254d224016221af88", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 286, "src": "/root/.ansible/tmp/ansible-tmp-1767428673.1847792-5411-84337598213119/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428676.18877-5564-217762598721853/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428676.18877-5564-217762598721853/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428679.204658-5709-161046753127905/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428679.204658-5709-161046753127905/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428680.7785115-5784-106690336338892/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428680.7785115-5784-106690336338892/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.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-1767428682.132002-5852-67795447907522/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428682.132002-5852-67795447907522/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:44 -0500 (0:00:00.098) 0:00:40.606 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_facility_only] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10 Saturday 03 January 2026 03:24:44 -0500 (0:00:00.081) 0:00:40.687 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:24:44 -0500 (0:00:00.084) 0:00:40.772 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:24:44 -0500 (0:00:00.046) 0:00:40.818 ****** changed: [managed-node3] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only"\n type="omfwd"\n Target="host.domain"\n Port="2514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "6323e0bec496fa375d0c070440930f93", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 280, "src": "/root/.ansible/tmp/ansible-tmp-1767428684.7230382-5950-272768231804150/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:24:45 -0500 (0:00:01.015) 0:00:41.833 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428665.9035068-5085-111246457145767/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428665.9035068-5085-111246457145767/.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-1767428667.1087372-5085-172126083934328/.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-1767428667.1087372-5085-172126083934328/.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-1767428668.0612092-5085-46372887167602/.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-1767428668.0612092-5085-46372887167602/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428670.3153124-5284-147967379289291/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428670.3153124-5284-147967379289291/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428671.7540195-5356-129114021575688/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428671.7540195-5356-129114021575688/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n endmsg.regex=\"xyz\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428673.1847792-5411-84337598213119/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "3d149d7f4ab9e6c254d224016221af88", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 286, "src": "/root/.ansible/tmp/ansible-tmp-1767428673.1847792-5411-84337598213119/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428674.860769-5502-116441851827459/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428676.18877-5564-217762598721853/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428676.18877-5564-217762598721853/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428679.204658-5709-161046753127905/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428679.204658-5709-161046753127905/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428680.7785115-5784-106690336338892/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428680.7785115-5784-106690336338892/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.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-1767428682.132002-5852-67795447907522/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428682.132002-5852-67795447907522/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.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-1767428684.7230382-5950-272768231804150/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "6323e0bec496fa375d0c070440930f93", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 280, "src": "/root/.ansible/tmp/ansible-tmp-1767428684.7230382-5950-272768231804150/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:24:45 -0500 (0:00:00.111) 0:00:41.945 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only"\n type="omfwd"\n Target="host.domain"\n Port="2514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\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": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 03 January 2026 03:24:45 -0500 (0:00:00.150) 0:00:42.095 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 03 January 2026 03:24:45 -0500 (0:00:00.044) 0:00:42.140 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 03 January 2026 03:24:45 -0500 (0:00:00.064) 0:00:42.204 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 03 January 2026 03:24:46 -0500 (0:00:00.051) 0:00:42.256 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 03 January 2026 03:24:46 -0500 (0:00:00.062) 0:00:42.319 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 03 January 2026 03:24:46 -0500 (0:00:00.073) 0:00:42.392 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 03 January 2026 03:24:46 -0500 (0:00:00.048) 0:00:42.441 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 03 January 2026 03:24:46 -0500 (0:00:00.048) 0:00:42.490 ****** 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-online.target basic.target system.slice network.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "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": "3491864576", "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": "4406", "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 03 January 2026 03:24:47 -0500 (0:00:01.035) 0:00:43.526 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 03 January 2026 03:24:47 -0500 (0:00:00.048) 0:00:43.574 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 03 January 2026 03:24:47 -0500 (0:00:00.042) 0:00:43.617 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 03 January 2026 03:24:47 -0500 (0:00:00.048) 0:00:43.665 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1757030400.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b469de7f813797aff0d514249d57cb8b3ed3157d", "ctime": 1767428660.3697166, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5677, "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": "1244304149", "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 03 January 2026 03:24:47 -0500 (0:00:00.510) 0:00:44.176 ****** 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-1767428688.013235-6099-84048645585788/.source.conf", "state": "file", "uid": 0 } TASK [Set __logging_is_booted for bootc validation tests] ********************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:79 Saturday 03 January 2026 03:24:48 -0500 (0:00:01.033) 0:00:45.209 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__bootc_validation | d(false)", "skip_reason": "Conditional result was False" } TASK [Force all notified handlers to run at this point, not waiting for normal sync points] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:92 Saturday 03 January 2026 03:24:49 -0500 (0:00:00.070) 0:00:45.280 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 03 January 2026 03:24:49 -0500 (0:00:00.015) 0:00:45.295 ****** 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-online.target basic.target system.slice network.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "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": "3502149632", "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": "4406", "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 [Create QEMU deployment during bootc end-to-end test] ********************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:95 Saturday 03 January 2026 03:24:49 -0500 (0:00:00.752) 0:00:46.048 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_connection == \"buildah\"", "skip_reason": "Conditional result was False" } TASK [Ensure config file size and counts] ************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:101 Saturday 03 January 2026 03:24:49 -0500 (0:00:00.052) 0:00:46.100 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2 Saturday 03 January 2026 03:24:49 -0500 (0:00:00.073) 0:00:46.174 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1767428689.6757314, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1767428688.8437307, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428688.84519, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "2500131139", "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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7 Saturday 03 January 2026 03:24:50 -0500 (0:00:00.529) 0:00:46.704 ****** ok: [managed-node3] => { "changed": false, "examined": 13, "files": [ { "atime": 1767428689.6767316, "ctime": 1767428671.1154323, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393719, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428670.7397134, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 764, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428689.6767316, "ctime": 1767428668.9407117, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393717, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428668.5787113, "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": 1767428689.6767316, "ctime": 1767428672.509829, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393721, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428672.1647148, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 118, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428689.6767316, "ctime": 1767428685.4800906, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393793, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428685.1347272, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 280, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428683.816726, "ctime": 1767428681.550939, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393791, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428681.1977234, "nlink": 1, "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 150, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428689.6767316, "ctime": 1764333619.891, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 5652, "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": 1767428689.6767316, "ctime": 1767428667.9172442, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393692, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428667.5677104, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 96, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428689.6767316, "ctime": 1767428676.9707193, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393730, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428676.610719, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428689.6767316, "ctime": 1767428673.9734125, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393728, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428673.6327162, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 286, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428689.6767316, "ctime": 1767428682.891725, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393792, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428682.5407248, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 299, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428689.6767316, "ctime": 1767428666.9657097, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393684, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428666.3327093, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 137, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428677.9947202, "ctime": 1767428675.617718, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393729, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428675.2777178, "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": 1767428689.6767316, "ctime": 1767428680.0267222, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393790, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428679.6627219, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 115, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 13, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13 Saturday 03 January 2026 03:24:51 -0500 (0:00:00.812) 0:00:47.517 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18 Saturday 03 January 2026 03:24:51 -0500 (0:00:00.041) 0:00:47.559 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23 Saturday 03 January 2026 03:24:51 -0500 (0:00:00.033) 0:00:47.592 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Saturday 03 January 2026 03:24:51 -0500 (0:00:00.064) 0:00:47.657 ****** ok: [managed-node3] => (item=/etc/rsyslog.d/30-output-files-files_test0.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-files-files_test0.conf", "stat": { "atime": 1767428689.6767316, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "ctime": 1767428676.9707193, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393730, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428676.610719, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "3404279920", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "stat": { "atime": 1767428689.6767316, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "ctime": 1767428682.891725, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393792, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428682.5407248, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 299, "uid": 0, "version": "3158358053", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/rsyslog.d/90-input-files-files_input.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/90-input-files-files_input.conf", "stat": { "atime": 1767428689.6767316, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "ctime": 1767428673.9734125, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393728, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428673.6327162, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 286, "uid": 0, "version": "492036507", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35 Saturday 03 January 2026 03:24:52 -0500 (0:00:01.465) 0:00:49.122 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__check_systemctl_status == \"true\"", "skip_reason": "Conditional result was False" } TASK [Check if the files config exists] **************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:112 Saturday 03 January 2026 03:24:52 -0500 (0:00:00.031) 0:00:49.153 ****** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1767428689.6767316, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "ctime": 1767428676.9707193, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393730, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428676.610719, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "3404279920", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check the filter and action in the files output config] ****************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:119 Saturday 03 January 2026 03:24:53 -0500 (0:00:00.481) 0:00:49.634 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "/bin/grep", "\\*.info;authpriv.none;auth.none;cron.none;mail.none.*/var/log/messages", "/etc/rsyslog.d/30-output-files-files_test0.conf" ], "delta": "0:00:00.003590", "end": "2026-01-03 03:24:53.789413", "rc": 0, "start": "2026-01-03 03:24:53.785823" } STDOUT: *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages TASK [Ensure logger message is logged in a file] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:127 Saturday 03 January 2026 03:24:53 -0500 (0:00:00.490) 0:00:50.125 ****** included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/test_logger.yml for managed-node3 TASK [Run logger to generate a test log message] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/test_logger.yml:8 Saturday 03 January 2026 03:24:53 -0500 (0:00:00.051) 0:00:50.177 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "/bin/logger", "-i", "-p", "local6.info", "-t", "testTag0", "testMessage0" ], "delta": "0:00:00.004110", "end": "2026-01-03 03:24:54.342630", "rc": 0, "start": "2026-01-03 03:24:54.338520" } TASK [Check the test log message in /var/log/messages] ************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/test_logger.yml:14 Saturday 03 January 2026 03:24:54 -0500 (0:00:00.488) 0:00:50.666 ****** ok: [managed-node3] => { "attempts": 1, "changed": false, "cmd": [ "/bin/grep", "testMessage0", "/var/log/messages" ], "delta": "0:00:00.003469", "end": "2026-01-03 03:24:54.830215", "rc": 0, "start": "2026-01-03 03:24:54.826746" } STDOUT: 2026-01-03T03:24:54.338623-05:00 managed-node3 python3.13[11786]: ansible-ansible.legacy.command Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True cmd=None argv=None chdir=None executable=None creates=None removes=None stdin=None 2026-01-03T03:24:54.342263-05:00 managed-node3 testTag0[11787]: testMessage0 TASK [Generate a file to check severity_and_facility] ************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:133 Saturday 03 January 2026 03:24:54 -0500 (0:00:00.487) 0:00:51.153 ****** changed: [managed-node3] => { "changed": true, "checksum": "e18160e11437f8394d8ed393cda52474627d5062", "dest": "/tmp/__testfile__", "gid": 0, "group": "root", "md5sum": "649f2ba09e9d17fea81dc05c7778a7cd", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 296, "src": "/root/.ansible/tmp/ansible-tmp-1767428694.9586685-6448-22993117134300/.source", "state": "file", "uid": 0 } TASK [Check severity_and_facility] ********************************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:152 Saturday 03 January 2026 03:24:55 -0500 (0:00:00.894) 0:00:52.048 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "diff", "-B", "/tmp/__testfile__", "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf" ], "delta": "0:00:00.007123", "end": "2026-01-03 03:24:56.198974", "rc": 0, "start": "2026-01-03 03:24:56.191851" } TASK [Check if the input files config exists] ********************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:156 Saturday 03 January 2026 03:24:56 -0500 (0:00:00.490) 0:00:52.538 ****** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1767428689.6767316, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "ed1b8dcd74b1bc78663f783d9f5e2a100dcc0b72", "ctime": 1767428673.9734125, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393728, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428673.6327162, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 286, "uid": 0, "version": "492036507", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check the input call with tag=files_input] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:162 Saturday 03 January 2026 03:24:56 -0500 (0:00:00.511) 0:00:53.049 ****** ok: [managed-node3] => (item=type="imfile") => { "ansible_loop_var": "item", "backup": "", "changed": false, "failed_when_result": false, "item": "type=\"imfile\"" } ok: [managed-node3] => (item=file="/var/log/inputdirectory/*.log") => { "ansible_loop_var": "item", "backup": "", "changed": false, "failed_when_result": false, "item": "file=\"/var/log/inputdirectory/*.log\"" } ok: [managed-node3] => (item=tag="files_input") => { "ansible_loop_var": "item", "backup": "", "changed": false, "failed_when_result": false, "item": "tag=\"files_input\"" } TASK [Create a test log file with a log message in /var/log/inputdirectory] **** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:176 Saturday 03 January 2026 03:24:58 -0500 (0:00:01.547) 0:00:54.596 ****** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail\necho '<167>Mar 20 01:00:00 11.22.33.44 tag msgnum:00000000:26:abcdefghijklmnopqrstuvwxyz' > /var/log/inputdirectory/test.log", "delta": "0:00:00.003881", "end": "2026-01-03 03:24:58.786308", "rc": 0, "start": "2026-01-03 03:24:58.782427" } TASK [Check the fake test log message in /var/log/messages] ******************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:182 Saturday 03 January 2026 03:24:58 -0500 (0:00:00.533) 0:00:55.130 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "/bin/grep", "files_input .*abcdefghijklmnopqrstuvwxyz$", "/var/log/messages" ], "delta": "0:00:00.004017", "end": "2026-01-03 03:24:59.351147", "rc": 0, "start": "2026-01-03 03:24:59.347130" } STDOUT: 2026-01-03T03:24:58.786110-05:00 managed-node3 files_input <167>Mar 20 01:00:00 11.22.33.44 tag msgnum:00000000:26:abcdefghijklmnopqrstuvwxyz TASK [Create a test log file with a log message in the input which will not be logged due to the regex condition - input /var/log/inputdirectory] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:190 Saturday 03 January 2026 03:24:59 -0500 (0:00:00.552) 0:00:55.682 ****** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail\necho '<167>Jul 22 01:00:00 11.22.33.44 tag msgnum:00000000:24:test message 0123456789' > /var/log/inputdirectory/test.log", "delta": "0:00:00.003834", "end": "2026-01-03 03:24:59.887840", "rc": 0, "start": "2026-01-03 03:24:59.884006" } TASK [Check the fake second test log message is not in /var/log/messages] ****** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:199 Saturday 03 January 2026 03:24:59 -0500 (0:00:00.557) 0:00:56.239 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "/bin/grep", "files_input .*test message 0123456789$", "/var/log/messages" ], "delta": "0:00:00.003983", "end": "2026-01-03 03:25:00.427609", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "rc": 1, "start": "2026-01-03 03:25:00.423626" } MSG: non-zero return code TASK [Check ports managed by firewall and selinux] ***************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:208 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.508) 0:00:56.748 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.043) 0:00:56.791 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.056) 0:00:56.848 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.022) 0:00:56.871 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.024) 0:00:56.896 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.035) 0:00:56.931 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:211 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.022) 0:00:56.953 ****** included: fedora.linux_system_roles.logging for managed-node3 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.060) 0:00:57.014 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.036) 0:00:57.051 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.027) 0:00:57.079 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.027) 0:00:57.106 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 03 January 2026 03:25:00 -0500 (0:00:00.071) 0:00:57.178 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.091) 0:00:57.269 ****** ok: [managed-node3] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.094) 0:00:57.364 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.057) 0:00:57.421 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.046) 0:00:57.468 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.054) 0:00:57.522 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.023) 0:00:57.545 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.056) 0:00:57.602 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.047) 0:00:57.649 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.043) 0:00:57.692 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.042) 0:00:57.735 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.049) 0:00:57.785 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.078) 0:00:57.863 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.066) 0:00:57.930 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.056) 0:00:57.986 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.043) 0:00:58.030 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.055) 0:00:58.086 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.071) 0:00:58.157 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 03 January 2026 03:25:01 -0500 (0:00:00.066) 0:00:58.223 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.035) 0:00:58.259 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.026) 0:00:58.285 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.039) 0:00:58.325 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.041) 0:00:58.366 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.054) 0:00:58.421 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.084) 0:00:58.505 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.067) 0:00:58.573 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.069) 0:00:58.643 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.047) 0:00:58.690 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.050) 0:00:58.740 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.048) 0:00:58.789 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.046) 0:00:58.835 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.043) 0:00:58.879 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.045) 0:00:58.924 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.047) 0:00:58.972 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.039) 0:00:59.011 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.046) 0:00:59.058 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.037) 0:00:59.096 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 03 January 2026 03:25:02 -0500 (0:00:00.047) 0:00:59.143 ****** ok: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 03 January 2026 03:25:03 -0500 (0:00:00.105) 0:00:59.249 ****** skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 03 January 2026 03:25:03 -0500 (0:00:00.166) 0:00:59.415 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 03 January 2026 03:25:03 -0500 (0:00:00.151) 0:00:59.566 ****** ok: [managed-node3] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.055681", "end": "2026-01-03 03:25:03.853608", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "item": "rsyslog", "rc": 1, "start": "2026-01-03 03:25:03.797927" } 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 03 January 2026 03:25:03 -0500 (0:00:00.604) 0:01:00.171 ****** changed: [managed-node3] => { "changed": true, "cmd": [ "dnf5", "remove", "-y", "rsyslog" ], "delta": "0:00:00.760816", "end": "2026-01-03 03:25:05.139454", "rc": 0, "start": "2026-01-03 03:25:04.378638" } STDOUT: Package Arch Version Repository Size Removing: rsyslog x86_64 8.2508.0-1.fc42 updates 2.7 MiB 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 Transaction Summary: Removing: 3 packages STDERR: After this operation, 3 MiB will be freed (install 0 B, remove 3 MiB). Running transaction [1/4] Prepare transaction 100% | 27.0 B/s | 3.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'. >>> [2/4] Removing rsyslog-0:8.2508.0-1.fc4 100% | 3.4 KiB/s | 126.0 B | 00m00s >>> [RPM] /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave [3/4] Removing libestr-0:0.1.11-11.fc42 100% | 1.8 KiB/s | 11.0 B | 00m00s [4/4] Removing libfastjson-0:1.2304.0-6 100% | 28.0 B/s | 11.0 B | 00m00s Complete! TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 03 January 2026 03:25:05 -0500 (0:00:01.327) 0:01:01.499 ****** 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" ] } lsrpackages: iproute rsyslog TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 03 January 2026 03:25:08 -0500 (0:00:03.291) 0:01:04.790 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 03 January 2026 03:25:08 -0500 (0:00:00.077) 0:01:04.867 ****** 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.1" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "1.fc42", "source": "rpm", "version": "1.52.1" } ], "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": "20251111" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "20251111" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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.31.5" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc43eng", "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": "20251111" } ], "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" } ], "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": "20251111" } ], "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": "6.fc42", "source": "rpm", "version": "9.6" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "6.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": "4.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.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc42", "source": "rpm", "version": "2.8.1" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "6.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" } ], "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": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "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": "2.fc42", "source": "rpm", "version": "10.1.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": "2.fc42", "source": "rpm", "version": "1.3.0" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc42", "source": "rpm", "version": "2.7.2" } ], "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.17" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "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": "4.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.51.1" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "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": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "11.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.7" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "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.401" } ], "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": "20251111" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc42", "source": "rpm", "version": "6.17.4" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "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": "679" } ], "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": "7.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": "6.fc42", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "100.fc42", "source": "rpm", "version": "2.11" } ], "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": "4.fc42", "source": "rpm", "version": "0.8.5" } ], "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": "6.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": "3.fc42", "source": "rpm", "version": "2.4.128" } ], "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": "7.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": "4.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": "4.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" } ], "libicu": [ { "arch": "x86_64", "epoch": "None", "name": "libicu", "release": "4.fc42", "source": "rpm", "version": "76.1" } ], "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.6" } ], "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": "7.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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "4.fc42", "source": "rpm", "version": "1.0.20" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "1.fc42", "source": "rpm", "version": "0.7.35" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "6.fc42", "source": "rpm", "version": "3.6.5" } ], "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.3" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc42", "source": "rpm", "version": "0.11.3" } ], "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": "4.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": "7.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" } ], "libwbclient": [ { "arch": "x86_64", "epoch": "2", "name": "libwbclient", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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": "20251111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "3.fc42", "source": "rpm", "version": "0.9.33" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "3.fc42", "source": "rpm", "version": "3.22.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "1.fc42", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "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": "20251111" } ], "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": "4.fc42", "source": "rpm", "version": "4.37.0" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "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" } ], "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": "20251111" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "2.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.25.8" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc42", "source": "rpm", "version": "0.25.8" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "6.fc42", "source": "rpm", "version": "1.7.0" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "6.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.51.1" } ], "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": "20250616" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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-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": "3.fc42", "source": "rpm", "version": "3.50.0" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "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": "6.fc42", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": "None", "name": "python3-setuptools", "release": "7.fc42", "source": "rpm", "version": "74.1.3" } ], "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.1" } ], "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": "20251111" } ], "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": "20251111" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc43eng", "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": "5.fc42", "source": "rpm", "version": "1.7.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" } ], "samba-client-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-client-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common": [ { "arch": "noarch", "epoch": "2", "name": "samba-common", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-common-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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.14" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.14" } ], "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.17" } ], "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": "20251111" } ], "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": "2025b" } ], "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.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.24.1" } ], "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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "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": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "2.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 03 January 2026 03:25:09 -0500 (0:00:01.099) 0:01:05.966 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 03 January 2026 03:25:09 -0500 (0:00:00.033) 0:01:06.000 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 03 January 2026 03:25:09 -0500 (0:00:00.029) 0:01:06.030 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 03 January 2026 03:25:09 -0500 (0:00:00.041) 0:01:06.072 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 03 January 2026 03:25:09 -0500 (0:00:00.040) 0:01:06.113 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 03 January 2026 03:25:10 -0500 (0:00:00.501) 0:01:06.614 ****** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 03 January 2026 03:25:10 -0500 (0:00:00.533) 0:01:07.148 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 03 January 2026 03:25:11 -0500 (0:00:00.502) 0:01:07.651 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 03 January 2026 03:25:11 -0500 (0:00:00.126) 0:01:07.777 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 03 January 2026 03:25:11 -0500 (0:00:00.067) 0:01:07.845 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 03 January 2026 03:25:11 -0500 (0:00:00.054) 0:01:07.900 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 03 January 2026 03:25:11 -0500 (0:00:00.096) 0:01:07.996 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 03 January 2026 03:25:11 -0500 (0:00:00.054) 0:01:08.050 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 03 January 2026 03:25:11 -0500 (0:00:00.059) 0:01:08.110 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 03 January 2026 03:25:11 -0500 (0:00:00.037) 0:01:08.148 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 03 January 2026 03:25:11 -0500 (0:00:00.037) 0:01:08.185 ****** 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.106190", "end": "2026-01-03 03:25:12.485658", "failed_when_result": false, "rc": 0, "start": "2026-01-03 03:25:12.379468" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-input-files-modules.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/10-output-forwards-modules.conf /etc/rsyslog.d/20-templates.conf /etc/rsyslog.d/30-output-files-files_test0.conf /etc/rsyslog.d/30-output-files-files_test1.conf /etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf /etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf /etc/rsyslog.d/90-input-basics-basic_input.conf /etc/rsyslog.d/90-input-files-files_input.conf TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 03 January 2026 03:25:12 -0500 (0:00:00.616) 0:01:08.802 ****** changed: [managed-node3] => (item=/etc/rsyslog.d/90-input-basics-basic_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "path": "/etc/rsyslog.d/90-input-basics-basic_input.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/30-output-forwards-forwards_facility_only.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.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/10-output-forwards-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-forwards-modules.conf", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/30-output-files-files_test1.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_test1.conf", "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/90-input-files-files_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-files-files_input.conf", "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/30-output-files-files_test0.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_test0.conf", "path": "/etc/rsyslog.d/30-output-files-files_test0.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-files-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-input-files-modules.conf", "path": "/etc/rsyslog.d/10-input-files-modules.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/10-output-files-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-files-modules.conf", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "state": "absent" } 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 03 January 2026 03:25:18 -0500 (0:00:05.793) 0:01:14.595 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 03 January 2026 03:25:18 -0500 (0:00:00.041) 0:01:14.637 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 03 January 2026 03:25:18 -0500 (0:00:00.058) 0:01:14.695 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 03 January 2026 03:25:18 -0500 (0:00:00.053) 0:01:14.749 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 03 January 2026 03:25:18 -0500 (0:00:00.087) 0:01:14.837 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 03 January 2026 03:25:18 -0500 (0:00:00.118) 0:01:14.955 ****** 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": "system.slice sysinit.target basic.target network.target network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "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": "3497156608", "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": "4406", "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.target network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 03 January 2026 03:25:19 -0500 (0:00:00.694) 0:01:15.650 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 03 January 2026 03:25:19 -0500 (0:00:00.041) 0:01:15.692 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 03 January 2026 03:25:19 -0500 (0:00:00.038) 0:01:15.730 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 03 January 2026 03:25:19 -0500 (0:00:00.048) 0:01:15.778 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 03 January 2026 03:25:19 -0500 (0:00:00.049) 0:01:15.827 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [Skip remaining steps in bootc end-to-end validation] ********************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:222 Saturday 03 January 2026 03:25:19 -0500 (0:00:00.061) 0:01:15.888 ****** META: end_play conditional evaluated to False, continuing play skipping: [managed-node3] => { "skip_reason": "end_play conditional evaluated to False, continuing play" } MSG: end_play TASK [Force all notified handlers to run at this point, not waiting for normal sync points - 2] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:228 Saturday 03 January 2026 03:25:19 -0500 (0:00:00.027) 0:01:15.916 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 03 January 2026 03:25:19 -0500 (0:00:00.008) 0:01:15.925 ****** 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": "system.slice sysinit.target basic.target network.target network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "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": "3492356096", "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": "4406", "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.target network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Check ports managed by firewall and selinux - 2] ************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:231 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.704) 0:01:16.629 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.044) 0:01:16.673 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.041) 0:01:16.715 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.023) 0:01:16.739 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.028) 0:01:16.767 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.027) 0:01:16.795 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [TEST CASE 1; Ensure that the role runs with complicated flows - N x M combinations] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:235 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.022) 0:01:16.818 ****** included: fedora.linux_system_roles.logging for managed-node3 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.065) 0:01:16.883 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.045) 0:01:16.928 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.045) 0:01:16.974 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.045) 0:01:17.020 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.034) 0:01:17.054 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.054) 0:01:17.109 ****** ok: [managed-node3] => { "ansible_facts": { "rsyslog_outputs": [ { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files" }, { "facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files" }, { "facility": "local1", "name": "forwards_severity_and_facility", "severity": "info", "target": "host.domain", "tcp_port": 1514, "type": "forwards" }, { "facility": "local2", "name": "forwards_facility_only", "target": "host.domain", "tcp_port": 2514, "type": "forwards" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 03 January 2026 03:25:20 -0500 (0:00:00.074) 0:01:17.184 ****** ok: [managed-node3] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "basic_input", "ratelimit_burst": 33333, "type": "basics" }, { "input_log_path": "/var/log/inputdirectory/*.log", "name": "files_input", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.078) 0:01:17.263 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.049) 0:01:17.313 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.047) 0:01:17.360 ****** skipping: [managed-node3] => (item={'name': 'flow_0', 'inputs': ['basic_input', 'files_input'], 'outputs': ['files_test0']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "basic_input", "files_input" ], "name": "flow_0", "outputs": [ "files_test0" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'flow_1', 'inputs': ['basic_input', 'files_input'], 'outputs': ['files_test1']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "basic_input", "files_input" ], "name": "flow_1", "outputs": [ "files_test1" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'flow_2', 'inputs': ['basic_input'], 'outputs': ['forwards_severity_and_facility']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "basic_input" ], "name": "flow_2", "outputs": [ "forwards_severity_and_facility" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'flow_3', 'inputs': ['basic_input'], 'outputs': ['forwards_facility_only']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "basic_input" ], "name": "flow_3", "outputs": [ "forwards_facility_only" ] }, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.091) 0:01:17.452 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.069) 0:01:17.521 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.067) 0:01:17.589 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.036) 0:01:17.625 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.039) 0:01:17.665 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.037) 0:01:17.702 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.050) 0:01:17.753 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.035) 0:01:17.789 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.026) 0:01:17.816 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.039) 0:01:17.855 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.050) 0:01:17.906 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.078) 0:01:17.984 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.042) 0:01:18.026 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.031) 0:01:18.058 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.038) 0:01:18.096 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.029) 0:01:18.126 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.026) 0:01:18.153 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 03 January 2026 03:25:21 -0500 (0:00:00.087) 0:01:18.240 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.044) 0:01:18.285 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.030) 0:01:18.316 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.031) 0:01:18.348 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.031) 0:01:18.379 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.031) 0:01:18.410 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.036) 0:01:18.446 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.037) 0:01:18.483 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.051) 0:01:18.535 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.075) 0:01:18.610 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.074) 0:01:18.685 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.053) 0:01:18.739 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.040) 0:01:18.779 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.033) 0:01:18.812 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.028) 0:01:18.841 ****** ok: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.058) 0:01:18.899 ****** skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.069) 0:01:18.968 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.080) 0:01:19.049 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.058) 0:01:19.107 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 03 January 2026 03:25:22 -0500 (0:00:00.048) 0:01:19.155 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 03 January 2026 03:25:24 -0500 (0:00:01.683) 0:01:20.838 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 03 January 2026 03:25:24 -0500 (0:00:00.042) 0:01:20.881 ****** 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.1" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "1.fc42", "source": "rpm", "version": "1.52.1" } ], "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": "20251111" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "20251111" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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.31.5" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc43eng", "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": "20251111" } ], "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" } ], "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": "20251111" } ], "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": "6.fc42", "source": "rpm", "version": "9.6" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "6.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": "4.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.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc42", "source": "rpm", "version": "2.8.1" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "6.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" } ], "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": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "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": "2.fc42", "source": "rpm", "version": "10.1.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": "2.fc42", "source": "rpm", "version": "1.3.0" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc42", "source": "rpm", "version": "2.7.2" } ], "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.17" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "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": "4.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.51.1" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "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": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "11.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.7" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "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.401" } ], "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": "20251111" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc42", "source": "rpm", "version": "6.17.4" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "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": "679" } ], "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": "7.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": "6.fc42", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "100.fc42", "source": "rpm", "version": "2.11" } ], "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": "4.fc42", "source": "rpm", "version": "0.8.5" } ], "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": "6.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": "3.fc42", "source": "rpm", "version": "2.4.128" } ], "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": "7.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": "4.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": "4.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" } ], "libicu": [ { "arch": "x86_64", "epoch": "None", "name": "libicu", "release": "4.fc42", "source": "rpm", "version": "76.1" } ], "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.6" } ], "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": "7.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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "4.fc42", "source": "rpm", "version": "1.0.20" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "1.fc42", "source": "rpm", "version": "0.7.35" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "6.fc42", "source": "rpm", "version": "3.6.5" } ], "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.3" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc42", "source": "rpm", "version": "0.11.3" } ], "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": "4.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": "7.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" } ], "libwbclient": [ { "arch": "x86_64", "epoch": "2", "name": "libwbclient", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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": "20251111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "3.fc42", "source": "rpm", "version": "0.9.33" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "3.fc42", "source": "rpm", "version": "3.22.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "1.fc42", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "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": "20251111" } ], "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": "4.fc42", "source": "rpm", "version": "4.37.0" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "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" } ], "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": "20251111" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "2.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.25.8" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc42", "source": "rpm", "version": "0.25.8" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "6.fc42", "source": "rpm", "version": "1.7.0" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "6.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.51.1" } ], "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": "20250616" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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-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": "3.fc42", "source": "rpm", "version": "3.50.0" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "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": "6.fc42", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": "None", "name": "python3-setuptools", "release": "7.fc42", "source": "rpm", "version": "74.1.3" } ], "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.1" } ], "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": "20251111" } ], "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": "20251111" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc43eng", "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": "5.fc42", "source": "rpm", "version": "1.7.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" } ], "samba-client-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-client-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common": [ { "arch": "noarch", "epoch": "2", "name": "samba-common", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-common-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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.14" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.14" } ], "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.17" } ], "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": "20251111" } ], "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": "2025b" } ], "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.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.24.1" } ], "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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "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": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "2.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 03 January 2026 03:25:25 -0500 (0:00:01.195) 0:01:22.076 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 03 January 2026 03:25:25 -0500 (0:00:00.067) 0:01:22.144 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 03 January 2026 03:25:25 -0500 (0:00:00.059) 0:01:22.204 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 03 January 2026 03:25:26 -0500 (0:00:00.062) 0:01:22.267 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 03 January 2026 03:25:26 -0500 (0:00:00.048) 0:01:22.316 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 03 January 2026 03:25:26 -0500 (0:00:00.483) 0:01:22.799 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 03 January 2026 03:25:27 -0500 (0:00:00.519) 0:01:23.319 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 03 January 2026 03:25:27 -0500 (0:00:00.499) 0:01:23.818 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 03 January 2026 03:25:27 -0500 (0:00:00.145) 0:01:23.964 ****** changed: [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": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 03 January 2026 03:25:30 -0500 (0:00:02.896) 0:01:26.861 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 03 January 2026 03:25:30 -0500 (0:00:00.060) 0:01:26.921 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 03 January 2026 03:25:30 -0500 (0:00:00.073) 0:01:26.994 ****** ok: [managed-node3] => (item={'name': 'basic_input', 'type': 'basics', 'ratelimit_burst': 33333}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-S1q/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": "basic_input", "ratelimit_burst": 33333, "type": "basics" } } ok: [managed-node3] => (item={'name': 'files_input', 'type': 'files', 'input_log_path': '/var/log/inputdirectory/*.log'}) => { "ansible_facts": { "__rsyslog_conf_imfile_modules": [ { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" } ], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": [ "{{ __rsyslog_conf_imfile_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "input_log_path": "/var/log/inputdirectory/*.log", "name": "files_input", "type": "files" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 03 January 2026 03:25:30 -0500 (0:00:00.083) 0:01:27.078 ****** included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node3 => (item={'name': 'basic_input', 'type': 'basics', 'ratelimit_burst': 33333}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml for managed-node3 => (item={'name': 'files_input', 'type': 'files', 'input_log_path': '/var/log/inputdirectory/*.log'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 03 January 2026 03:25:30 -0500 (0:00:00.138) 0:01:27.217 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:31 -0500 (0:00:00.087) 0:01:27.304 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:31 -0500 (0:00:00.049) 0:01:27.353 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:31 -0500 (0:00:00.040) 0:01:27.393 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:31 -0500 (0:00:00.073) 0:01:27.467 ****** 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-basic_input] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 03 January 2026 03:25:31 -0500 (0:00:00.053) 0:01:27.521 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:31 -0500 (0:00:00.122) 0:01:27.644 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:31 -0500 (0:00:00.046) 0:01:27.690 ****** changed: [managed-node3] => (item={'name': 'input-basics-basic_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_test0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_facility_only\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:32 -0500 (0:00:01.211) 0:01:28.902 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428731.7029335-8239-47329292312133/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:32 -0500 (0:00:00.091) 0:01:28.994 ****** skipping: [managed-node3] => (item={'name': 'input-basics-basic_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_test0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_facility_only\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-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\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 : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml:3 Saturday 03 January 2026 03:25:33 -0500 (0:00:00.255) 0:01:29.250 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:33 -0500 (0:00:00.137) 0:01:29.388 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:33 -0500 (0:00:00.051) 0:01:29.439 ****** changed: [managed-node3] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428733.31204-8320-2589898330208/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:34 -0500 (0:00:01.019) 0:01:30.459 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428731.7029335-8239-47329292312133/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428733.31204-8320-2589898330208/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428733.31204-8320-2589898330208/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:34 -0500 (0:00:00.044) 0:01:30.503 ****** skipping: [managed-node3] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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 input configuration file /etc/rsyslog.d/input-files-files_input] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml:12 Saturday 03 January 2026 03:25:34 -0500 (0:00:00.041) 0:01:30.545 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:34 -0500 (0:00:00.060) 0:01:30.605 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:34 -0500 (0:00:00.030) 0:01:30.635 ****** changed: [managed-node3] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(\n type="imfile"\n file="/var/log/inputdirectory/*.log"\n tag="files_input"\n)\nif\n ($syslogtag == "files_input")\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input")\n then {\n call files_test1\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428734.537756-8381-1598643751668/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:35 -0500 (0:00:01.026) 0:01:31.662 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428731.7029335-8239-47329292312133/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428733.31204-8320-2589898330208/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428733.31204-8320-2589898330208/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428734.537756-8381-1598643751668/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428734.537756-8381-1598643751668/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:35 -0500 (0:00:00.058) 0:01:31.721 ****** skipping: [managed-node3] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(\n type="imfile"\n file="/var/log/inputdirectory/*.log"\n tag="files_input"\n)\nif\n ($syslogtag == "files_input")\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input")\n then {\n call files_test1\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-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\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 : Include output sub-vars] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 03 January 2026 03:25:35 -0500 (0:00:00.135) 0:01:31.856 ****** ok: [managed-node3] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => { "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-S1q/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": { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files" } } ok: [managed-node3] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => { "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-S1q/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": { "facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files" } } ok: [managed-node3] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'target': 'host.domain', 'tcp_port': 1514}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": [ "{{ __rsyslog_conf_forwards_output_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "facility": "local1", "name": "forwards_severity_and_facility", "severity": "info", "target": "host.domain", "tcp_port": 1514, "type": "forwards" } } ok: [managed-node3] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'target': 'host.domain', 'tcp_port': 2514}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": [ "{{ __rsyslog_conf_forwards_output_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "facility": "local2", "name": "forwards_facility_only", "target": "host.domain", "tcp_port": 2514, "type": "forwards" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 03 January 2026 03:25:35 -0500 (0:00:00.085) 0:01:31.942 ****** included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node3 => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node3 => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node3 => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'target': 'host.domain', 'tcp_port': 1514}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node3 => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'target': 'host.domain', 'tcp_port': 2514}) 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 03 January 2026 03:25:35 -0500 (0:00:00.094) 0:01:32.036 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:35 -0500 (0:00:00.086) 0:01:32.122 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:35 -0500 (0:00:00.041) 0:01:32.163 ****** changed: [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": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:36 -0500 (0:00:00.943) 0:01: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": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428731.7029335-8239-47329292312133/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428733.31204-8320-2589898330208/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428733.31204-8320-2589898330208/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428734.537756-8381-1598643751668/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428734.537756-8381-1598643751668/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:36 -0500 (0:00:00.072) 0:01:33.179 ****** 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_test0] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 03 January 2026 03:25:36 -0500 (0:00:00.059) 0:01:33.239 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:37 -0500 (0:00:00.080) 0:01:33.319 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:37 -0500 (0:00:00.054) 0:01:33.374 ****** changed: [managed-node3] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428737.3316984-8490-275249979083070/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:38 -0500 (0:00:01.058) 0:01:34.432 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428731.7029335-8239-47329292312133/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428733.31204-8320-2589898330208/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428733.31204-8320-2589898330208/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428734.537756-8381-1598643751668/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428734.537756-8381-1598643751668/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428737.3316984-8490-275249979083070/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428737.3316984-8490-275249979083070/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:38 -0500 (0:00:00.045) 0:01:34.478 ****** skipping: [managed-node3] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\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_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\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 : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 03 January 2026 03:25:38 -0500 (0:00:00.202) 0:01:34.680 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:38 -0500 (0:00:00.071) 0:01:34.752 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:38 -0500 (0:00:00.038) 0:01:34.790 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:39 -0500 (0:00:00.886) 0:01:35.676 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428731.7029335-8239-47329292312133/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428733.31204-8320-2589898330208/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428733.31204-8320-2589898330208/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428734.537756-8381-1598643751668/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428734.537756-8381-1598643751668/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428737.3316984-8490-275249979083070/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428737.3316984-8490-275249979083070/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:39 -0500 (0:00:00.083) 0:01:35.760 ****** 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_test1] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 03 January 2026 03:25:39 -0500 (0:00:00.048) 0:01:35.808 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:39 -0500 (0:00:00.062) 0:01:35.871 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:39 -0500 (0:00:00.036) 0:01:35.907 ****** changed: [managed-node3] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428739.8009467-8628-248806551112964/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:40 -0500 (0:00:00.967) 0:01:36.874 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428731.7029335-8239-47329292312133/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428733.31204-8320-2589898330208/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428733.31204-8320-2589898330208/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428734.537756-8381-1598643751668/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428734.537756-8381-1598643751668/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428737.3316984-8490-275249979083070/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428737.3316984-8490-275249979083070/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428739.8009467-8628-248806551112964/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428739.8009467-8628-248806551112964/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:40 -0500 (0:00:00.051) 0:01:36.926 ****** skipping: [managed-node3] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\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_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\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 : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 03 January 2026 03:25:40 -0500 (0:00:00.093) 0:01:37.020 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:40 -0500 (0:00:00.048) 0:01:37.068 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:40 -0500 (0:00:00.033) 0:01:37.102 ****** changed: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428740.9614007-8690-24532514185271/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:41 -0500 (0:00:00.997) 0:01:38.099 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428731.7029335-8239-47329292312133/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428733.31204-8320-2589898330208/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428733.31204-8320-2589898330208/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428734.537756-8381-1598643751668/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428734.537756-8381-1598643751668/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428737.3316984-8490-275249979083070/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428737.3316984-8490-275249979083070/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428739.8009467-8628-248806551112964/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428739.8009467-8628-248806551112964/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428740.9614007-8690-24532514185271/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428740.9614007-8690-24532514185271/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:41 -0500 (0:00:00.087) 0:01:38.187 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_severity_and_facility] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10 Saturday 03 January 2026 03:25:42 -0500 (0:00:00.132) 0:01:38.320 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:42 -0500 (0:00:00.125) 0:01:38.445 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:42 -0500 (0:00:00.071) 0:01:38.517 ****** changed: [managed-node3] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428742.5385008-8754-230396658910708/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:43 -0500 (0:00:01.221) 0:01:39.738 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428731.7029335-8239-47329292312133/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428733.31204-8320-2589898330208/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428733.31204-8320-2589898330208/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428734.537756-8381-1598643751668/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428734.537756-8381-1598643751668/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428737.3316984-8490-275249979083070/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428737.3316984-8490-275249979083070/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428739.8009467-8628-248806551112964/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428739.8009467-8628-248806551112964/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428740.9614007-8690-24532514185271/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428740.9614007-8690-24532514185271/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.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-1767428742.5385008-8754-230396658910708/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428742.5385008-8754-230396658910708/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:43 -0500 (0:00:00.050) 0:01:39.789 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 03 January 2026 03:25:43 -0500 (0:00:00.134) 0:01:39.923 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:43 -0500 (0:00:00.129) 0:01:40.053 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:43 -0500 (0:00:00.048) 0:01:40.101 ****** ok: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:44 -0500 (0:00:01.044) 0:01:41.146 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428731.7029335-8239-47329292312133/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428733.31204-8320-2589898330208/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428733.31204-8320-2589898330208/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428734.537756-8381-1598643751668/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428734.537756-8381-1598643751668/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428737.3316984-8490-275249979083070/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428737.3316984-8490-275249979083070/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428739.8009467-8628-248806551112964/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428739.8009467-8628-248806551112964/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428740.9614007-8690-24532514185271/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428740.9614007-8690-24532514185271/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.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-1767428742.5385008-8754-230396658910708/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428742.5385008-8754-230396658910708/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:44 -0500 (0:00:00.097) 0:01:41.243 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_facility_only] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10 Saturday 03 January 2026 03:25:45 -0500 (0:00:00.090) 0:01:41.333 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:25:45 -0500 (0:00:00.097) 0:01:41.431 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:25:45 -0500 (0:00:00.054) 0:01:41.485 ****** changed: [managed-node3] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only"\n type="omfwd"\n Target="host.domain"\n Port="2514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "6323e0bec496fa375d0c070440930f93", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 280, "src": "/root/.ansible/tmp/ansible-tmp-1767428745.424456-8891-210151453536164/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:25:46 -0500 (0:00:01.128) 0:01:42.613 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428727.7979276-8055-59130237178433/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428727.7979276-8055-59130237178433/.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-1767428728.7238138-8055-32185631080695/.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-1767428728.7238138-8055-32185631080695/.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-1767428729.6848373-8055-141143157879250/.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-1767428729.6848373-8055-141143157879250/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428731.7029335-8239-47329292312133/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428731.7029335-8239-47329292312133/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428733.31204-8320-2589898330208/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428733.31204-8320-2589898330208/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428734.537756-8381-1598643751668/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428734.537756-8381-1598643751668/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428736.0033505-8437-10400430713953/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428737.3316984-8490-275249979083070/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428737.3316984-8490-275249979083070/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428739.8009467-8628-248806551112964/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428739.8009467-8628-248806551112964/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428740.9614007-8690-24532514185271/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428740.9614007-8690-24532514185271/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.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-1767428742.5385008-8754-230396658910708/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428742.5385008-8754-230396658910708/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.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-1767428745.424456-8891-210151453536164/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "6323e0bec496fa375d0c070440930f93", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 280, "src": "/root/.ansible/tmp/ansible-tmp-1767428745.424456-8891-210151453536164/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:25:46 -0500 (0:00:00.178) 0:01:42.792 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only"\n type="omfwd"\n Target="host.domain"\n Port="2514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\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": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 03 January 2026 03:25:46 -0500 (0:00:00.177) 0:01:42.970 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 03 January 2026 03:25:46 -0500 (0:00:00.065) 0:01:43.035 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 03 January 2026 03:25:46 -0500 (0:00:00.082) 0:01:43.118 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 03 January 2026 03:25:46 -0500 (0:00:00.056) 0:01:43.174 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 03 January 2026 03:25:47 -0500 (0:00:00.105) 0:01:43.280 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 03 January 2026 03:25:47 -0500 (0:00:00.083) 0:01:43.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 : Copy local key file to the target if needed] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 03 January 2026 03:25:47 -0500 (0:00:00.081) 0:01:43.445 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 03 January 2026 03:25:47 -0500 (0:00:00.070) 0:01:43.516 ****** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "rsyslog", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 03:25:20 EST", "ActiveEnterTimestampMonotonic": "250184049", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target network.target network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 03:25:20 EST", "AssertTimestampMonotonic": "250150643", "Before": "shutdown.target multi-user.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": "148850000", "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-01-03 03:25:20 EST", "ConditionTimestampMonotonic": "250150639", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6679", "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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 03:25:20 EST", "ExecMainHandoffTimestampMonotonic": "250180035", "ExecMainPID": "17229", "ExecMainStartTimestamp": "Sat 2026-01-03 03:25:20 EST", "ExecMainStartTimestampMonotonic": "250151858", "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-01-03 03:25:20 EST] ; stop_time=[n/a] ; pid=17229 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-01-03 03:25:20 EST] ; stop_time=[n/a] ; pid=17229 ; 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-01-03 03:25:20 EST", "InactiveExitTimestampMonotonic": "250152623", "InvocationID": "bbbb39b9f6004a368c6e48bdfc4afe3a", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "17229", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3498713088", "MemoryCurrent": "2203648", "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": "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-01-03 03:25:20 EST", "StateChangeTimestampMonotonic": "250184049", "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": "4406", "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.target network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 03 January 2026 03:25:47 -0500 (0:00:00.708) 0:01:44.225 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 03 January 2026 03:25:48 -0500 (0:00:00.053) 0:01:44.278 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 03 January 2026 03:25:48 -0500 (0:00:00.051) 0:01:44.329 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 03 January 2026 03:25:48 -0500 (0:00:00.078) 0:01:44.408 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1767428720.2677352, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b469de7f813797aff0d514249d57cb8b3ed3157d", "ctime": 1767428707.6767342, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5677, "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": "1851834169", "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 03 January 2026 03:25:48 -0500 (0:00:00.599) 0:01:45.008 ****** 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-1767428748.8289826-9053-170682722377176/.source.conf", "state": "file", "uid": 0 } TASK [Force all notified handlers to run at this point, not waiting for normal sync points - 3] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:288 Saturday 03 January 2026 03:25:49 -0500 (0:00:00.942) 0:01:45.950 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 03 January 2026 03:25:49 -0500 (0:00:00.008) 0:01:45.959 ****** changed: [managed-node3] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 03:25:20 EST", "ActiveEnterTimestampMonotonic": "250184049", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target network.target network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 03:25:20 EST", "AssertTimestampMonotonic": "250150643", "Before": "shutdown.target multi-user.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": "159164000", "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-01-03 03:25:20 EST", "ConditionTimestampMonotonic": "250150639", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6679", "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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 03:25:20 EST", "ExecMainHandoffTimestampMonotonic": "250180035", "ExecMainPID": "17229", "ExecMainStartTimestamp": "Sat 2026-01-03 03:25:20 EST", "ExecMainStartTimestampMonotonic": "250151858", "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-01-03 03:25:20 EST] ; stop_time=[n/a] ; pid=17229 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-01-03 03:25:20 EST] ; stop_time=[n/a] ; pid=17229 ; 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-01-03 03:25:20 EST", "InactiveExitTimestampMonotonic": "250152623", "InvocationID": "bbbb39b9f6004a368c6e48bdfc4afe3a", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "17229", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3510714368", "MemoryCurrent": "2215936", "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": "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-01-03 03:25:20 EST", "StateChangeTimestampMonotonic": "250184049", "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": "4406", "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.target network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Ensure config file size and counts - 2] ********************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:291 Saturday 03 January 2026 03:25:50 -0500 (0:00:01.123) 0:01:47.082 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2 Saturday 03 January 2026 03:25:50 -0500 (0:00:00.045) 0:01:47.128 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1767428750.7307382, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1767428749.613738, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393791, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428749.6147764, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "1084148880", "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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7 Saturday 03 January 2026 03:25:51 -0500 (0:00:00.478) 0:01:47.606 ****** ok: [managed-node3] => { "changed": false, "examined": 13, "files": [ { "atime": 1767428750.7307382, "ctime": 1767428732.5247364, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393721, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428732.1587365, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 764, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428750.7307382, "ctime": 1767428730.526798, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393684, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428730.1617362, "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": 1767428750.7307382, "ctime": 1767428734.1171176, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393728, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428733.7627366, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 118, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428750.7307382, "ctime": 1767428746.2462475, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393790, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428745.8637378, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 280, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428744.3517377, "ctime": 1767428741.7827373, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393733, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428741.4317374, "nlink": 1, "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 150, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428689.6767316, "ctime": 1764333619.891, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 5652, "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": 1767428750.7307382, "ctime": 1767428729.562474, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393717, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428729.199736, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 96, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428750.7307382, "ctime": 1767428738.1149147, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393731, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428737.755737, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428750.7307382, "ctime": 1767428735.3357368, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393729, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428734.9677367, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 265, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428750.7307382, "ctime": 1767428743.4207375, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428743.0627375, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 299, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428750.7307382, "ctime": 1767428728.5977361, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393692, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428728.2517362, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 137, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428738.9907372, "ctime": 1767428736.7841842, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393730, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428736.4207368, "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": 1767428750.7307382, "ctime": 1767428740.5568445, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393732, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428740.2117372, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 115, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 13, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13 Saturday 03 January 2026 03:25:51 -0500 (0:00:00.509) 0:01:48.116 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18 Saturday 03 January 2026 03:25:51 -0500 (0:00:00.038) 0:01:48.154 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23 Saturday 03 January 2026 03:25:51 -0500 (0:00:00.023) 0:01:48.178 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Saturday 03 January 2026 03:25:51 -0500 (0:00:00.036) 0:01:48.214 ****** ok: [managed-node3] => (item=/etc/rsyslog.d/30-output-files-files_test0.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-files-files_test0.conf", "stat": { "atime": 1767428750.7307382, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "ctime": 1767428738.1149147, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393731, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428737.755737, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "1122358425", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "stat": { "atime": 1767428750.7307382, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "ctime": 1767428743.4207375, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428743.0627375, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 299, "uid": 0, "version": "404615004", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/rsyslog.d/90-input-files-files_input.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/90-input-files-files_input.conf", "stat": { "atime": 1767428750.7307382, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "ctime": 1767428735.3357368, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393729, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428734.9677367, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 265, "uid": 0, "version": "910680809", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35 Saturday 03 January 2026 03:25:53 -0500 (0:00:01.426) 0:01:49.641 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__check_systemctl_status == \"true\"", "skip_reason": "Conditional result was False" } TASK [Check the files config stat] ********************************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:302 Saturday 03 January 2026 03:25:53 -0500 (0:00:00.063) 0:01:49.705 ****** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1767428750.7307382, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "ctime": 1767428738.1149147, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393731, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428737.755737, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "1122358425", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Grep output to messages line] ******************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:309 Saturday 03 January 2026 03:25:53 -0500 (0:00:00.529) 0:01:50.234 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "/bin/grep", "\\*.info;authpriv.none;auth.none;cron.none;mail.none.*/var/log/messages", "/etc/rsyslog.d/30-output-files-files_test0.conf" ], "delta": "0:00:00.003971", "end": "2026-01-03 03:25:54.399593", "rc": 0, "start": "2026-01-03 03:25:54.395622" } STDOUT: *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages TASK [Ensure logger message is logged in a file - 2] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:317 Saturday 03 January 2026 03:25:54 -0500 (0:00:00.482) 0:01:50.717 ****** included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/test_logger.yml for managed-node3 TASK [Run logger to generate a test log message] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/test_logger.yml:8 Saturday 03 January 2026 03:25:54 -0500 (0:00:00.067) 0:01:50.784 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "/bin/logger", "-i", "-p", "local6.info", "-t", "testTag1", "testMessage1" ], "delta": "0:00:00.003904", "end": "2026-01-03 03:25:54.936919", "rc": 0, "start": "2026-01-03 03:25:54.933015" } TASK [Check the test log message in /var/log/messages] ************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/test_logger.yml:14 Saturday 03 January 2026 03:25:55 -0500 (0:00:00.490) 0:01:51.274 ****** ok: [managed-node3] => { "attempts": 1, "changed": false, "cmd": [ "/bin/grep", "testMessage1", "/var/log/messages" ], "delta": "0:00:00.004654", "end": "2026-01-03 03:25:55.494673", "rc": 0, "start": "2026-01-03 03:25:55.490019" } STDOUT: 2026-01-03T03:25:54.932984-05:00 managed-node3 python3.13[23849]: ansible-ansible.legacy.command Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag1 testMessage1 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True cmd=None argv=None chdir=None executable=None creates=None removes=None stdin=None 2026-01-03T03:25:54.936516-05:00 managed-node3 testTag1[23850]: testMessage1 2026-01-03T03:25:55.490001-05:00 managed-node3 python3.13[24005]: ansible-ansible.legacy.command Invoked with _raw_params=/bin/grep testMessage1 /var/log/messages _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True cmd=None argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Check the forwarding config stat] **************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:323 Saturday 03 January 2026 03:25:55 -0500 (0:00:00.552) 0:01:51.827 ****** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1767428750.7307382, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "ctime": 1767428743.4207375, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428743.0627375, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 299, "uid": 0, "version": "404615004", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Generate a file to check severity_and_facility - 2] ********************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:329 Saturday 03 January 2026 03:25:56 -0500 (0:00:00.486) 0:01:52.313 ****** ok: [managed-node3] => { "changed": false, "checksum": "e18160e11437f8394d8ed393cda52474627d5062", "dest": "/tmp/__testfile__", "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/__testfile__", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 296, "state": "file", "uid": 0 } TASK [Check severity_and_facility - 2] ***************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:348 Saturday 03 January 2026 03:25:56 -0500 (0:00:00.884) 0:01:53.198 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "diff", "-B", "/tmp/__testfile__", "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf" ], "delta": "0:00:00.003157", "end": "2026-01-03 03:25:57.371983", "rc": 0, "start": "2026-01-03 03:25:57.368826" } TASK [Check the files config stat - 2] ***************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:352 Saturday 03 January 2026 03:25:57 -0500 (0:00:00.509) 0:01:53.707 ****** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1767428750.7307382, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "ctime": 1767428735.3357368, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393729, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428734.9677367, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 265, "uid": 0, "version": "910680809", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check again the input call with tag=files_input] ************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:358 Saturday 03 January 2026 03:25:57 -0500 (0:00:00.504) 0:01:54.212 ****** ok: [managed-node3] => (item=type="imfile") => { "ansible_loop_var": "item", "backup": "", "changed": false, "failed_when_result": false, "item": "type=\"imfile\"" } ok: [managed-node3] => (item=file="/var/log/inputdirectory/*.log") => { "ansible_loop_var": "item", "backup": "", "changed": false, "failed_when_result": false, "item": "file=\"/var/log/inputdirectory/*.log\"" } ok: [managed-node3] => (item=tag="files_input") => { "ansible_loop_var": "item", "backup": "", "changed": false, "failed_when_result": false, "item": "tag=\"files_input\"" } TASK [Create again a test log file with a log message in /var/log/inputdirectory] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:372 Saturday 03 January 2026 03:25:59 -0500 (0:00:01.550) 0:01:55.763 ****** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail\necho '<167>Dec 26 01:00:00 11.22.33.44 tag msgnum:00000001:26:ABCDEFGHIJKLMNOPQRSTUVWXYZ' >> /var/log/inputdirectory/test.log", "delta": "0:00:00.004548", "end": "2026-01-03 03:25:59.987225", "rc": 0, "start": "2026-01-03 03:25:59.982677" } TASK [Check again the fake test log message in /var/log/messages] ************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:378 Saturday 03 January 2026 03:26:00 -0500 (0:00:00.595) 0:01:56.358 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "/bin/grep", "files_input .*ABCDEFGHIJKLMNOPQRSTUVWXYZ$", "/var/log/messages" ], "delta": "0:00:00.004032", "end": "2026-01-03 03:26:00.602728", "rc": 0, "start": "2026-01-03 03:26:00.598696" } STDOUT: 2026-01-03T03:25:59.986968-05:00 managed-node3 files_input 7>Dec 26 01:00:00 11.22.33.44 tag msgnum:00000001:26:ABCDEFGHIJKLMNOPQRSTUVWXYZ TASK [Check ports managed by firewall and selinux - 3] ************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:385 Saturday 03 January 2026 03:26:00 -0500 (0:00:00.602) 0:01:56.960 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 03 January 2026 03:26:00 -0500 (0:00:00.128) 0:01:57.089 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 03 January 2026 03:26:00 -0500 (0:00:00.087) 0:01:57.176 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.070) 0:01:57.246 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.055) 0:01:57.302 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.051) 0:01:57.354 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [END TEST CASE 1; Clean up the deployed config] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:388 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.042) 0:01:57.396 ****** included: fedora.linux_system_roles.logging for managed-node3 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.127) 0:01:57.524 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.069) 0:01:57.593 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.045) 0:01:57.638 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.047) 0:01:57.685 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.047) 0:01:57.733 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.060) 0:01:57.793 ****** ok: [managed-node3] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.067) 0:01:57.861 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.131) 0:01:57.992 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.069) 0:01:58.062 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.105) 0:01:58.167 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 03 January 2026 03:26:01 -0500 (0:00:00.038) 0:01:58.206 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.129) 0:01:58.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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.070) 0:01:58.406 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.051) 0:01:58.457 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.051) 0:01:58.509 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.052) 0:01:58.561 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.079) 0:01:58.641 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.071) 0:01:58.712 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.067) 0:01:58.779 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.084) 0:01:58.864 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.078) 0:01:58.943 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.133) 0:01:59.076 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.066) 0:01:59.143 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.036) 0:01:59.180 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 03 January 2026 03:26:02 -0500 (0:00:00.034) 0:01:59.215 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.032) 0:01:59.248 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.024) 0:01:59.273 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.038) 0:01:59.312 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.069) 0:01:59.382 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.032) 0:01:59.414 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.033) 0:01:59.448 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.032) 0:01:59.480 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.033) 0:01:59.514 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.033) 0:01:59.547 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.032) 0:01:59.580 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.032) 0:01:59.612 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.032) 0:01:59.644 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.051) 0:01:59.696 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.062) 0:01:59.758 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.050) 0:01:59.809 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.033) 0:01:59.843 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.028) 0:01:59.872 ****** ok: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.069) 0:01:59.941 ****** skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.073) 0:02:00.015 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 03 January 2026 03:26:03 -0500 (0:00:00.077) 0:02:00.092 ****** ok: [managed-node3] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.055167", "end": "2026-01-03 03:26:04.305313", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "item": "rsyslog", "rc": 1, "start": "2026-01-03 03:26:04.250146" } 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 03 January 2026 03:26:04 -0500 (0:00:00.531) 0:02:00.624 ****** changed: [managed-node3] => { "changed": true, "cmd": [ "dnf5", "remove", "-y", "rsyslog" ], "delta": "0:00:01.761244", "end": "2026-01-03 03:26:06.554845", "rc": 0, "start": "2026-01-03 03:26:04.793601" } STDOUT: Package Arch Version Repository Size Removing: rsyslog x86_64 8.2508.0-1.fc42 updates 2.7 MiB 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 Transaction Summary: Removing: 3 packages STDERR: After this operation, 3 MiB will be freed (install 0 B, remove 3 MiB). Running transaction [1/4] Prepare transaction 100% | 2.0 B/s | 3.0 B | 00m01s >>> 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'. >>> [2/4] Removing rsyslog-0:8.2508.0-1.fc4 100% | 3.5 KiB/s | 126.0 B | 00m00s >>> [RPM] /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave [3/4] Removing libestr-0:0.1.11-11.fc42 100% | 1.8 KiB/s | 11.0 B | 00m00s [4/4] Removing libfastjson-0:1.2304.0-6 100% | 27.0 B/s | 11.0 B | 00m00s Complete! TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 03 January 2026 03:26:06 -0500 (0:00:02.265) 0:02:02.890 ****** 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" ] } lsrpackages: iproute rsyslog TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 03 January 2026 03:26:09 -0500 (0:00:02.749) 0:02:05.640 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 03 January 2026 03:26:09 -0500 (0:00:00.048) 0:02:05.688 ****** 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.1" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "1.fc42", "source": "rpm", "version": "1.52.1" } ], "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": "20251111" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "20251111" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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.31.5" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc43eng", "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": "20251111" } ], "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" } ], "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": "20251111" } ], "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": "6.fc42", "source": "rpm", "version": "9.6" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "6.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": "4.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.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc42", "source": "rpm", "version": "2.8.1" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "6.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" } ], "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": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "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": "2.fc42", "source": "rpm", "version": "10.1.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": "2.fc42", "source": "rpm", "version": "1.3.0" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc42", "source": "rpm", "version": "2.7.2" } ], "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.17" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "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": "4.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.51.1" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "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": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "11.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.7" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "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.401" } ], "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": "20251111" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc42", "source": "rpm", "version": "6.17.4" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "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": "679" } ], "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": "7.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": "6.fc42", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "100.fc42", "source": "rpm", "version": "2.11" } ], "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": "4.fc42", "source": "rpm", "version": "0.8.5" } ], "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": "6.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": "3.fc42", "source": "rpm", "version": "2.4.128" } ], "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": "7.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": "4.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": "4.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" } ], "libicu": [ { "arch": "x86_64", "epoch": "None", "name": "libicu", "release": "4.fc42", "source": "rpm", "version": "76.1" } ], "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.6" } ], "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": "7.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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "4.fc42", "source": "rpm", "version": "1.0.20" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "1.fc42", "source": "rpm", "version": "0.7.35" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "6.fc42", "source": "rpm", "version": "3.6.5" } ], "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.3" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc42", "source": "rpm", "version": "0.11.3" } ], "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": "4.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": "7.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" } ], "libwbclient": [ { "arch": "x86_64", "epoch": "2", "name": "libwbclient", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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": "20251111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "3.fc42", "source": "rpm", "version": "0.9.33" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "3.fc42", "source": "rpm", "version": "3.22.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "1.fc42", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "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": "20251111" } ], "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": "4.fc42", "source": "rpm", "version": "4.37.0" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "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" } ], "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": "20251111" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "2.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.25.8" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc42", "source": "rpm", "version": "0.25.8" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "6.fc42", "source": "rpm", "version": "1.7.0" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "6.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.51.1" } ], "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": "20250616" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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-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": "3.fc42", "source": "rpm", "version": "3.50.0" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "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": "6.fc42", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": "None", "name": "python3-setuptools", "release": "7.fc42", "source": "rpm", "version": "74.1.3" } ], "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.1" } ], "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": "20251111" } ], "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": "20251111" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc43eng", "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": "5.fc42", "source": "rpm", "version": "1.7.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" } ], "samba-client-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-client-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common": [ { "arch": "noarch", "epoch": "2", "name": "samba-common", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-common-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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.14" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.14" } ], "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.17" } ], "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": "20251111" } ], "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": "2025b" } ], "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.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.24.1" } ], "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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "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": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "2.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 03 January 2026 03:26:10 -0500 (0:00:01.237) 0:02:06.925 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 03 January 2026 03:26:10 -0500 (0:00:00.095) 0:02:07.021 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 03 January 2026 03:26:10 -0500 (0:00:00.065) 0:02:07.087 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 03 January 2026 03:26:10 -0500 (0:00:00.063) 0:02:07.150 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 03 January 2026 03:26:10 -0500 (0:00:00.048) 0:02:07.199 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 03 January 2026 03:26:11 -0500 (0:00:00.574) 0:02:07.773 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 03 January 2026 03:26:12 -0500 (0:00:00.595) 0:02:08.369 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 03 January 2026 03:26:12 -0500 (0:00:00.508) 0:02:08.877 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 03 January 2026 03:26:12 -0500 (0:00:00.142) 0:02:09.020 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 03 January 2026 03:26:12 -0500 (0:00:00.057) 0:02:09.078 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 03 January 2026 03:26:12 -0500 (0:00:00.037) 0:02:09.115 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 03 January 2026 03:26:12 -0500 (0:00:00.047) 0:02:09.164 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 03 January 2026 03:26:12 -0500 (0:00:00.023) 0:02:09.188 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 03 January 2026 03:26:12 -0500 (0:00:00.025) 0:02:09.213 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 03 January 2026 03:26:12 -0500 (0:00:00.025) 0:02:09.239 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 03 January 2026 03:26:13 -0500 (0:00:00.030) 0:02:09.270 ****** 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.102877", "end": "2026-01-03 03:26:13.551590", "failed_when_result": false, "rc": 0, "start": "2026-01-03 03:26:13.448713" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-input-files-modules.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/10-output-forwards-modules.conf /etc/rsyslog.d/20-templates.conf /etc/rsyslog.d/30-output-files-files_test0.conf /etc/rsyslog.d/30-output-files-files_test1.conf /etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf /etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf /etc/rsyslog.d/90-input-basics-basic_input.conf /etc/rsyslog.d/90-input-files-files_input.conf TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 03 January 2026 03:26:13 -0500 (0:00:00.599) 0:02:09.869 ****** changed: [managed-node3] => (item=/etc/rsyslog.d/90-input-basics-basic_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "path": "/etc/rsyslog.d/90-input-basics-basic_input.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/30-output-forwards-forwards_facility_only.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.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/10-output-forwards-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-forwards-modules.conf", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/30-output-files-files_test1.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_test1.conf", "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/90-input-files-files_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-files-files_input.conf", "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/30-output-files-files_test0.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_test0.conf", "path": "/etc/rsyslog.d/30-output-files-files_test0.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-files-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-input-files-modules.conf", "path": "/etc/rsyslog.d/10-input-files-modules.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/10-output-files-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-files-modules.conf", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "state": "absent" } 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 03 January 2026 03:26:19 -0500 (0:00:05.549) 0:02:15.419 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 03 January 2026 03:26:19 -0500 (0:00:00.074) 0:02:15.493 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 03 January 2026 03:26:19 -0500 (0:00:00.097) 0:02:15.590 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 03 January 2026 03:26:19 -0500 (0:00:00.086) 0:02:15.677 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 03 January 2026 03:26:19 -0500 (0:00:00.063) 0:02:15.741 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 03 January 2026 03:26:19 -0500 (0:00:00.056) 0:02:15.798 ****** 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": "system.slice basic.target sysinit.target network-online.target network.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "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": "3494133760", "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": "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", "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": "4406", "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 03 January 2026 03:26:20 -0500 (0:00:00.682) 0:02:16.480 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 03 January 2026 03:26:20 -0500 (0:00:00.045) 0:02:16.525 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 03 January 2026 03:26:20 -0500 (0:00:00.043) 0:02:16.569 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 03 January 2026 03:26:20 -0500 (0:00:00.050) 0:02:16.619 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 03 January 2026 03:26:20 -0500 (0:00:00.051) 0:02:16.670 ****** 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 - 4] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:400 Saturday 03 January 2026 03:26:20 -0500 (0:00:00.083) 0:02:16.754 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 03 January 2026 03:26:20 -0500 (0:00:00.015) 0:02:16.770 ****** 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": "system.slice basic.target sysinit.target network-online.target network.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "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": "3493367808", "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": "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", "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": "4406", "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 - 4] ************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:403 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.737) 0:02:17.507 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.065) 0:02:17.572 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.122) 0:02:17.694 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.037) 0:02:17.732 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.037) 0:02:17.769 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.039) 0:02:17.809 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [TEST CASE 2; Absent state test - Running combination configured logging role twice] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:407 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.036) 0:02:17.846 ****** included: fedora.linux_system_roles.logging for managed-node3 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.106) 0:02:17.953 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.061) 0:02:18.015 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.048) 0:02:18.064 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.047) 0:02:18.111 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.053) 0:02:18.165 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 03 January 2026 03:26:21 -0500 (0:00:00.063) 0:02:18.228 ****** ok: [managed-node3] => { "ansible_facts": { "rsyslog_outputs": [ { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files" }, { "facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files" }, { "facility": "local1", "name": "forwards_severity_and_facility", "severity": "info", "target": "host.domain", "tcp_port": 1514, "type": "forwards" }, { "facility": "local2", "name": "forwards_facility_only", "target": "host.domain", "tcp_port": 2514, "type": "forwards" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.078) 0:02:18.307 ****** ok: [managed-node3] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "basic_input", "ratelimit_burst": 33333, "type": "basics" }, { "input_log_path": "/var/log/inputdirectory/*.log", "name": "files_input", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.094) 0:02:18.401 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.051) 0:02:18.452 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.061) 0:02:18.514 ****** skipping: [managed-node3] => (item={'name': 'flow_0', 'inputs': ['basic_input'], 'outputs': ['files_test0', 'files_test1', 'forwards_severity_and_facility', 'forwards_facility_only']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "basic_input" ], "name": "flow_0", "outputs": [ "files_test0", "files_test1", "forwards_severity_and_facility", "forwards_facility_only" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item={'name': 'flow_1', 'inputs': ['files_input'], 'outputs': ['files_test0', 'files_test1']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "files_input" ], "name": "flow_1", "outputs": [ "files_test0", "files_test1" ] }, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.093) 0:02:18.608 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.083) 0:02:18.691 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.064) 0:02:18.756 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.067) 0:02:18.824 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.066) 0:02:18.890 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.090) 0:02:18.980 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.086) 0:02:19.067 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.054) 0:02:19.121 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.054) 0:02:19.175 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 03 January 2026 03:26:22 -0500 (0:00:00.043) 0:02:19.219 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.050) 0:02:19.269 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.076) 0:02:19.346 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.053) 0:02:19.399 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.060) 0:02:19.460 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.037) 0:02:19.498 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.040) 0:02:19.538 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.038) 0:02:19.576 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.051) 0:02:19.628 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.070) 0:02:19.698 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.051) 0:02:19.749 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.052) 0:02:19.802 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.051) 0:02:19.854 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.051) 0:02:19.905 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.067) 0:02:19.973 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.066) 0:02:20.040 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.094) 0:02:20.134 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 03 January 2026 03:26:23 -0500 (0:00:00.103) 0:02:20.237 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 03 January 2026 03:26:24 -0500 (0:00:00.118) 0:02:20.355 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 03 January 2026 03:26:24 -0500 (0:00:00.135) 0:02:20.491 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 03 January 2026 03:26:24 -0500 (0:00:00.122) 0:02:20.613 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 03 January 2026 03:26:24 -0500 (0:00:00.091) 0:02:20.704 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 03 January 2026 03:26:24 -0500 (0:00:00.067) 0:02:20.772 ****** ok: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 03 January 2026 03:26:24 -0500 (0:00:00.124) 0:02:20.896 ****** skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 03 January 2026 03:26:24 -0500 (0:00:00.123) 0:02:21.020 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 03 January 2026 03:26:24 -0500 (0:00:00.116) 0:02:21.137 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 03 January 2026 03:26:24 -0500 (0:00:00.044) 0:02:21.181 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 03 January 2026 03:26:24 -0500 (0:00:00.030) 0:02:21.212 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 03 January 2026 03:26:26 -0500 (0:00:01.637) 0:02:22.849 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 03 January 2026 03:26:26 -0500 (0:00:00.029) 0:02:22.879 ****** 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.1" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "1.fc42", "source": "rpm", "version": "1.52.1" } ], "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": "20251111" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "20251111" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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.31.5" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc43eng", "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": "20251111" } ], "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" } ], "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": "20251111" } ], "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": "6.fc42", "source": "rpm", "version": "9.6" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "6.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": "4.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.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc42", "source": "rpm", "version": "2.8.1" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "6.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" } ], "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": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "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": "2.fc42", "source": "rpm", "version": "10.1.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": "2.fc42", "source": "rpm", "version": "1.3.0" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc42", "source": "rpm", "version": "2.7.2" } ], "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.17" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "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": "4.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.51.1" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "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": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "11.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.7" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "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.401" } ], "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": "20251111" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc42", "source": "rpm", "version": "6.17.4" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "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": "679" } ], "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": "7.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": "6.fc42", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "100.fc42", "source": "rpm", "version": "2.11" } ], "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": "4.fc42", "source": "rpm", "version": "0.8.5" } ], "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": "6.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": "3.fc42", "source": "rpm", "version": "2.4.128" } ], "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": "7.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": "4.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": "4.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" } ], "libicu": [ { "arch": "x86_64", "epoch": "None", "name": "libicu", "release": "4.fc42", "source": "rpm", "version": "76.1" } ], "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.6" } ], "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": "7.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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "4.fc42", "source": "rpm", "version": "1.0.20" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "1.fc42", "source": "rpm", "version": "0.7.35" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "6.fc42", "source": "rpm", "version": "3.6.5" } ], "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.3" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc42", "source": "rpm", "version": "0.11.3" } ], "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": "4.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": "7.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" } ], "libwbclient": [ { "arch": "x86_64", "epoch": "2", "name": "libwbclient", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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": "20251111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "3.fc42", "source": "rpm", "version": "0.9.33" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "3.fc42", "source": "rpm", "version": "3.22.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "1.fc42", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "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": "20251111" } ], "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": "4.fc42", "source": "rpm", "version": "4.37.0" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "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" } ], "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": "20251111" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "2.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.25.8" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc42", "source": "rpm", "version": "0.25.8" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "6.fc42", "source": "rpm", "version": "1.7.0" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "6.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.51.1" } ], "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": "20250616" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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-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": "3.fc42", "source": "rpm", "version": "3.50.0" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "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": "6.fc42", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": "None", "name": "python3-setuptools", "release": "7.fc42", "source": "rpm", "version": "74.1.3" } ], "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.1" } ], "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": "20251111" } ], "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": "20251111" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc43eng", "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": "5.fc42", "source": "rpm", "version": "1.7.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" } ], "samba-client-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-client-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common": [ { "arch": "noarch", "epoch": "2", "name": "samba-common", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-common-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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.14" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.14" } ], "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.17" } ], "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": "20251111" } ], "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": "2025b" } ], "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.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.24.1" } ], "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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "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": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "2.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 03 January 2026 03:26:27 -0500 (0:00:01.070) 0:02:23.950 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 03 January 2026 03:26:27 -0500 (0:00:00.049) 0:02:23.999 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 03 January 2026 03:26:27 -0500 (0:00:00.048) 0:02:24.048 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 03 January 2026 03:26:27 -0500 (0:00:00.061) 0:02:24.109 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 03 January 2026 03:26:27 -0500 (0:00:00.043) 0:02:24.153 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 03 January 2026 03:26:28 -0500 (0:00:00.493) 0:02:24.647 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 03 January 2026 03:26:28 -0500 (0:00:00.470) 0:02:25.117 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 03 January 2026 03:26:29 -0500 (0:00:00.490) 0:02:25.608 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 03 January 2026 03:26:29 -0500 (0:00:00.214) 0:02:25.823 ****** changed: [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": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 03 January 2026 03:26:32 -0500 (0:00:02.956) 0:02:28.779 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 03 January 2026 03:26:32 -0500 (0:00:00.039) 0:02:28.818 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 03 January 2026 03:26:32 -0500 (0:00:00.049) 0:02:28.868 ****** ok: [managed-node3] => (item={'name': 'basic_input', 'type': 'basics', 'ratelimit_burst': 33333}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-S1q/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": "basic_input", "ratelimit_burst": 33333, "type": "basics" } } ok: [managed-node3] => (item={'name': 'files_input', 'type': 'files', 'input_log_path': '/var/log/inputdirectory/*.log'}) => { "ansible_facts": { "__rsyslog_conf_imfile_modules": [ { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" } ], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": [ "{{ __rsyslog_conf_imfile_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "input_log_path": "/var/log/inputdirectory/*.log", "name": "files_input", "type": "files" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 03 January 2026 03:26:32 -0500 (0:00:00.059) 0:02:28.927 ****** included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node3 => (item={'name': 'basic_input', 'type': 'basics', 'ratelimit_burst': 33333}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml for managed-node3 => (item={'name': 'files_input', 'type': 'files', 'input_log_path': '/var/log/inputdirectory/*.log'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 03 January 2026 03:26:32 -0500 (0:00:00.143) 0:02:29.070 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:32 -0500 (0:00:00.106) 0:02:29.177 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:33 -0500 (0:00:00.095) 0:02:29.272 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:33 -0500 (0:00:00.042) 0:02:29.315 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:33 -0500 (0:00:00.066) 0:02:29.382 ****** 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-basic_input] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 03 January 2026 03:26:33 -0500 (0:00:00.045) 0:02:29.427 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:33 -0500 (0:00:00.159) 0:02:29.587 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:33 -0500 (0:00:00.087) 0:02:29.676 ****** changed: [managed-node3] => (item={'name': 'input-basics-basic_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_test0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_facility_only\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:34 -0500 (0:00:01.287) 0:02:30.963 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428793.7873757-10974-36571441437077/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:34 -0500 (0:00:00.045) 0:02:31.009 ****** skipping: [managed-node3] => (item={'name': 'input-basics-basic_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_test0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_test1\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_facility_only\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-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\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 : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml:3 Saturday 03 January 2026 03:26:34 -0500 (0:00:00.157) 0:02:31.166 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:35 -0500 (0:00:00.106) 0:02:31.273 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:35 -0500 (0:00:00.084) 0:02:31.357 ****** changed: [managed-node3] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428795.2727616-11053-67929339619927/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:36 -0500 (0:00:01.112) 0:02:32.470 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428793.7873757-10974-36571441437077/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428795.2727616-11053-67929339619927/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428795.2727616-11053-67929339619927/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:36 -0500 (0:00:00.042) 0:02:32.513 ****** skipping: [managed-node3] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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 input configuration file /etc/rsyslog.d/input-files-files_input] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml:12 Saturday 03 January 2026 03:26:36 -0500 (0:00:00.047) 0:02:32.560 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:36 -0500 (0:00:00.058) 0:02:32.619 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:36 -0500 (0:00:00.039) 0:02:32.659 ****** changed: [managed-node3] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(\n type="imfile"\n file="/var/log/inputdirectory/*.log"\n tag="files_input"\n)\nif\n ($syslogtag == "files_input")\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input")\n then {\n call files_test1\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428796.6515799-11115-276499829954553/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:37 -0500 (0:00:01.170) 0:02:33.829 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428793.7873757-10974-36571441437077/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428795.2727616-11053-67929339619927/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428795.2727616-11053-67929339619927/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428796.6515799-11115-276499829954553/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428796.6515799-11115-276499829954553/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:37 -0500 (0:00:00.051) 0:02:33.880 ****** skipping: [managed-node3] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'input(\n type="imfile"\n file="/var/log/inputdirectory/*.log"\n tag="files_input"\n)\nif\n ($syslogtag == "files_input")\n then {\n call files_test0\n}\nif\n ($syslogtag == "files_input")\n then {\n call files_test1\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-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\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 : Include output sub-vars] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 03 January 2026 03:26:37 -0500 (0:00:00.139) 0:02:34.020 ****** ok: [managed-node3] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => { "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-S1q/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": { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files" } } ok: [managed-node3] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => { "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-S1q/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": { "facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "type": "files" } } ok: [managed-node3] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'target': 'host.domain', 'tcp_port': 1514}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": [ "{{ __rsyslog_conf_forwards_output_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "facility": "local1", "name": "forwards_severity_and_facility", "severity": "info", "target": "host.domain", "tcp_port": 1514, "type": "forwards" } } ok: [managed-node3] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'target': 'host.domain', 'tcp_port': 2514}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": [ "{{ __rsyslog_conf_forwards_output_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "facility": "local2", "name": "forwards_facility_only", "target": "host.domain", "tcp_port": 2514, "type": "forwards" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 03 January 2026 03:26:37 -0500 (0:00:00.093) 0:02:34.113 ****** included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node3 => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node3 => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node3 => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'target': 'host.domain', 'tcp_port': 1514}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node3 => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'target': 'host.domain', 'tcp_port': 2514}) 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 03 January 2026 03:26:37 -0500 (0:00:00.087) 0:02:34.201 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:38 -0500 (0:00:00.076) 0:02:34.278 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:38 -0500 (0:00:00.048) 0:02:34.326 ****** changed: [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": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:39 -0500 (0:00:01.101) 0:02:35.428 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428793.7873757-10974-36571441437077/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428795.2727616-11053-67929339619927/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428795.2727616-11053-67929339619927/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428796.6515799-11115-276499829954553/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428796.6515799-11115-276499829954553/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:39 -0500 (0:00:00.059) 0:02:35.487 ****** 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_test0] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 03 January 2026 03:26:39 -0500 (0:00:00.082) 0:02:35.570 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:39 -0500 (0:00:00.049) 0:02:35.619 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:39 -0500 (0:00:00.029) 0:02:35.649 ****** changed: [managed-node3] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428799.5253265-11261-273450878950670/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:40 -0500 (0:00:01.078) 0:02:36.727 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428793.7873757-10974-36571441437077/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428795.2727616-11053-67929339619927/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428795.2727616-11053-67929339619927/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428796.6515799-11115-276499829954553/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428796.6515799-11115-276499829954553/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428799.5253265-11261-273450878950670/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428799.5253265-11261-273450878950670/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:40 -0500 (0:00:00.047) 0:02:36.775 ****** skipping: [managed-node3] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\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_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\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 : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 03 January 2026 03:26:40 -0500 (0:00:00.091) 0:02:36.866 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:40 -0500 (0:00:00.054) 0:02:36.920 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:40 -0500 (0:00:00.040) 0:02:36.961 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:41 -0500 (0:00:00.971) 0:02:37.932 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428793.7873757-10974-36571441437077/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428795.2727616-11053-67929339619927/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428795.2727616-11053-67929339619927/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428796.6515799-11115-276499829954553/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428796.6515799-11115-276499829954553/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428799.5253265-11261-273450878950670/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428799.5253265-11261-273450878950670/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:41 -0500 (0:00:00.094) 0:02:38.026 ****** 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_test1] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 03 January 2026 03:26:41 -0500 (0:00:00.067) 0:02:38.094 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:41 -0500 (0:00:00.074) 0:02:38.168 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:41 -0500 (0:00:00.033) 0:02:38.201 ****** changed: [managed-node3] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428802.140657-11374-42164906474181/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:42 -0500 (0:00:01.044) 0:02:39.246 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428793.7873757-10974-36571441437077/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428795.2727616-11053-67929339619927/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428795.2727616-11053-67929339619927/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428796.6515799-11115-276499829954553/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428796.6515799-11115-276499829954553/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428799.5253265-11261-273450878950670/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428799.5253265-11261-273450878950670/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428802.140657-11374-42164906474181/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428802.140657-11374-42164906474181/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:43 -0500 (0:00:00.082) 0:02:39.329 ****** skipping: [managed-node3] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\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_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\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 : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 03 January 2026 03:26:43 -0500 (0:00:00.249) 0:02:39.578 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:43 -0500 (0:00:00.075) 0:02:39.654 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:43 -0500 (0:00:00.047) 0:02:39.701 ****** changed: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428803.543278-11441-33660869409521/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:44 -0500 (0:00:00.977) 0:02:40.678 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428793.7873757-10974-36571441437077/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428795.2727616-11053-67929339619927/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428795.2727616-11053-67929339619927/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428796.6515799-11115-276499829954553/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428796.6515799-11115-276499829954553/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428799.5253265-11261-273450878950670/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428799.5253265-11261-273450878950670/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428802.140657-11374-42164906474181/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428802.140657-11374-42164906474181/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428803.543278-11441-33660869409521/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428803.543278-11441-33660869409521/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:44 -0500 (0:00:00.104) 0:02:40.783 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_severity_and_facility] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10 Saturday 03 January 2026 03:26:44 -0500 (0:00:00.094) 0:02:40.877 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:44 -0500 (0:00:00.067) 0:02:40.945 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:44 -0500 (0:00:00.038) 0:02:40.983 ****** changed: [managed-node3] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428804.8728714-11518-180312275560848/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:45 -0500 (0:00:00.995) 0:02:41.979 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428793.7873757-10974-36571441437077/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428795.2727616-11053-67929339619927/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428795.2727616-11053-67929339619927/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428796.6515799-11115-276499829954553/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428796.6515799-11115-276499829954553/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428799.5253265-11261-273450878950670/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428799.5253265-11261-273450878950670/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428802.140657-11374-42164906474181/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428802.140657-11374-42164906474181/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428803.543278-11441-33660869409521/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428803.543278-11441-33660869409521/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.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-1767428804.8728714-11518-180312275560848/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428804.8728714-11518-180312275560848/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:45 -0500 (0:00:00.087) 0:02:42.067 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 03 January 2026 03:26:45 -0500 (0:00:00.165) 0:02:42.232 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:46 -0500 (0:00:00.084) 0:02:42.317 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:46 -0500 (0:00:00.050) 0:02:42.367 ****** ok: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:47 -0500 (0:00:00.937) 0:02:43.305 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428793.7873757-10974-36571441437077/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428795.2727616-11053-67929339619927/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428795.2727616-11053-67929339619927/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428796.6515799-11115-276499829954553/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428796.6515799-11115-276499829954553/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428799.5253265-11261-273450878950670/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428799.5253265-11261-273450878950670/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428802.140657-11374-42164906474181/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428802.140657-11374-42164906474181/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428803.543278-11441-33660869409521/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428803.543278-11441-33660869409521/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.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-1767428804.8728714-11518-180312275560848/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428804.8728714-11518-180312275560848/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:47 -0500 (0:00:00.084) 0:02:43.389 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_facility_only] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10 Saturday 03 January 2026 03:26:47 -0500 (0:00:00.066) 0:02:43.455 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:26:47 -0500 (0:00:00.094) 0:02:43.549 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:26:47 -0500 (0:00:00.055) 0:02:43.605 ****** changed: [managed-node3] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only"\n type="omfwd"\n Target="host.domain"\n Port="2514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "6323e0bec496fa375d0c070440930f93", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 280, "src": "/root/.ansible/tmp/ansible-tmp-1767428807.5678155-11641-219051731688418/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:26:48 -0500 (0:00:01.062) 0:02:44.668 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "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-1767428789.6793995-10799-29333345169637/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1767428789.6793995-10799-29333345169637/.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-1767428790.710614-10799-189099140760298/.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-1767428790.710614-10799-189099140760298/.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-1767428791.6254337-10799-60678429563584/.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-1767428791.6254337-10799-60678429563584/.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": "b00525bb0c93753288a949374654d532a5ce9f8f", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_test1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b00525bb0c93753288a949374654d532a5ce9f8f", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428793.7873757-10974-36571441437077/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "634c0608c63e2372c7ab5132510a8eb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 764, "src": "/root/.ansible/tmp/ansible-tmp-1767428793.7873757-10974-36571441437077/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "content": null, "dest": "/etc/rsyslog.d/10-input-files-modules.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-1767428795.2727616-11053-67929339619927/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "e4d4ee601da81eca07628f4f57e447b9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "src": "/root/.ansible/tmp/ansible-tmp-1767428795.2727616-11053-67929339619927/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "dest": "/etc/rsyslog.d/90-input-files-files_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test0\n}\nif\n ($syslogtag == \"files_input\")\n then {\n call files_test1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "content": null, "dest": "/etc/rsyslog.d/90-input-files-files_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-1767428796.6515799-11115-276499829954553/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "b9224c27f4e9bdd0e2d5e7cda7d0f9bc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 265, "src": "/root/.ansible/tmp/ansible-tmp-1767428796.6515799-11115-276499829954553/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1767428798.2265365-11187-246774353576632/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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-1767428799.5253265-11261-273450878950670/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba0a5087e94aacaf7390817184906b1c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "src": "/root/.ansible/tmp/ansible-tmp-1767428799.5253265-11261-273450878950670/.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": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "dest": "/etc/rsyslog.d/30-output-files-files_test1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "4bbf6bdd43b3d1ec882cd8e910ff52b2325bb73c", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_test1.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-1767428802.140657-11374-42164906474181/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a31d5da2598fcdb8a248bb748e745e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 115, "src": "/root/.ansible/tmp/ansible-tmp-1767428802.140657-11374-42164906474181/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "content": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1767428803.543278-11441-33660869409521/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1767428803.543278-11441-33660869409521/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.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-1767428804.8728714-11518-180312275560848/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1767428804.8728714-11518-180312275560848/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.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-1767428807.5678155-11641-219051731688418/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "6323e0bec496fa375d0c070440930f93", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 280, "src": "/root/.ansible/tmp/ansible-tmp-1767428807.5678155-11641-219051731688418/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:26:48 -0500 (0:00:00.087) 0:02:44.755 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only"\n type="omfwd"\n Target="host.domain"\n Port="2514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\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": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 03 January 2026 03:26:48 -0500 (0:00:00.155) 0:02:44.911 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 03 January 2026 03:26:48 -0500 (0:00:00.044) 0:02:44.955 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 03 January 2026 03:26:48 -0500 (0:00:00.073) 0:02:45.029 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 03 January 2026 03:26:48 -0500 (0:00:00.118) 0:02:45.148 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 03 January 2026 03:26:49 -0500 (0:00:00.133) 0:02:45.281 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 03 January 2026 03:26:49 -0500 (0:00:00.075) 0:02:45.356 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 03 January 2026 03:26:49 -0500 (0:00:00.092) 0:02:45.449 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 03 January 2026 03:26:49 -0500 (0:00:00.055) 0:02:45.504 ****** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "rsyslog", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 03:26:21 EST", "ActiveEnterTimestampMonotonic": "311059902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target sysinit.target network-online.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 03:26:21 EST", "AssertTimestampMonotonic": "311029892", "Before": "shutdown.target multi-user.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": "147042000", "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-01-03 03:26:21 EST", "ConditionTimestampMonotonic": "311029888", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "7339", "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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 03:26:21 EST", "ExecMainHandoffTimestampMonotonic": "311055867", "ExecMainPID": "29091", "ExecMainStartTimestamp": "Sat 2026-01-03 03:26:21 EST", "ExecMainStartTimestampMonotonic": "311031031", "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-01-03 03:26:21 EST] ; stop_time=[n/a] ; pid=29091 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-01-03 03:26:21 EST] ; stop_time=[n/a] ; pid=29091 ; 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-01-03 03:26:21 EST", "InactiveExitTimestampMonotonic": "311031744", "InvocationID": "08077142d7ec4273be54eb8f6f118752", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "29091", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3497091072", "MemoryCurrent": "2265088", "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-01-03 03:26:21 EST", "StateChangeTimestampMonotonic": "311059902", "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": "4406", "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 03 January 2026 03:26:49 -0500 (0:00:00.650) 0:02:46.155 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 03 January 2026 03:26:49 -0500 (0:00:00.028) 0:02:46.183 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 03 January 2026 03:26:49 -0500 (0:00:00.028) 0:02:46.212 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 03 January 2026 03:26:50 -0500 (0:00:00.035) 0:02:46.248 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1767428781.1437416, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b469de7f813797aff0d514249d57cb8b3ed3157d", "ctime": 1767428768.7717402, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5677, "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": "4224135140", "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 03 January 2026 03:26:50 -0500 (0:00:00.558) 0:02:46.806 ****** 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-1767428810.620975-11785-217294686546154/.source.conf", "state": "file", "uid": 0 } TASK [Force all notified handlers to run at this point, not waiting for normal sync points - 5] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:458 Saturday 03 January 2026 03:26:51 -0500 (0:00:00.964) 0:02:47.771 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 03 January 2026 03:26:51 -0500 (0:00:00.014) 0:02:47.785 ****** changed: [managed-node3] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 03:26:21 EST", "ActiveEnterTimestampMonotonic": "311059902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice basic.target sysinit.target network-online.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 03:26:21 EST", "AssertTimestampMonotonic": "311029892", "Before": "shutdown.target multi-user.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": "155897000", "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-01-03 03:26:21 EST", "ConditionTimestampMonotonic": "311029888", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "7339", "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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 03:26:21 EST", "ExecMainHandoffTimestampMonotonic": "311055867", "ExecMainPID": "29091", "ExecMainStartTimestamp": "Sat 2026-01-03 03:26:21 EST", "ExecMainStartTimestampMonotonic": "311031031", "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-01-03 03:26:21 EST] ; stop_time=[n/a] ; pid=29091 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-01-03 03:26:21 EST] ; stop_time=[n/a] ; pid=29091 ; 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-01-03 03:26:21 EST", "InactiveExitTimestampMonotonic": "311031744", "InvocationID": "08077142d7ec4273be54eb8f6f118752", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "29091", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3494924288", "MemoryCurrent": "2113536", "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-01-03 03:26:21 EST", "StateChangeTimestampMonotonic": "311059902", "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": "4406", "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 - 3] ********************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:461 Saturday 03 January 2026 03:26:52 -0500 (0:00:01.022) 0:02:48.808 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2 Saturday 03 January 2026 03:26:52 -0500 (0:00:00.046) 0:02:48.854 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1767428812.4777453, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1767428811.399745, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393736, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428811.4012616, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "1638487554", "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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7 Saturday 03 January 2026 03:26:53 -0500 (0:00:00.477) 0:02:49.331 ****** ok: [managed-node3] => { "changed": false, "examined": 13, "files": [ { "atime": 1767428812.4777453, "ctime": 1767428794.6387432, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393719, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428794.290743, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 764, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428812.4777453, "ctime": 1767428792.462743, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393684, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428792.1177428, "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": 1767428812.4777453, "ctime": 1767428796.1547434, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393728, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428795.8037434, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 118, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428812.4777453, "ctime": 1767428808.3371727, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393735, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428807.9807446, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 280, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428806.6157446, "ctime": 1767428804.311898, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393733, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428803.9667442, "nlink": 1, "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 150, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428689.6767316, "ctime": 1764333619.891, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 5652, "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": 1767428812.4777453, "ctime": 1767428791.504301, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393717, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428791.1367428, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 96, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428812.4777453, "ctime": 1767428800.4057438, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393731, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428800.0007439, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428812.4777453, "ctime": 1767428797.5038633, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393729, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428797.1317434, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 265, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428812.4777453, "ctime": 1767428805.6364787, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393734, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428805.2867444, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 299, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428812.4777453, "ctime": 1767428790.5937426, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393692, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428790.2457426, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 137, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428801.163744, "ctime": 1767428799.0994413, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393673, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428798.7497437, "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": 1767428812.4777453, "ctime": 1767428802.9033797, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428802.5557442, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 115, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 13, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13 Saturday 03 January 2026 03:26:53 -0500 (0:00:00.490) 0:02:49.821 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18 Saturday 03 January 2026 03:26:53 -0500 (0:00:00.033) 0:02:49.855 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23 Saturday 03 January 2026 03:26:53 -0500 (0:00:00.023) 0:02:49.878 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Saturday 03 January 2026 03:26:53 -0500 (0:00:00.034) 0:02:49.913 ****** ok: [managed-node3] => (item=/etc/rsyslog.d/30-output-files-files_test0.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-files-files_test0.conf", "stat": { "atime": 1767428812.4777453, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "ctime": 1767428800.4057438, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393731, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428800.0007439, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "version": "583431905", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "stat": { "atime": 1767428812.4777453, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "ctime": 1767428805.6364787, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393734, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428805.2867444, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 299, "uid": 0, "version": "3033085660", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node3] => (item=/etc/rsyslog.d/90-input-files-files_input.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/90-input-files-files_input.conf", "stat": { "atime": 1767428812.4777453, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d3b69911b4556aa273b709a76c94c8eb154c8696", "ctime": 1767428797.5038633, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393729, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428797.1317434, "nlink": 1, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 265, "uid": 0, "version": "1801073440", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35 Saturday 03 January 2026 03:26:55 -0500 (0:00:01.478) 0:02:51.392 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__check_systemctl_status == \"true\"", "skip_reason": "Conditional result was False" } TASK [Generate test config file to be overridden] ****************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:472 Saturday 03 January 2026 03:26:55 -0500 (0:00:00.076) 0:02:51.468 ****** changed: [managed-node3] => { "changed": true, "checksum": "2037a21ce163b09c9f9764a89cb48ea463b387de", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "gid": 0, "group": "root", "md5sum": "4fd020822a6c0e3d9c4649546ebf1c88", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 496, "src": "/root/.ansible/tmp/ansible-tmp-1767428815.3052626-12032-52113179088577/.source.conf", "state": "file", "uid": 0 } TASK [Check ports managed by firewall and selinux - 5] ************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:493 Saturday 03 January 2026 03:26:56 -0500 (0:00:01.006) 0:02:52.475 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 03 January 2026 03:26:56 -0500 (0:00:00.082) 0:02:52.558 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 03 January 2026 03:26:56 -0500 (0:00:00.094) 0:02:52.653 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 03 January 2026 03:26:56 -0500 (0:00:00.049) 0:02:52.702 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 03 January 2026 03:26:56 -0500 (0:00:00.065) 0:02:52.767 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 03 January 2026 03:26:56 -0500 (0:00:00.059) 0:02:52.827 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Deploy reduced config to output into local files] ************************ task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:496 Saturday 03 January 2026 03:26:56 -0500 (0:00:00.065) 0:02:52.893 ****** included: fedora.linux_system_roles.logging for managed-node3 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 03 January 2026 03:26:56 -0500 (0:00:00.127) 0:02:53.021 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 03 January 2026 03:26:56 -0500 (0:00:00.072) 0:02:53.093 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 03 January 2026 03:26:56 -0500 (0:00:00.052) 0:02:53.145 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 03 January 2026 03:26:56 -0500 (0:00:00.049) 0:02:53.195 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 03 January 2026 03:26:56 -0500 (0:00:00.050) 0:02:53.245 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.060) 0:02:53.306 ****** ok: [managed-node3] => { "ansible_facts": { "rsyslog_outputs": [ { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files" }, { "facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "state": "absent", "type": "files" }, { "facility": "local1", "name": "forwards_severity_and_facility", "severity": "info", "state": "absent", "target": "host.domain", "tcp_port": 1514, "type": "forwards" }, { "facility": "local2", "name": "forwards_facility_only", "state": "absent", "target": "host.domain", "tcp_port": 2514, "type": "forwards" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.071) 0:02:53.378 ****** ok: [managed-node3] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "basic_input", "ratelimit_burst": 33333, "type": "basics" }, { "input_log_path": "/var/log/inputdirectory/*.log", "name": "files_input", "state": "absent", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.094) 0:02:53.472 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.070) 0:02:53.542 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.090) 0:02:53.633 ****** skipping: [managed-node3] => (item={'name': 'flow_0', 'inputs': ['basic_input'], 'outputs': ['files_test0']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "basic_input" ], "name": "flow_0", "outputs": [ "files_test0" ] }, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.084) 0:02:53.717 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.078) 0:02:53.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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.060) 0:02:53.857 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.042) 0:02:53.899 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.037) 0:02:53.937 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.042) 0:02:53.980 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.071) 0:02:54.052 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.036) 0:02:54.088 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.030) 0:02:54.118 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.033) 0:02:54.152 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.035) 0:02:54.187 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 03 January 2026 03:26:57 -0500 (0:00:00.048) 0:02:54.236 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.032) 0:02:54.268 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.023) 0:02:54.292 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.022) 0:02:54.314 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.022) 0:02:54.337 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.026) 0:02:54.363 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.038) 0:02:54.402 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.075) 0:02:54.477 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.061) 0:02:54.538 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.081) 0:02:54.620 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.066) 0:02:54.686 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.040) 0:02:54.727 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.040) 0:02:54.767 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.037) 0:02:54.804 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.035) 0:02:54.840 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.036) 0:02:54.877 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.049) 0:02:54.926 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.041) 0:02:54.968 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.031) 0:02:55.000 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.029) 0:02:55.030 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.030) 0:02:55.060 ****** ok: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.064) 0:02:55.125 ****** skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 03 January 2026 03:26:58 -0500 (0:00:00.100) 0:02:55.225 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 03 January 2026 03:26:59 -0500 (0:00:00.119) 0:02:55.345 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 03 January 2026 03:26:59 -0500 (0:00:00.041) 0:02:55.387 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 03 January 2026 03:26:59 -0500 (0:00:00.032) 0:02:55.419 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 03 January 2026 03:27:00 -0500 (0:00:01.605) 0:02:57.025 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 03 January 2026 03:27:00 -0500 (0:00:00.029) 0:02:57.055 ****** 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.1" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "1.fc42", "source": "rpm", "version": "1.52.1" } ], "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": "20251111" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "20251111" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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.31.5" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc43eng", "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": "20251111" } ], "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" } ], "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": "20251111" } ], "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": "6.fc42", "source": "rpm", "version": "9.6" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "6.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": "4.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.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc42", "source": "rpm", "version": "2.8.1" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "6.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" } ], "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": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "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": "2.fc42", "source": "rpm", "version": "10.1.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": "2.fc42", "source": "rpm", "version": "1.3.0" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc42", "source": "rpm", "version": "2.7.2" } ], "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.17" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "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": "4.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.51.1" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "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": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "11.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.7" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "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.401" } ], "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": "20251111" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc42", "source": "rpm", "version": "6.17.4" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "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": "679" } ], "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": "7.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": "6.fc42", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "100.fc42", "source": "rpm", "version": "2.11" } ], "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": "4.fc42", "source": "rpm", "version": "0.8.5" } ], "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": "6.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": "3.fc42", "source": "rpm", "version": "2.4.128" } ], "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": "7.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": "4.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": "4.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" } ], "libicu": [ { "arch": "x86_64", "epoch": "None", "name": "libicu", "release": "4.fc42", "source": "rpm", "version": "76.1" } ], "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.6" } ], "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": "7.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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "4.fc42", "source": "rpm", "version": "1.0.20" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "1.fc42", "source": "rpm", "version": "0.7.35" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "6.fc42", "source": "rpm", "version": "3.6.5" } ], "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.3" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc42", "source": "rpm", "version": "0.11.3" } ], "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": "4.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": "7.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" } ], "libwbclient": [ { "arch": "x86_64", "epoch": "2", "name": "libwbclient", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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": "20251111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "3.fc42", "source": "rpm", "version": "0.9.33" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "3.fc42", "source": "rpm", "version": "3.22.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "1.fc42", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "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": "20251111" } ], "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": "4.fc42", "source": "rpm", "version": "4.37.0" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "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" } ], "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": "20251111" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "2.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.25.8" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc42", "source": "rpm", "version": "0.25.8" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "6.fc42", "source": "rpm", "version": "1.7.0" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "6.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.51.1" } ], "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": "20250616" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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-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": "3.fc42", "source": "rpm", "version": "3.50.0" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "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": "6.fc42", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": "None", "name": "python3-setuptools", "release": "7.fc42", "source": "rpm", "version": "74.1.3" } ], "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.1" } ], "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": "20251111" } ], "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": "20251111" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc43eng", "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": "5.fc42", "source": "rpm", "version": "1.7.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" } ], "samba-client-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-client-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common": [ { "arch": "noarch", "epoch": "2", "name": "samba-common", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-common-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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.14" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.14" } ], "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.17" } ], "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": "20251111" } ], "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": "2025b" } ], "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.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.24.1" } ], "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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "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": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "2.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 03 January 2026 03:27:01 -0500 (0:00:01.073) 0:02:58.128 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 03 January 2026 03:27:01 -0500 (0:00:00.035) 0:02:58.163 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 03 January 2026 03:27:01 -0500 (0:00:00.031) 0:02:58.195 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 03 January 2026 03:27:01 -0500 (0:00:00.037) 0:02:58.232 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 03 January 2026 03:27:02 -0500 (0:00:00.025) 0:02:58.258 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 03 January 2026 03:27:02 -0500 (0:00:00.483) 0:02:58.741 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 03 January 2026 03:27:02 -0500 (0:00:00.488) 0:02:59.230 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 03 January 2026 03:27:03 -0500 (0:00:00.485) 0:02:59.715 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 03 January 2026 03:27:03 -0500 (0:00:00.215) 0:02:59.931 ****** ok: [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, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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" } ok: [managed-node3] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 } ok: [managed-node3] => (item={'name': 'templates', 'type': 'templates', 'sections': [{'comment': 'User provided output templates', 'options': None}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 03 January 2026 03:27:06 -0500 (0:00:02.824) 0:03:02.756 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 03 January 2026 03:27:06 -0500 (0:00:00.108) 0:03:02.864 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 03 January 2026 03:27:06 -0500 (0:00:00.253) 0:03:03.118 ****** ok: [managed-node3] => (item={'name': 'basic_input', 'type': 'basics', 'ratelimit_burst': 33333}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-S1q/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": "basic_input", "ratelimit_burst": 33333, "type": "basics" } } ok: [managed-node3] => (item={'name': 'files_input', 'type': 'files', 'input_log_path': '/var/log/inputdirectory/*.log', 'state': 'absent'}) => { "ansible_facts": { "__rsyslog_conf_imfile_modules": [ { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" } ], "__rsyslog_files_input_packages": [], "__rsyslog_files_input_rules": [ "{{ __rsyslog_conf_imfile_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "input_log_path": "/var/log/inputdirectory/*.log", "name": "files_input", "state": "absent", "type": "files" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 03 January 2026 03:27:07 -0500 (0:00:00.168) 0:03:03.287 ****** included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node3 => (item={'name': 'basic_input', 'type': 'basics', 'ratelimit_burst': 33333}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml for managed-node3 => (item={'name': 'files_input', 'type': 'files', 'input_log_path': '/var/log/inputdirectory/*.log', 'state': 'absent'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 03 January 2026 03:27:07 -0500 (0:00:00.148) 0:03:03.435 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:07 -0500 (0:00:00.110) 0:03:03.545 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:07 -0500 (0:00:00.072) 0:03:03.618 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:07 -0500 (0:00:00.081) 0:03:03.699 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:07 -0500 (0:00:00.121) 0:03:03.820 ****** 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-basic_input] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 03 January 2026 03:27:07 -0500 (0:00:00.049) 0:03:03.870 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:07 -0500 (0:00:00.133) 0:03:04.004 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:07 -0500 (0:00:00.068) 0:03:04.072 ****** changed: [managed-node3] => (item={'name': 'input-basics-basic_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_test0\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:09 -0500 (0:00:01.222) 0:03:05.295 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428828.0998309-12586-272266846136356/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:09 -0500 (0:00:00.069) 0:03:05.364 ****** skipping: [managed-node3] => (item={'name': 'input-basics-basic_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_test0\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-basic_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_test0\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 : Install/Update files input packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml:3 Saturday 03 January 2026 03:27:09 -0500 (0:00:00.142) 0:03:05.506 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:09 -0500 (0:00:00.054) 0:03:05.561 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:09 -0500 (0:00:00.035) 0:03:05.596 ****** ok: [managed-node3] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:10 -0500 (0:00:00.883) 0:03:06.479 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428828.0998309-12586-272266846136356/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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-input-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-input-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-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:10 -0500 (0:00:00.043) 0:03:06.523 ****** skipping: [managed-node3] => (item={'name': 'input-files-modules', 'type': 'modules', 'sections': [{'comment': 'Reads log messages from file', 'options': 'module(load="imfile" mode="inotify")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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 input configuration file /etc/rsyslog.d/input-files-files_input] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/files/main.yml:12 Saturday 03 January 2026 03:27:10 -0500 (0:00:00.043) 0:03:06.566 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:10 -0500 (0:00:00.080) 0:03:06.646 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:10 -0500 (0:00:00.090) 0:03:06.736 ****** skipping: [managed-node3] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'absent', 'sections': [{'options': 'input(\n type="imfile"\n file="/var/log/inputdirectory/*.log"\n tag="files_input"\n)\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\n" } ], "state": "absent", "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 : Add deployed templates to global list] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:10 -0500 (0:00:00.179) 0:03:06.916 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428828.0998309-12586-272266846136356/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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-input-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-input-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-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\n" } ], "state": "absent", "type": "input" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:10 -0500 (0:00:00.049) 0:03:06.966 ****** changed: [managed-node3] => (item={'name': 'input-files-files_input', 'type': 'input', 'state': 'absent', 'sections': [{'options': 'input(\n type="imfile"\n file="/var/log/inputdirectory/*.log"\n tag="files_input"\n)\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\n" } ], "state": "absent", "type": "input" }, "path": "/etc/rsyslog.d/90-input-files-files_input.conf", "state": "absent" } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 03 January 2026 03:27:11 -0500 (0:00:00.574) 0:03:07.540 ****** ok: [managed-node3] => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => { "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-S1q/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": { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_test0", "path": "/var/log/messages", "severity": "info", "type": "files" } } ok: [managed-node3] => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure', 'state': 'absent'}) => { "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-S1q/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": { "facility": "authpriv,auth", "name": "files_test1", "path": "/var/log/secure", "state": "absent", "type": "files" } } ok: [managed-node3] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'target': 'host.domain', 'tcp_port': 1514, 'state': 'absent'}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": [ "{{ __rsyslog_conf_forwards_output_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "facility": "local1", "name": "forwards_severity_and_facility", "severity": "info", "state": "absent", "target": "host.domain", "tcp_port": 1514, "type": "forwards" } } ok: [managed-node3] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'target': 'host.domain', 'tcp_port': 2514, 'state': 'absent'}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% elif logging_forwards_template_format | length > 0 and logging_forwards_template_format != \"modern\" %}\nmodule(load=\"builtin:omfwd\" Template=\"{{ logging_forwards_template_format }}\")\n{% else %}\nmodule(load=\"builtin:omfwd\")\n{% endif %}" } ], "type": "modules" } ], "__rsyslog_forwards_output_packages": [], "__rsyslog_forwards_output_rules": [ "{{ __rsyslog_conf_forwards_output_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "facility": "local2", "name": "forwards_facility_only", "state": "absent", "target": "host.domain", "tcp_port": 2514, "type": "forwards" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 03 January 2026 03:27:11 -0500 (0:00:00.088) 0:03:07.629 ****** included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node3 => (item={'name': 'files_test0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node3 => (item={'name': 'files_test1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure', 'state': 'absent'}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node3 => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'target': 'host.domain', 'tcp_port': 1514, 'state': 'absent'}) included: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node3 => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'target': 'host.domain', 'tcp_port': 2514, 'state': 'absent'}) 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 03 January 2026 03:27:11 -0500 (0:00:00.103) 0:03:07.732 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:11 -0500 (0:00:00.058) 0:03:07.790 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:11 -0500 (0:00:00.036) 0:03:07.827 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:12 -0500 (0:00:00.882) 0:03:08.710 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428828.0998309-12586-272266846136356/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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-input-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-input-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-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\n" } ], "state": "absent", "type": "input" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:12 -0500 (0:00:00.048) 0:03:08.759 ****** 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_test0] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 03 January 2026 03:27:12 -0500 (0:00:00.040) 0:03:08.800 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:12 -0500 (0:00:00.047) 0:03:08.847 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:12 -0500 (0:00:00.030) 0:03:08.878 ****** ok: [managed-node3] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:13 -0500 (0:00:00.958) 0:03:09.836 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428828.0998309-12586-272266846136356/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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-input-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-input-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-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\n" } ], "state": "absent", "type": "input" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "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, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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/30-output-files-files_test0.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/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:13 -0500 (0:00:00.081) 0:03:09.918 ****** skipping: [managed-node3] => (item={'name': 'output-files-files_test0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_test0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\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_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\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 : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 03 January 2026 03:27:13 -0500 (0:00:00.145) 0:03:10.063 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:13 -0500 (0:00:00.059) 0:03:10.123 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:13 -0500 (0:00:00.033) 0:03:10.157 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:14 -0500 (0:00:00.902) 0:03:11.060 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428828.0998309-12586-272266846136356/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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-input-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-input-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-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\n" } ], "state": "absent", "type": "input" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "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, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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/30-output-files-files_test0.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/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:14 -0500 (0:00:00.095) 0:03:11.155 ****** 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_test1] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 03 January 2026 03:27:14 -0500 (0:00:00.074) 0:03:11.230 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:15 -0500 (0:00:00.085) 0:03:11.315 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:15 -0500 (0:00:00.040) 0:03:11.355 ****** skipping: [managed-node3] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "absent", "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 : Add deployed templates to global list] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:15 -0500 (0:00:00.130) 0:03:11.485 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428828.0998309-12586-272266846136356/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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-input-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-input-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-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\n" } ], "state": "absent", "type": "input" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "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, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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/30-output-files-files_test0.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/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "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, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "absent", "type": "output" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:15 -0500 (0:00:00.063) 0:03:11.549 ****** changed: [managed-node3] => (item={'name': 'output-files-files_test1', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="files_test1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "absent", "type": "output" }, "path": "/etc/rsyslog.d/30-output-files-files_test1.conf", "state": "absent" } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 03 January 2026 03:27:15 -0500 (0:00:00.562) 0:03:12.112 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:15 -0500 (0:00:00.054) 0:03:12.167 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:15 -0500 (0:00:00.038) 0:03:12.205 ****** ok: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:16 -0500 (0:00:00.938) 0:03:13.143 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428828.0998309-12586-272266846136356/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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-input-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-input-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-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\n" } ], "state": "absent", "type": "input" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "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, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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/30-output-files-files_test0.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/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "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, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "absent", "type": "output" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:16 -0500 (0:00:00.102) 0:03:13.248 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_severity_and_facility] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10 Saturday 03 January 2026 03:27:17 -0500 (0:00:00.088) 0:03:13.336 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:17 -0500 (0:00:00.081) 0:03:13.418 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:17 -0500 (0:00:00.050) 0:03:13.469 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "absent", "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 : Add deployed templates to global list] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:17 -0500 (0:00:00.224) 0:03:13.693 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428828.0998309-12586-272266846136356/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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-input-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-input-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-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\n" } ], "state": "absent", "type": "input" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "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, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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/30-output-files-files_test0.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/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "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, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "absent", "type": "output" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "absent", "type": "output" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:17 -0500 (0:00:00.129) 0:03:13.822 ****** changed: [managed-node3] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "absent", "type": "output" }, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "state": "absent" } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 03 January 2026 03:27:18 -0500 (0:00:00.639) 0:03:14.462 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:18 -0500 (0:00:00.088) 0:03:14.551 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:18 -0500 (0:00:00.060) 0:03:14.611 ****** ok: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:19 -0500 (0:00:01.030) 0:03:15.642 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428828.0998309-12586-272266846136356/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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-input-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-input-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-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\n" } ], "state": "absent", "type": "input" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "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, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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/30-output-files-files_test0.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/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "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, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "absent", "type": "output" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "absent", "type": "output" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:19 -0500 (0:00:00.120) 0:03:15.762 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_facility_only] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10 Saturday 03 January 2026 03:27:19 -0500 (0:00:00.082) 0:03:15.845 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 03 January 2026 03:27:19 -0500 (0:00:00.081) 0:03:15.927 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 03 January 2026 03:27:19 -0500 (0:00:00.057) 0:03:15.984 ****** skipping: [managed-node3] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only"\n type="omfwd"\n Target="host.domain"\n Port="2514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "absent", "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 : Add deployed templates to global list] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 03 January 2026 03:27:19 -0500 (0:00:00.179) 0:03:16.164 ****** ok: [managed-node3] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "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/00-global.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/00-global.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/00-global.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "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": false, "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": { "_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/05-common-defaults.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/05-common-defaults.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/05-common-defaults.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "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": { "_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/20-templates.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/20-templates.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/20-templates.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 83, "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": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_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_test0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_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-1767428828.0998309-12586-272266846136356/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "0421e00e06663e1fee7a2ecb336ef559", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 455, "src": "/root/.ansible/tmp/ansible-tmp-1767428828.0998309-12586-272266846136356/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "cbccfe242ff9bd2fe4f2b02f271bb84fa13a0fda", "dest": "/etc/rsyslog.d/10-input-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-files-modules", "sections": [ { "comment": "Reads log messages from file", "options": "module(load=\"imfile\" mode=\"inotify\")" } ], "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-input-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-input-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-input-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 118, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "input-files-files_input", "sections": [ { "options": "input(\n type=\"imfile\"\n file=\"/var/log/inputdirectory/*.log\"\n tag=\"files_input\"\n)\n" } ], "state": "absent", "type": "input" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "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, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "86c156eed4cbcba0769fe38e4daff94ffe0255c8", "dest": "/etc/rsyslog.d/30-output-files-files_test0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_test0", "sections": [ { "options": "ruleset(name=\"files_test0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/30-output-files-files_test0.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/30-output-files-files_test0.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/30-output-files-files_test0.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 152, "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, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-files-files_test1", "sections": [ { "options": "ruleset(name=\"files_test1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "absent", "type": "output" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "absent", "type": "output" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_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-forwards-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-forwards-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-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "absent", "type": "output" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 03 January 2026 03:27:20 -0500 (0:00:00.086) 0:03:16.250 ****** changed: [managed-node3] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'absent', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only"\n type="omfwd"\n Target="host.domain"\n Port="2514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "absent", "type": "output" }, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "state": "absent" } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 03 January 2026 03:27:20 -0500 (0:00:00.724) 0:03:16.974 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 03 January 2026 03:27:20 -0500 (0:00:00.052) 0:03:17.027 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 03 January 2026 03:27:20 -0500 (0:00:00.091) 0:03:17.118 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 03 January 2026 03:27:20 -0500 (0:00:00.068) 0:03:17.186 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 03 January 2026 03:27:21 -0500 (0:00:00.092) 0:03:17.279 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 03 January 2026 03:27:21 -0500 (0:00:00.068) 0:03:17.348 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 03 January 2026 03:27:21 -0500 (0:00:00.070) 0:03:17.419 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 03 January 2026 03:27:21 -0500 (0:00:00.069) 0:03:17.488 ****** ok: [managed-node3] => { "changed": false, "enabled": true, "name": "rsyslog", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 03:26:52 EST", "ActiveEnterTimestampMonotonic": "342394396", "ActiveExitTimestamp": "Sat 2026-01-03 03:26:52 EST", "ActiveExitTimestampMonotonic": "342016054", "ActiveState": "active", "After": "system.slice basic.target sysinit.target network-online.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 03:26:52 EST", "AssertTimestampMonotonic": "342363991", "Before": "shutdown.target multi-user.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": "116891000", "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-01-03 03:26:52 EST", "ConditionTimestampMonotonic": "342363988", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "7383", "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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 03:26:52 EST", "ExecMainHandoffTimestampMonotonic": "342390346", "ExecMainPID": "34456", "ExecMainStartTimestamp": "Sat 2026-01-03 03:26:52 EST", "ExecMainStartTimestampMonotonic": "342364944", "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-01-03 03:26:52 EST] ; stop_time=[n/a] ; pid=34456 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-01-03 03:26:52 EST] ; stop_time=[n/a] ; pid=34456 ; 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", "InactiveEnterTimestamp": "Sat 2026-01-03 03:26:52 EST", "InactiveEnterTimestampMonotonic": "342363408", "InactiveExitTimestamp": "Sat 2026-01-03 03:26:52 EST", "InactiveExitTimestampMonotonic": "342365462", "InvocationID": "074e84c0f71d4ce9bbaf0ca8a9291abb", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "34456", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3506741248", "MemoryCurrent": "2211840", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "3362816", "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-01-03 03:26:52 EST", "StateChangeTimestampMonotonic": "342394396", "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": "4", "TasksMax": "4406", "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 03 January 2026 03:27:22 -0500 (0:00:00.771) 0:03:18.260 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 03 January 2026 03:27:22 -0500 (0:00:00.054) 0:03:18.315 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 03 January 2026 03:27:22 -0500 (0:00:00.054) 0:03:18.369 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 03 January 2026 03:27:22 -0500 (0:00:00.059) 0:03:18.429 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1767428812.4777453, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1767428811.399745, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393736, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428811.4012616, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "1638487554", "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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 03 January 2026 03:27:22 -0500 (0:00:00.534) 0:03:18.964 ****** ok: [managed-node3] => { "changed": false, "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/rsyslog.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 131, "state": "file", "uid": 0 } TASK [Force all notified handlers to run at this point, not waiting for normal sync points - 7] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:544 Saturday 03 January 2026 03:27:23 -0500 (0:00:00.852) 0:03:19.816 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 03 January 2026 03:27:23 -0500 (0:00:00.013) 0:03:19.829 ****** changed: [managed-node3] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 03:26:52 EST", "ActiveEnterTimestampMonotonic": "342394396", "ActiveExitTimestamp": "Sat 2026-01-03 03:26:52 EST", "ActiveExitTimestampMonotonic": "342016054", "ActiveState": "active", "After": "system.slice basic.target sysinit.target network-online.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 03:26:52 EST", "AssertTimestampMonotonic": "342363991", "Before": "shutdown.target multi-user.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": "125054000", "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-01-03 03:26:52 EST", "ConditionTimestampMonotonic": "342363988", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "7383", "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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 03:26:52 EST", "ExecMainHandoffTimestampMonotonic": "342390346", "ExecMainPID": "34456", "ExecMainStartTimestamp": "Sat 2026-01-03 03:26:52 EST", "ExecMainStartTimestampMonotonic": "342364944", "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-01-03 03:26:52 EST] ; stop_time=[n/a] ; pid=34456 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-01-03 03:26:52 EST] ; stop_time=[n/a] ; pid=34456 ; 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", "InactiveEnterTimestamp": "Sat 2026-01-03 03:26:52 EST", "InactiveEnterTimestampMonotonic": "342363408", "InactiveExitTimestamp": "Sat 2026-01-03 03:26:52 EST", "InactiveExitTimestampMonotonic": "342365462", "InvocationID": "074e84c0f71d4ce9bbaf0ca8a9291abb", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "34456", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3496534016", "MemoryCurrent": "2199552", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "3362816", "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-01-03 03:26:52 EST", "StateChangeTimestampMonotonic": "342394396", "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": "4", "TasksMax": "4406", "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 - 4] ********************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:547 Saturday 03 January 2026 03:27:24 -0500 (0:00:00.991) 0:03:20.821 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2 Saturday 03 January 2026 03:27:24 -0500 (0:00:00.051) 0:03:20.873 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1767428812.4777453, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1767428811.399745, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393736, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428811.4012616, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "1638487554", "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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7 Saturday 03 January 2026 03:27:25 -0500 (0:00:00.477) 0:03:21.350 ****** ok: [managed-node3] => { "changed": false, "examined": 9, "files": [ { "atime": 1767428844.4797528, "ctime": 1767428828.9567485, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393732, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428828.957736, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 455, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428812.4777453, "ctime": 1767428792.462743, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393684, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428792.1177428, "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": 1767428812.4777453, "ctime": 1767428796.1547434, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393728, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428795.8037434, "nlink": 1, "path": "/etc/rsyslog.d/10-input-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 118, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428806.6157446, "ctime": 1767428804.311898, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393733, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428803.9667442, "nlink": 1, "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 150, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428689.6767316, "ctime": 1764333619.891, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 5652, "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": 1767428812.4777453, "ctime": 1767428791.504301, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393717, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428791.1367428, "nlink": 1, "path": "/etc/rsyslog.d/05-common-defaults.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 96, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428812.4777453, "ctime": 1767428800.4057438, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393731, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428800.0007439, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_test0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 152, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428812.4777453, "ctime": 1767428790.5937426, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393692, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428790.2457426, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 137, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1767428801.163744, "ctime": 1767428799.0994413, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393673, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1767428798.7497437, "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 } ], "matched": 9, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13 Saturday 03 January 2026 03:27:25 -0500 (0:00:00.480) 0:03:21.830 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18 Saturday 03 January 2026 03:27:25 -0500 (0:00:00.053) 0:03:21.884 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23 Saturday 03 January 2026 03:27:25 -0500 (0:00:00.042) 0:03:21.926 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Saturday 03 January 2026 03:27:25 -0500 (0:00:00.051) 0:03:21.978 ****** ok: [managed-node3] => (item=/etc/rsyslog.d/90-input-basics-basic_input.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "stat": { "atime": 1767428844.4797528, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9adbe455052c81c9cd39e386e224a1c2fe38c36c", "ctime": 1767428828.9567485, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393732, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767428828.957736, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 455, "uid": 0, "version": "3110102167", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35 Saturday 03 January 2026 03:27:26 -0500 (0:00:00.538) 0:03:22.517 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__check_systemctl_status == \"true\"", "skip_reason": "Conditional result was False" } TASK [Check conf was updated /etc/rsyslog.d/90-input-basics-basic_input.conf] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:556 Saturday 03 January 2026 03:27:26 -0500 (0:00:00.081) 0:03:22.598 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "/bin/grep", "# GENERATED BASICS CONFIG FILE", "/etc/rsyslog.d/90-input-basics-basic_input.conf" ], "delta": "0:00:00.003439", "end": "2026-01-03 03:27:26.789715", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "rc": 1, "start": "2026-01-03 03:27:26.786276" } MSG: non-zero return code TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:565 Saturday 03 January 2026 03:27:26 -0500 (0:00:00.552) 0:03:23.151 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "systemctl", "status", "rsyslog" ], "delta": "0:00:00.011995", "end": "2026-01-03 03:27:27.338559", "failed_when_result": false, "rc": 0, "start": "2026-01-03 03:27:27.326564" } STDOUT: ● rsyslog.service - System Logging Service Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; preset: enabled) Drop-In: /usr/lib/systemd/system/service.d └─10-timeout-abort.conf Active: active (running) since Sat 2026-01-03 03:27:24 EST; 2s ago Invocation: 65538bba971a402f867f85984ed42bda Docs: man:rsyslogd(8) https://www.rsyslog.com/doc/ Main PID: 40013 (rsyslogd) Tasks: 3 (limit: 4406) Memory: 1.6M (peak: 3.2M) CPU: 35ms CGroup: /system.slice/rsyslog.service └─40013 /usr/sbin/rsyslogd -n Jan 03 03:27:24 managed-node3 systemd[1]: Starting rsyslog.service - System Logging Service... Jan 03 03:27:24 managed-node3 systemd[1]: Started rsyslog.service - System Logging Service. Jan 03 03:27:24 managed-node3 rsyslogd[40013]: imfile: no files configured to be monitored - no input will be gathered [v8.2508.0-1.fc42 try https://www.rsyslog.com/e/2212 ] Jan 03 03:27:24 managed-node3 rsyslogd[40013]: [origin software="rsyslogd" swVersion="8.2508.0-1.fc42" x-pid="40013" x-info="https://www.rsyslog.com"] start Jan 03 03:27:24 managed-node3 rsyslogd[40013]: imjournal: journal files changed, reloading... [v8.2508.0-1.fc42 try https://www.rsyslog.com/e/0 ] TASK [Check ports managed by firewall and selinux - 6] ************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:572 Saturday 03 January 2026 03:27:27 -0500 (0:00:00.538) 0:03:23.689 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 03 January 2026 03:27:27 -0500 (0:00:00.108) 0:03:23.797 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 03 January 2026 03:27:27 -0500 (0:00:00.115) 0:03:23.913 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 03 January 2026 03:27:27 -0500 (0:00:00.069) 0:03:23.982 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 03 January 2026 03:27:27 -0500 (0:00:00.073) 0:03:24.056 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 03 January 2026 03:27:27 -0500 (0:00:00.059) 0:03:24.115 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [END TEST CASE 2; Clean up the deployed config] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:575 Saturday 03 January 2026 03:27:27 -0500 (0:00:00.039) 0:03:24.154 ****** included: fedora.linux_system_roles.logging for managed-node3 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.174) 0:03:24.329 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.082) 0:03:24.411 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.047) 0:03:24.459 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.049) 0:03:24.508 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.046) 0:03:24.555 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.059) 0:03:24.614 ****** ok: [managed-node3] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.051) 0:03:24.666 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.052) 0:03:24.719 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.043) 0:03:24.763 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.050) 0:03:24.813 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.025) 0:03:24.839 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.048) 0:03:24.887 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.038) 0:03:24.926 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.033) 0:03:24.959 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.034) 0:03:24.993 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.093) 0:03:25.087 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 03 January 2026 03:27:28 -0500 (0:00:00.106) 0:03:25.193 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.055) 0:03:25.249 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.060) 0:03:25.309 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.071) 0:03:25.380 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.046) 0:03:25.426 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.060) 0:03:25.487 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.033) 0:03:25.520 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.024) 0:03:25.545 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.024) 0:03:25.570 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.024) 0:03:25.594 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.023) 0:03:25.618 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.032) 0:03:25.651 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.045) 0:03:25.697 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.037) 0:03:25.734 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.074) 0:03:25.809 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.074) 0:03:25.884 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.039) 0:03:25.923 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.057) 0:03:25.981 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.051) 0:03:26.033 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.054) 0:03:26.087 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.056) 0:03:26.144 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 03 January 2026 03:27:29 -0500 (0:00:00.091) 0:03:26.236 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 03 January 2026 03:27:30 -0500 (0:00:00.054) 0:03:26.290 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 03 January 2026 03:27:30 -0500 (0:00:00.054) 0:03:26.344 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 03 January 2026 03:27:30 -0500 (0:00:00.052) 0:03:26.396 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 03 January 2026 03:27:30 -0500 (0:00:00.054) 0:03:26.451 ****** ok: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 03 January 2026 03:27:30 -0500 (0:00:00.064) 0:03:26.516 ****** skipping: [managed-node3] => (item=/tmp/collections-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 03 January 2026 03:27:30 -0500 (0:00:00.073) 0:03:26.589 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 03 January 2026 03:27:30 -0500 (0:00:00.084) 0:03:26.673 ****** ok: [managed-node3] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.056835", "end": "2026-01-03 03:27:30.918481", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "item": "rsyslog", "rc": 1, "start": "2026-01-03 03:27:30.861646" } 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 03 January 2026 03:27:31 -0500 (0:00:00.583) 0:03:27.257 ****** changed: [managed-node3] => { "changed": true, "cmd": [ "dnf5", "remove", "-y", "rsyslog" ], "delta": "0:00:00.774259", "end": "2026-01-03 03:27:32.258430", "rc": 0, "start": "2026-01-03 03:27:31.484171" } STDOUT: Package Arch Version Repository Size Removing: rsyslog x86_64 8.2508.0-1.fc42 updates 2.7 MiB 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 Transaction Summary: Removing: 3 packages STDERR: After this operation, 3 MiB will be freed (install 0 B, remove 3 MiB). Running transaction [1/4] Prepare transaction 100% | 29.0 B/s | 3.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'. >>> [2/4] Removing rsyslog-0:8.2508.0-1.fc4 100% | 3.5 KiB/s | 126.0 B | 00m00s >>> [RPM] /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave [3/4] Removing libestr-0:0.1.11-11.fc42 100% | 2.1 KiB/s | 11.0 B | 00m00s [4/4] Removing libfastjson-0:1.2304.0-6 100% | 26.0 B/s | 11.0 B | 00m00s Complete! TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 03 January 2026 03:27:32 -0500 (0:00:01.352) 0:03:28.609 ****** 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" ] } lsrpackages: iproute rsyslog TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 03 January 2026 03:27:35 -0500 (0:00:02.930) 0:03:31.540 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 03 January 2026 03:27:35 -0500 (0:00:00.034) 0:03:31.574 ****** 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.1" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "1.fc42", "source": "rpm", "version": "1.52.1" } ], "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": "20251111" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "20251111" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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.31.5" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc43eng", "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": "20251111" } ], "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" } ], "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": "20251111" } ], "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": "6.fc42", "source": "rpm", "version": "9.6" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "6.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": "4.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.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.gitad370a8.fc42", "source": "rpm", "version": "20250707" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc42", "source": "rpm", "version": "2.8.1" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "6.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" } ], "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": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "3.fc42", "source": "rpm", "version": "1.02.204" } ], "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": "2.fc42", "source": "rpm", "version": "10.1.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": "2.fc42", "source": "rpm", "version": "1.3.0" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc42", "source": "rpm", "version": "2.7.2" } ], "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.17" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.17" } ], "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": "4.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.51.1" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc42", "source": "rpm", "version": "2.51.1" } ], "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": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "11.fc42", "source": "rpm", "version": "2.41" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "11.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.7" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "1.fc42", "source": "rpm", "version": "3.8.10" } ], "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.401" } ], "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": "20251111" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc42", "source": "rpm", "version": "6.17.4" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc42", "source": "rpm", "version": "6.17.8" } ], "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": "679" } ], "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": "7.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": "6.fc42", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "100.fc42", "source": "rpm", "version": "2.11" } ], "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": "4.fc42", "source": "rpm", "version": "0.8.5" } ], "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": "6.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": "3.fc42", "source": "rpm", "version": "2.4.128" } ], "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": "7.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": "4.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": "4.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" } ], "libicu": [ { "arch": "x86_64", "epoch": "None", "name": "libicu", "release": "4.fc42", "source": "rpm", "version": "76.1" } ], "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.6" } ], "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": "7.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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "4.fc42", "source": "rpm", "version": "1.0.20" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "1.fc42", "source": "rpm", "version": "0.7.35" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "6.fc42", "source": "rpm", "version": "3.6.5" } ], "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.3" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc42", "source": "rpm", "version": "0.11.3" } ], "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": "4.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": "7.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" } ], "libwbclient": [ { "arch": "x86_64", "epoch": "2", "name": "libwbclient", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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": "20251111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "3.fc42", "source": "rpm", "version": "0.9.33" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "3.fc42", "source": "rpm", "version": "3.22.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "1.fc42", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "3.fc42", "source": "rpm", "version": "2.03.30" } ], "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": "20251111" } ], "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": "4.fc42", "source": "rpm", "version": "4.37.0" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.117.0" } ], "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" } ], "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": "20251111" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc42", "source": "rpm", "version": "20251111" } ], "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": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "11.fc42", "source": "rpm", "version": "9.9p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "2.fc42", "source": "rpm", "version": "3.2.6" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "2.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.25.8" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc42", "source": "rpm", "version": "0.25.8" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "6.fc42", "source": "rpm", "version": "1.7.0" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "6.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.51.1" } ], "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": "20250616" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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": "2.fc42", "source": "rpm", "version": "4.1.2" } ], "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-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": "3.fc42", "source": "rpm", "version": "3.50.0" } ], "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": "1.fc42", "source": "rpm", "version": "3.13.9" } ], "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-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "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": "6.fc42", "source": "rpm", "version": "4.5.1" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": "None", "name": "python3-setuptools", "release": "7.fc42", "source": "rpm", "version": "74.1.3" } ], "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.1" } ], "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": "20251111" } ], "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": "20251111" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc43eng", "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": "5.fc42", "source": "rpm", "version": "1.7.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" } ], "samba-client-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-client-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common": [ { "arch": "noarch", "epoch": "2", "name": "samba-common", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-common-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.6" } ], "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.14" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.14" } ], "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.17" } ], "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": "20251111" } ], "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": "2025b" } ], "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.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.24.1" } ], "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": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc42", "source": "rpm", "version": "2.40.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "5.fc42", "source": "rpm", "version": "2.2.0" } ], "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": "1.fc42", "source": "rpm", "version": "9.1.1914" } ], "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": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "2.fc42", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "2.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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 03 January 2026 03:27:36 -0500 (0:00:01.273) 0:03:32.848 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 03 January 2026 03:27:36 -0500 (0:00:00.042) 0:03:32.891 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 03 January 2026 03:27:36 -0500 (0:00:00.035) 0:03:32.926 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 03 January 2026 03:27:36 -0500 (0:00:00.038) 0:03:32.964 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 03 January 2026 03:27:36 -0500 (0:00:00.026) 0:03:32.991 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 03 January 2026 03:27:37 -0500 (0:00:00.532) 0:03:33.523 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 03 January 2026 03:27:37 -0500 (0:00:00.594) 0:03:34.117 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 03 January 2026 03:27:38 -0500 (0:00:00.475) 0:03:34.593 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 03 January 2026 03:27:38 -0500 (0:00:00.121) 0:03:34.714 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 03 January 2026 03:27:38 -0500 (0:00:00.058) 0:03:34.772 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 03 January 2026 03:27:38 -0500 (0:00:00.056) 0:03:34.829 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 03 January 2026 03:27:38 -0500 (0:00:00.088) 0:03:34.917 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 03 January 2026 03:27:38 -0500 (0:00:00.041) 0:03:34.959 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 03 January 2026 03:27:38 -0500 (0:00:00.046) 0:03:35.006 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 03 January 2026 03:27:38 -0500 (0:00:00.042) 0:03:35.049 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 03 January 2026 03:27:38 -0500 (0:00:00.039) 0:03:35.088 ****** 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.077129", "end": "2026-01-03 03:27:39.344638", "failed_when_result": false, "rc": 0, "start": "2026-01-03 03:27:39.267509" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-input-files-modules.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/10-output-forwards-modules.conf /etc/rsyslog.d/20-templates.conf /etc/rsyslog.d/30-output-files-files_test0.conf /etc/rsyslog.d/90-input-basics-basic_input.conf TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 03 January 2026 03:27:39 -0500 (0:00:00.586) 0:03:35.675 ****** changed: [managed-node3] => (item=/etc/rsyslog.d/90-input-basics-basic_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "path": "/etc/rsyslog.d/90-input-basics-basic_input.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/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/10-output-forwards-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-forwards-modules.conf", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/30-output-files-files_test0.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_test0.conf", "path": "/etc/rsyslog.d/30-output-files-files_test0.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-files-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-input-files-modules.conf", "path": "/etc/rsyslog.d/10-input-files-modules.conf", "state": "absent" } changed: [managed-node3] => (item=/etc/rsyslog.d/10-output-files-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-files-modules.conf", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "state": "absent" } 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 03 January 2026 03:27:43 -0500 (0:00:04.127) 0:03:39.802 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 03 January 2026 03:27:43 -0500 (0:00:00.048) 0:03:39.851 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 03 January 2026 03:27:43 -0500 (0:00:00.081) 0:03:39.932 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 03 January 2026 03:27:43 -0500 (0:00:00.058) 0:03:39.991 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 03 January 2026 03:27:43 -0500 (0:00:00.064) 0:03:40.056 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 03 January 2026 03:27:43 -0500 (0:00:00.091) 0:03:40.147 ****** 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": "sysinit.target basic.target system.slice network.target network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "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": "3487989760", "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": "4406", "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.target network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 03 January 2026 03:27:44 -0500 (0:00:00.696) 0:03:40.844 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 03 January 2026 03:27:44 -0500 (0:00:00.044) 0:03:40.888 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 03 January 2026 03:27:44 -0500 (0:00:00.040) 0:03:40.929 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 03 January 2026 03:27:44 -0500 (0:00:00.036) 0:03:40.966 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 03 January 2026 03:27:44 -0500 (0:00:00.032) 0:03:40.998 ****** skipping: [managed-node3] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [Cleaning up __testfile__] ************************************************ task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:585 Saturday 03 January 2026 03:27:44 -0500 (0:00:00.050) 0:03:41.048 ****** changed: [managed-node3] => { "changed": true, "path": "/tmp/__testfile__", "state": "absent" } TASK [Check ports managed by firewall and selinux - 7] ************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:590 Saturday 03 January 2026 03:27:45 -0500 (0:00:00.485) 0:03:41.534 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 03 January 2026 03:27:45 -0500 (0:00:00.071) 0:03:41.606 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 03 January 2026 03:27:45 -0500 (0:00:00.063) 0:03:41.670 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 03 January 2026 03:27:45 -0500 (0:00:00.034) 0:03:41.704 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 03 January 2026 03:27:45 -0500 (0:00:00.043) 0:03:41.747 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 03 January 2026 03:27:45 -0500 (0:00:00.046) 0:03:41.793 ****** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Force all notified handlers to run at this point, not waiting for normal sync points - 6] *** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:595 Saturday 03 January 2026 03:27:45 -0500 (0:00:00.036) 0:03:41.830 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 03 January 2026 03:27:45 -0500 (0:00:00.015) 0:03:41.846 ****** 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": "sysinit.target basic.target system.slice network.target network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.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": "3892314112", "EffectiveMemoryMax": "3892314112", "EffectiveTasksMax": "4406", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "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": "3498639360", "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": "4406", "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.target network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Assert /var/log/messages] ************************************************ task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:598 Saturday 03 January 2026 03:27:46 -0500 (0:00:00.746) 0:03:42.592 ****** included: /tmp/collections-S1q/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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3 Saturday 03 January 2026 03:27:46 -0500 (0:00:00.076) 0:03:42.669 ****** 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-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9 Saturday 03 January 2026 03:27:47 -0500 (0:00:00.614) 0:03:43.283 ****** skipping: [managed-node3] => { "false_condition": "errors is not none" } TASK [Ensure no errors in /var/log/messages] *********************************** task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:21 Saturday 03 January 2026 03:27:47 -0500 (0:00:00.078) 0:03:43.361 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Remove /var/log/messages] ************************************************ task path: /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:25 Saturday 03 January 2026 03:27:47 -0500 (0:00:00.061) 0:03:43.423 ****** changed: [managed-node3] => { "changed": true, "path": "/var/log/messages", "state": "absent" } PLAY RECAP ********************************************************************* managed-node3 : ok=448 changed=60 unreachable=0 failed=0 skipped=473 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 03 January 2026 03:27:47 -0500 (0:00:00.516) 0:03:43.939 ****** =============================================================================== fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages -- 13.87s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 5.79s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 5.55s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 4.13s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.29s /tmp/collections-S1q/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 --- 3.22s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 2.96s /tmp/collections-S1q/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.93s /tmp/collections-S1q/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.90s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 2.82s /tmp/collections-S1q/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.75s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 2.27s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 1.68s /tmp/collections-S1q/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.64s /tmp/collections-S1q/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.61s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Check again the input call with tag=files_input ------------------------- 1.55s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:358 Check the input call with tag=files_input ------------------------------- 1.55s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tests_combination.yml:162 fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.52s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Check conf files exist -------------------------------------------------- 1.48s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Check conf files exist -------------------------------------------------- 1.47s /tmp/collections-S1q/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27