ansible-playbook [core 2.19.4rc1] 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-Cu8 executable location = /usr/local/bin/ansible-playbook python version = 3.13.7 (main, Aug 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_relp.yml ******************************************************* 1 plays in /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml PLAY [Test the server/client configuration using tls relp] ********************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:2 Saturday 01 November 2025 04:27:51 -0400 (0:00:00.025) 0:00:00.025 ***** [WARNING]: Host 'managed-node1' 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-node1] TASK [Set firewall and selinux to true] **************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:23 Saturday 01 November 2025 04:27:52 -0400 (0:00:01.313) 0:00:01.339 ***** ok: [managed-node1] => { "ansible_facts": { "logging_manage_firewall": true, "logging_manage_selinux": true }, "changed": false } TASK [TEST CASE 0; Test the server configuration containing tls tcp, plain tcp and udp connection] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:28 Saturday 01 November 2025 04:27:52 -0400 (0:00:00.025) 0:00:01.364 ***** included: fedora.linux_system_roles.logging for managed-node1 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 01 November 2025 04:27:52 -0400 (0:00:00.050) 0:00:01.414 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 01 November 2025 04:27:53 -0400 (0:00:00.021) 0:00:01.436 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009155", "end": "2025-11-01 04:27:53.575646", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:27:53.566491" } STDOUT: running TASK [fedora.linux_system_roles.logging : Require installed systemd] *********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 01 November 2025 04:27:53 -0400 (0:00:00.635) 0:00:02.071 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 01 November 2025 04:27:53 -0400 (0:00:00.046) 0:00:02.117 ***** ok: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 01 November 2025 04:27:53 -0400 (0:00:00.048) 0:00:02.166 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 01 November 2025 04:27:53 -0400 (0:00:00.086) 0:00:02.253 ***** ok: [managed-node1] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "files_output", "type": "files" }, { "name": "forwards_output", "target": "host.domain", "tcp_port": 1514, "type": "forwards" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 01 November 2025 04:27:53 -0400 (0:00:00.067) 0:00:02.320 ***** ok: [managed-node1] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "system_input", "type": "basics" }, { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_server0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "name", "port": 6514, "private_key": "/etc/pki/tls/private/logging_cert.key", "tls": true, "type": "relp" }, { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_server1", "pki_authmode": "name", "port": 20514, "private_key": "/etc/pki/tls/private/logging_cert.key", "tls": true, "type": "relp" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 01 November 2025 04:27:53 -0400 (0:00:00.078) 0:00:02.398 ***** skipping: [managed-node1] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.064) 0:00:02.462 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.054) 0:00:02.517 ***** skipping: [managed-node1] => (item={'name': 'flows', 'inputs': ['system_input', 'relp_server0', 'relp_server1'], 'outputs': ['files_output', 'forwards_output']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "system_input", "relp_server0", "relp_server1" ], "name": "flows", "outputs": [ "files_output", "forwards_output" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.064) 0:00:02.581 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.077) 0:00:02.658 ***** ok: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.058) 0:00:02.716 ***** ok: [managed-node1] => { "ansible_facts": { "logging_tls_tcp_ports": [ 6514, 20514 ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Update port values from outputs] ***** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.063) 0:00:02.779 ***** ok: [managed-node1] => { "ansible_facts": { "logging_tcp_ports": [ 1514 ], "logging_tls_tcp_ports": [ 6514, 20514 ], "logging_tls_udp_ports": [], "logging_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Update port values from inputs] ****** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.100) 0:00:02.880 ***** ok: [managed-node1] => { "ansible_facts": { "logging_tcp_ports": [ 1514 ], "logging_tls_tcp_ports": [ 6514, 20514 ], "logging_tls_udp_ports": [], "logging_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.075) 0:00:02.955 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.068) 0:00:03.023 ***** ok: [managed-node1] => { "ansible_facts": { "logging_firewall_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.074) 0:00:03.098 ***** ok: [managed-node1] => (item=1514/tcp) => { "ansible_facts": { "logging_firewall_ports": [ { "port": "1514/tcp", "state": "enabled" } ] }, "ansible_loop_var": "item", "changed": false, "item": "1514/tcp" } ok: [managed-node1] => (item=6514/tcp) => { "ansible_facts": { "logging_firewall_ports": [ { "port": "1514/tcp", "state": "enabled" }, { "port": "6514/tcp", "state": "enabled" } ] }, "ansible_loop_var": "item", "changed": false, "item": "6514/tcp" } ok: [managed-node1] => (item=20514/tcp) => { "ansible_facts": { "logging_firewall_ports": [ { "port": "1514/tcp", "state": "enabled" }, { "port": "6514/tcp", "state": "enabled" }, { "port": "20514/tcp", "state": "enabled" } ] }, "ansible_loop_var": "item", "changed": false, "item": "20514/tcp" } TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.136) 0:00:03.234 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.039) 0:00:03.274 ***** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 01 November 2025 04:27:54 -0400 (0:00:00.130) 0:00:03.404 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 01 November 2025 04:27:55 -0400 (0:00:00.094) 0:00:03.499 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 01 November 2025 04:27:55 -0400 (0:00:00.080) 0:00:03.579 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 01 November 2025 04:27:55 -0400 (0:00:00.829) 0:00:04.408 ***** ok: [managed-node1] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 01 November 2025 04:27:56 -0400 (0:00:00.052) 0:00:04.461 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 01 November 2025 04:27:56 -0400 (0:00:00.477) 0:00:04.938 ***** ok: [managed-node1] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 01 November 2025 04:27:56 -0400 (0:00:00.067) 0:00:05.006 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008307", "end": "2025-11-01 04:27:57.045504", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:27:57.037197" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 01 November 2025 04:27:57 -0400 (0:00:00.536) 0:00:05.542 ***** skipping: [managed-node1] => { "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.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 01 November 2025 04:27:57 -0400 (0:00:00.058) 0:00:05.600 ***** ok: [managed-node1] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 01 November 2025 04:27:57 -0400 (0:00:00.117) 0:00:05.717 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 01 November 2025 04:27:59 -0400 (0:00:01.709) 0:00:07.427 ***** skipping: [managed-node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 01 November 2025 04:27:59 -0400 (0:00:00.091) 0:00:07.518 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 01 November 2025 04:27:59 -0400 (0:00:00.080) 0:00:07.599 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 01 November 2025 04:27:59 -0400 (0:00:00.059) 0:00:07.659 ***** skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 01 November 2025 04:27:59 -0400 (0:00:00.121) 0:00:07.780 ***** skipping: [managed-node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 01 November 2025 04:27:59 -0400 (0:00:00.125) 0:00:07.906 ***** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "polkit.service dbus.socket system.slice dbus-broker.service sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "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_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; 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/firewalld.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": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "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": "3477823488", "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": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "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": "null", "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", "SuccessExitStatus": "251", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 01 November 2025 04:28:00 -0400 (0:00:01.184) 0:00:09.090 ***** changed: [managed-node1] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus-broker.service polkit.service sysinit.target basic.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "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_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin 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 iptables.service ipset.service ip6tables.service ebtables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; 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/firewalld.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": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "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": "3476344832", "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": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "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": "null", "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", "SuccessExitStatus": "251", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 01 November 2025 04:28:02 -0400 (0:00:01.994) 0:00:11.084 ***** ok: [managed-node1] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.13", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 01 November 2025 04:28:02 -0400 (0:00:00.048) 0:00:11.132 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 01 November 2025 04:28:02 -0400 (0:00:00.035) 0:00:11.168 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 01 November 2025 04:28:02 -0400 (0:00:00.034) 0:00:11.202 ***** changed: [managed-node1] => (item={'port': '1514/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "1514/tcp", "state": "enabled" } } changed: [managed-node1] => (item={'port': '6514/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "6514/tcp", "state": "enabled" } } changed: [managed-node1] => (item={'port': '20514/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "20514/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:127 Saturday 01 November 2025 04:28:04 -0400 (0:00:02.023) 0:00:13.226 ***** skipping: [managed-node1] => (item={'port': '1514/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "1514/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'port': '6514/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "6514/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'port': '20514/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "20514/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:138 Saturday 01 November 2025 04:28:04 -0400 (0:00:00.101) 0:00:13.327 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall | length == 1", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147 Saturday 01 November 2025 04:28:04 -0400 (0:00:00.071) 0:00:13.398 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.069) 0:00:13.468 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:162 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.055) 0:00:13.523 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:173 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.053) 0:00:13.576 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:179 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.055) 0:00:13.632 ***** skipping: [managed-node1] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.044) 0:00:13.676 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.063) 0:00:13.739 ***** ok: [managed-node1] => { "ansible_facts": { "logging_selinux_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.066) 0:00:13.806 ***** ok: [managed-node1] => (item=1514) => { "ansible_facts": { "logging_selinux_ports": [ { "local": "true", "ports": 1514, "proto": "tcp", "setype": "syslogd_port_t", "state": "present" } ] }, "ansible_loop_var": "item", "changed": false, "item": 1514 } TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.076) 0:00:13.882 ***** ok: [managed-node1] => (item=6514) => { "ansible_facts": { "logging_selinux_ports": [ { "local": "true", "ports": 1514, "proto": "tcp", "setype": "syslogd_port_t", "state": "present" }, { "local": "true", "ports": 6514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } ] }, "ansible_loop_var": "item", "changed": false, "item": 6514 } ok: [managed-node1] => (item=20514) => { "ansible_facts": { "logging_selinux_ports": [ { "local": "true", "ports": 1514, "proto": "tcp", "setype": "syslogd_port_t", "state": "present" }, { "local": "true", "ports": 6514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" }, { "local": "true", "ports": 20514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } ] }, "ansible_loop_var": "item", "changed": false, "item": 20514 } TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.077) 0:00:13.960 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.019) 0:00:13.979 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.013) 0:00:13.993 ***** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node1 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.120) 0:00:14.113 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.058) 0:00:14.172 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.047) 0:00:14.220 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 01 November 2025 04:28:05 -0400 (0:00:00.084) 0:00:14.304 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 01 November 2025 04:28:06 -0400 (0:00:00.491) 0:00:14.795 ***** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 01 November 2025 04:28:06 -0400 (0:00:00.059) 0:00:14.855 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 01 November 2025 04:28:06 -0400 (0:00:00.481) 0:00:15.337 ***** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 01 November 2025 04:28:06 -0400 (0:00:00.055) 0:00:15.392 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 01 November 2025 04:28:07 -0400 (0:00:00.052) 0:00:15.444 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 01 November 2025 04:28:08 -0400 (0:00:01.466) 0:00:16.911 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 01 November 2025 04:28:08 -0400 (0:00:00.044) 0:00:16.955 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 01 November 2025 04:28:10 -0400 (0:00:01.470) 0:00:18.426 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 01 November 2025 04:28:11 -0400 (0:00:01.574) 0:00:20.000 ***** skipping: [managed-node1] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 01 November 2025 04:28:11 -0400 (0:00:00.074) 0:00:20.075 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 01 November 2025 04:28:11 -0400 (0:00:00.115) 0:00:20.191 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 01 November 2025 04:28:11 -0400 (0:00:00.097) 0:00:20.288 ***** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 01 November 2025 04:28:13 -0400 (0:00:01.196) 0:00:21.485 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009000", "end": "2025-11-01 04:28:13.581558", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:28:13.572558" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 01 November 2025 04:28:13 -0400 (0:00:00.605) 0:00:22.091 ***** skipping: [managed-node1] => { "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.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 01 November 2025 04:28:13 -0400 (0:00:00.079) 0:00:22.170 ***** ok: [managed-node1] => { "ansible_facts": { "__selinux_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 01 November 2025 04:28:13 -0400 (0:00:00.115) 0:00:22.286 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 01 November 2025 04:28:13 -0400 (0:00:00.078) 0:00:22.365 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 01 November 2025 04:28:14 -0400 (0:00:00.083) 0:00:22.448 ***** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 01 November 2025 04:28:14 -0400 (0:00:00.133) 0:00:22.582 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 01 November 2025 04:28:14 -0400 (0:00:00.077) 0:00:22.659 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 01 November 2025 04:28:14 -0400 (0:00:00.082) 0:00:22.742 ***** skipping: [managed-node1] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 01 November 2025 04:28:14 -0400 (0:00:00.116) 0:00:22.858 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 01 November 2025 04:28:14 -0400 (0:00:00.086) 0:00:22.945 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 01 November 2025 04:28:14 -0400 (0:00:00.107) 0:00:23.052 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 01 November 2025 04:28:14 -0400 (0:00:00.122) 0:00:23.174 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 01 November 2025 04:28:14 -0400 (0:00:00.107) 0:00:23.282 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 01 November 2025 04:28:14 -0400 (0:00:00.079) 0:00:23.361 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 01 November 2025 04:28:14 -0400 (0:00:00.030) 0:00:23.392 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 01 November 2025 04:28:15 -0400 (0:00:00.042) 0:00:23.434 ***** ok: [managed-node1] => (item={'ports': 1514, 'proto': 'tcp', 'setype': 'syslogd_port_t', 'state': 'present', 'local': 'true'}) => { "__selinux_item": { "local": "true", "ports": 1514, "proto": "tcp", "setype": "syslogd_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "1514" ], "proto": "tcp", "setype": "syslogd_port_t", "state": "present" } changed: [managed-node1] => (item={'ports': 6514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => { "__selinux_item": { "local": "true", "ports": 6514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "6514" ], "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } changed: [managed-node1] => (item={'ports': 20514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => { "__selinux_item": { "local": "true", "ports": 20514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "20514" ], "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 01 November 2025 04:28:18 -0400 (0:00:03.337) 0:00:26.772 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 01 November 2025 04:28:18 -0400 (0:00:00.020) 0:00:26.792 ***** ok: [managed-node1] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:07e1762f7bc152f528b276b206fe6cef3dacbd2a45f098ac72a5d84b131d1cbe", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:74ea3e47ba3d2b46e0b43e425f15c3a3ec88028200d4b6460025f1f399d3e0eb", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:392aa6241717437be81143b24bc8378ebdd2d801c00c78d3c4530aca2a0b3a85", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:0b785963550eb12b7e3c10fa03a88b89341ab5dec7a9ef209f61424631a87eaf", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:82d67735f56717c2a6c16367037560889d49cec530211bd81f4ceaf67e468881", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:21017c7901befd3c6fc519f7cfaf64aa49be92b6abd3a1df45e515e3efe73678", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:e8bc7dc56468c9f5d9e8bef25c2802b273018ebc4540e7670ba6e19803dbe8fd", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:4ff9c7e34da3d764abf2b843b96436f396e5fa96d1e2805f5801de044ef426ed", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:f53a083e7a80e7a58a31a3f4026d16d6e7132da58575ff0b997a69901215dc42", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:5b5cd5e6f9f8b3b9a93d66c1c92ba153aae4d366414a041c00bac2c34dffb119", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:c14f6a700fbaa6627a383253eeb6d2b13b3b12273f4e38cea16a6553f83f6bd3", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:afd99b00f90532fe5bcb42b3b5378b1f9f2f11898bf98071ce41a78fe5773fc4", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0a6130ca0546234505e27d14e95bd0194fdd2d2f87f9630a03f8a9fb1abc20cc", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:c794a7581c08103006edcc7bacdb82846999e64039e18759657f27b922af1cf3", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:13be9be5ac997fb069cd7e6b91a82cc9687a1f411829d429a1c1fe71680c3b44", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:20b563dca9f35461c4cc3c52272529bce4e70ee0c279b76647979ff8ab6bee49", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dbbd66e6a7e7c54caa565e155586fe5ec73d036d1c9b8a4e51492489e77beee0", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:4f1321c9ae669599a6d57f7df32a1bc67dd73d4fd2c923a72dcd98c8249c7fad", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:1747848656971028ed44617aed6d5fe3907c15e669c441b31af2623199fe32a0", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:ee7ae4b6b76f442bba0f0fe7606496ac9c48b5bca248cd66d3269289837adceb", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:ba093cd62be4b3cc2c22f15306febfa6e36e28a2b0912cba6c545472015c811f", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:d9acc04a588e0d9163bf3c25d1a99daee7ce26335ceed4210520fc91d9153749", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:d1aa8f92091b84585dca61ee9e1fd4c18a9f66194e88728e02efedd0894595d1", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:979e949b855e3093e2e8a2b65b5723b67ee183a8bd869849e3be363fc4bf291e", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:09a341e45897accb1fb369e01456975291b651eccbcd29b38ff15572c6be3858", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:970bec50768128534e199e4e395384d9e8eea12567b3d4144655e4946474c726", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:431b6eddf8d42235e521b106db8987273747cc25d84e99da6534711bc5f03ac7", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:5f2c0c8148502f0592527fb7e8167984ca2165c9143dbaa02017d4f70081c92a", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:4641c84af5d6e4b76929b7c299b439fc7baefe8f22057381b79044114dfd0d52", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:8d970b4cc31afbed3af94c52ec3bcbfef3431479572490a39e82b2364647e39f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:607d0195890b7070551eb3bd348e7b51dc8df436b188c46303db219ad39f92ce", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:a29e3284f73252846620724902556de6175baba01a20a217698835e593b626a9", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:53f284c810bdb06b451e0d837a6d4768263635d697af332a32fb0ed0cde552ec", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:ad6ff600fb2a8b2c4a4f493ef0a5df80f977f8e1684a747f72bf7e8325cb32cf", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:a7c571857aa228b989ba22bc73cbd5a585621491fb02934d91203d2dcc86de7e", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:f85d940a73022a2cdb6706c11cd82bc15f6066ca6bd3c9cb52290b61239fe2ce", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:93319bb37351a620cccb20ac57bde237f73ce04872df46ebc225c0aa7bb4ef7f", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:52c34ae09e5ffd92e02072d391145977c5d45311a876b41daae403ae6a34a5aa", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:08769b88bccb5fd3916d3cbecedda1419539427345358c4157a5f7b126e72fde", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:228502577fd10bfcc754491a93e3e6807ff21e082ba49fdca428d2982b0bd0b9", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:0f132d464ab6cac7c6a117b3079b9b35761011c07df6dbaa2753eae7dc8d0cc0", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:68a56198a3629874a1a1448b04e12f0c348414a6415d47d2308539b1d916157c", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:e7a6bd8a039a514d5f3116f06b52baeb2c97c0f980c71d36ef11bbfa988444f5", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:5c4d7cd74bfb25ca6ad2aad87218202ff47317c80582ea8c174d34baf70c1ec6", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:9fccdb73f8bc3e5762a00dd0bf212fad282be2850b6fe12d4ae2eb49a18b69b3", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:36a5f3dc0e4f86c567f56d6a8362ccd5fb7e5c102c07f06f5c050405d0a228f7", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:a455877428d40c2822e989d6c5d5ef2c3b3026b831621dca0e90044db3ea03e4", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:e7b77fc3a674a4ada6d00c588b067702fbf61175b1c558870731929a3e2ede9e", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:8d3f415211c810e980dff4f3d71b7c9a8175484d8f81a24fe1b2fe92552eac8c", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:ae0f768e71a62ef574791473379a53a2f4a57e988bde79ec152b3493d89d08de", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:a26e73b5ed651fd93fd99fa700eca8f59bd20d74ed3075f3abfab8919e67019d", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:1fef1e51283e26d3dc16780426e5eae69d2d7881e46c5e31372de043bb6e49f9", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:05b66a451cb0a9523050af4dfa038275fbe8f41ec55de9327602eb7f415a451c", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:345d5d5691dfe9dfb427ddf20f6d3f363e98547072c52faff7c3fde9ae07e7d3", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:a210190c23b77f7e237a8e6df13b2a2100f28ab9d4c050ad861d59d0794c888f", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:5529146bba31721092c21b8affeda0b141ee00816c0ec0e603c95ec4b62e9c1d", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:33934993fdfde62cbc4779d4e1fd342dfcdef75b752eecca34162a1401c57a7f", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:c57163c24d152bb84dd8a8128131e1a4b429dc6106b98b23c13caf276e10f49a", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:012b7dc462fdac6869bda5d38b93ec22eff6c1d3b9ad4f648e6bfd3631019529", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:f9a631032272822d67bb9517589dde92cff87aee2130f882193db4dace26d172", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:aa9b9ddb232f803ae397b8303f551c9c66d4d51fd7d368ad0dcd6bf90a13ea5a", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:9c2706f223c6b3848684cad46e881d7fa62acb5de6dd3804fa79cb39e965a382", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:532cd98eff78deff243452df6ceba5c55abe69997ecf8e6dc0f1abe84df6a944", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:126cfd163553c1f75de2a9861cc412575f48468aac07956645d0d329276d7b24", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:d6d7e9be97f4f1fd0ea450ec2c307d02628950f71088e391b98c5167ee353dc5", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:75ef1934d79fc9a366f45daf93eb19a53b3fd92143b744219224791559292ecd", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:55cd592b32ed8188137eebc9e7216692d494ed9181e7f35997489dbc4b08d8af", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:f5f2922060feb4e9366ce5dd09b05d7c109b3042daa3e2cb2af477913b3cd14a", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b6574208611c0f8bf9eae90ecd791e52aa16c50dfde834fbbb3b77a718b1eee", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:bd077cc2ee4e85634eecd00867d8822b3d87ad5eec4d42b0ae2d26226dc962be", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:5863e9d10057f6a9b4a0a6816ee1c551de955b9deb5409c4ad4da22c9a2cab0f", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:942737bd81b08b762e2283ca3f70e048623ca2ff0f51a580f57d2508be298acc", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:4242fd4fb3f8f88a944988c10b732358201843f9796b90b8e887b01396632142", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:857a0dec7874509d48c1ad9b679822ab31c81d83bdefce3ac2c164c5c6847047", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:3714fc1eb85d3d839b357a1b09fe64620156a2048ef4019f591971f3bb79b214", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:f7aa2fcffabc2ab1af691db68b6cb8c460e05b02ba6614fb68be18515a6a4ee0", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:aadd6f9ac3c866e29080cee7aa53f06d7f6376a6d9db5cf6b7ff76acb2c1e072", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:517c50091e43eef6f3f62ac9784566d96600e28b93befbd4bda3d5eb738a86a2", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:708a5630aa4958b2540762c51bfcba0330b8aedb681ac56f64d6b08ad12e96d2", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:ffdf9b266fee56b72776cb0dc867aec788c4a0f1566a40b9d0fcf4a67f2abfdb", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:59c355cd5e1ce69ddcba8fea8af456fb79106e92c06c7229668198a3519dbf8b", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:94c0d31bdb4796d5703843987fed34e68f81dc7ae8d361dd66da201074935ae8", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:3ed1ab24d637305ceab3e90420740e65e0753506f6ffeaa107f1369aaf4a1993", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d25d4fd8e936d18ade9796d4fbc643ddd762689247a99fb20d7527e8a2cfe042", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:c92322209526499cb3792e3aeee2a9cbd1a5f3b57614603e30c29f3f57f6b2e4", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:f2b66e036409597b82233544a12bbe28fd34f003bffd96ebd29b38fed11e85b0", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:619ad6d0c73b0e948415bbd20a60b75140d11c320043058abc912e1b001b8c16", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:1f426c571186a0db063e31d4b4fd7bffd5543896f192c32fa943d40718e096af", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:930b1e47395362a32bb5d5baa18e0b717ff4b270ae95554e0dc181e10c4991b4", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:49b9bc090b66563f0a5aea41a4fa991b6cb29306f6f6f7b9d58ec53a42e0d7e7", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:0142b856dde80621d37990329391d462a505a79350c77f9030022a1d7e1ce1f2", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:ae4c1edb1aaff5901a91056e4e342b5fc41e7d2c9bcdd1a7e5167e0c95b4d9e2", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:67ff90b2d01e686ec0ffbf724103cd7c9e01fad97eba7b66cfec0cd9c3e30064", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:5ec588d86cc16ff8bac42d4b27aa6e7122b5eab04a41cd96cf957f01c8efac8d", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:1078cc387be5d81f95e05115199f60bd0ea7b58f2d8b7a7532f49177755aef6c", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:341259cacadcc88112ff7b5db2d96a953a6009604f11604e62bafa604bb19eba", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:b3c318d7b686382f58d3aeb9284d5d158dd60a26a1be32d9a9bfddf554720a3c", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:b70c89584e1139504bfb38391ab28baf68ce2eba62c81f0792f78612cb866f34", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:811d18ce9fe8692c65210772e4f5fe3b7577ed075c3e0dddd9ea6ad6dfe9d5a0", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:47f343f21d89b5b994d49a1e6e72afadf1a625f8454225a098f546e2db800935", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:59f38e1b0ad43b5ef327d389162061da333e34a3d1c7374d1cdb470619284dab", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:abebccefd78fafb41aee1eea9d6563adb48fb0e951bde4f653c3b5cc724905d4", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:1edd3d5c7ae9ecaafd35a4b7a018ed2d9201614b806ae775c489b5162e99e4f1", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:ba972829a762598213eb2a95afce1a7db1d1af6d461c6e0cf36302860dfe5b9a", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:820475eacaed2781a188ce19feec90efa150bcf0167a72f803a36ecf317700c3", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:17e86bd469834f6aa8e1a697cd174ae00b4dc806885fc9f92cc8ad32c064b8e7", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:bafe5c62ddc19d41ad9c3e8b05905c26b582390a9f471288d944beabfeb622ad", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:2495a1e61742bd906c902a1240bb2302029ab8b761068fb4e957d52bea883a83", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:bdd22be366ebd7d01048616a267779b418488e6554ccf19f776daa6f1b764b8b", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:f51ec6114c09b17fa4d4076b01748fb31c79ccc703a491a7bc301028eb4d6a9e", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:bfd23d7d859518f8b3092f6426c680ff72e0b959c953582626fbe0ff000abde2", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:6d654434b3d09a5b97cd3036ffecf9adc738d0df0e0ed82b4edc270e02a59d37", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:bd0b507a97883d1c6212de8d46373fce5740bd58cfd074fa28f2210e0ac88ab6", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:3d2540fe20555834952f9a94a24689486f9d75062b2ffa3efa277c8e2e67aa3c", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3b4325a1c47b13e2a2263f31c1915a5446dec321b986bde9c3abd53aa45973f0", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:c8ab6fd529d3be35049d44a6dffc73b05ced946f29dc644c628fa213ce691c4d", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:c2f233981c60535a5777220d484636afcb60f2707ec3b040a653432853089b74", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:122de4e957cacf757b7650ab142dc748e3f82746272b489586b170dd0ced7c19", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:27555187cbcfc4c38bde933c12b550cc765b0381dc5e1ecd12cc73e34171f697", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:4a839cafc1811bfcbf8b1bd874ddb1b1d944d920743f9967807f6d97d10ab037", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:242fb3f9c464de5e1448b078b61d250382740ca16bfefa073fc446d0ee6294fa", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:870e47a2b89144e6dc5e256f00d6d5290ca897769e891d9369501abde60a8ecd", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:48d76bffc926e528ddcf0be86a5aafd60afc5f8dfbc4bf1748dbeccfad71e622", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:ddd80337d820fea4934902cf355800fa3614c92c9d875d39958ce78daf9f482d", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:f1edcd35be057e5f22d6e15e58b160d331e5316b1a92691df6152d10681662b6", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:4a717a98e3027b357afa1135e0adea17faa27a188c2a156639ec7f5e73bd5464", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:59a0f7a92be232557393502caaf50a855dd52dde1a8a0b9dc9fe2704b0ed5dbd", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:be70a7a0bfc472b335dc797c77d93f1ba6a1597dff790be9ee9e07ebcf76de13", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:0161c95f0a1ff81f854a2ec90e43f70a55c1195bf1c1e79cb168653d542ec135", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:2b047bf0469c45cef72569debc9b934ca3c15196d72873ea24370080f0605249", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:db4730115b1eee5bd210955898d0ee0b48b274f31dd6082de63fff2011a368d1", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:146f65fd296efbe1e10ff4bfa7047dea0c98249dea62795a89aa1dd147875bab", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:864d6aeab0f7e43e4a6a6d030a7a022b4ec88b6f7134fa62500e4f4ada32b358", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:ff3dd9d561de263512c79a78dc9082e67d0782f1355880f57bf8e9c23d93cbd0", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:56731272a124641bbf4590d09991abc652377908b1b68ce1581204b14a7a8d77", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:61bb0cf7a7fa7b30fc03ab300b182cbbdda618cea8c2d529f7d66d6700903b1c", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:9192a3a13888550539573e9cc4e6a043ff1b810118664372614e3c39462eb5d0", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:e9242467628a2d1d0f0f511b0aeac32fd642388f8189bd23ab6b3e908fdb2bc4", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:f1a420341919398e2303a37e56820162a56b6c1b434ce1bdeda40749f50a9916", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:b2809f0a57dce87b6dc2691811103966d4aa5a671057fc9e879142b07a7e0d31", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:bd696dd5be6a6c5548b7524d9e637d348ebbdf21a5e99c8f8596d87a08fae3b5", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:0b091d2924b5242b31cc642f68f2dad4edf183b4cc4026fb55be640a70a4e955", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:a3ee5da5c3248fb5dc79a218dbd7633a3cba2b9ec51e5d2aadc337ee8aeeb69b", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:bea28612dbadb9561a62f446d9642bf6a8a97ddf670f9d28eddb53fbaae0f420", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:e7a49aac0b0079b40e7870ca29e8caa9239a1f689ec35e5d6e03d89308839693", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:84015c8d599d271e21c342009170ac20e9c3f0988cc799823f0b63dad44cc517", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:8119ec994199a7256ecb8ff4685bee757ede6d07fdb42e920a935610affe9f63", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:cbb1e03b2729faf980a24615e098c4b44f4b76658ced74efb0c8d30b95c54471", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:082a80a012acf912fa94b58246bd991328c53ffea1ff872c36d0013b778ba1e3", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:461811d6f0ec6347359ae7f93b6067f22451754062c15f64e5980e2843f04671", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:a1b53df58c1af99d820ab86f7a71250611f3d0a6a36e915909253d4a204c388d", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:e2f5e6c8c7df50277599726c1c0867a77561f647280d56a961b02b36e0e64d04", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:0bb3baccea7db04252b1f6471141e626217c565451444e8308ec9bbaacc328c2", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:f2da8faa3d5346d0caccf3e145f6141c0d014092220e0081d28054dc7d99942d", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:24ce6480e0691179e12988a756db72c5a14ac90ed23b3f81e50837f4ab07b1c8", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:33601f99a05615adc943f5aca31ff3fbaeb158ab289a595dabdaf49cc2c475bf", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:b6efbe9a1c0da1b8d6096bbd8c79577c9395f7aac2581648e757e3463cb1dcff", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:25c0594c44ee50668117b476fb7359678453d201cbe6cdcfae9aa870a4eb071d", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:d22e53858a3f1160957c8a809ee8150d349bc895820025e3dcabe2c1caf78ea2", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:9b07e1145131cfbc79715f161e3d22c57df65e11b8d886451b2a2da1492df677", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:55e31e034c922b72b2aba1f4b62b4cedacf2812dec04d8fce83f842d0a5bf323", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:e1d83f92aa50fceb6a9195078b06ec6797032a07ca76ae8da75421b2dfd2ee1b", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:74227917cab2b7674fdc429cd4391b9db90615c047c870923efc898af24bb2fb", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:61cf0929dcf5cb51aa4b739ed27fd76e8105261e9be69ca848a8406ccc360479", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:8ed2e819c801f902ec6165c5c17c3bc37d85c29eff9ef97f494416758d5633b0", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:13ba5a1b2bbd51f94c561f54b1a9c8f8478db8c7688b20abddfc90336e77e86a", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:b3a1f09d70df2073b83ef2e599b5ca80c70e4716f03e52ecee9cc67680faa011", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:203bfdca8d2a7b6a6421d87eda544a452220a76a9f38d7c672f7b7a8d37612e1", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e0771312b5f2b95d09ecc0a219bbfc46689a929ab28ef761085376ec9cb1975", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f076b87ee550b79fd15e94e5324d4b41b9123c8435057ea3973b2abf10582c0b", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:79588a8b9cc3b012021f7e8a7a4d51491be716def3e690386c4f6990129e8cde", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:75d569cb4f7192dd40aacbcde2ad3c9d1ec36b400241c4021b3f966b20b6e9c7", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:7f31099a9c14b08f2b67d3874aec6a87ae2b50f9d4447eb4b40c1a1d5b0999b4", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:6610a6ae73faa80c7dc9aafde473afc388ade362e3f9a5a52aa625b68c1b5abd", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:7a75bab99974f7ee1be76847047e37b2f02d2a796fcce690843972cd30aafb74", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:59720c9543036e84959831002c8604715c0a7f8b5fa7e4de498b4dc8e8bc9853", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:f4d829ad2b938337077b15f713e26e570058dfefd889f4fcdac681c70229cf78", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:81230ed721561470d60c283152da84178cdbc3a2162d5a1a235ba55cb7f30262", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:82fa04c31e9c3f1b1515ea9a8052221fb9bf99983be64deda6eb7d133a015d0e", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:9d0ebace9f806e53f7d392637f1643ac06888b34cea0230552fa26022dd9ca5f", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:b20f657b323c82b5e9722d02585ff2cada6ceb82bfe67cddf550b53b961fa620", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f8f53f292f4ce6c5f8dc4577467e18ff72fdbca896e9636ec20761b47fc10e26", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:13d9f70bfdfb9e8a175c64b4ccbeb8569c3c78c63acedd7072ec8f39646cc238", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:b3b32d72e0fbebdc9d0f5af0e54a0555f773e696fd01827c009aa9b205db9648", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:9a27c0f47a16cd95b2c32c7275cff516a85d2c1a5d108bb9eb12ef79d93b336e", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:e226edf0129bfe34d7283e5b9d3b3e7607d51fe360cc2ce13e27a904fea2bcd2", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:5dfe4c59dd30e1c61183f5d67dcec11089ed4abac0f61a223954ec3696b55ec2", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:fd27673ec5ea01ca01cf3550816d7ad59895eaea9ab6fbabaa669f43ef0b0e9a", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:57499273697a508ab86a0077fc121436c3a159ce57f167bbd4ccec4aee6ed018", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:a3bcd1b26664505461d2f9fd252b967198a8199059797d3b415f2a425c36b807", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:871d85b0593251c06d9768b1ad29e806d3b66bc2974cd340cdd7b24e2d23466a", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:216097506e19a562b41c5560831c50cb993d99f52fa1002fd8ad08ceac801390", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:33e70f6077881063bbdbe96e41a8782bed55862519129ed4969e2421a943d9aa", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:08f618d254d5c90fed0d22eb7eb9b07a6a87f3b0e0296a48b2f1b9708420ec96", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:cb6b1e975f948ef86dcab05168a6d3e42bd7d9d99c10ec61639a3f1e6104695b", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:e0bd3ea02e60bfa00813695459757208523761ef8d9e82cd089739dd8bce8331", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:0049b6938ee6a3ec7ab80e3433fa79c342d9e41d3ade303b8793b074e01c33c4", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:063978e26420b5e50752e57366678cc94fa4e23671dc357615afae24141e6048", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:b016762385e1ea2f14e38d352cda8ef06412009a701d1d72c1d70404d20dca03", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:f1bcab4bebd71aafed0c28d8c4b30315ccf511b44ccfbc2ab0a26338c9d9c660", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:144c389a87b7d5c04973a355642be24478db0e44f35a89e17aa8690b99b24b8b", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:666f9b5be5d939761266a6c20bae176edd97f4cd67630d6996e0e33d00e7d938", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:ba723e016fb884450cda1158362b0b032a03e643b1669312475dc5d6de856040", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:f7584fef6386ccdb128e0e63c1365602004b37a929da098d17a8df7cad0294d4", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:55c12c8e5b8c9b5dd8d87706047666f42c3a0cb2a314a5a1a172af3f97ccd457", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:19ed67fab6e7fb9b808652e4bc7b4c395058c068d466bcb3494ee8179f63bff9", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:18f18eba3b941c0c76d10a2a39ef1fef22b2a9d832cc870893d63d8e46c5d465", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:969f756ec6c65a50480159f81fe5e207a5e6420505454a29e478b6e6ff88a752", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:622b5a7895c4b696fb37644328da33afc1111c48eb9e228f6eab25487007be49", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:50f7a9b2565ad5f7446a9ef19ff26aba9e2960f5a3a954feab6e5e5fafb4bb70", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:8786de8c8ffceded9270eae4dea156ec7b027ce3c538ff36c2dd313bf4315a02", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:f9c0b5d687d4e87ce66e4961d3ea3603d1375d52b6e24bad4b5b5e077c698ddf", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:591182d9644c09aa5bb564827ec8be059a2d7558b9bdfb22d51241661051fb66", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:351be8ae0a869be311d53347699c36d12c7f56d8dcd51296ef8206a324476a0d", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:1f2b4d28e961260e89825f4152332069386098751638f488be15fa1b2a302705", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:1a19a7c8f75a162daa0ba02b36044f6f570542f1eee676562c575eb366604f16", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6012a698fd8f3039ea8d7e3df58192ee7995e875ec966c919fba2ab5371a8320", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c47204ca387d2fe5170bc3b8f8991cf7c2f501c7e5f08309812c4fd8909a854c", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:af2b3022be3992bbb78080b97f27b87828fad3ee4948ed1a0e7639f7ea98b50b", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:0f4db6e67761afff8c1e7c982cfd3228546af6575e8eb1097980d154dde66fa7", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:db3d23363811dd532f2c72dce8e5479b19d83630df4c4d7b254e7573acf672e6", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:50378743a1ab2ed5e215a80e16b2ea1f84ef05a26b22923ddf4a5b955166cc25", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:975a216942bfbef061d3bcb3f933510b8162eb1cc4e1b221cc210683310a71a5", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:38b2e774a7f0e134ac0d70411edc3b006f047d2ce81ee23485192bc00fd2c8ad", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:6c52165a7ea9dc544b4f27aec0c806ab417bdee70811af6251ef365176ea7c6d", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:f679fb22023e5fc8e25b229521f60eceea201fcce2c98603bcd85d12cf7e8a39", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:908278778789ef019d91f4463e260b5a6e3a6cb1f7a1c95ad8bf19957cd42aaa", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:af4eb77ffbeb3d13cb9fcdf2cd54529cdf9b01a692b8a04370fd8ebc237d7b03", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:1b887a11afda85f7bd3583b3f74cac82c44aa007821969ae6e98e34dd0ca53b2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:87a896e14595928b523673b4fabae0a56574a8c2c4cecf7f618d4f924b2951bc", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:3c72a5bee36277130551378976bcb2ba638ce8875ce87e91584aab71a577c047", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:fd7f4a57ed16249b95d0f3aea5f0ec07d4ba6f0ac69083474a43da9bec527614", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7c800d55e5acc7ffcc6725ff80c747dcb060dc88a1c20fa9fc981ff81d76af39", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:53ba185452c0d9dc86d4f741825732ff78bc7ddc7af21b3a2d77c5184fb643c4", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:ea71e5bf4433d97a1986f1553903607783450667677485e63ad4f774f910c22a", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:c01b27e9fa597d48c6767d797320935716d57e60d926d87ec340b70df7301dd5", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:6c5835d7943d52849556947ff0968c2783e5b41c93bd4fe089d2befa46305693", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:680d101802c35fcd1fb8e14a61083b16d72f21f712c35258d8bf2052bfcfc87c", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0c2ccca84714edc7f0b195c55126edad113988546fb3077041166fd05e4367f5", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:4f78edca9b2cc88ece5b73e5f13bdad9a524e2f16f3076ed1373a079b1d0f601", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:ca789922a9633e1e87b1fab6c6c9e5ef606a4c167f14746a6416914d931b664b", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:5d315c66a3ca428a077429f32e87d132290ee8943cf73a38bed40268c76316d8", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:f31256f116bd7f1b8d0f8a630c07c4ed1c2d2620b5763d65a5ee4c093c2c8979", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:7abb4fd3a74bc56c914851a7f0a991053fd993d0d4eef360ca49af5fa03dcf9c", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:1580ce2f05f78c8faae4d733e92040d106c6ffc3efddd4cbe8701267c242e187", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:ae86a959cee99ae96fc879d0b6883c2ac90ab8be30deb274a27bfdde1162902c", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:7c38515c120ccc294fbc362e86a5ca8f67f077587399c99f39219aa9a85fbae2", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:6ced72b9378ccf82c39dafe50efb6970fd0fb14f0e8e8701890f1bcb4d7f2dc3", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:e89fc58c2148be9c9f1eb8302375095f5bc2e11220a809703c43e2ddcb3ad229", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:30caf6f187754cd40334d6519340ea777da7610baf5f6c340bc7d9e0cc0a8fc5", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:f29a112a461ac09a78bd30cded8e34451af48d5a8a307765db07ca5d9895f131", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:7743e75d7edda918b6372e80fdb022875a6daafe4469456d0ef3a257b477715d", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:166c219126ba98366d30ed73fd40cb3bc3cd512435ffaebaa62bdcc5a63c42dc", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:063301b97b39c738f9823e757305128eaf873781bb5c76f552795a814b8f6926", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:1164037db73274b633b4eb2ec5749c5e0b6f89911309a2b58201ad37fb3b5944", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:1b6131336cfbb673ba8c99d206eeb411500540acd1904e988368416d3409ffc1", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:3401ae51f6ecb2aec66e0261b3d0763519967bf2f43e7f8464cc57d26ea746bd", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:218005d830e35dd0c8caec058e59caf04b6dacd43d5b5e96961f6b1da70eacd8", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:2c12c32b05723caac5df11d5384e78a4074a4d0c34a5d4d500d1ee03ef9e167b", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:0fc6d39eac2fff41d4257208166bccf9affcb7b67b0c82b380464b9db12c3aa6", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:2ea31a96bd294588ab422383321b8f9342f88f7db8aacbec9c9f04e157087a91", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:d4387255d063461f853c4d49995e294b36c6d3294830fd365d438cd2c98900d7", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:7cd16fd847a28bd6e5146c68d0c6dc42e03ea2f96907dfd8be23b37490790870", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:6138cb7ea980cbdcd0cc133b6e30935881643d462d0eb6ebeebaf6f8e1cbf4fd", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:cd59a8fbd677ae2c82c245cac4040b820ef36e095714542936f58b9f26cbf8de", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:0d665baa070f1cf764f23772a946b70ed0f67daf2d714d8b3133838b1305eba2", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:a610d4181c2af3a4203ee68cdfa85ef97473a2616af3ae45d5a23a49926e2517", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:c18685b6899d236dd8370b6054006237ffbc21b7e1ea903f08c2539d67b7caa2", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:3f92acea7d3a97b992ba2ac3dc401eeade1cd7b564f977fe35fd1288e8ae8703", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:083831a1012c3a1cec04e9646abf4367accae47bdcee5e4723e9a523c0e65b86", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:8bd4119baa3e6710898e667ec5f263df49c39eb07c4c94a0e4462ba5fd9fd7da", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:65c77d930d3c3e579080e38e5d1358522acea08087b839bd903e2924dfd4f441", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:75c91031df4ff659967be5273480a5879e31c732a8b03c8c0f6961b7273b6c38", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:b08818d5c4f9e8c086ce22accc13e92fc327fbb960011da04cc8ea6ab7f3f85f", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a18d94b24559386d2310fc40222d34db4c1352637d3471444c9c1dbd6ad3d67c", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:098ff5be136e5e6b5823ffd9df2cd8a08775a278a3048b3083d0b66ff8bd006b", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:614dd961d263608b72682bf6b4213e86e7ab3183b28981802a51c755cfd273d0", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:45377184a4dc1d6dfb2fb4c033acccab99136e3cb0a0d758220c282f164c0ffc", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:0eeb4ecc06e9b7bdd82322a6ce2159f320d793de3cf0d7ac26c98f2755114347", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:3cdf2aa9c1fd1faf65883cd232216b6f68db287ebd5f6922b325c4e0fd07c95c", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:53c57171321c0a6343ef57c6b6cc885519a8d1276c01afd056de595f7c011471", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:fe3e5415cf6bd2b163bb6d49e754e1aeba1f1f2873fe7bccf2e1b8c2231e0dea", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:77b2fbac3b031be7cbdd5698633592386a9b645e0345098fa250dc6d9308d08e", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:c41fa25535508afb02c6bf703ce7723333ff27dac4e93a483393375bf7e1a8b4", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:8ad9385c8ae2f10a6797d367e8a07b86cabe0553840ffe432f718238988f0f56", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:38064a67b9789e05ab03b4a72b19819106be4e133f09cba093e0192541d0ccc7", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:d646079ec41f70ae25eeb5e08578cd80565a89e1124084d1988937152c4b8d37", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:92dab2e09b2afc248343d5af428381497c659f76b4fa06c795ab57daba7ba42d", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:afaa322f5ea702e2eb6654bcd1c8afc207a58097ec1b962ddecc6e46d8e608fc", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:8781c12b1f208c2ec99a26f3fdb5c14d871fe3e070175a7f59fb470a8da2c2e1", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:03871390774fa9ea187f346e6cef33a8d50d38929d589b9549ae7fd832fe530b", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:1a2b52eac6c1000f09ab5bee78a0b1b4aa722a790e48fbd9c5739adae0fb0a74", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:1813c45f9cce96f2eb5af46fd05845940acb9c83237c7ddec701e2db47b89349", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:c972acf1c9c95b9087ac1cb312598717fc5b62e07abbb7d94f3f0ad7128001f7", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:dad056f2784ce0be71faf4aaf372c7249934132ea535a2f633f8f15b95497dfb", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:dee1e5d62ac1f2f5864e6d2fd22cdca13178acb73f8e649296624efa1944c9be", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:fcb24e5a406e9ed4f2266451317b04a1f6319e1c130a11c11048db9e6e50849e", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:9fc6939631188479125af047f6f396ae2cb7ff705e1b5dcda373b2ad532db243", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:6f714aaa2419b9dc6057dadae9b32d44821a48c036b21a4d8f1bbd94f9f41242", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:961bc157eba42a90041cdae4cfbab4eb7caaa4390e94f8f8c64e818f57e8d45d", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:885d0b92944df521f0ec7b73acec4a45844cddd821359de0beb468037b1f1c2b", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:ddd8e551a1b2965238c2d14f963dc040580f9f9125aab732ae176cec058a11f8", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:1747d5eb954228ad2ac46c1c1873d06b99bd270ce407b36d87dc580a8a9ad306", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:d68d2de86b8a450be8cbc083980f89f8523299f10703fe8072ef392ffaaaeaec", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:839771d4a7944ecf516b512b79c28503895a11d5115a0b746c0582c764d22a18", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:a00aecee5b44c2175e35afc3e735c7c9d9e6c2d91621f705f4ede52cd4be119b", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:192c4c7c2227e9d086e8dbc7fb89a1e26f73401261f6f05a340c978253c41829", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:81b9dba021ea79d0a0769378b65f64204193e17d6ef06a591f802ce40c4d7083", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:945a713471533b9e566761db734c2de39e28397f9e37408f250ae88ce93609d4", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:de11b09844b143f58e4ab3106683e0841bce55cc933652bb55455eee89cbe0dd", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:2dc87e7936b0a4d1b0e3c0ca95b2fcc9b760a3314c25c97f3e8ef674635764d1", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:51eb7407cbcb4a464434f161b83b6d7a0a7ade48bace649f5fb16267e12f4bfc", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:a4476e3a14091a6177335a76e99abd37ffb2476ff47e74cdd1398d2d7a6cdf28", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:bdacc123e5cba61c4458b524f43821a7b05edfa0ca41df37e4769237f73e365a", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:9cb22b056bef12debec74e82cefeca4ff6897246391e59e089bb19b20400c7dd", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8556f9be021096a2c6ddca2efc29dd5cd751687acba65cedfdab1df1eec80198", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:e361c0e3bd6130905f1e28a341668ed1303f05c116be1ad49667b6b5d150eb0e", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:f9aa95a9c334d8424cb994940053b56850b0af12aac6560c1eb7e3881599ebba", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:ee2513b6377c56f4dfcc543f5b90a538f92e405d2d9616aad6f15bb12d82d93a", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a5a8b6f9a644e773826240eaf8d709c476d033a8361934d1c7c1d6789f0b9689", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:3bb9594ea3d9f3595cf4fff980257ff9f69e2a909df17ceee31da7c43f2562da", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:50288ce77850c6acb28c5c4fedb060de49ff1e19c25776982db265c19447ad79", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:aeb6309b65ba0f363eb778af0d343a348f01418476cd1ed09b8665d42536d4d8", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:c4cc0ab16fca3dd03a1c49508fb96a12e8ace76a749f988c983c38d6f3c2d93f", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:d60db1cef4e2c00d0a9a59ae09d1ab8e2c182d5f74747cf466182a1bb7ae8923", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:565c984dd0163d03d8f20ebd2eec41b8812bcd860119232e2bc6a1c98241e175", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:e88cc0d4cc7980c1d01bfb1727dec199afefb0032d786e8352b1df4e3ec51cdd", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:d297e7fc2b841aa3abf441ae7005848f76f3fe469eb77cea609a1a57fa2be2a9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:d8e49bac55494ad1ed0d15d964b0104e255503719c2d77305c5a5ff6028e7f66", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:89506f1e164c6463d895aa8311b582765beb4c99809d9cccdc72226cf5a28afd", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:2514e438d28bf5bb5a1ff0f4a49ca0cc14185f1c0b56487b096446cf3f88e7d2", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:cacd73eb6cc75a06561859a98e0d8a410aafd0ba9e9fa66d1a8e6bf47bdaae2c", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:d751b387e5c5d6e96e5395fa21bc35084d6c2f2597fdff7215f4d13acbcfd754", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:034a01d5eb69ee670aabd7712930b62d541ec9e92af1b57bcb0600780482c85a", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:e980b3fba20531a682c43a51832d3cc4b66fe9f97607df8235d967ca0217b273", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:6dd456959996bcd82fdbbb9dcb79ffbe12c81287d36bfdf13d4f37ca26b293fe", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:29bdc9ce5a45cb5d9e04ce9b038f3318ecbd5e53db44a4c6a517d4fe5b63bb9b", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:aa8d4d306139986b7b57b699de4c4dec7d78b9466aaf864b0aa9a0ec602d5aac", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:1188427a59dbf172a50ed3c1d575f4cd941a91e522c68c210aecf036c49956d7", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:5dd27251400a9f35566e845872c28ff7f538088705aea90aabab8318501ba771", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:254c923230cf857bb167f47122668302ea48e5ca868bf5dd59a05894df2fcf0a", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:566d91064d8d14faa250850414d78638675d98edff2960a2fd576b8826120ecf", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:553ce11a77c65a370a5a97904858547859798f392589702574aa3b50b7df6708", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:799c7611806a3a1e6c7aa097dac441d4061d5af76e480163d00540f372616f4d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:3c4cf591890d00cc774a72aaceedcf62ee12df5e8699e7d012b04c01fbb07b7e", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:85bb1decce7ae500b43b72bc575965ffa350035db96eccabbf29752d65dd9f02", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:4efde56844ddd6207e9b1c57e57745d0513baad74eda50e915c90353bdd578e7", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:79b2840754a59e7f8b2d3dadd347ce20553db763cc65b96a021c4dcb884cb2b9", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:3c55503bbd3ee06200080abc527b186ab462b86b82de5cbbffd2ca56cb58ff49", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:a559dfd888a38a004dd07e7c94e1a193d1e78f99635f3dba28d261e283f12919", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:dcff47a70e4d3e56aa864a6fd41e2ed4e10df56a142b4d8ce7d42769632efa2e", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:28ed2c7158f465dae8dea300b63b2d47767548c59c2723bff3d9c5f73291ca25", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:edf0d674361aaf2c58f38ef1ecb22115906d547916dc7e08d7a8f80bf8ba45a3", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:7a26195c942a21e6388f283c92dc35d36cf128e6c9d8802d7146eafa5a4aac44", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:9353dd7730e1d63dc08afcedf0f539918751c55376fe0b454bdd94abd53dd3fe", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:7468bf70d60a4be6457a2f99761aaf5e4ee386eed0ce4cf661f09002d69914f1", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:b2e39805699cd12c208131b6eaad8be2c3ca406c30785e19c669370fae1831d7", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:8c28162c222074fbf8ca26255c65c6e851e8be31833ea6b5add1d67e0c87bd51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:0af8866cf63ce4ddae97b540a29110e1f5c3a557ab0d38a01c53225e1615482d", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:4cab1edc108c23daf099632c2757e9ca35395c150e6ee49e6c757afd7b8c5a40", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:17b964bae5c19d0a484c63633f1f626c11f3ae5fa3cfc40347e7b019ecdee0ea", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:995b32a8aa2792d0185222ec7ceb682f9c5e7208a86664f34ed8a129591f7589", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:95277173283c539a1cddef4fa82598015c2b25d557bca5e0ae8b8c12c8737a1d", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:6ae51f3dafb59e55ce14c2ae7ad61a1a6537928588b8a34e546a5746d36c552b", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:c1634e496bde1d21787fbd5d0000841fc836628bd0fff1567de18aa72a1b865b", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:84ffec97572d3874976d14f5cc21529c787d760a331f2c301507f5e65dd4e1c8", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:e90f802611670def193d9caa43a50bbfbcb4747d5f2b9800e63e0a5f30b062de", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:c43441f9a0ebf61d37cacd2488fae0455d82831cd0fbeb7bf9e19f328cbe58e3", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:4e3fb9bf6562b8708afed63d92585a37817b1b50327e42f4bf181ea0cc0170d2", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:ac5da591fcd48a7878a3e56baa89e855e625d15ad1eff4e84c0c25f6a961441d", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:b8b9aec1eab301c8bd7cb9016857fc372a62901b5b788acb8f89b5626ae17f12", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:9b8b5f3fcc59660b537b84ef9c1cca029b07e7a35de8a1eae9fa19602e7e0619", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:6e7892a59b0c66b82affdf8226e7a882dc11c825c3af1dc281da237a1760299e", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:bc687c75f096be63b3f4086a1ba8a92a5959e0ab7faef8350b9a1dd3f0359562", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:fe4b0dba39e0aa89d24db76e3f865dd1268e4c970dfa6e19f56eae6b48e2d752", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:784a9e2eca89c7a2f4f244c5c3ea7438757e1c566d7d403b48491f3040646ca0", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:7aae7bba7a1396dd53ef6d83e883aaeac8fb4149695e5efc78e7b8edf192d42b", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:f998e77f6aa7a0417906ede2b3de0173a7963daba49d79fc7ffde9bf714012cc", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:9a0764c04dfc2430308e0af9f9fb3b5033010cbba30fb0456ac9a084256eed49", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:1c68d93c6b3ecf7840acb1220540818a6f57c60a6d9bbf64deff7952f19dcc37", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:a8bcd713cd82178e73e02b7c49afd07cfc618971233e72e2022ce221971854fb", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:ec53c25946b00ef7799d7082f6a8755d254fcf243eb4be90994833cd678b2bff", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:b8bdb3b26ac6e07664f12906fb71f6be4ac881c8896534ef90b6960531ae8560", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:c8534ff0dd92017bcf82dc88394b23cb0c895e176d9484ddbb765c950ce607f9", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:47746b0fa4bacf574a8971f7772929e3732f28340e917446101a86be1c367994", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:a68bcf10f577bcc9e53537a039055015374997bece9b7801a9c6d0de1bd6a376", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:c07057ad2cfe10fbba41d4c038c8fc09d20c8b982981a134a8d19600ca71f70e", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:bd029c830b83eb60f5eb990a0f5f8c4f7eed1c641a46ad62d1431a47ab501063", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:646b998803f9f13d9391c800333666e191211e36a22b5b30b35c06c95386d12c", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:6a367cb1d0274147beb4b8b7803e4c6ff22279684b7fcb682d500eddcead2006", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:1767a6f6b7ad336183fd44ef60b385022d9d5160c262defe1aae7da56cb2936e", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:c9b55d2d391268d342804a57d54a5fcd311741bf7e7fb2096149634d209459af", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:43a8212af4fb3c2e73e425c24e317dfb7626152d5810deced8186a5655325ffb", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:eeb684f40fdca7d7ec4ee38d5896d0203121add0dcef941046b03fcb5a4c70d1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:cdc9223b7e8b7827f5e5e7ec065c63f1a86e08a24e439d0a73af34b0c2d038e9", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:dd80aaab68123c84803dc4d6e5158b06567210c5c5790a1b8bec3f0cb7cf8dcb", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:91aa9fb2a25cf8ab63c29608340203cd342f83a0548fce99d7e7a4bb1b7fc73b", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:bef100e13b80f31c4d9006242cd0e31af52b4009a1f7a276ed436591fe46bcfe", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:082fd6b32c16e432ab74cba80cbb7450baa3a8e80b62653658fffd61308a735f", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:473f5182ec5be521d03494e5d7b0a8ce6f21560372f006b2ab066a2c18d19d28", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:ae1815f88a76b1f5e299755e22f795e6b8d44ce4c56b4fc5a9c234259298edb0", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:44c5437bb8a1270a4296ecabd8f1c46653ad925bbb8ba18b98b62635fd703225", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:314719328e049d2b0f47ae1b670e118dacf085a162a6cd12d987c0a3a31b5e6c", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:280b644c16520977017a56cc49b0a7d0dcf46298fe46859d8c0a8b42e95a707f", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a2249e4d9d12076dcd9c2e25adbb4ff1998b65825d9d6d00ef88a17d275ddef8", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:2d7310271fc9e735b2669f92914ccd2d7985298f247637ea97b942e4c6f58fcf", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:7e70b3c1001b574dc65fc48b951ef85bdcc33a1d9dfb228bfe333aba2abfbcc3", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:d0af3c0ae7c53b543dc468e32d16a1f576da3e7806cfd3a2e71b1cdfdf6c2412", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:95332a969f8c151e437e9de327f01de334e3e006c3a29c1a77ca689f5ecba14d", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:86ea26eef27a80e91c40ab20d623d93e3fa575b9265ad89e0cbef697dcd68601", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:07cb8bdedb1187064b4ea74bf0ba7295bb201b86386a2744a4ec11006b3e416a", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:2a21899d827f7fd37aee2beec7e0c2202b9e22b058e53bed3ae9c4aecb7b2ff3", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ba75d9754bddca533babbc354ba55b0f9ec0044f6f0d665a52ab9df037c1083a", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:61579d3628a243d42abb2125e221ba799056b313b09b4df6c17dd076eede06a1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:0423456788f66a6d334abb8d0a4a195a19c6f4fe0baeda34e0b82678a8cfa579", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:a81dc08dfdf7af428ba8304626edf6bde876da4d43c8ab7a4c0790fecf5f5018", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:5d3c9c0c36abb65f6a6297df3950e885a38d95d77e93e113c27dce27b26e0e18", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:377d11299644e6d2e39f0805ade69f117f2aea0e49a6e751ebef89d0506363d1", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:4f56763934dcdc20045566beb75c04d2388fba8c46527a4c7b1fe2bb9c3f4619", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:5b0be563ea2331d8fe9b387e2f397de10edf715ca39082910e3546558dd002fe", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:c89cea9aea206aa46f5e63a81a352743e5ce14e9ff63e2f0596be9fccc44d022", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:02f2639fd300ea1c9578a00695cb4422cf6ace2feff5f5b8f1d143f413f49776", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:7f97bbcb40714a275f452c7f78640203f495b6a4aa43fc8ab3cf8289e7a91582", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:dced07fffbe179349ccc56e68dc313b9ed491c417282c434501e2c04a3b76268", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:37b5c094f2775cbde3616c4e8b3b2c56b758004c4350c484b45dc84679745176", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 01 November 2025 04:28:21 -0400 (0:00:03.213) 0:00:30.005 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 01 November 2025 04:28:21 -0400 (0:00:00.050) 0:00:30.056 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 01 November 2025 04:28:21 -0400 (0:00:00.024) 0:00:30.080 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 01 November 2025 04:28:21 -0400 (0:00:00.029) 0:00:30.110 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 01 November 2025 04:28:21 -0400 (0:00:00.048) 0:00:30.159 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 01 November 2025 04:28:21 -0400 (0:00:00.057) 0:00:30.216 ***** included: fedora.linux_system_roles.certificate for managed-node1 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 01 November 2025 04:28:21 -0400 (0:00:00.092) 0:00:30.309 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 01 November 2025 04:28:21 -0400 (0:00:00.070) 0:00:30.380 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 01 November 2025 04:28:22 -0400 (0:00:00.064) 0:00:30.445 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 01 November 2025 04:28:22 -0400 (0:00:00.520) 0:00:30.966 ***** ok: [managed-node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Saturday 01 November 2025 04:28:22 -0400 (0:00:00.047) 0:00:31.013 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.010691", "end": "2025-11-01 04:28:23.006135", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:28:22.995444" } STDOUT: running TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Saturday 01 November 2025 04:28:23 -0400 (0:00:00.495) 0:00:31.508 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Saturday 01 November 2025 04:28:23 -0400 (0:00:00.060) 0:00:31.569 ***** ok: [managed-node1] => { "ansible_facts": { "__certificate_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Saturday 01 November 2025 04:28:23 -0400 (0:00:00.094) 0:00:31.663 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node1] => (item=Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_42.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 01 November 2025 04:28:23 -0400 (0:00:00.201) 0:00:31.865 ***** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.6.1-3.fc42.noarch", "Installed: python3-cryptography-44.0.0-3.fc42.x86_64", "Installed: python3-cffi-1.17.1-2.fc42.x86_64", "Installed: python3-pycparser-2.20-19.fc42.noarch", "Installed: python3-ply-3.11-26.fc42.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Saturday 01 November 2025 04:28:26 -0400 (0:00:02.970) 0:00:34.835 ***** changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: python3-packaging-24.2-3.fc42.noarch", "Installed: certmonger-0.79.21-1.fc42.x86_64", "Installed: dbus-tools-1:1.16.0-3.fc42.x86_64" ] } lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Saturday 01 November 2025 04:28:29 -0400 (0:00:03.354) 0:00:38.189 ***** changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Saturday 01 November 2025 04:28:30 -0400 (0:00:00.817) 0:00:39.006 ***** changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Saturday 01 November 2025 04:28:31 -0400 (0:00:00.594) 0:00:39.601 ***** changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus-broker.service systemd-journald.socket basic.target network.target system.slice sysinit.target dbus.socket syslog.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3389517824", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Saturday 01 November 2025 04:28:32 -0400 (0:00:01.174) 0:00:40.775 ***** changed: [managed-node1] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } } MSG: Certificate requested (new). TASK [fedora.linux_system_roles.certificate : Check if test mode is supported] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Saturday 01 November 2025 04:28:33 -0400 (0:00:01.103) 0:00:41.879 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Saturday 01 November 2025 04:28:33 -0400 (0:00:00.074) 0:00:41.953 ***** skipping: [managed-node1] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Saturday 01 November 2025 04:28:33 -0400 (0:00:00.091) 0:00:42.045 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Saturday 01 November 2025 04:28:33 -0400 (0:00:00.077) 0:00:42.123 ***** skipping: [managed-node1] => (item=logging_cert) => { "ansible_loop_var": "cert_name", "cert_name": "logging_cert", "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Saturday 01 November 2025 04:28:33 -0400 (0:00:00.105) 0:00:42.228 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Saturday 01 November 2025 04:28:33 -0400 (0:00:00.130) 0:00:42.359 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 01 November 2025 04:28:34 -0400 (0:00:00.274) 0:00:42.634 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 01 November 2025 04:28:34 -0400 (0:00:00.078) 0:00:42.713 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 01 November 2025 04:28:34 -0400 (0:00:00.058) 0:00:42.772 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 01 November 2025 04:28:34 -0400 (0:00:00.065) 0:00:42.837 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 01 November 2025 04:28:34 -0400 (0:00:00.078) 0:00:42.915 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 01 November 2025 04:28:34 -0400 (0:00:00.110) 0:00:43.026 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 01 November 2025 04:28:34 -0400 (0:00:00.110) 0:00:43.137 ***** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 01 November 2025 04:28:34 -0400 (0:00:00.088) 0:00:43.225 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 01 November 2025 04:28:34 -0400 (0:00:00.076) 0:00:43.302 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 01 November 2025 04:28:34 -0400 (0:00:00.082) 0:00:43.384 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 01 November 2025 04:28:35 -0400 (0:00:00.514) 0:00:43.898 ***** ok: [managed-node1] => { "ansible_facts": { "__logging_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 01 November 2025 04:28:35 -0400 (0:00:00.096) 0:00:43.996 ***** ok: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 01 November 2025 04:28:35 -0400 (0:00:00.142) 0:00:44.139 ***** skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 01 November 2025 04:28:35 -0400 (0:00:00.163) 0:00:44.302 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 01 November 2025 04:28:36 -0400 (0:00:00.184) 0:00:44.487 ***** skipping: [managed-node1] => (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-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 01 November 2025 04:28:36 -0400 (0:00:00.102) 0:00:44.589 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 01 November 2025 04:28:36 -0400 (0:00:00.106) 0:00:44.695 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute rsyslog TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 01 November 2025 04:28:37 -0400 (0:00:01.532) 0:00:46.228 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 01 November 2025 04:28:37 -0400 (0:00:00.038) 0:00:46.266 ***** ok: [managed-node1] => { "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": "1.fc42", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "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.fc42eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "6.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc42", "source": "rpm", "version": "6.16.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "20.fc42", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "1.fc42", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.0.fc42", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc42", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "1.fc42", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "1.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" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "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.23.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.16.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.fc42", "source": "rpm", "version": "5.2.16.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": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc42", "source": "rpm", "version": "1.2.9" } ], "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.1" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc42", "source": "rpm", "version": "2.3.1" } ], "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.16" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.16" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.16" } ], "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": "1.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": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "1.fc42", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc42", "source": "rpm", "version": "2.84.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "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": "1.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.400" } ], "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": "3.fc42", "source": "rpm", "version": "58" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "8.fc42", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "8.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.16.10" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc42", "source": "rpm", "version": "6.16.2" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "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.74.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.16.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.fc42", "source": "rpm", "version": "5.2.16.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.16.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc42", "source": "rpm", "version": "2.4.126" } ], "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": "55.20250104cvs.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": "1.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": "1.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.4" } ], "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.34" } ], "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": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "1.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": "0.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.4" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "7.fc42", "source": "rpm", "version": "4.4.38" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "7.fc42", "source": "rpm", "version": "4.4.38" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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.4" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "3.fc42", "source": "rpm", "version": "4.37.0" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.116.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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.45" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc42", "source": "rpm", "version": "10.45" } ], "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": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "2.fc42", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "519.fc42", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "2.fc42", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc42", "source": "rpm", "version": "2.089" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "519.fc42", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "23.fc42", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "512.fc42", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "519.fc42", "source": "rpm", "version": "1.17" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "8.fc42", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "519.fc42", "source": "rpm", "version": "2.20" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "513.fc42", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "512.fc42", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "513.fc42", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "512.fc42", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "1.fc42", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc42", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "519.fc42", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "512.fc42", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "512.fc42", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "519.fc42", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "513.fc42", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "512.fc42", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "24.fc42", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "512.fc42", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "512.fc42", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "512.fc42", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc42", "source": "rpm", "version": "5.31" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "519.fc42", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "513.fc42", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "519.fc42", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "519.fc42", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "513.fc42", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "519.fc42", "source": "rpm", "version": "1.12" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "519.fc42", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "519.fc42", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "519.fc42", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "2.fc42", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "3.fc42", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "519.fc42", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": "None", "name": "policycoreutils-python-utils", "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.7" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.fc42", "source": "rpm", "version": "3.13.7" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc42", "source": "rpm", "version": "25.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc42", "source": "rpm", "version": "1.17.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "2.fc42", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "3.fc42", "source": "rpm", "version": "44.0.0" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "17.fc42", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "9.fc42", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "6.fc42", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc42", "source": "rpm", "version": "4.23.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.1" } ], "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.74.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.74.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.16.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "1.fc42", "source": "rpm", "version": "3.13.7" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "1.fc42", "source": "rpm", "version": "5.3.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "2.fc42", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": "1", "name": "python3-nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "6.fc42", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "3.fc42", "source": "rpm", "version": "24.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "26.fc42", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "3.fc42", "source": "rpm", "version": "0.6.1" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "19.fc42", "source": "rpm", "version": "2.20" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyserial", "release": "11.fc42", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "26.fc42", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "2.fc42", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "1.fc42", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "1.fc42", "source": "rpm", "version": "2.32.4" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "1.fc42", "source": "rpm", "version": "0.25.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "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.23.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc42eng", "source": "rpm", "version": "0.4.11" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc42eng", "source": "rpm", "version": "0.4.11" } ], "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.4" } ], "samba-common": [ { "arch": "noarch", "epoch": "2", "name": "samba-common", "release": "1.fc42", "source": "rpm", "version": "4.22.4" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-common-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.4" } ], "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.9" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.9" } ], "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": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "1.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": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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.23.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.23.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.1818" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "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.4" } ], "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.1818" } ], "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 01 November 2025 04:28:39 -0400 (0:00:01.578) 0:00:47.845 ***** ok: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 01 November 2025 04:28:39 -0400 (0:00:00.052) 0:00:47.897 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 01 November 2025 04:28:39 -0400 (0:00:00.048) 0:00:47.946 ***** ok: [managed-node1] => {} 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 01 November 2025 04:28:39 -0400 (0:00:00.037) 0:00:47.983 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 01 November 2025 04:28:39 -0400 (0:00:00.038) 0:00:48.022 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 01 November 2025 04:28:40 -0400 (0:00:00.475) 0:00:48.498 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 01 November 2025 04:28:40 -0400 (0:00:00.516) 0:00:49.015 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 01 November 2025 04:28:41 -0400 (0:00:00.517) 0:00:49.533 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 01 November 2025 04:28:41 -0400 (0:00:00.122) 0:00:49.655 ***** changed: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.source.conf", "state": "file", "uid": 0 } skipping: [managed-node1] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1761985722.4440472-26926-38480742614742/.source.conf", "state": "file", "uid": 0 } changed: [managed-node1] => (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-1761985723.3509912-26926-179770442458105/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 01 November 2025 04:28:44 -0400 (0:00:02.987) 0:00:52.643 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985721.3231864-26926-18459195855811/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.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-1761985722.4440472-26926-38480742614742/.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-1761985722.4440472-26926-38480742614742/.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-1761985723.3509912-26926-179770442458105/.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-1761985723.3509912-26926-179770442458105/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 01 November 2025 04:28:44 -0400 (0:00:00.051) 0:00:52.694 ***** skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 01 November 2025 04:28:44 -0400 (0:00:00.059) 0:00:52.753 ***** ok: [managed-node1] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "system_input", "type": "basics" } } ok: [managed-node1] => (item={'name': 'relp_server0', 'type': 'relp', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_clients': ['*.client.com', '*.example.com']}) => { "ansible_facts": { "__rsyslog_conf_input_relp_modules": [ { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" } ], "__rsyslog_input_relp_packages": [ "rsyslog-relp", "librelp" ], "__rsyslog_input_relp_rules": [ "{{ __rsyslog_conf_input_relp_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_server0", "permitted_clients": [ "*.client.com", "*.example.com" ], "pki_authmode": "name", "port": 6514, "private_key": "/etc/pki/tls/private/logging_cert.key", "tls": true, "type": "relp" } } ok: [managed-node1] => (item={'name': 'relp_server1', 'type': 'relp', 'port': 20514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'}) => { "ansible_facts": { "__rsyslog_conf_input_relp_modules": [ { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" } ], "__rsyslog_input_relp_packages": [ "rsyslog-relp", "librelp" ], "__rsyslog_input_relp_rules": [ "{{ __rsyslog_conf_input_relp_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_server1", "pki_authmode": "name", "port": 20514, "private_key": "/etc/pki/tls/private/logging_cert.key", "tls": true, "type": "relp" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 01 November 2025 04:28:44 -0400 (0:00:00.081) 0:00:52.835 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node1 => (item={'name': 'system_input', 'type': 'basics'}) included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml for managed-node1 => (item={'name': 'relp_server0', 'type': 'relp', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_clients': ['*.client.com', '*.example.com']}) included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml for managed-node1 => (item={'name': 'relp_server1', 'type': 'relp', 'port': 20514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 01 November 2025 04:28:44 -0400 (0:00:00.155) 0:00:52.990 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:28:44 -0400 (0:00:00.129) 0:00:53.119 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:28:44 -0400 (0:00:00.073) 0:00:53.193 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:28:44 -0400 (0:00:00.046) 0:00:53.239 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985721.3231864-26926-18459195855811/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.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-1761985722.4440472-26926-38480742614742/.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-1761985722.4440472-26926-38480742614742/.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-1761985723.3509912-26926-179770442458105/.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-1761985723.3509912-26926-179770442458105/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:28:44 -0400 (0:00:00.052) 0:00:53.291 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 01 November 2025 04:28:44 -0400 (0:00:00.041) 0:00:53.333 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:28:44 -0400 (0:00:00.067) 0:00:53.400 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:28:45 -0400 (0:00:00.050) 0:00:53.451 ***** changed: [managed-node1] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 553, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:28:46 -0400 (0:00:01.090) 0:00:54.542 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985721.3231864-26926-18459195855811/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.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-1761985722.4440472-26926-38480742614742/.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-1761985722.4440472-26926-38480742614742/.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-1761985723.3509912-26926-179770442458105/.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-1761985723.3509912-26926-179770442458105/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 553, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:28:46 -0400 (0:00:00.085) 0:00:54.627 ***** skipping: [managed-node1] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp input] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2 Saturday 01 November 2025 04:28:46 -0400 (0:00:00.173) 0:00:54.801 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 01 November 2025 04:28:46 -0400 (0:00:00.110) 0:00:54.911 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.ca_cert_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 01 November 2025 04:28:46 -0400 (0:00:00.079) 0:00:54.991 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.cert_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 01 November 2025 04:28:46 -0400 (0:00:00.079) 0:00:55.070 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.private_key_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 01 November 2025 04:28:46 -0400 (0:00:00.095) 0:00:55.165 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ((__rsyslog_cert_subject.ca_cert | d(\"\") | length > 0 and __rsyslog_cert_subject.cert | d(\"\") | length > 0 and __rsyslog_cert_subject.private_key | d(\"\") | length > 0) or (__rsyslog_cert_subject.ca_cert_src | d(\"\") | length > 0 and __rsyslog_cert_subject.cert_src | d(\"\") | length > 0 and __rsyslog_cert_subject.private_key_src | d(\"\") | length > 0))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 01 November 2025 04:28:46 -0400 (0:00:00.119) 0:00:55.286 ***** skipping: [managed-node1] => { "false_condition": "not (__rsyslog_cert_subject.tls | d((__rsyslog_cert_subject.use_cert | d(true, true)), true))" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9 Saturday 01 November 2025 04:28:46 -0400 (0:00:00.111) 0:00:55.398 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:28:47 -0400 (0:00:00.106) 0:00:55.505 ***** Notification for handler Restart rsyslogd has been saved. changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-relp-8.2508.0-1.fc42.x86_64", "Installed: librelp-1.11.0-6.fc42.x86_64" ] } lsrpackages: librelp rsyslog-relp TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:28:49 -0400 (0:00:02.290) 0:00:57.796 ***** changed: [managed-node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:28:50 -0400 (0:00:00.965) 0:00:58.762 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985721.3231864-26926-18459195855811/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.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-1761985722.4440472-26926-38480742614742/.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-1761985722.4440472-26926-38480742614742/.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-1761985723.3509912-26926-179770442458105/.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-1761985723.3509912-26926-179770442458105/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 553, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:28:50 -0400 (0:00:00.092) 0:00:58.854 ***** skipping: [managed-node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp input configuration file /etc/rsyslog.d/input-relp-relp_server0] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16 Saturday 01 November 2025 04:28:50 -0400 (0:00:00.061) 0:00:58.916 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:28:50 -0400 (0:00:00.082) 0:00:58.998 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:28:50 -0400 (0:00:00.050) 0:00:59.049 ***** changed: [managed-node1] => (item={'name': 'input-relp-relp_server0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server0"\n type="imrelp"\n port="6514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.client.com","*.example.com"]\n)\nif\n ($inputname == "relp_server0")\n then {\n call files_output\n}\nif\n ($inputname == "relp_server0")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 522, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:28:51 -0400 (0:00:00.995) 0:01:00.044 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985721.3231864-26926-18459195855811/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.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-1761985722.4440472-26926-38480742614742/.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-1761985722.4440472-26926-38480742614742/.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-1761985723.3509912-26926-179770442458105/.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-1761985723.3509912-26926-179770442458105/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 553, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 522, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:28:51 -0400 (0:00:00.109) 0:01:00.154 ***** skipping: [managed-node1] => (item={'name': 'input-relp-relp_server0', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server0"\n type="imrelp"\n port="6514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.client.com","*.example.com"]\n)\nif\n ($inputname == "relp_server0")\n then {\n call files_output\n}\nif\n ($inputname == "relp_server0")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp input] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2 Saturday 01 November 2025 04:28:51 -0400 (0:00:00.177) 0:01:00.331 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 01 November 2025 04:28:52 -0400 (0:00:00.134) 0:01:00.466 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.ca_cert_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 01 November 2025 04:28:52 -0400 (0:00:00.089) 0:01:00.555 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.cert_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 01 November 2025 04:28:52 -0400 (0:00:00.095) 0:01:00.651 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.private_key_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 01 November 2025 04:28:52 -0400 (0:00:00.084) 0:01:00.735 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ((__rsyslog_cert_subject.ca_cert | d(\"\") | length > 0 and __rsyslog_cert_subject.cert | d(\"\") | length > 0 and __rsyslog_cert_subject.private_key | d(\"\") | length > 0) or (__rsyslog_cert_subject.ca_cert_src | d(\"\") | length > 0 and __rsyslog_cert_subject.cert_src | d(\"\") | length > 0 and __rsyslog_cert_subject.private_key_src | d(\"\") | length > 0))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 01 November 2025 04:28:52 -0400 (0:00:00.068) 0:01:00.804 ***** skipping: [managed-node1] => { "false_condition": "not (__rsyslog_cert_subject.tls | d((__rsyslog_cert_subject.use_cert | d(true, true)), true))" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9 Saturday 01 November 2025 04:28:52 -0400 (0:00:00.062) 0:01:00.866 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:28:52 -0400 (0:00:00.108) 0:01:00.975 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: librelp rsyslog-relp TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:28:54 -0400 (0:00:01.549) 0:01:02.524 ***** ok: [managed-node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:28:55 -0400 (0:00:00.902) 0:01:03.427 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985721.3231864-26926-18459195855811/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.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-1761985722.4440472-26926-38480742614742/.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-1761985722.4440472-26926-38480742614742/.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-1761985723.3509912-26926-179770442458105/.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-1761985723.3509912-26926-179770442458105/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 553, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 522, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/10-input-relp-module.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-relp-module.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-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:28:55 -0400 (0:00:00.059) 0:01:03.487 ***** skipping: [managed-node1] => (item={'name': 'input-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="imrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp input configuration file /etc/rsyslog.d/input-relp-relp_server1] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16 Saturday 01 November 2025 04:28:55 -0400 (0:00:00.054) 0:01:03.542 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:28:55 -0400 (0:00:00.170) 0:01:03.713 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:28:55 -0400 (0:00:00.061) 0:01:03.774 ***** changed: [managed-node1] => (item={'name': 'input-relp-relp_server1', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server1"\n type="imrelp"\n port="20514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.managed-node1"]\n)\nif\n ($inputname == "relp_server1")\n then {\n call files_output\n}\nif\n ($inputname == "relp_server1")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1761985735.5020497-27580-32906278272466/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:28:56 -0400 (0:00:01.063) 0:01:04.838 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985721.3231864-26926-18459195855811/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.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-1761985722.4440472-26926-38480742614742/.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-1761985722.4440472-26926-38480742614742/.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-1761985723.3509912-26926-179770442458105/.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-1761985723.3509912-26926-179770442458105/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 553, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 522, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/10-input-relp-module.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-relp-module.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-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985735.5020497-27580-32906278272466/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1761985735.5020497-27580-32906278272466/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:28:56 -0400 (0:00:00.202) 0:01:05.041 ***** skipping: [managed-node1] => (item={'name': 'input-relp-relp_server1', 'type': 'input', 'weight': '11', 'state': 'present', 'sections': [{'options': 'input(name="relp_server1"\n type="imrelp"\n port="20514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.managed-node1"]\n)\nif\n ($inputname == "relp_server1")\n then {\n call files_output\n}\nif\n ($inputname == "relp_server1")\n then {\n call forwards_output\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 01 November 2025 04:28:56 -0400 (0:00:00.268) 0:01:05.309 ***** ok: [managed-node1] => (item={'name': 'files_output', 'type': 'files'}) => { "ansible_facts": { "__rsyslog_conf_files_output_modules": [ { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "files_output", "type": "files" } } ok: [managed-node1] => (item={'name': 'forwards_output', 'type': 'forwards', 'target': 'host.domain', 'tcp_port': 1514}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "forwards_output", "target": "host.domain", "tcp_port": 1514, "type": "forwards" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 01 November 2025 04:28:57 -0400 (0:00:00.120) 0:01:05.429 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1 => (item={'name': 'files_output', 'type': 'files'}) included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node1 => (item={'name': 'forwards_output', 'type': 'forwards', 'target': 'host.domain', 'tcp_port': 1514}) 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 01 November 2025 04:28:57 -0400 (0:00:00.094) 0:01:05.523 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:28:57 -0400 (0:00:00.064) 0:01:05.588 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:28:57 -0400 (0:00:00.041) 0:01:05.629 ***** changed: [managed-node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1761985737.2839212-27654-223393674487684/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:28:58 -0400 (0:00:01.002) 0:01:06.631 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985721.3231864-26926-18459195855811/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.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-1761985722.4440472-26926-38480742614742/.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-1761985722.4440472-26926-38480742614742/.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-1761985723.3509912-26926-179770442458105/.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-1761985723.3509912-26926-179770442458105/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 553, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 522, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/10-input-relp-module.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-relp-module.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-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985735.5020497-27580-32906278272466/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1761985735.5020497-27580-32906278272466/.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-1761985737.2839212-27654-223393674487684/.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-1761985737.2839212-27654-223393674487684/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:28:58 -0400 (0:00:00.111) 0:01:06.743 ***** skipping: [managed-node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-files_output] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 01 November 2025 04:28:58 -0400 (0:00:00.097) 0:01:06.841 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:28:58 -0400 (0:00:00.155) 0:01:06.997 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:28:58 -0400 (0:00:00.069) 0:01:07.067 ***** changed: [managed-node1] => (item={'name': 'output-files-files_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d5a249bf43ea39ef800548f1c7d9b1335bdc6697", "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "d5f4a28f4fec49047a097f6ef6b169dc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1761985738.850171-27730-97257543332639/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:28:59 -0400 (0:00:01.073) 0:01:08.141 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985721.3231864-26926-18459195855811/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.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-1761985722.4440472-26926-38480742614742/.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-1761985722.4440472-26926-38480742614742/.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-1761985723.3509912-26926-179770442458105/.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-1761985723.3509912-26926-179770442458105/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 553, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 522, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/10-input-relp-module.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-relp-module.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-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985735.5020497-27580-32906278272466/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1761985735.5020497-27580-32906278272466/.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-1761985737.2839212-27654-223393674487684/.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-1761985737.2839212-27654-223393674487684/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d5a249bf43ea39ef800548f1c7d9b1335bdc6697", "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d5a249bf43ea39ef800548f1c7d9b1335bdc6697", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985738.850171-27730-97257543332639/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d5f4a28f4fec49047a097f6ef6b169dc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1761985738.850171-27730-97257543332639/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:28:59 -0400 (0:00:00.061) 0:01:08.202 ***** skipping: [managed-node1] => (item={'name': 'output-files-files_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 01 November 2025 04:28:59 -0400 (0:00:00.105) 0:01:08.307 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:28:59 -0400 (0:00:00.064) 0:01:08.372 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:28:59 -0400 (0:00:00.042) 0:01:08.415 ***** changed: [managed-node1] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "md5sum": "ae2da87911f54a1a65d787b2eba4d920", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "src": "/root/.ansible/tmp/ansible-tmp-1761985740.0710795-27782-269566126191771/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:29:00 -0400 (0:00:00.963) 0:01:09.378 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985721.3231864-26926-18459195855811/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.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-1761985722.4440472-26926-38480742614742/.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-1761985722.4440472-26926-38480742614742/.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-1761985723.3509912-26926-179770442458105/.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-1761985723.3509912-26926-179770442458105/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 553, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 522, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/10-input-relp-module.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-relp-module.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-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985735.5020497-27580-32906278272466/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1761985735.5020497-27580-32906278272466/.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-1761985737.2839212-27654-223393674487684/.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-1761985737.2839212-27654-223393674487684/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d5a249bf43ea39ef800548f1c7d9b1335bdc6697", "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d5a249bf43ea39ef800548f1c7d9b1335bdc6697", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985738.850171-27730-97257543332639/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d5f4a28f4fec49047a097f6ef6b169dc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1761985738.850171-27730-97257543332639/.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-1761985740.0710795-27782-269566126191771/.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-1761985740.0710795-27782-269566126191771/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:29:01 -0400 (0:00:00.106) 0:01:09.485 ***** skipping: [managed-node1] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => { "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_output] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10 Saturday 01 November 2025 04:29:01 -0400 (0:00:00.061) 0:01:09.547 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:29:01 -0400 (0:00:00.067) 0:01:09.614 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:29:01 -0400 (0:00:00.041) 0:01:09.655 ***** changed: [managed-node1] => (item={'name': 'output-forwards-forwards_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_output") {\n *.* action(name="forwards_output"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_output", "sections": [ { "options": "ruleset(name=\"forwards_output\") {\n *.* action(name=\"forwards_output\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "686f4c6abd6198923f60887e636fc9cc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 261, "src": "/root/.ansible/tmp/ansible-tmp-1761985741.3614419-27837-51080108472763/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:29:02 -0400 (0:00:00.992) 0:01:10.648 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985721.3231864-26926-18459195855811/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985721.3231864-26926-18459195855811/.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-1761985722.4440472-26926-38480742614742/.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-1761985722.4440472-26926-38480742614742/.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-1761985723.3509912-26926-179770442458105/.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-1761985723.3509912-26926-179770442458105/.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": "f548435f6f40a65d7224c2cf510853e96de39cc1", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f548435f6f40a65d7224c2cf510853e96de39cc1", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "dad0a55bcb77dbcce2404b7a26f31c2d", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 553, "src": "/root/.ansible/tmp/ansible-tmp-1761985725.2214334-27127-94460323968772/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "content": null, "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "ba4e5281e6496b9817df85f4ffa74c80", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985729.4749932-27309-54697314437940/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server0", "sections": [ { "options": "input(name=\"relp_server0\"\n type=\"imrelp\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.client.com\",\"*.example.com\"]\n)\nif\n ($inputname == \"relp_server0\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server0\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "2c32ef6bc4c4a6344f3b0a600a9d3148", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 522, "src": "/root/.ansible/tmp/ansible-tmp-1761985730.7565448-27365-195002064596565/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "caa0f63f03db806a306842457bd243a775fa5760", "dest": "/etc/rsyslog.d/10-input-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"imrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/10-input-relp-module.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-relp-module.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-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-relp-relp_server1", "sections": [ { "options": "input(name=\"relp_server1\"\n type=\"imrelp\"\n port=\"20514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n)\nif\n ($inputname == \"relp_server1\")\n then {\n call files_output\n}\nif\n ($inputname == \"relp_server1\")\n then {\n call forwards_output\n}\n" } ], "state": "present", "type": "input", "weight": "11" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "content": null, "dest": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985735.5020497-27580-32906278272466/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c2a7dbf967f673097785c71b22d2b1c6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1761985735.5020497-27580-32906278272466/.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-1761985737.2839212-27654-223393674487684/.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-1761985737.2839212-27654-223393674487684/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d5a249bf43ea39ef800548f1c7d9b1335bdc6697", "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output", "sections": [ { "options": "ruleset(name=\"files_output\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d5a249bf43ea39ef800548f1c7d9b1335bdc6697", "content": null, "dest": "/etc/rsyslog.d/30-output-files-files_output.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985738.850171-27730-97257543332639/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d5f4a28f4fec49047a097f6ef6b169dc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1761985738.850171-27730-97257543332639/.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-1761985740.0710795-27782-269566126191771/.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-1761985740.0710795-27782-269566126191771/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_output", "sections": [ { "options": "ruleset(name=\"forwards_output\") {\n *.* action(name=\"forwards_output\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985741.3614419-27837-51080108472763/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "686f4c6abd6198923f60887e636fc9cc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 261, "src": "/root/.ansible/tmp/ansible-tmp-1761985741.3614419-27837-51080108472763/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:29:02 -0400 (0:00:00.063) 0:01:10.712 ***** skipping: [managed-node1] => (item={'name': 'output-forwards-forwards_output', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_output") {\n *.* action(name="forwards_output"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-forwards-forwards_output", "sections": [ { "options": "ruleset(name=\"forwards_output\") {\n *.* action(name=\"forwards_output\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 01 November 2025 04:29:02 -0400 (0:00:00.105) 0:01:10.817 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 01 November 2025 04:29:02 -0400 (0:00:00.041) 0:01:10.858 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 01 November 2025 04:29:02 -0400 (0:00:00.067) 0:01:10.925 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 01 November 2025 04:29:02 -0400 (0:00:00.048) 0:01:10.974 ***** skipping: [managed-node1] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 01 November 2025 04:29:02 -0400 (0:00:00.079) 0:01:11.054 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 01 November 2025 04:29:02 -0400 (0:00:00.054) 0:01:11.108 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 01 November 2025 04:29:02 -0400 (0:00:00.072) 0:01:11.181 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 01 November 2025 04:29:02 -0400 (0:00:00.052) 0:01:11.233 ***** changed: [managed-node1] => { "changed": true, "enabled": true, "name": "rsyslog", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice network-online.target network.target sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "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": "3461959680", "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": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 01 November 2025 04:29:03 -0400 (0:00:00.907) 0:01:12.141 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 01 November 2025 04:29:03 -0400 (0:00:00.050) 0:01:12.191 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 01 November 2025 04:29:03 -0400 (0:00:00.054) 0:01:12.245 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 01 November 2025 04:29:03 -0400 (0:00:00.045) 0:01:12.291 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1761985650.4357967, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b469de7f813797aff0d514249d57cb8b3ed3157d", "ctime": 1761985639.2577279, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 357, "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": "160980006", "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 01 November 2025 04:29:04 -0400 (0:00:00.493) 0:01:12.785 ***** Notification for handler Restart rsyslogd has been saved. changed: [managed-node1] => { "changed": true, "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "06be1b21217661badf921ea6dcceb702", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 131, "src": "/root/.ansible/tmp/ansible-tmp-1761985744.4281425-27971-64510748175416/.source.conf", "state": "file", "uid": 0 } TASK [Force all notified handlers to run at this point, not waiting for normal sync points] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:73 Saturday 01 November 2025 04:29:05 -0400 (0:00:00.985) 0:01:13.770 ***** NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 01 November 2025 04:29:05 -0400 (0:00:00.018) 0:01:13.789 ***** changed: [managed-node1] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network.target sysinit.target system.slice network-online.target basic.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": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "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": "3461652480", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Ensure config file size and counts] ************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:76 Saturday 01 November 2025 04:29:06 -0400 (0:00:00.827) 0:01:14.616 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node1 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2 Saturday 01 November 2025 04:29:06 -0400 (0:00:00.053) 0:01:14.670 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1761985745.9503465, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1761985745.2403424, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 282300, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761985745.2415116, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "3371621820", "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-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7 Saturday 01 November 2025 04:29:06 -0400 (0:00:00.473) 0:01:15.144 ***** ok: [managed-node1] => { "changed": false, "examined": 12, "files": [ { "atime": 1761985745.9503465, "ctime": 1761985739.6412814, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282297, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985739.296309, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1152, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985745.9503465, "ctime": 1761985731.5142882, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985731.1722631, "nlink": 1, "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 522, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985745.9503465, "ctime": 1761985736.300292, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282295, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985735.92329, "nlink": 1, "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 510, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985745.9503465, "ctime": 1761985724.1432235, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282282, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985723.8002217, "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": 1761985745.9503465, "ctime": 1761985726.0112205, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282283, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985725.642232, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 553, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985275.1032643, "ctime": 1759991046.669, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 1961, "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": 1761985745.9503465, "ctime": 1761985722.2951908, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282280, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985721.7542102, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 158, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985734.5532823, "ctime": 1761985730.238187, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985729.895256, "nlink": 1, "path": "/etc/rsyslog.d/10-input-relp-module.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985745.9503465, "ctime": 1761985723.2386162, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282281, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985722.8932166, "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": 1761985745.9503465, "ctime": 1761985740.8564622, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282298, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985740.4983156, "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": 1761985745.9503465, "ctime": 1761985742.1457686, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282299, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985741.787323, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 261, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985745.9503465, "ctime": 1761985738.0857644, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282296, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985737.7103, "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": 12, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13 Saturday 01 November 2025 04:29:07 -0400 (0:00:00.627) 0:01:15.771 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18 Saturday 01 November 2025 04:29:07 -0400 (0:00:00.035) 0:01:15.806 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__conf_size == \"more\"", "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23 Saturday 01 November 2025 04:29:07 -0400 (0:00:00.025) 0:01:15.831 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Saturday 01 November 2025 04:29:07 -0400 (0:00:00.031) 0:01:15.863 ***** ok: [managed-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server0.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "stat": { "atime": 1761985745.9503465, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "ctime": 1761985731.5142882, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 282285, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761985731.1722631, "nlink": 1, "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 522, "uid": 0, "version": "4064018539", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server1.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "stat": { "atime": 1761985745.9503465, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7bc38d1cb2f257773abd9c8dd308245b4b5a2b87", "ctime": 1761985736.300292, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 282295, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761985735.92329, "nlink": 1, "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 510, "uid": 0, "version": "2485201680", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35 Saturday 01 November 2025 04:29:08 -0400 (0:00:00.957) 0:01:16.820 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__check_systemctl_status == \"true\"", "skip_reason": "Conditional result was False" } TASK [Install lsof] ************************************************************ task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86 Saturday 01 November 2025 04:29:08 -0400 (0:00:00.043) 0:01:16.864 ***** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: lsof-4.98.0-7.fc42.x86_64" ] } lsrpackages: lsof TASK [Check lsof outputs for rsyslogd] ***************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:92 Saturday 01 November 2025 04:29:10 -0400 (0:00:01.923) 0:01:18.788 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd", "delta": "0:00:00.031830", "end": "2025-11-01 04:29:10.899327", "rc": 0, "start": "2025-11-01 04:29:10.867497" } STDOUT: rsyslogd 75182 root 4u IPv4 153404 0t0 TCP *:6514 (LISTEN) rsyslogd 75182 root 5u IPv6 153405 0t0 TCP *:6514 (LISTEN) rsyslogd 75182 root 6u IPv4 153407 0t0 TCP *:20514 (LISTEN) rsyslogd 75182 root 7u IPv6 153408 0t0 TCP *:20514 (LISTEN) TASK [Show lsof output] ******************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:99 Saturday 01 November 2025 04:29:10 -0400 (0:00:00.613) 0:01:19.401 ***** ok: [managed-node1] => {} MSG: lsof returned rsyslogd 75182 root 4u IPv4 153404 0t0 TCP *:6514 (LISTEN) rsyslogd 75182 root 5u IPv6 153405 0t0 TCP *:6514 (LISTEN) rsyslogd 75182 root 6u IPv4 153407 0t0 TCP *:20514 (LISTEN) rsyslogd 75182 root 7u IPv6 153408 0t0 TCP *:20514 (LISTEN) TASK [Check port 6514, 20514 are open for TCP] ********************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:103 Saturday 01 November 2025 04:29:11 -0400 (0:00:00.032) 0:01:19.434 ***** ok: [managed-node1] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 6514", "delta": "0:00:00.024188", "end": "2025-11-01 04:29:11.439298", "item": 6514, "rc": 0, "start": "2025-11-01 04:29:11.415110" } STDOUT: rsyslogd 75182 root 4u IPv4 153404 0t0 TCP *:6514 (LISTEN) rsyslogd 75182 root 5u IPv6 153405 0t0 TCP *:6514 (LISTEN) ok: [managed-node1] => (item=20514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd | grep TCP | grep 20514", "delta": "0:00:00.026218", "end": "2025-11-01 04:29:11.896695", "item": 20514, "rc": 0, "start": "2025-11-01 04:29:11.870477" } STDOUT: rsyslogd 75182 root 6u IPv4 153407 0t0 TCP *:20514 (LISTEN) rsyslogd 75182 root 7u IPv6 153408 0t0 TCP *:20514 (LISTEN) TASK [Check the flows in relp_server0 - 0] ************************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:111 Saturday 01 November 2025 04:29:11 -0400 (0:00:00.961) 0:01:20.396 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\ngrep '$inputname == \"relp_server0\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", "delta": "0:00:00.005670", "end": "2025-11-01 04:29:12.367102", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:29:12.361432" } STDOUT: 2 TASK [Check the flows in relp_server0 - 1] ************************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:119 Saturday 01 November 2025 04:29:12 -0400 (0:00:00.480) 0:01:20.877 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\ngrep -A 2 '$inputname == \"relp_server0\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | grep \"call files_output\" | wc -l", "delta": "0:00:00.006357", "end": "2025-11-01 04:29:12.878738", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:29:12.872381" } STDOUT: 1 TASK [Check the ca cert in relp_server0 - 0] *********************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:127 Saturday 01 November 2025 04:29:12 -0400 (0:00:00.518) 0:01:21.395 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", "delta": "0:00:00.005631", "end": "2025-11-01 04:29:13.374460", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:29:13.368829" } STDOUT: 1 TASK [Check the ca cert in relp_server0 - 1] *********************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:135 Saturday 01 November 2025 04:29:13 -0400 (0:00:00.479) 0:01:21.874 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1761985713.3358314, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "15a6cf06b9fb04414cf074866f1c47024dd74c6a", "ctime": 1761985713.332611, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2006, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pem-file", "mode": "0600", "mtime": 1761985713.332611, "nlink": 1, "path": "/etc/pki/tls/certs/logging_cert.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1302, "uid": 0, "version": "3815334561", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check the cert in relp_server0 - 0] ************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:139 Saturday 01 November 2025 04:29:13 -0400 (0:00:00.520) 0:01:22.395 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", "delta": "0:00:00.005975", "end": "2025-11-01 04:29:14.368339", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:29:14.362364" } STDOUT: 1 TASK [Check the cert in relp_server0 - 1] ************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:147 Saturday 01 November 2025 04:29:14 -0400 (0:00:00.471) 0:01:22.866 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1761985713.3358314, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "15a6cf06b9fb04414cf074866f1c47024dd74c6a", "ctime": 1761985713.332611, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2006, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pem-file", "mode": "0600", "mtime": 1761985713.332611, "nlink": 1, "path": "/etc/pki/tls/certs/logging_cert.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1302, "uid": 0, "version": "3815334561", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check the private key in relp_server0 - 0] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:151 Saturday 01 November 2025 04:29:14 -0400 (0:00:00.470) 0:01:23.336 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", "delta": "0:00:00.005674", "end": "2025-11-01 04:29:15.310809", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:29:15.305135" } STDOUT: 1 TASK [Check the private key in relp_server0 - 1] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:159 Saturday 01 November 2025 04:29:15 -0400 (0:00:00.481) 0:01:23.817 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1761985745.9583464, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "08eb25e82834a67b5c5ea72129eeea6f48c6ae37", "ctime": 1761985713.332611, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2005, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/x-ssh-private-key", "mode": "0600", "mtime": 1761985713.332611, "nlink": 1, "path": "/etc/pki/tls/private/logging_cert.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "2316588124", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check tls.permittedpeer in relp_server0] ********************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:163 Saturday 01 November 2025 04:29:15 -0400 (0:00:00.514) 0:01:24.332 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.permittedpeer=\\[\"\\*.client.com\",\"\\*.example.com\"\\]' \"/etc/rsyslog.d/11-input-relp-relp_server0.conf\" | wc -l", "delta": "0:00:00.006265", "end": "2025-11-01 04:29:16.311494", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:29:16.305229" } STDOUT: 1 TASK [Check tls.permittedpeer in relp_server1] ********************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:171 Saturday 01 November 2025 04:29:16 -0400 (0:00:00.525) 0:01:24.857 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.managed-node1\\\"\\]\" \"/etc/rsyslog.d/11-input-relp-relp_server1.conf\" | wc -l", "delta": "0:00:00.006443", "end": "2025-11-01 04:29:16.878977", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:29:16.872534" } STDOUT: 1 TASK [Check maxDataSize is logging_max_message_size] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:182 Saturday 01 November 2025 04:29:16 -0400 (0:00:00.543) 0:01:25.401 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['CentOS', 'RedHat']", "skip_reason": "Conditional result was False" } TASK [Check preserveFQDN is on] ************************************************ task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:193 Saturday 01 November 2025 04:29:17 -0400 (0:00:00.046) 0:01:25.447 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "-c", "preserveFQDN=\"on\"", "/etc/rsyslog.d/00-global.conf" ], "delta": "0:00:01.004950", "end": "2025-11-01 04:29:18.463311", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:29:17.458361" } STDOUT: 1 TASK [Check ports managed by firewall and selinux] ***************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:199 Saturday 01 November 2025 04:29:18 -0400 (0:00:01.536) 0:01:26.983 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1 TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 01 November 2025 04:29:18 -0400 (0:00:00.079) 0:01:27.063 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 01 November 2025 04:29:18 -0400 (0:00:00.064) 0:01:27.127 ***** ok: [managed-node1] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"6514/tcp\"\n", "delta": "0:00:00.206222", "end": "2025-11-01 04:29:19.350820", "item": 6514, "rc": 0, "start": "2025-11-01 04:29:19.144598" } STDOUT: 1514/tcp 6514/tcp 20514/tcp ok: [managed-node1] => (item=20514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"20514/tcp\"\n", "delta": "0:00:00.204264", "end": "2025-11-01 04:29:19.997627", "item": 20514, "rc": 0, "start": "2025-11-01 04:29:19.793363" } STDOUT: 1514/tcp 6514/tcp 20514/tcp ok: [managed-node1] => (item=1514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"1514/tcp\"\n", "delta": "0:00:00.206355", "end": "2025-11-01 04:29:20.646979", "item": 1514, "rc": 0, "start": "2025-11-01 04:29:20.440624" } STDOUT: 1514/tcp 6514/tcp 20514/tcp TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 01 November 2025 04:29:20 -0400 (0:00:02.052) 0:01:29.180 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 01 November 2025 04:29:20 -0400 (0:00:00.059) 0:01:29.240 ***** ok: [managed-node1] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" | grep \"6514\" | grep \"tcp\"", "delta": "0:00:00.280520", "end": "2025-11-01 04:29:21.569949", "item": 6514, "rc": 0, "start": "2025-11-01 04:29:21.289429" } STDOUT: syslog_tls_port_t tcp 6514, 20514 STDERR: egrep: warning: egrep is obsolescent; using grep -E ok: [managed-node1] => (item=20514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" | grep \"20514\" | grep \"tcp\"", "delta": "0:00:00.281184", "end": "2025-11-01 04:29:22.303889", "item": 20514, "rc": 0, "start": "2025-11-01 04:29:22.022705" } STDOUT: syslog_tls_port_t tcp 6514, 20514 STDERR: egrep: warning: egrep is obsolescent; using grep -E ok: [managed-node1] => (item=1514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" | grep \"1514\" | grep \"tcp\"", "delta": "0:00:00.282549", "end": "2025-11-01 04:29:23.058649", "item": 1514, "rc": 0, "start": "2025-11-01 04:29:22.776100" } STDOUT: syslogd_port_t tcp 1514, 2514 STDERR: egrep: warning: egrep is obsolescent; using grep -E TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 01 November 2025 04:29:23 -0400 (0:00:02.324) 0:01:31.565 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set firewall and selinux to false for cleanup] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:202 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.026) 0:01:31.592 ***** ok: [managed-node1] => { "ansible_facts": { "logging_manage_firewall": false, "logging_manage_selinux": false }, "changed": false } TASK [END TEST CASE 0; Clean up the deployed config] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:207 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.029) 0:01:31.621 ***** included: fedora.linux_system_roles.logging for managed-node1 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.066) 0:01:31.687 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.042) 0:01:31.729 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.030) 0:01:31.759 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.029) 0:01:31.789 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.033) 0:01:31.823 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.064) 0:01:31.888 ***** ok: [managed-node1] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.057) 0:01:31.945 ***** ok: [managed-node1] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.066) 0:01:32.012 ***** skipping: [managed-node1] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.063) 0:01:32.076 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.104) 0:01:32.181 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.045) 0:01:32.226 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 01 November 2025 04:29:23 -0400 (0:00:00.111) 0:01:32.338 ***** ok: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.092) 0:01:32.430 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.088) 0:01:32.518 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.093) 0:01:32.612 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.073) 0:01:32.686 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.104) 0:01:32.791 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.072) 0:01:32.863 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.073) 0:01:32.936 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.084) 0:01:33.021 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.086) 0:01:33.107 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.141) 0:01:33.249 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.071) 0:01:33.321 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.041) 0:01:33.362 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 01 November 2025 04:29:24 -0400 (0:00:00.044) 0:01:33.406 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.051) 0:01:33.457 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.036) 0:01:33.494 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.057) 0:01:33.551 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.081) 0:01:33.633 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.044) 0:01:33.678 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.046) 0:01:33.724 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.046) 0:01:33.771 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.045) 0:01:33.816 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.044) 0:01:33.861 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.046) 0:01:33.908 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.067) 0:01:33.975 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.079) 0:01:34.055 ***** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.153) 0:01:34.208 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.123) 0:01:34.332 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 01 November 2025 04:29:25 -0400 (0:00:00.088) 0:01:34.420 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 01 November 2025 04:29:26 -0400 (0:00:00.051) 0:01:34.472 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 01 November 2025 04:29:26 -0400 (0:00:00.081) 0:01:34.553 ***** ok: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 01 November 2025 04:29:26 -0400 (0:00:00.069) 0:01:34.622 ***** skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 01 November 2025 04:29:26 -0400 (0:00:00.093) 0:01:34.716 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 01 November 2025 04:29:26 -0400 (0:00:00.097) 0:01:34.813 ***** ok: [managed-node1] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.055379", "end": "2025-11-01 04:29:26.853478", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "item": "rsyslog", "rc": 1, "start": "2025-11-01 04:29:26.798099" } 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 01 November 2025 04:29:26 -0400 (0:00:00.572) 0:01:35.385 ***** changed: [managed-node1] => { "changed": true, "cmd": [ "dnf5", "remove", "-y", "rsyslog" ], "delta": "0:00:00.807740", "end": "2025-11-01 04:29:28.196111", "rc": 0, "start": "2025-11-01 04:29:27.388371" } STDOUT: Package Arch Version Repository Size Removing: rsyslog x86_64 8.2508.0-1.fc42 updates 2.7 MiB Removing dependent packages: rsyslog-relp x86_64 8.2508.0-1.fc42 updates 57.2 KiB Removing unused dependencies: libestr x86_64 0.1.11-11.fc42 fedora 52.8 KiB libfastjson x86_64 1.2304.0-6.fc42 fedora 73.8 KiB librelp x86_64 1.11.0-6.fc42 fedora 171.7 KiB Transaction Summary: Removing: 5 packages STDERR: After this operation, 3 MiB will be freed (install 0 B, remove 3 MiB). Running transaction [1/6] Prepare transaction 100% | 76.0 B/s | 5.0 B | 00m00s [2/6] Removing rsyslog-relp-0:8.2508.0- 100% | 113.0 B/s | 6.0 B | 00m00s >>> Running %preun scriptlet: rsyslog-0:8.2508.0-1.fc42.x86_64 >>> Finished %preun scriptlet: rsyslog-0:8.2508.0-1.fc42.x86_64 >>> Scriptlet output: >>> Removed '/etc/systemd/system/multi-user.target.wants/rsyslog.service'. >>> [3/6] Removing rsyslog-0:8.2508.0-1.fc4 100% | 3.8 KiB/s | 126.0 B | 00m00s >>> [RPM] /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave [4/6] Removing libestr-0:0.1.11-11.fc42 100% | 1.8 KiB/s | 11.0 B | 00m00s [5/6] Removing libfastjson-0:1.2304.0-6 100% | 2.1 KiB/s | 11.0 B | 00m00s [6/6] Removing librelp-0:1.11.0-6.fc42. 100% | 28.0 B/s | 12.0 B | 00m00s Complete! TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 01 November 2025 04:29:28 -0400 (0:00:01.349) 0:01:36.735 ***** changed: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 01 November 2025 04:29:30 -0400 (0:00:02.601) 0:01:39.336 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 01 November 2025 04:29:30 -0400 (0:00:00.032) 0:01:39.369 ***** ok: [managed-node1] => { "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": "1.fc42", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "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.fc42eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "6.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc42", "source": "rpm", "version": "6.16.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "20.fc42", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "1.fc42", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.0.fc42", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc42", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "1.fc42", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "1.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" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "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.23.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.16.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.fc42", "source": "rpm", "version": "5.2.16.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": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc42", "source": "rpm", "version": "1.2.9" } ], "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.1" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc42", "source": "rpm", "version": "2.3.1" } ], "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.16" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.16" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.16" } ], "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": "1.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": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "1.fc42", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc42", "source": "rpm", "version": "2.84.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "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": "1.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.400" } ], "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": "3.fc42", "source": "rpm", "version": "58" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "8.fc42", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "8.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.16.10" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc42", "source": "rpm", "version": "6.16.2" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "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.74.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.16.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.fc42", "source": "rpm", "version": "5.2.16.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.16.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc42", "source": "rpm", "version": "2.4.126" } ], "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": "55.20250104cvs.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": "1.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": "1.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.4" } ], "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.34" } ], "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": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "1.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": "0.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.4" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "7.fc42", "source": "rpm", "version": "4.4.38" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "7.fc42", "source": "rpm", "version": "4.4.38" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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" } ], "lsof": [ { "arch": "x86_64", "epoch": "None", "name": "lsof", "release": "7.fc42", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "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.4" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "3.fc42", "source": "rpm", "version": "4.37.0" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.116.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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.45" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc42", "source": "rpm", "version": "10.45" } ], "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": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "2.fc42", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "519.fc42", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "2.fc42", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc42", "source": "rpm", "version": "2.089" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "519.fc42", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "23.fc42", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "512.fc42", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "519.fc42", "source": "rpm", "version": "1.17" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "8.fc42", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "519.fc42", "source": "rpm", "version": "2.20" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "513.fc42", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "512.fc42", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "513.fc42", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "512.fc42", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "1.fc42", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc42", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "519.fc42", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "512.fc42", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "512.fc42", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "519.fc42", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "513.fc42", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "512.fc42", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "24.fc42", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "512.fc42", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "512.fc42", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "512.fc42", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc42", "source": "rpm", "version": "5.31" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "519.fc42", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "513.fc42", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "519.fc42", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "519.fc42", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "513.fc42", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "519.fc42", "source": "rpm", "version": "1.12" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "519.fc42", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "519.fc42", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "519.fc42", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "2.fc42", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "3.fc42", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "519.fc42", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": "None", "name": "policycoreutils-python-utils", "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.7" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.fc42", "source": "rpm", "version": "3.13.7" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc42", "source": "rpm", "version": "25.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc42", "source": "rpm", "version": "1.17.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "2.fc42", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "3.fc42", "source": "rpm", "version": "44.0.0" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "17.fc42", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "9.fc42", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "6.fc42", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc42", "source": "rpm", "version": "4.23.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.1" } ], "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.74.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.74.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.16.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "1.fc42", "source": "rpm", "version": "3.13.7" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "1.fc42", "source": "rpm", "version": "5.3.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "2.fc42", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": "1", "name": "python3-nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "6.fc42", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "3.fc42", "source": "rpm", "version": "24.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "26.fc42", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "3.fc42", "source": "rpm", "version": "0.6.1" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "19.fc42", "source": "rpm", "version": "2.20" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyserial", "release": "11.fc42", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "26.fc42", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "2.fc42", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "1.fc42", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "1.fc42", "source": "rpm", "version": "2.32.4" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "1.fc42", "source": "rpm", "version": "0.25.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "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.23.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc42eng", "source": "rpm", "version": "0.4.11" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc42eng", "source": "rpm", "version": "0.4.11" } ], "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.4" } ], "samba-common": [ { "arch": "noarch", "epoch": "2", "name": "samba-common", "release": "1.fc42", "source": "rpm", "version": "4.22.4" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-common-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.4" } ], "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.9" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.9" } ], "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": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "1.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": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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.23.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.23.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.1818" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "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.4" } ], "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.1818" } ], "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 01 November 2025 04:29:32 -0400 (0:00:01.135) 0:01:40.505 ***** ok: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 01 November 2025 04:29:32 -0400 (0:00:00.049) 0:01:40.555 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 01 November 2025 04:29:32 -0400 (0:00:00.048) 0:01:40.603 ***** ok: [managed-node1] => {} 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 01 November 2025 04:29:32 -0400 (0:00:00.064) 0:01:40.668 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 01 November 2025 04:29:32 -0400 (0:00:00.046) 0:01:40.715 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 01 November 2025 04:29:32 -0400 (0:00:00.497) 0:01:41.212 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 01 November 2025 04:29:33 -0400 (0:00:00.535) 0:01:41.748 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 01 November 2025 04:29:33 -0400 (0:00:00.490) 0:01:42.238 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 01 November 2025 04:29:33 -0400 (0:00:00.172) 0:01:42.410 ***** skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "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=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 01 November 2025 04:29:34 -0400 (0:00:00.077) 0:01:42.488 ***** ok: [managed-node1] => { "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=\"16384\"\n preserveFQDN=\"on\"\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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 01 November 2025 04:29:34 -0400 (0:00:00.077) 0:01:42.565 ***** skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 01 November 2025 04:29:34 -0400 (0:00:00.072) 0:01:42.637 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 01 November 2025 04:29:34 -0400 (0:00:00.033) 0:01:42.671 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 01 November 2025 04:29:34 -0400 (0:00:00.083) 0:01:42.754 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 01 November 2025 04:29:34 -0400 (0:00:00.029) 0:01:42.784 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 01 November 2025 04:29:34 -0400 (0:00:00.028) 0:01:42.812 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n echo \"/etc/rsyslog.d/$conf\"\n fi\ndone\n", "delta": "0:00:00.097122", "end": "2025-11-01 04:29:34.884460", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:29:34.787338" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-input-relp-module.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/10-output-forwards-modules.conf /etc/rsyslog.d/11-input-relp-relp_server0.conf /etc/rsyslog.d/11-input-relp-relp_server1.conf /etc/rsyslog.d/20-templates.conf /etc/rsyslog.d/30-output-files-files_output.conf /etc/rsyslog.d/30-output-forwards-forwards_output.conf /etc/rsyslog.d/90-input-basics-system_input.conf TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 01 November 2025 04:29:34 -0400 (0:00:00.579) 0:01:43.392 ***** changed: [managed-node1] => (item=/etc/rsyslog.d/10-output-files-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-files-modules.conf", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server1.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "path": "/etc/rsyslog.d/11-input-relp-relp_server1.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/20-templates.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/20-templates.conf", "path": "/etc/rsyslog.d/20-templates.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/10-output-forwards-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-forwards-modules.conf", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/90-input-basics-system_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-system_input.conf", "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/10-input-relp-module.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-input-relp-module.conf", "path": "/etc/rsyslog.d/10-input-relp-module.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/00-global.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/00-global.conf", "path": "/etc/rsyslog.d/00-global.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/05-common-defaults.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/05-common-defaults.conf", "path": "/etc/rsyslog.d/05-common-defaults.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-files-files_output.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_output.conf", "path": "/etc/rsyslog.d/30-output-files-files_output.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/30-output-forwards-forwards_output.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "path": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/11-input-relp-relp_server0.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "state": "absent" } 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 01 November 2025 04:29:40 -0400 (0:00:05.283) 0:01:48.675 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 01 November 2025 04:29:40 -0400 (0:00:00.044) 0:01:48.720 ***** skipping: [managed-node1] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 01 November 2025 04:29:40 -0400 (0:00:00.062) 0:01:48.782 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 01 November 2025 04:29:40 -0400 (0:00:00.064) 0:01:48.847 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 01 November 2025 04:29:40 -0400 (0:00:00.078) 0:01:48.925 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 01 November 2025 04:29:40 -0400 (0:00:00.102) 0:01:49.027 ***** ok: [managed-node1] => { "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-online.target network.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "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": "3445354496", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 01 November 2025 04:29:41 -0400 (0:00:00.709) 0:01:49.737 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 01 November 2025 04:29:41 -0400 (0:00:00.043) 0:01:49.780 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 01 November 2025 04:29:41 -0400 (0:00:00.044) 0:01:49.825 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 01 November 2025 04:29:41 -0400 (0:00:00.046) 0:01:49.871 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 01 November 2025 04:29:41 -0400 (0:00:00.053) 0:01:49.925 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [Force all notified handlers to run at this point, not waiting for normal sync points - 2] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:219 Saturday 01 November 2025 04:29:41 -0400 (0:00:00.073) 0:01:49.998 ***** NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 01 November 2025 04:29:41 -0400 (0:00:00.011) 0:01:50.010 ***** changed: [managed-node1] => { "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-online.target network.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "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": "3449626624", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Check ports managed by firewall and selinux - 2] ************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:222 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.694) 0:01:50.704 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1 TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.057) 0:01:50.762 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.056) 0:01:50.819 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.032) 0:01:50.851 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.039) 0:01:50.890 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.062) 0:01:50.953 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set firewall true and selinux false] ************************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:228 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.041) 0:01:50.994 ***** ok: [managed-node1] => { "ansible_facts": { "logging_manage_firewall": true, "logging_manage_selinux": true }, "changed": false } TASK [TEST CASE 1; Test the client configuration using tls relp] *************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:233 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.057) 0:01:51.051 ***** included: fedora.linux_system_roles.logging for managed-node1 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.159) 0:01:51.211 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.055) 0:01:51.266 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.041) 0:01:51.307 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.036) 0:01:51.344 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 01 November 2025 04:29:42 -0400 (0:00:00.029) 0:01:51.373 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_output_files": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] ***************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 01 November 2025 04:29:43 -0400 (0:00:00.054) 0:01:51.428 ***** ok: [managed-node1] => { "ansible_facts": { "rsyslog_outputs": [ { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_client0", "permitted_servers": [ "*.server.com", "*.example.com" ], "pki_authmode": "name", "port": 6514, "private_key": "/etc/pki/tls/private/logging_cert.key", "target": "localhost", "tls": true, "type": "relp" }, { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_client1", "pki_authmode": "name", "port": 7514, "private_key": "/etc/pki/tls/private/logging_cert.key", "target": "localhost", "tls": true, "type": "relp" }, { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 01 November 2025 04:29:43 -0400 (0:00:00.061) 0:01:51.490 ***** ok: [managed-node1] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "system_input", "type": "basics" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 01 November 2025 04:29:43 -0400 (0:00:00.072) 0:01:51.562 ***** skipping: [managed-node1] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 01 November 2025 04:29:43 -0400 (0:00:00.073) 0:01:51.635 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 01 November 2025 04:29:43 -0400 (0:00:00.081) 0:01:51.716 ***** skipping: [managed-node1] => (item={'name': 'flows', 'inputs': ['system_input'], 'outputs': ['relp_client0', 'relp_client1']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.inputs | intersect(__logging_input_names) | length != item.inputs | length", "item": { "inputs": [ "system_input" ], "name": "flows", "outputs": [ "relp_client0", "relp_client1" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 01 November 2025 04:29:43 -0400 (0:00:00.086) 0:01:51.803 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 01 November 2025 04:29:43 -0400 (0:00:00.151) 0:01:51.954 ***** ok: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 01 November 2025 04:29:43 -0400 (0:00:00.077) 0:01:52.032 ***** ok: [managed-node1] => { "ansible_facts": { "logging_tls_tcp_ports": [ 6514, 7514 ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Update port values from outputs] ***** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 01 November 2025 04:29:43 -0400 (0:00:00.123) 0:01:52.155 ***** ok: [managed-node1] => { "ansible_facts": { "logging_tcp_ports": [], "logging_tls_tcp_ports": [ 6514, 7514 ], "logging_tls_udp_ports": [], "logging_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Update port values from inputs] ****** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 01 November 2025 04:29:43 -0400 (0:00:00.254) 0:01:52.410 ***** ok: [managed-node1] => { "ansible_facts": { "logging_tcp_ports": [], "logging_tls_tcp_ports": [ 6514, 7514 ], "logging_tls_udp_ports": [], "logging_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 01 November 2025 04:29:44 -0400 (0:00:00.172) 0:01:52.582 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 01 November 2025 04:29:44 -0400 (0:00:00.136) 0:01:52.718 ***** ok: [managed-node1] => { "ansible_facts": { "logging_firewall_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 01 November 2025 04:29:44 -0400 (0:00:00.090) 0:01:52.809 ***** ok: [managed-node1] => (item=6514/tcp) => { "ansible_facts": { "logging_firewall_ports": [ { "port": "6514/tcp", "state": "enabled" } ] }, "ansible_loop_var": "item", "changed": false, "item": "6514/tcp" } ok: [managed-node1] => (item=7514/tcp) => { "ansible_facts": { "logging_firewall_ports": [ { "port": "6514/tcp", "state": "enabled" }, { "port": "7514/tcp", "state": "enabled" } ] }, "ansible_loop_var": "item", "changed": false, "item": "7514/tcp" } TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 01 November 2025 04:29:44 -0400 (0:00:00.168) 0:01:52.978 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 01 November 2025 04:29:44 -0400 (0:00:00.078) 0:01:53.057 ***** included: fedora.linux_system_roles.firewall for managed-node1 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 01 November 2025 04:29:44 -0400 (0:00:00.167) 0:01:53.224 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node1 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 01 November 2025 04:29:44 -0400 (0:00:00.164) 0:01:53.389 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 01 November 2025 04:29:45 -0400 (0:00:00.088) 0:01:53.477 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 01 November 2025 04:29:45 -0400 (0:00:00.091) 0:01:53.568 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 01 November 2025 04:29:45 -0400 (0:00:00.082) 0:01:53.651 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 01 November 2025 04:29:45 -0400 (0:00:00.081) 0:01:53.732 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 01 November 2025 04:29:45 -0400 (0:00:00.079) 0:01:53.812 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 01 November 2025 04:29:45 -0400 (0:00:00.086) 0:01:53.899 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 01 November 2025 04:29:45 -0400 (0:00:00.097) 0:01:53.996 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 01 November 2025 04:29:45 -0400 (0:00:00.095) 0:01:54.091 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 01 November 2025 04:29:47 -0400 (0:00:01.534) 0:01:55.626 ***** skipping: [managed-node1] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 01 November 2025 04:29:47 -0400 (0:00:00.080) 0:01:55.707 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 01 November 2025 04:29:47 -0400 (0:00:00.082) 0:01:55.789 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 01 November 2025 04:29:47 -0400 (0:00:00.067) 0:01:55.857 ***** skipping: [managed-node1] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 01 November 2025 04:29:47 -0400 (0:00:00.098) 0:01:55.955 ***** skipping: [managed-node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 01 November 2025 04:29:47 -0400 (0:00:00.087) 0:01:56.043 ***** ok: [managed-node1] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-11-01 04:28:02 EDT", "ActiveEnterTimestampMonotonic": "622680432", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service polkit.service basic.target sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-11-01 04:28:01 EDT", "AssertTimestampMonotonic": "621595704", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "792774000", "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_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-11-01 04:28:01 EDT", "ConditionTimestampMonotonic": "621595701", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service iptables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "10120", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-11-01 04:28:01 EDT", "ExecMainHandoffTimestampMonotonic": "621629547", "ExecMainPID": "66056", "ExecMainStartTimestamp": "Sat 2025-11-01 04:28:01 EDT", "ExecMainStartTimestampMonotonic": "621597934", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; 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/firewalld.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": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-11-01 04:28:01 EDT", "InactiveExitTimestampMonotonic": "621598566", "InvocationID": "6881f461e1de45f6a3e775250200b95a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "66056", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3456614400", "MemoryCurrent": "36024320", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "62021632", "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "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": "null", "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 2025-11-01 04:29:30 EDT", "StateChangeTimestampMonotonic": "710827257", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 01 November 2025 04:29:48 -0400 (0:00:00.667) 0:01:56.711 ***** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-11-01 04:28:02 EDT", "ActiveEnterTimestampMonotonic": "622680432", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service polkit.service basic.target sysinit.target dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-11-01 04:28:01 EDT", "AssertTimestampMonotonic": "621595704", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "792774000", "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_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-11-01 04:28:01 EDT", "ConditionTimestampMonotonic": "621595701", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service shutdown.target ip6tables.service iptables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "10120", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-11-01 04:28:01 EDT", "ExecMainHandoffTimestampMonotonic": "621629547", "ExecMainPID": "66056", "ExecMainStartTimestamp": "Sat 2025-11-01 04:28:01 EDT", "ExecMainStartTimestampMonotonic": "621597934", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/firewalld ; argv[]=/usr/bin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartPostEx": "{ path=/usr/bin/firewall-cmd ; argv[]=/usr/bin/firewall-cmd --state ; 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/firewalld.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": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-11-01 04:28:01 EDT", "InactiveExitTimestampMonotonic": "621598566", "InvocationID": "6881f461e1de45f6a3e775250200b95a", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "66056", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3456372736", "MemoryCurrent": "36024320", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "62021632", "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": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "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": "null", "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 2025-11-01 04:29:30 EDT", "StateChangeTimestampMonotonic": "710827257", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SuccessExitStatus": "251", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 01 November 2025 04:29:48 -0400 (0:00:00.691) 0:01:57.403 ***** ok: [managed-node1] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.13", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 01 November 2025 04:29:49 -0400 (0:00:00.097) 0:01:57.500 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 01 November 2025 04:29:49 -0400 (0:00:00.058) 0:01:57.559 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 01 November 2025 04:29:49 -0400 (0:00:00.061) 0:01:57.620 ***** ok: [managed-node1] => (item={'port': '6514/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "6514/tcp", "state": "enabled" } } changed: [managed-node1] => (item={'port': '7514/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "7514/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:127 Saturday 01 November 2025 04:29:50 -0400 (0:00:01.459) 0:01:59.080 ***** skipping: [managed-node1] => (item={'port': '6514/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "6514/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'port': '7514/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall | length == 1", "item": { "port": "7514/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:138 Saturday 01 November 2025 04:29:50 -0400 (0:00:00.072) 0:01:59.152 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall | length == 1", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147 Saturday 01 November 2025 04:29:50 -0400 (0:00:00.053) 0:01:59.206 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 01 November 2025 04:29:50 -0400 (0:00:00.052) 0:01:59.259 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:162 Saturday 01 November 2025 04:29:50 -0400 (0:00:00.055) 0:01:59.314 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:173 Saturday 01 November 2025 04:29:50 -0400 (0:00:00.066) 0:01:59.381 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:179 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.075) 0:01:59.456 ***** skipping: [managed-node1] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.097) 0:01:59.553 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.112) 0:01:59.666 ***** ok: [managed-node1] => { "ansible_facts": { "logging_selinux_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.058) 0:01:59.724 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.033) 0:01:59.757 ***** ok: [managed-node1] => (item=6514) => { "ansible_facts": { "logging_selinux_ports": [ { "local": "true", "ports": 6514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } ] }, "ansible_loop_var": "item", "changed": false, "item": 6514 } ok: [managed-node1] => (item=7514) => { "ansible_facts": { "logging_selinux_ports": [ { "local": "true", "ports": 6514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" }, { "local": "true", "ports": 7514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } ] }, "ansible_loop_var": "item", "changed": false, "item": 7514 } TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.084) 0:01:59.842 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.030) 0:01:59.872 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.035) 0:01:59.907 ***** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node1 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.154) 0:02:00.062 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.134) 0:02:00.197 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.061) 0:02:00.258 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node1 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.099) 0:02:00.358 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 01 November 2025 04:29:51 -0400 (0:00:00.048) 0:02:00.407 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 01 November 2025 04:29:52 -0400 (0:00:00.048) 0:02:00.455 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 01 November 2025 04:29:52 -0400 (0:00:00.055) 0:02:00.511 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 01 November 2025 04:29:52 -0400 (0:00:00.054) 0:02:00.565 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 01 November 2025 04:29:52 -0400 (0:00:00.051) 0:02:00.616 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 01 November 2025 04:29:53 -0400 (0:00:01.478) 0:02:02.095 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 01 November 2025 04:29:53 -0400 (0:00:00.059) 0:02:02.155 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 01 November 2025 04:29:55 -0400 (0:00:01.475) 0:02:03.630 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 01 November 2025 04:29:56 -0400 (0:00:01.546) 0:02:05.177 ***** skipping: [managed-node1] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 01 November 2025 04:29:56 -0400 (0:00:00.064) 0:02:05.241 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 01 November 2025 04:29:56 -0400 (0:00:00.073) 0:02:05.315 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 01 November 2025 04:29:56 -0400 (0:00:00.059) 0:02:05.375 ***** ok: [managed-node1] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 01 November 2025 04:29:57 -0400 (0:00:01.000) 0:02:06.375 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.071) 0:02:06.447 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.077) 0:02:06.524 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.062) 0:02:06.587 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.060) 0:02:06.648 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.054) 0:02:06.703 ***** ok: [managed-node1] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.059) 0:02:06.762 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.050) 0:02:06.812 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.052) 0:02:06.865 ***** skipping: [managed-node1] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.048) 0:02:06.913 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.069) 0:02:06.983 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.051) 0:02:07.035 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.051) 0:02:07.086 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.051) 0:02:07.138 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.051) 0:02:07.189 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.029) 0:02:07.219 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 01 November 2025 04:29:58 -0400 (0:00:00.030) 0:02:07.249 ***** ok: [managed-node1] => (item={'ports': 6514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => { "__selinux_item": { "local": "true", "ports": 6514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "6514" ], "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } changed: [managed-node1] => (item={'ports': 7514, 'proto': 'tcp', 'setype': 'syslog_tls_port_t', 'state': 'present', 'local': 'true'}) => { "__selinux_item": { "local": "true", "ports": 7514, "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "7514" ], "proto": "tcp", "setype": "syslog_tls_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 01 November 2025 04:30:00 -0400 (0:00:01.845) 0:02:09.094 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 01 November 2025 04:30:00 -0400 (0:00:00.037) 0:02:09.131 ***** ok: [managed-node1] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:07e1762f7bc152f528b276b206fe6cef3dacbd2a45f098ac72a5d84b131d1cbe", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:74ea3e47ba3d2b46e0b43e425f15c3a3ec88028200d4b6460025f1f399d3e0eb", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:392aa6241717437be81143b24bc8378ebdd2d801c00c78d3c4530aca2a0b3a85", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:0b785963550eb12b7e3c10fa03a88b89341ab5dec7a9ef209f61424631a87eaf", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:82d67735f56717c2a6c16367037560889d49cec530211bd81f4ceaf67e468881", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:21017c7901befd3c6fc519f7cfaf64aa49be92b6abd3a1df45e515e3efe73678", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:e8bc7dc56468c9f5d9e8bef25c2802b273018ebc4540e7670ba6e19803dbe8fd", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:4ff9c7e34da3d764abf2b843b96436f396e5fa96d1e2805f5801de044ef426ed", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:f53a083e7a80e7a58a31a3f4026d16d6e7132da58575ff0b997a69901215dc42", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:5b5cd5e6f9f8b3b9a93d66c1c92ba153aae4d366414a041c00bac2c34dffb119", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:c14f6a700fbaa6627a383253eeb6d2b13b3b12273f4e38cea16a6553f83f6bd3", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:afd99b00f90532fe5bcb42b3b5378b1f9f2f11898bf98071ce41a78fe5773fc4", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0a6130ca0546234505e27d14e95bd0194fdd2d2f87f9630a03f8a9fb1abc20cc", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:c794a7581c08103006edcc7bacdb82846999e64039e18759657f27b922af1cf3", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:13be9be5ac997fb069cd7e6b91a82cc9687a1f411829d429a1c1fe71680c3b44", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:20b563dca9f35461c4cc3c52272529bce4e70ee0c279b76647979ff8ab6bee49", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dbbd66e6a7e7c54caa565e155586fe5ec73d036d1c9b8a4e51492489e77beee0", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:4f1321c9ae669599a6d57f7df32a1bc67dd73d4fd2c923a72dcd98c8249c7fad", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:1747848656971028ed44617aed6d5fe3907c15e669c441b31af2623199fe32a0", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:ee7ae4b6b76f442bba0f0fe7606496ac9c48b5bca248cd66d3269289837adceb", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:ba093cd62be4b3cc2c22f15306febfa6e36e28a2b0912cba6c545472015c811f", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:d9acc04a588e0d9163bf3c25d1a99daee7ce26335ceed4210520fc91d9153749", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:d1aa8f92091b84585dca61ee9e1fd4c18a9f66194e88728e02efedd0894595d1", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:979e949b855e3093e2e8a2b65b5723b67ee183a8bd869849e3be363fc4bf291e", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:09a341e45897accb1fb369e01456975291b651eccbcd29b38ff15572c6be3858", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:970bec50768128534e199e4e395384d9e8eea12567b3d4144655e4946474c726", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:431b6eddf8d42235e521b106db8987273747cc25d84e99da6534711bc5f03ac7", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:5f2c0c8148502f0592527fb7e8167984ca2165c9143dbaa02017d4f70081c92a", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:4641c84af5d6e4b76929b7c299b439fc7baefe8f22057381b79044114dfd0d52", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:8d970b4cc31afbed3af94c52ec3bcbfef3431479572490a39e82b2364647e39f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:607d0195890b7070551eb3bd348e7b51dc8df436b188c46303db219ad39f92ce", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:a29e3284f73252846620724902556de6175baba01a20a217698835e593b626a9", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:53f284c810bdb06b451e0d837a6d4768263635d697af332a32fb0ed0cde552ec", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:ad6ff600fb2a8b2c4a4f493ef0a5df80f977f8e1684a747f72bf7e8325cb32cf", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:a7c571857aa228b989ba22bc73cbd5a585621491fb02934d91203d2dcc86de7e", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:f85d940a73022a2cdb6706c11cd82bc15f6066ca6bd3c9cb52290b61239fe2ce", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:93319bb37351a620cccb20ac57bde237f73ce04872df46ebc225c0aa7bb4ef7f", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:52c34ae09e5ffd92e02072d391145977c5d45311a876b41daae403ae6a34a5aa", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:08769b88bccb5fd3916d3cbecedda1419539427345358c4157a5f7b126e72fde", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:228502577fd10bfcc754491a93e3e6807ff21e082ba49fdca428d2982b0bd0b9", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:0f132d464ab6cac7c6a117b3079b9b35761011c07df6dbaa2753eae7dc8d0cc0", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:68a56198a3629874a1a1448b04e12f0c348414a6415d47d2308539b1d916157c", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:e7a6bd8a039a514d5f3116f06b52baeb2c97c0f980c71d36ef11bbfa988444f5", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:5c4d7cd74bfb25ca6ad2aad87218202ff47317c80582ea8c174d34baf70c1ec6", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:9fccdb73f8bc3e5762a00dd0bf212fad282be2850b6fe12d4ae2eb49a18b69b3", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:36a5f3dc0e4f86c567f56d6a8362ccd5fb7e5c102c07f06f5c050405d0a228f7", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:a455877428d40c2822e989d6c5d5ef2c3b3026b831621dca0e90044db3ea03e4", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:e7b77fc3a674a4ada6d00c588b067702fbf61175b1c558870731929a3e2ede9e", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:8d3f415211c810e980dff4f3d71b7c9a8175484d8f81a24fe1b2fe92552eac8c", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:ae0f768e71a62ef574791473379a53a2f4a57e988bde79ec152b3493d89d08de", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:a26e73b5ed651fd93fd99fa700eca8f59bd20d74ed3075f3abfab8919e67019d", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:1fef1e51283e26d3dc16780426e5eae69d2d7881e46c5e31372de043bb6e49f9", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:05b66a451cb0a9523050af4dfa038275fbe8f41ec55de9327602eb7f415a451c", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:345d5d5691dfe9dfb427ddf20f6d3f363e98547072c52faff7c3fde9ae07e7d3", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:a210190c23b77f7e237a8e6df13b2a2100f28ab9d4c050ad861d59d0794c888f", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:5529146bba31721092c21b8affeda0b141ee00816c0ec0e603c95ec4b62e9c1d", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:33934993fdfde62cbc4779d4e1fd342dfcdef75b752eecca34162a1401c57a7f", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:c57163c24d152bb84dd8a8128131e1a4b429dc6106b98b23c13caf276e10f49a", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:012b7dc462fdac6869bda5d38b93ec22eff6c1d3b9ad4f648e6bfd3631019529", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:f9a631032272822d67bb9517589dde92cff87aee2130f882193db4dace26d172", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:aa9b9ddb232f803ae397b8303f551c9c66d4d51fd7d368ad0dcd6bf90a13ea5a", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:9c2706f223c6b3848684cad46e881d7fa62acb5de6dd3804fa79cb39e965a382", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:532cd98eff78deff243452df6ceba5c55abe69997ecf8e6dc0f1abe84df6a944", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:126cfd163553c1f75de2a9861cc412575f48468aac07956645d0d329276d7b24", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:d6d7e9be97f4f1fd0ea450ec2c307d02628950f71088e391b98c5167ee353dc5", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:75ef1934d79fc9a366f45daf93eb19a53b3fd92143b744219224791559292ecd", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:55cd592b32ed8188137eebc9e7216692d494ed9181e7f35997489dbc4b08d8af", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:f5f2922060feb4e9366ce5dd09b05d7c109b3042daa3e2cb2af477913b3cd14a", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b6574208611c0f8bf9eae90ecd791e52aa16c50dfde834fbbb3b77a718b1eee", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:bd077cc2ee4e85634eecd00867d8822b3d87ad5eec4d42b0ae2d26226dc962be", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:5863e9d10057f6a9b4a0a6816ee1c551de955b9deb5409c4ad4da22c9a2cab0f", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:942737bd81b08b762e2283ca3f70e048623ca2ff0f51a580f57d2508be298acc", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:4242fd4fb3f8f88a944988c10b732358201843f9796b90b8e887b01396632142", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:857a0dec7874509d48c1ad9b679822ab31c81d83bdefce3ac2c164c5c6847047", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:3714fc1eb85d3d839b357a1b09fe64620156a2048ef4019f591971f3bb79b214", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:f7aa2fcffabc2ab1af691db68b6cb8c460e05b02ba6614fb68be18515a6a4ee0", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:aadd6f9ac3c866e29080cee7aa53f06d7f6376a6d9db5cf6b7ff76acb2c1e072", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:517c50091e43eef6f3f62ac9784566d96600e28b93befbd4bda3d5eb738a86a2", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:708a5630aa4958b2540762c51bfcba0330b8aedb681ac56f64d6b08ad12e96d2", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:ffdf9b266fee56b72776cb0dc867aec788c4a0f1566a40b9d0fcf4a67f2abfdb", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:59c355cd5e1ce69ddcba8fea8af456fb79106e92c06c7229668198a3519dbf8b", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:94c0d31bdb4796d5703843987fed34e68f81dc7ae8d361dd66da201074935ae8", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:3ed1ab24d637305ceab3e90420740e65e0753506f6ffeaa107f1369aaf4a1993", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d25d4fd8e936d18ade9796d4fbc643ddd762689247a99fb20d7527e8a2cfe042", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:c92322209526499cb3792e3aeee2a9cbd1a5f3b57614603e30c29f3f57f6b2e4", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:f2b66e036409597b82233544a12bbe28fd34f003bffd96ebd29b38fed11e85b0", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:619ad6d0c73b0e948415bbd20a60b75140d11c320043058abc912e1b001b8c16", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:1f426c571186a0db063e31d4b4fd7bffd5543896f192c32fa943d40718e096af", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:930b1e47395362a32bb5d5baa18e0b717ff4b270ae95554e0dc181e10c4991b4", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:49b9bc090b66563f0a5aea41a4fa991b6cb29306f6f6f7b9d58ec53a42e0d7e7", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:0142b856dde80621d37990329391d462a505a79350c77f9030022a1d7e1ce1f2", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:ae4c1edb1aaff5901a91056e4e342b5fc41e7d2c9bcdd1a7e5167e0c95b4d9e2", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:67ff90b2d01e686ec0ffbf724103cd7c9e01fad97eba7b66cfec0cd9c3e30064", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:5ec588d86cc16ff8bac42d4b27aa6e7122b5eab04a41cd96cf957f01c8efac8d", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:1078cc387be5d81f95e05115199f60bd0ea7b58f2d8b7a7532f49177755aef6c", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:341259cacadcc88112ff7b5db2d96a953a6009604f11604e62bafa604bb19eba", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:b3c318d7b686382f58d3aeb9284d5d158dd60a26a1be32d9a9bfddf554720a3c", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:b70c89584e1139504bfb38391ab28baf68ce2eba62c81f0792f78612cb866f34", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:811d18ce9fe8692c65210772e4f5fe3b7577ed075c3e0dddd9ea6ad6dfe9d5a0", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:47f343f21d89b5b994d49a1e6e72afadf1a625f8454225a098f546e2db800935", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:59f38e1b0ad43b5ef327d389162061da333e34a3d1c7374d1cdb470619284dab", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:abebccefd78fafb41aee1eea9d6563adb48fb0e951bde4f653c3b5cc724905d4", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:1edd3d5c7ae9ecaafd35a4b7a018ed2d9201614b806ae775c489b5162e99e4f1", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:ba972829a762598213eb2a95afce1a7db1d1af6d461c6e0cf36302860dfe5b9a", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:820475eacaed2781a188ce19feec90efa150bcf0167a72f803a36ecf317700c3", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:17e86bd469834f6aa8e1a697cd174ae00b4dc806885fc9f92cc8ad32c064b8e7", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:bafe5c62ddc19d41ad9c3e8b05905c26b582390a9f471288d944beabfeb622ad", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:2495a1e61742bd906c902a1240bb2302029ab8b761068fb4e957d52bea883a83", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:bdd22be366ebd7d01048616a267779b418488e6554ccf19f776daa6f1b764b8b", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:f51ec6114c09b17fa4d4076b01748fb31c79ccc703a491a7bc301028eb4d6a9e", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:bfd23d7d859518f8b3092f6426c680ff72e0b959c953582626fbe0ff000abde2", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:6d654434b3d09a5b97cd3036ffecf9adc738d0df0e0ed82b4edc270e02a59d37", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:bd0b507a97883d1c6212de8d46373fce5740bd58cfd074fa28f2210e0ac88ab6", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:3d2540fe20555834952f9a94a24689486f9d75062b2ffa3efa277c8e2e67aa3c", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3b4325a1c47b13e2a2263f31c1915a5446dec321b986bde9c3abd53aa45973f0", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:c8ab6fd529d3be35049d44a6dffc73b05ced946f29dc644c628fa213ce691c4d", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:c2f233981c60535a5777220d484636afcb60f2707ec3b040a653432853089b74", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:122de4e957cacf757b7650ab142dc748e3f82746272b489586b170dd0ced7c19", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:27555187cbcfc4c38bde933c12b550cc765b0381dc5e1ecd12cc73e34171f697", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:4a839cafc1811bfcbf8b1bd874ddb1b1d944d920743f9967807f6d97d10ab037", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:242fb3f9c464de5e1448b078b61d250382740ca16bfefa073fc446d0ee6294fa", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:870e47a2b89144e6dc5e256f00d6d5290ca897769e891d9369501abde60a8ecd", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:48d76bffc926e528ddcf0be86a5aafd60afc5f8dfbc4bf1748dbeccfad71e622", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:ddd80337d820fea4934902cf355800fa3614c92c9d875d39958ce78daf9f482d", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:f1edcd35be057e5f22d6e15e58b160d331e5316b1a92691df6152d10681662b6", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:4a717a98e3027b357afa1135e0adea17faa27a188c2a156639ec7f5e73bd5464", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:59a0f7a92be232557393502caaf50a855dd52dde1a8a0b9dc9fe2704b0ed5dbd", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:be70a7a0bfc472b335dc797c77d93f1ba6a1597dff790be9ee9e07ebcf76de13", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:0161c95f0a1ff81f854a2ec90e43f70a55c1195bf1c1e79cb168653d542ec135", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:2b047bf0469c45cef72569debc9b934ca3c15196d72873ea24370080f0605249", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:db4730115b1eee5bd210955898d0ee0b48b274f31dd6082de63fff2011a368d1", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:146f65fd296efbe1e10ff4bfa7047dea0c98249dea62795a89aa1dd147875bab", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:864d6aeab0f7e43e4a6a6d030a7a022b4ec88b6f7134fa62500e4f4ada32b358", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:ff3dd9d561de263512c79a78dc9082e67d0782f1355880f57bf8e9c23d93cbd0", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:56731272a124641bbf4590d09991abc652377908b1b68ce1581204b14a7a8d77", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:61bb0cf7a7fa7b30fc03ab300b182cbbdda618cea8c2d529f7d66d6700903b1c", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:9192a3a13888550539573e9cc4e6a043ff1b810118664372614e3c39462eb5d0", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:e9242467628a2d1d0f0f511b0aeac32fd642388f8189bd23ab6b3e908fdb2bc4", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:f1a420341919398e2303a37e56820162a56b6c1b434ce1bdeda40749f50a9916", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:b2809f0a57dce87b6dc2691811103966d4aa5a671057fc9e879142b07a7e0d31", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:bd696dd5be6a6c5548b7524d9e637d348ebbdf21a5e99c8f8596d87a08fae3b5", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:0b091d2924b5242b31cc642f68f2dad4edf183b4cc4026fb55be640a70a4e955", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:a3ee5da5c3248fb5dc79a218dbd7633a3cba2b9ec51e5d2aadc337ee8aeeb69b", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:bea28612dbadb9561a62f446d9642bf6a8a97ddf670f9d28eddb53fbaae0f420", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:e7a49aac0b0079b40e7870ca29e8caa9239a1f689ec35e5d6e03d89308839693", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:84015c8d599d271e21c342009170ac20e9c3f0988cc799823f0b63dad44cc517", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:8119ec994199a7256ecb8ff4685bee757ede6d07fdb42e920a935610affe9f63", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:cbb1e03b2729faf980a24615e098c4b44f4b76658ced74efb0c8d30b95c54471", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:082a80a012acf912fa94b58246bd991328c53ffea1ff872c36d0013b778ba1e3", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:461811d6f0ec6347359ae7f93b6067f22451754062c15f64e5980e2843f04671", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:a1b53df58c1af99d820ab86f7a71250611f3d0a6a36e915909253d4a204c388d", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:e2f5e6c8c7df50277599726c1c0867a77561f647280d56a961b02b36e0e64d04", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:0bb3baccea7db04252b1f6471141e626217c565451444e8308ec9bbaacc328c2", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:f2da8faa3d5346d0caccf3e145f6141c0d014092220e0081d28054dc7d99942d", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:24ce6480e0691179e12988a756db72c5a14ac90ed23b3f81e50837f4ab07b1c8", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:33601f99a05615adc943f5aca31ff3fbaeb158ab289a595dabdaf49cc2c475bf", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:b6efbe9a1c0da1b8d6096bbd8c79577c9395f7aac2581648e757e3463cb1dcff", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:25c0594c44ee50668117b476fb7359678453d201cbe6cdcfae9aa870a4eb071d", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:d22e53858a3f1160957c8a809ee8150d349bc895820025e3dcabe2c1caf78ea2", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:9b07e1145131cfbc79715f161e3d22c57df65e11b8d886451b2a2da1492df677", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:55e31e034c922b72b2aba1f4b62b4cedacf2812dec04d8fce83f842d0a5bf323", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:e1d83f92aa50fceb6a9195078b06ec6797032a07ca76ae8da75421b2dfd2ee1b", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:74227917cab2b7674fdc429cd4391b9db90615c047c870923efc898af24bb2fb", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:61cf0929dcf5cb51aa4b739ed27fd76e8105261e9be69ca848a8406ccc360479", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:8ed2e819c801f902ec6165c5c17c3bc37d85c29eff9ef97f494416758d5633b0", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:13ba5a1b2bbd51f94c561f54b1a9c8f8478db8c7688b20abddfc90336e77e86a", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:b3a1f09d70df2073b83ef2e599b5ca80c70e4716f03e52ecee9cc67680faa011", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:203bfdca8d2a7b6a6421d87eda544a452220a76a9f38d7c672f7b7a8d37612e1", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e0771312b5f2b95d09ecc0a219bbfc46689a929ab28ef761085376ec9cb1975", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f076b87ee550b79fd15e94e5324d4b41b9123c8435057ea3973b2abf10582c0b", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:79588a8b9cc3b012021f7e8a7a4d51491be716def3e690386c4f6990129e8cde", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:75d569cb4f7192dd40aacbcde2ad3c9d1ec36b400241c4021b3f966b20b6e9c7", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:7f31099a9c14b08f2b67d3874aec6a87ae2b50f9d4447eb4b40c1a1d5b0999b4", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:6610a6ae73faa80c7dc9aafde473afc388ade362e3f9a5a52aa625b68c1b5abd", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:7a75bab99974f7ee1be76847047e37b2f02d2a796fcce690843972cd30aafb74", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:59720c9543036e84959831002c8604715c0a7f8b5fa7e4de498b4dc8e8bc9853", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:f4d829ad2b938337077b15f713e26e570058dfefd889f4fcdac681c70229cf78", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:81230ed721561470d60c283152da84178cdbc3a2162d5a1a235ba55cb7f30262", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:82fa04c31e9c3f1b1515ea9a8052221fb9bf99983be64deda6eb7d133a015d0e", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:9d0ebace9f806e53f7d392637f1643ac06888b34cea0230552fa26022dd9ca5f", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:b20f657b323c82b5e9722d02585ff2cada6ceb82bfe67cddf550b53b961fa620", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f8f53f292f4ce6c5f8dc4577467e18ff72fdbca896e9636ec20761b47fc10e26", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:13d9f70bfdfb9e8a175c64b4ccbeb8569c3c78c63acedd7072ec8f39646cc238", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:b3b32d72e0fbebdc9d0f5af0e54a0555f773e696fd01827c009aa9b205db9648", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:9a27c0f47a16cd95b2c32c7275cff516a85d2c1a5d108bb9eb12ef79d93b336e", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:e226edf0129bfe34d7283e5b9d3b3e7607d51fe360cc2ce13e27a904fea2bcd2", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:5dfe4c59dd30e1c61183f5d67dcec11089ed4abac0f61a223954ec3696b55ec2", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:fd27673ec5ea01ca01cf3550816d7ad59895eaea9ab6fbabaa669f43ef0b0e9a", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:57499273697a508ab86a0077fc121436c3a159ce57f167bbd4ccec4aee6ed018", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:a3bcd1b26664505461d2f9fd252b967198a8199059797d3b415f2a425c36b807", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:871d85b0593251c06d9768b1ad29e806d3b66bc2974cd340cdd7b24e2d23466a", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:216097506e19a562b41c5560831c50cb993d99f52fa1002fd8ad08ceac801390", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:33e70f6077881063bbdbe96e41a8782bed55862519129ed4969e2421a943d9aa", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:08f618d254d5c90fed0d22eb7eb9b07a6a87f3b0e0296a48b2f1b9708420ec96", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:cb6b1e975f948ef86dcab05168a6d3e42bd7d9d99c10ec61639a3f1e6104695b", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:e0bd3ea02e60bfa00813695459757208523761ef8d9e82cd089739dd8bce8331", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:0049b6938ee6a3ec7ab80e3433fa79c342d9e41d3ade303b8793b074e01c33c4", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:063978e26420b5e50752e57366678cc94fa4e23671dc357615afae24141e6048", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:b016762385e1ea2f14e38d352cda8ef06412009a701d1d72c1d70404d20dca03", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:f1bcab4bebd71aafed0c28d8c4b30315ccf511b44ccfbc2ab0a26338c9d9c660", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:144c389a87b7d5c04973a355642be24478db0e44f35a89e17aa8690b99b24b8b", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:666f9b5be5d939761266a6c20bae176edd97f4cd67630d6996e0e33d00e7d938", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:ba723e016fb884450cda1158362b0b032a03e643b1669312475dc5d6de856040", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:f7584fef6386ccdb128e0e63c1365602004b37a929da098d17a8df7cad0294d4", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:55c12c8e5b8c9b5dd8d87706047666f42c3a0cb2a314a5a1a172af3f97ccd457", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:19ed67fab6e7fb9b808652e4bc7b4c395058c068d466bcb3494ee8179f63bff9", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:18f18eba3b941c0c76d10a2a39ef1fef22b2a9d832cc870893d63d8e46c5d465", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:969f756ec6c65a50480159f81fe5e207a5e6420505454a29e478b6e6ff88a752", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:622b5a7895c4b696fb37644328da33afc1111c48eb9e228f6eab25487007be49", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:50f7a9b2565ad5f7446a9ef19ff26aba9e2960f5a3a954feab6e5e5fafb4bb70", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:8786de8c8ffceded9270eae4dea156ec7b027ce3c538ff36c2dd313bf4315a02", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:f9c0b5d687d4e87ce66e4961d3ea3603d1375d52b6e24bad4b5b5e077c698ddf", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:591182d9644c09aa5bb564827ec8be059a2d7558b9bdfb22d51241661051fb66", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:351be8ae0a869be311d53347699c36d12c7f56d8dcd51296ef8206a324476a0d", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:1f2b4d28e961260e89825f4152332069386098751638f488be15fa1b2a302705", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:1a19a7c8f75a162daa0ba02b36044f6f570542f1eee676562c575eb366604f16", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6012a698fd8f3039ea8d7e3df58192ee7995e875ec966c919fba2ab5371a8320", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c47204ca387d2fe5170bc3b8f8991cf7c2f501c7e5f08309812c4fd8909a854c", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:af2b3022be3992bbb78080b97f27b87828fad3ee4948ed1a0e7639f7ea98b50b", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:0f4db6e67761afff8c1e7c982cfd3228546af6575e8eb1097980d154dde66fa7", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:db3d23363811dd532f2c72dce8e5479b19d83630df4c4d7b254e7573acf672e6", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:50378743a1ab2ed5e215a80e16b2ea1f84ef05a26b22923ddf4a5b955166cc25", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:975a216942bfbef061d3bcb3f933510b8162eb1cc4e1b221cc210683310a71a5", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:38b2e774a7f0e134ac0d70411edc3b006f047d2ce81ee23485192bc00fd2c8ad", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:6c52165a7ea9dc544b4f27aec0c806ab417bdee70811af6251ef365176ea7c6d", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:f679fb22023e5fc8e25b229521f60eceea201fcce2c98603bcd85d12cf7e8a39", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:908278778789ef019d91f4463e260b5a6e3a6cb1f7a1c95ad8bf19957cd42aaa", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:af4eb77ffbeb3d13cb9fcdf2cd54529cdf9b01a692b8a04370fd8ebc237d7b03", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:1b887a11afda85f7bd3583b3f74cac82c44aa007821969ae6e98e34dd0ca53b2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:87a896e14595928b523673b4fabae0a56574a8c2c4cecf7f618d4f924b2951bc", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:3c72a5bee36277130551378976bcb2ba638ce8875ce87e91584aab71a577c047", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:fd7f4a57ed16249b95d0f3aea5f0ec07d4ba6f0ac69083474a43da9bec527614", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7c800d55e5acc7ffcc6725ff80c747dcb060dc88a1c20fa9fc981ff81d76af39", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:53ba185452c0d9dc86d4f741825732ff78bc7ddc7af21b3a2d77c5184fb643c4", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:ea71e5bf4433d97a1986f1553903607783450667677485e63ad4f774f910c22a", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:c01b27e9fa597d48c6767d797320935716d57e60d926d87ec340b70df7301dd5", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:6c5835d7943d52849556947ff0968c2783e5b41c93bd4fe089d2befa46305693", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:680d101802c35fcd1fb8e14a61083b16d72f21f712c35258d8bf2052bfcfc87c", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:0c2ccca84714edc7f0b195c55126edad113988546fb3077041166fd05e4367f5", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:4f78edca9b2cc88ece5b73e5f13bdad9a524e2f16f3076ed1373a079b1d0f601", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:ca789922a9633e1e87b1fab6c6c9e5ef606a4c167f14746a6416914d931b664b", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:5d315c66a3ca428a077429f32e87d132290ee8943cf73a38bed40268c76316d8", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:f31256f116bd7f1b8d0f8a630c07c4ed1c2d2620b5763d65a5ee4c093c2c8979", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:7abb4fd3a74bc56c914851a7f0a991053fd993d0d4eef360ca49af5fa03dcf9c", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:1580ce2f05f78c8faae4d733e92040d106c6ffc3efddd4cbe8701267c242e187", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:ae86a959cee99ae96fc879d0b6883c2ac90ab8be30deb274a27bfdde1162902c", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:7c38515c120ccc294fbc362e86a5ca8f67f077587399c99f39219aa9a85fbae2", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:6ced72b9378ccf82c39dafe50efb6970fd0fb14f0e8e8701890f1bcb4d7f2dc3", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:e89fc58c2148be9c9f1eb8302375095f5bc2e11220a809703c43e2ddcb3ad229", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:30caf6f187754cd40334d6519340ea777da7610baf5f6c340bc7d9e0cc0a8fc5", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:f29a112a461ac09a78bd30cded8e34451af48d5a8a307765db07ca5d9895f131", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:7743e75d7edda918b6372e80fdb022875a6daafe4469456d0ef3a257b477715d", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:166c219126ba98366d30ed73fd40cb3bc3cd512435ffaebaa62bdcc5a63c42dc", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:063301b97b39c738f9823e757305128eaf873781bb5c76f552795a814b8f6926", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:1164037db73274b633b4eb2ec5749c5e0b6f89911309a2b58201ad37fb3b5944", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:1b6131336cfbb673ba8c99d206eeb411500540acd1904e988368416d3409ffc1", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:3401ae51f6ecb2aec66e0261b3d0763519967bf2f43e7f8464cc57d26ea746bd", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:218005d830e35dd0c8caec058e59caf04b6dacd43d5b5e96961f6b1da70eacd8", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:2c12c32b05723caac5df11d5384e78a4074a4d0c34a5d4d500d1ee03ef9e167b", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:0fc6d39eac2fff41d4257208166bccf9affcb7b67b0c82b380464b9db12c3aa6", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:2ea31a96bd294588ab422383321b8f9342f88f7db8aacbec9c9f04e157087a91", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:d4387255d063461f853c4d49995e294b36c6d3294830fd365d438cd2c98900d7", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:7cd16fd847a28bd6e5146c68d0c6dc42e03ea2f96907dfd8be23b37490790870", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:6138cb7ea980cbdcd0cc133b6e30935881643d462d0eb6ebeebaf6f8e1cbf4fd", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:cd59a8fbd677ae2c82c245cac4040b820ef36e095714542936f58b9f26cbf8de", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:0d665baa070f1cf764f23772a946b70ed0f67daf2d714d8b3133838b1305eba2", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:a610d4181c2af3a4203ee68cdfa85ef97473a2616af3ae45d5a23a49926e2517", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:c18685b6899d236dd8370b6054006237ffbc21b7e1ea903f08c2539d67b7caa2", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:3f92acea7d3a97b992ba2ac3dc401eeade1cd7b564f977fe35fd1288e8ae8703", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:083831a1012c3a1cec04e9646abf4367accae47bdcee5e4723e9a523c0e65b86", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:8bd4119baa3e6710898e667ec5f263df49c39eb07c4c94a0e4462ba5fd9fd7da", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:65c77d930d3c3e579080e38e5d1358522acea08087b839bd903e2924dfd4f441", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:75c91031df4ff659967be5273480a5879e31c732a8b03c8c0f6961b7273b6c38", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:b08818d5c4f9e8c086ce22accc13e92fc327fbb960011da04cc8ea6ab7f3f85f", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a18d94b24559386d2310fc40222d34db4c1352637d3471444c9c1dbd6ad3d67c", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:098ff5be136e5e6b5823ffd9df2cd8a08775a278a3048b3083d0b66ff8bd006b", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:614dd961d263608b72682bf6b4213e86e7ab3183b28981802a51c755cfd273d0", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:45377184a4dc1d6dfb2fb4c033acccab99136e3cb0a0d758220c282f164c0ffc", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:0eeb4ecc06e9b7bdd82322a6ce2159f320d793de3cf0d7ac26c98f2755114347", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:3cdf2aa9c1fd1faf65883cd232216b6f68db287ebd5f6922b325c4e0fd07c95c", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:53c57171321c0a6343ef57c6b6cc885519a8d1276c01afd056de595f7c011471", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:fe3e5415cf6bd2b163bb6d49e754e1aeba1f1f2873fe7bccf2e1b8c2231e0dea", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:77b2fbac3b031be7cbdd5698633592386a9b645e0345098fa250dc6d9308d08e", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:c41fa25535508afb02c6bf703ce7723333ff27dac4e93a483393375bf7e1a8b4", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:8ad9385c8ae2f10a6797d367e8a07b86cabe0553840ffe432f718238988f0f56", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:38064a67b9789e05ab03b4a72b19819106be4e133f09cba093e0192541d0ccc7", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:d646079ec41f70ae25eeb5e08578cd80565a89e1124084d1988937152c4b8d37", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:92dab2e09b2afc248343d5af428381497c659f76b4fa06c795ab57daba7ba42d", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:afaa322f5ea702e2eb6654bcd1c8afc207a58097ec1b962ddecc6e46d8e608fc", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:8781c12b1f208c2ec99a26f3fdb5c14d871fe3e070175a7f59fb470a8da2c2e1", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:03871390774fa9ea187f346e6cef33a8d50d38929d589b9549ae7fd832fe530b", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:1a2b52eac6c1000f09ab5bee78a0b1b4aa722a790e48fbd9c5739adae0fb0a74", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:1813c45f9cce96f2eb5af46fd05845940acb9c83237c7ddec701e2db47b89349", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:c972acf1c9c95b9087ac1cb312598717fc5b62e07abbb7d94f3f0ad7128001f7", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:dad056f2784ce0be71faf4aaf372c7249934132ea535a2f633f8f15b95497dfb", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:dee1e5d62ac1f2f5864e6d2fd22cdca13178acb73f8e649296624efa1944c9be", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:fcb24e5a406e9ed4f2266451317b04a1f6319e1c130a11c11048db9e6e50849e", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:9fc6939631188479125af047f6f396ae2cb7ff705e1b5dcda373b2ad532db243", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:6f714aaa2419b9dc6057dadae9b32d44821a48c036b21a4d8f1bbd94f9f41242", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:961bc157eba42a90041cdae4cfbab4eb7caaa4390e94f8f8c64e818f57e8d45d", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:885d0b92944df521f0ec7b73acec4a45844cddd821359de0beb468037b1f1c2b", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:ddd8e551a1b2965238c2d14f963dc040580f9f9125aab732ae176cec058a11f8", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:1747d5eb954228ad2ac46c1c1873d06b99bd270ce407b36d87dc580a8a9ad306", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:d68d2de86b8a450be8cbc083980f89f8523299f10703fe8072ef392ffaaaeaec", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:839771d4a7944ecf516b512b79c28503895a11d5115a0b746c0582c764d22a18", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:a00aecee5b44c2175e35afc3e735c7c9d9e6c2d91621f705f4ede52cd4be119b", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:192c4c7c2227e9d086e8dbc7fb89a1e26f73401261f6f05a340c978253c41829", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:81b9dba021ea79d0a0769378b65f64204193e17d6ef06a591f802ce40c4d7083", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:945a713471533b9e566761db734c2de39e28397f9e37408f250ae88ce93609d4", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:de11b09844b143f58e4ab3106683e0841bce55cc933652bb55455eee89cbe0dd", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:2dc87e7936b0a4d1b0e3c0ca95b2fcc9b760a3314c25c97f3e8ef674635764d1", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:51eb7407cbcb4a464434f161b83b6d7a0a7ade48bace649f5fb16267e12f4bfc", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:a4476e3a14091a6177335a76e99abd37ffb2476ff47e74cdd1398d2d7a6cdf28", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:bdacc123e5cba61c4458b524f43821a7b05edfa0ca41df37e4769237f73e365a", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:9cb22b056bef12debec74e82cefeca4ff6897246391e59e089bb19b20400c7dd", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8556f9be021096a2c6ddca2efc29dd5cd751687acba65cedfdab1df1eec80198", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:e361c0e3bd6130905f1e28a341668ed1303f05c116be1ad49667b6b5d150eb0e", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:f9aa95a9c334d8424cb994940053b56850b0af12aac6560c1eb7e3881599ebba", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:ee2513b6377c56f4dfcc543f5b90a538f92e405d2d9616aad6f15bb12d82d93a", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a5a8b6f9a644e773826240eaf8d709c476d033a8361934d1c7c1d6789f0b9689", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:3bb9594ea3d9f3595cf4fff980257ff9f69e2a909df17ceee31da7c43f2562da", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:50288ce77850c6acb28c5c4fedb060de49ff1e19c25776982db265c19447ad79", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:aeb6309b65ba0f363eb778af0d343a348f01418476cd1ed09b8665d42536d4d8", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:c4cc0ab16fca3dd03a1c49508fb96a12e8ace76a749f988c983c38d6f3c2d93f", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:d60db1cef4e2c00d0a9a59ae09d1ab8e2c182d5f74747cf466182a1bb7ae8923", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:565c984dd0163d03d8f20ebd2eec41b8812bcd860119232e2bc6a1c98241e175", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:e88cc0d4cc7980c1d01bfb1727dec199afefb0032d786e8352b1df4e3ec51cdd", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:d297e7fc2b841aa3abf441ae7005848f76f3fe469eb77cea609a1a57fa2be2a9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:d8e49bac55494ad1ed0d15d964b0104e255503719c2d77305c5a5ff6028e7f66", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:89506f1e164c6463d895aa8311b582765beb4c99809d9cccdc72226cf5a28afd", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:2514e438d28bf5bb5a1ff0f4a49ca0cc14185f1c0b56487b096446cf3f88e7d2", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:cacd73eb6cc75a06561859a98e0d8a410aafd0ba9e9fa66d1a8e6bf47bdaae2c", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:d751b387e5c5d6e96e5395fa21bc35084d6c2f2597fdff7215f4d13acbcfd754", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:034a01d5eb69ee670aabd7712930b62d541ec9e92af1b57bcb0600780482c85a", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:e980b3fba20531a682c43a51832d3cc4b66fe9f97607df8235d967ca0217b273", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:6dd456959996bcd82fdbbb9dcb79ffbe12c81287d36bfdf13d4f37ca26b293fe", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:29bdc9ce5a45cb5d9e04ce9b038f3318ecbd5e53db44a4c6a517d4fe5b63bb9b", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:aa8d4d306139986b7b57b699de4c4dec7d78b9466aaf864b0aa9a0ec602d5aac", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:1188427a59dbf172a50ed3c1d575f4cd941a91e522c68c210aecf036c49956d7", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:5dd27251400a9f35566e845872c28ff7f538088705aea90aabab8318501ba771", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:254c923230cf857bb167f47122668302ea48e5ca868bf5dd59a05894df2fcf0a", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:566d91064d8d14faa250850414d78638675d98edff2960a2fd576b8826120ecf", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:553ce11a77c65a370a5a97904858547859798f392589702574aa3b50b7df6708", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:799c7611806a3a1e6c7aa097dac441d4061d5af76e480163d00540f372616f4d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:3c4cf591890d00cc774a72aaceedcf62ee12df5e8699e7d012b04c01fbb07b7e", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:85bb1decce7ae500b43b72bc575965ffa350035db96eccabbf29752d65dd9f02", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:4efde56844ddd6207e9b1c57e57745d0513baad74eda50e915c90353bdd578e7", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:79b2840754a59e7f8b2d3dadd347ce20553db763cc65b96a021c4dcb884cb2b9", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:3c55503bbd3ee06200080abc527b186ab462b86b82de5cbbffd2ca56cb58ff49", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:a559dfd888a38a004dd07e7c94e1a193d1e78f99635f3dba28d261e283f12919", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:dcff47a70e4d3e56aa864a6fd41e2ed4e10df56a142b4d8ce7d42769632efa2e", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:28ed2c7158f465dae8dea300b63b2d47767548c59c2723bff3d9c5f73291ca25", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:edf0d674361aaf2c58f38ef1ecb22115906d547916dc7e08d7a8f80bf8ba45a3", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:7a26195c942a21e6388f283c92dc35d36cf128e6c9d8802d7146eafa5a4aac44", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:9353dd7730e1d63dc08afcedf0f539918751c55376fe0b454bdd94abd53dd3fe", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:7468bf70d60a4be6457a2f99761aaf5e4ee386eed0ce4cf661f09002d69914f1", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:b2e39805699cd12c208131b6eaad8be2c3ca406c30785e19c669370fae1831d7", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:8c28162c222074fbf8ca26255c65c6e851e8be31833ea6b5add1d67e0c87bd51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:0af8866cf63ce4ddae97b540a29110e1f5c3a557ab0d38a01c53225e1615482d", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:4cab1edc108c23daf099632c2757e9ca35395c150e6ee49e6c757afd7b8c5a40", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:17b964bae5c19d0a484c63633f1f626c11f3ae5fa3cfc40347e7b019ecdee0ea", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:995b32a8aa2792d0185222ec7ceb682f9c5e7208a86664f34ed8a129591f7589", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:95277173283c539a1cddef4fa82598015c2b25d557bca5e0ae8b8c12c8737a1d", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:6ae51f3dafb59e55ce14c2ae7ad61a1a6537928588b8a34e546a5746d36c552b", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:c1634e496bde1d21787fbd5d0000841fc836628bd0fff1567de18aa72a1b865b", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:84ffec97572d3874976d14f5cc21529c787d760a331f2c301507f5e65dd4e1c8", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:e90f802611670def193d9caa43a50bbfbcb4747d5f2b9800e63e0a5f30b062de", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:c43441f9a0ebf61d37cacd2488fae0455d82831cd0fbeb7bf9e19f328cbe58e3", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:4e3fb9bf6562b8708afed63d92585a37817b1b50327e42f4bf181ea0cc0170d2", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:ac5da591fcd48a7878a3e56baa89e855e625d15ad1eff4e84c0c25f6a961441d", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:b8b9aec1eab301c8bd7cb9016857fc372a62901b5b788acb8f89b5626ae17f12", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:9b8b5f3fcc59660b537b84ef9c1cca029b07e7a35de8a1eae9fa19602e7e0619", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:6e7892a59b0c66b82affdf8226e7a882dc11c825c3af1dc281da237a1760299e", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:bc687c75f096be63b3f4086a1ba8a92a5959e0ab7faef8350b9a1dd3f0359562", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:fe4b0dba39e0aa89d24db76e3f865dd1268e4c970dfa6e19f56eae6b48e2d752", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:784a9e2eca89c7a2f4f244c5c3ea7438757e1c566d7d403b48491f3040646ca0", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:7aae7bba7a1396dd53ef6d83e883aaeac8fb4149695e5efc78e7b8edf192d42b", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:f998e77f6aa7a0417906ede2b3de0173a7963daba49d79fc7ffde9bf714012cc", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:9a0764c04dfc2430308e0af9f9fb3b5033010cbba30fb0456ac9a084256eed49", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:1c68d93c6b3ecf7840acb1220540818a6f57c60a6d9bbf64deff7952f19dcc37", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:a8bcd713cd82178e73e02b7c49afd07cfc618971233e72e2022ce221971854fb", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:ec53c25946b00ef7799d7082f6a8755d254fcf243eb4be90994833cd678b2bff", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:b8bdb3b26ac6e07664f12906fb71f6be4ac881c8896534ef90b6960531ae8560", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:c8534ff0dd92017bcf82dc88394b23cb0c895e176d9484ddbb765c950ce607f9", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:47746b0fa4bacf574a8971f7772929e3732f28340e917446101a86be1c367994", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:a68bcf10f577bcc9e53537a039055015374997bece9b7801a9c6d0de1bd6a376", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:c07057ad2cfe10fbba41d4c038c8fc09d20c8b982981a134a8d19600ca71f70e", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:bd029c830b83eb60f5eb990a0f5f8c4f7eed1c641a46ad62d1431a47ab501063", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:646b998803f9f13d9391c800333666e191211e36a22b5b30b35c06c95386d12c", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:6a367cb1d0274147beb4b8b7803e4c6ff22279684b7fcb682d500eddcead2006", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:1767a6f6b7ad336183fd44ef60b385022d9d5160c262defe1aae7da56cb2936e", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:c9b55d2d391268d342804a57d54a5fcd311741bf7e7fb2096149634d209459af", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:43a8212af4fb3c2e73e425c24e317dfb7626152d5810deced8186a5655325ffb", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:eeb684f40fdca7d7ec4ee38d5896d0203121add0dcef941046b03fcb5a4c70d1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:cdc9223b7e8b7827f5e5e7ec065c63f1a86e08a24e439d0a73af34b0c2d038e9", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:dd80aaab68123c84803dc4d6e5158b06567210c5c5790a1b8bec3f0cb7cf8dcb", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:91aa9fb2a25cf8ab63c29608340203cd342f83a0548fce99d7e7a4bb1b7fc73b", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:bef100e13b80f31c4d9006242cd0e31af52b4009a1f7a276ed436591fe46bcfe", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:082fd6b32c16e432ab74cba80cbb7450baa3a8e80b62653658fffd61308a735f", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:473f5182ec5be521d03494e5d7b0a8ce6f21560372f006b2ab066a2c18d19d28", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:ae1815f88a76b1f5e299755e22f795e6b8d44ce4c56b4fc5a9c234259298edb0", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:44c5437bb8a1270a4296ecabd8f1c46653ad925bbb8ba18b98b62635fd703225", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:314719328e049d2b0f47ae1b670e118dacf085a162a6cd12d987c0a3a31b5e6c", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:280b644c16520977017a56cc49b0a7d0dcf46298fe46859d8c0a8b42e95a707f", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a2249e4d9d12076dcd9c2e25adbb4ff1998b65825d9d6d00ef88a17d275ddef8", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:2d7310271fc9e735b2669f92914ccd2d7985298f247637ea97b942e4c6f58fcf", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:7e70b3c1001b574dc65fc48b951ef85bdcc33a1d9dfb228bfe333aba2abfbcc3", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:d0af3c0ae7c53b543dc468e32d16a1f576da3e7806cfd3a2e71b1cdfdf6c2412", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:95332a969f8c151e437e9de327f01de334e3e006c3a29c1a77ca689f5ecba14d", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:86ea26eef27a80e91c40ab20d623d93e3fa575b9265ad89e0cbef697dcd68601", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:07cb8bdedb1187064b4ea74bf0ba7295bb201b86386a2744a4ec11006b3e416a", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:2a21899d827f7fd37aee2beec7e0c2202b9e22b058e53bed3ae9c4aecb7b2ff3", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ba75d9754bddca533babbc354ba55b0f9ec0044f6f0d665a52ab9df037c1083a", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:61579d3628a243d42abb2125e221ba799056b313b09b4df6c17dd076eede06a1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:0423456788f66a6d334abb8d0a4a195a19c6f4fe0baeda34e0b82678a8cfa579", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:a81dc08dfdf7af428ba8304626edf6bde876da4d43c8ab7a4c0790fecf5f5018", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:5d3c9c0c36abb65f6a6297df3950e885a38d95d77e93e113c27dce27b26e0e18", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:377d11299644e6d2e39f0805ade69f117f2aea0e49a6e751ebef89d0506363d1", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:4f56763934dcdc20045566beb75c04d2388fba8c46527a4c7b1fe2bb9c3f4619", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:5b0be563ea2331d8fe9b387e2f397de10edf715ca39082910e3546558dd002fe", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:c89cea9aea206aa46f5e63a81a352743e5ce14e9ff63e2f0596be9fccc44d022", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:02f2639fd300ea1c9578a00695cb4422cf6ace2feff5f5b8f1d143f413f49776", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:7f97bbcb40714a275f452c7f78640203f495b6a4aa43fc8ab3cf8289e7a91582", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:dced07fffbe179349ccc56e68dc313b9ed491c417282c434501e2c04a3b76268", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:37b5c094f2775cbde3616c4e8b3b2c56b758004c4350c484b45dc84679745176", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 01 November 2025 04:30:03 -0400 (0:00:03.237) 0:02:12.369 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 01 November 2025 04:30:04 -0400 (0:00:00.139) 0:02:12.508 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 01 November 2025 04:30:04 -0400 (0:00:00.080) 0:02:12.589 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 01 November 2025 04:30:04 -0400 (0:00:00.119) 0:02:12.709 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 01 November 2025 04:30:04 -0400 (0:00:00.138) 0:02:12.847 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 01 November 2025 04:30:04 -0400 (0:00:00.114) 0:02:12.962 ***** included: fedora.linux_system_roles.certificate for managed-node1 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 01 November 2025 04:30:04 -0400 (0:00:00.178) 0:02:13.140 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 01 November 2025 04:30:04 -0400 (0:00:00.156) 0:02:13.297 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 01 November 2025 04:30:04 -0400 (0:00:00.097) 0:02:13.394 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 01 November 2025 04:30:05 -0400 (0:00:00.072) 0:02:13.467 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Saturday 01 November 2025 04:30:05 -0400 (0:00:00.052) 0:02:13.519 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__certificate_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Saturday 01 November 2025 04:30:05 -0400 (0:00:00.064) 0:02:13.584 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__certificate_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Saturday 01 November 2025 04:30:05 -0400 (0:00:00.082) 0:02:13.666 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__certificate_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Saturday 01 November 2025 04:30:05 -0400 (0:00:00.059) 0:02:13.725 ***** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node1] => (item=Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=Fedora_42.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_42.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 01 November 2025 04:30:05 -0400 (0:00:00.100) 0:02:13.826 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Saturday 01 November 2025 04:30:06 -0400 (0:00:01.447) 0:02:15.274 ***** ok: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Saturday 01 November 2025 04:30:08 -0400 (0:00:01.465) 0:02:16.740 ***** ok: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Saturday 01 November 2025 04:30:08 -0400 (0:00:00.528) 0:02:17.268 ***** ok: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Saturday 01 November 2025 04:30:09 -0400 (0:00:00.569) 0:02:17.838 ***** ok: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-11-01 04:28:32 EDT", "ActiveEnterTimestampMonotonic": "652312998", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket system.slice sysinit.target basic.target dbus-broker.service systemd-journald.socket network.target syslog.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-11-01 04:28:32 EDT", "AssertTimestampMonotonic": "652277142", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "612775000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-11-01 04:28:32 EDT", "ConditionTimestampMonotonic": "652277139", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "10550", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-11-01 04:28:32 EDT", "ExecMainHandoffTimestampMonotonic": "652287644", "ExecMainPID": "69607", "ExecMainStartTimestamp": "Sat 2025-11-01 04:28:32 EDT", "ExecMainStartTimestampMonotonic": "652278211", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-11-01 04:28:32 EDT", "InactiveExitTimestampMonotonic": "652279614", "InvocationID": "7fb100bc870c4928973a0ec95225466b", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "69607", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3430944768", "MemoryCurrent": "3571712", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "14626816", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-11-01 04:29:30 EDT", "StateChangeTimestampMonotonic": "710828566", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Saturday 01 November 2025 04:30:10 -0400 (0:00:00.734) 0:02:18.572 ***** changed: [managed-node1] => (item={'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } } MSG: Certificate requested (update). TASK [fedora.linux_system_roles.certificate : Check if test mode is supported] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.924) 0:02:19.497 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.069) 0:02:19.566 ***** skipping: [managed-node1] => (item=['cert', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=['key', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=['ca', {'name': 'logging_cert', 'dns': ['localhost', 'www.example.com'], 'ca': 'self-sign'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "self-sign", "dns": [ "localhost", "www.example.com" ], "name": "logging_cert" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.064) 0:02:19.631 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.046) 0:02:19.678 ***** skipping: [managed-node1] => (item=logging_cert) => { "ansible_loop_var": "cert_name", "cert_name": "logging_cert", "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.062) 0:02:19.741 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.082) 0:02:19.823 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.091) 0:02:19.914 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.054) 0:02:19.969 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.057) 0:02:20.026 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.047) 0:02:20.074 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.047) 0:02:20.121 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.051) 0:02:20.173 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.062) 0:02:20.235 ***** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 01 November 2025 04:30:11 -0400 (0:00:00.109) 0:02:20.345 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 01 November 2025 04:30:12 -0400 (0:00:00.080) 0:02:20.426 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 01 November 2025 04:30:12 -0400 (0:00:00.265) 0:02:20.692 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 01 November 2025 04:30:12 -0400 (0:00:00.054) 0:02:20.746 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 01 November 2025 04:30:12 -0400 (0:00:00.052) 0:02:20.799 ***** ok: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 01 November 2025 04:30:12 -0400 (0:00:00.096) 0:02:20.895 ***** skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 01 November 2025 04:30:12 -0400 (0:00:00.168) 0:02:21.064 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 01 November 2025 04:30:12 -0400 (0:00:00.209) 0:02:21.273 ***** skipping: [managed-node1] => (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-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 01 November 2025 04:30:12 -0400 (0:00:00.117) 0:02:21.390 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 01 November 2025 04:30:13 -0400 (0:00:00.118) 0:02:21.509 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute rsyslog TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 01 November 2025 04:30:14 -0400 (0:00:01.613) 0:02:23.122 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 01 November 2025 04:30:14 -0400 (0:00:00.056) 0:02:23.179 ***** ok: [managed-node1] => { "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": "1.fc42", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "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.fc42eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "6.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc42", "source": "rpm", "version": "6.16.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "20.fc42", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "1.fc42", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.0.fc42", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc42", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "1.fc42", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "1.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" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "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.23.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.16.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.fc42", "source": "rpm", "version": "5.2.16.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": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc42", "source": "rpm", "version": "1.2.9" } ], "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.1" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc42", "source": "rpm", "version": "2.3.1" } ], "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.16" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.16" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.16" } ], "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": "1.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": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "1.fc42", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc42", "source": "rpm", "version": "2.84.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "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": "1.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.400" } ], "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": "3.fc42", "source": "rpm", "version": "58" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "8.fc42", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "8.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.16.10" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc42", "source": "rpm", "version": "6.16.2" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "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.74.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.16.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.fc42", "source": "rpm", "version": "5.2.16.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.16.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc42", "source": "rpm", "version": "2.4.126" } ], "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": "55.20250104cvs.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": "1.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": "1.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.4" } ], "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.34" } ], "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": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "1.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": "0.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.4" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "7.fc42", "source": "rpm", "version": "4.4.38" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "7.fc42", "source": "rpm", "version": "4.4.38" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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" } ], "lsof": [ { "arch": "x86_64", "epoch": "None", "name": "lsof", "release": "7.fc42", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "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.4" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "3.fc42", "source": "rpm", "version": "4.37.0" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.116.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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.45" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc42", "source": "rpm", "version": "10.45" } ], "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": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "2.fc42", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "519.fc42", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "2.fc42", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc42", "source": "rpm", "version": "2.089" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "519.fc42", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "23.fc42", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "512.fc42", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "519.fc42", "source": "rpm", "version": "1.17" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "8.fc42", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "519.fc42", "source": "rpm", "version": "2.20" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "513.fc42", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "512.fc42", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "513.fc42", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "512.fc42", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "1.fc42", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc42", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "519.fc42", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "512.fc42", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "512.fc42", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "519.fc42", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "513.fc42", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "512.fc42", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "24.fc42", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "512.fc42", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "512.fc42", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "512.fc42", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc42", "source": "rpm", "version": "5.31" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "519.fc42", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "513.fc42", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "519.fc42", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "519.fc42", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "513.fc42", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "519.fc42", "source": "rpm", "version": "1.12" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "519.fc42", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "519.fc42", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "519.fc42", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "2.fc42", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "3.fc42", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "519.fc42", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": "None", "name": "policycoreutils-python-utils", "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.7" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.fc42", "source": "rpm", "version": "3.13.7" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc42", "source": "rpm", "version": "25.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc42", "source": "rpm", "version": "1.17.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "2.fc42", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "3.fc42", "source": "rpm", "version": "44.0.0" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "17.fc42", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "9.fc42", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "6.fc42", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc42", "source": "rpm", "version": "4.23.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.1" } ], "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.74.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.74.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.16.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "1.fc42", "source": "rpm", "version": "3.13.7" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "1.fc42", "source": "rpm", "version": "5.3.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "2.fc42", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": "1", "name": "python3-nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "6.fc42", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "3.fc42", "source": "rpm", "version": "24.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "26.fc42", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "3.fc42", "source": "rpm", "version": "0.6.1" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "19.fc42", "source": "rpm", "version": "2.20" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyserial", "release": "11.fc42", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "26.fc42", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "2.fc42", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "1.fc42", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "1.fc42", "source": "rpm", "version": "2.32.4" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "1.fc42", "source": "rpm", "version": "0.25.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "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.23.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc42eng", "source": "rpm", "version": "0.4.11" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc42eng", "source": "rpm", "version": "0.4.11" } ], "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.4" } ], "samba-common": [ { "arch": "noarch", "epoch": "2", "name": "samba-common", "release": "1.fc42", "source": "rpm", "version": "4.22.4" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-common-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.4" } ], "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.9" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.9" } ], "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": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "1.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": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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.23.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.23.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.1818" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "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.4" } ], "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.1818" } ], "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 01 November 2025 04:30:15 -0400 (0:00:01.186) 0:02:24.365 ***** ok: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 01 November 2025 04:30:15 -0400 (0:00:00.052) 0:02:24.418 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 01 November 2025 04:30:16 -0400 (0:00:00.039) 0:02:24.458 ***** ok: [managed-node1] => {} 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 01 November 2025 04:30:16 -0400 (0:00:00.049) 0:02:24.507 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 01 November 2025 04:30:16 -0400 (0:00:00.047) 0:02:24.554 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 01 November 2025 04:30:16 -0400 (0:00:00.491) 0:02:25.045 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 01 November 2025 04:30:17 -0400 (0:00:00.511) 0:02:25.557 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 01 November 2025 04:30:17 -0400 (0:00:00.563) 0:02:26.120 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 01 November 2025 04:30:17 -0400 (0:00:00.170) 0:02:26.290 ***** changed: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985817.9507189-30994-277768975798293/.source.conf", "state": "file", "uid": 0 } skipping: [managed-node1] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "md5sum": "67b8db030cbdc1a113a66f29287f3698", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 96, "src": "/root/.ansible/tmp/ansible-tmp-1761985818.8933468-30994-1508687581558/.source.conf", "state": "file", "uid": 0 } changed: [managed-node1] => (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-1761985819.8513784-30994-135295265464387/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 01 November 2025 04:30:20 -0400 (0:00:02.843) 0:02:29.134 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985817.9507189-30994-277768975798293/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985817.9507189-30994-277768975798293/.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-1761985818.8933468-30994-1508687581558/.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-1761985818.8933468-30994-1508687581558/.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-1761985819.8513784-30994-135295265464387/.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-1761985819.8513784-30994-135295265464387/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 01 November 2025 04:30:20 -0400 (0:00:00.061) 0:02:29.195 ***** skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 01 November 2025 04:30:20 -0400 (0:00:00.089) 0:02:29.285 ***** ok: [managed-node1] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "system_input", "type": "basics" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 01 November 2025 04:30:20 -0400 (0:00:00.093) 0:02:29.378 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node1 => (item={'name': 'system_input', 'type': 'basics'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 01 November 2025 04:30:21 -0400 (0:00:00.140) 0:02:29.519 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:30:21 -0400 (0:00:00.122) 0:02:29.641 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:30:21 -0400 (0:00:00.095) 0:02:29.737 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:30:21 -0400 (0:00:00.073) 0:02:29.811 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985817.9507189-30994-277768975798293/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985817.9507189-30994-277768975798293/.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-1761985818.8933468-30994-1508687581558/.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-1761985818.8933468-30994-1508687581558/.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-1761985819.8513784-30994-135295265464387/.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-1761985819.8513784-30994-135295265464387/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:30:21 -0400 (0:00:00.076) 0:02:29.887 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-system_input] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 01 November 2025 04:30:21 -0400 (0:00:00.054) 0:02:29.941 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:30:21 -0400 (0:00:00.106) 0:02:30.047 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:30:21 -0400 (0:00:00.055) 0:02:30.103 ***** changed: [managed-node1] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call relp_client0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call relp_client1\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "c1a13c444bc3c659f6d352bdc44175e3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 550, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:30:22 -0400 (0:00:01.039) 0:02:31.143 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985817.9507189-30994-277768975798293/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985817.9507189-30994-277768975798293/.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-1761985818.8933468-30994-1508687581558/.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-1761985818.8933468-30994-1508687581558/.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-1761985819.8513784-30994-135295265464387/.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-1761985819.8513784-30994-135295265464387/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c1a13c444bc3c659f6d352bdc44175e3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 550, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:30:22 -0400 (0:00:00.055) 0:02:31.198 ***** skipping: [managed-node1] => (item={'name': 'input-basics-system_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call relp_client0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call relp_client1\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 01 November 2025 04:30:22 -0400 (0:00:00.171) 0:02:31.370 ***** ok: [managed-node1] => (item={'name': 'relp_client0', 'type': 'relp', 'target': 'localhost', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_servers': ['*.server.com', '*.example.com']}) => { "ansible_facts": { "__rsyslog_conf_output_relp_modules": [ { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" } ], "__rsyslog_output_relp_packages": [ "rsyslog-relp", "librelp" ], "__rsyslog_output_relp_rules": [ "{{ __rsyslog_conf_output_relp_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_client0", "permitted_servers": [ "*.server.com", "*.example.com" ], "pki_authmode": "name", "port": 6514, "private_key": "/etc/pki/tls/private/logging_cert.key", "target": "localhost", "tls": true, "type": "relp" } } ok: [managed-node1] => (item={'name': 'relp_client1', 'type': 'relp', 'target': 'localhost', 'port': 7514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'}) => { "ansible_facts": { "__rsyslog_conf_output_relp_modules": [ { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" } ], "__rsyslog_output_relp_packages": [ "rsyslog-relp", "librelp" ], "__rsyslog_output_relp_rules": [ "{{ __rsyslog_conf_output_relp_modules }}" ] }, "ansible_included_var_files": [ "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "ca_cert": "/etc/pki/tls/certs/logging_cert.crt", "cert": "/etc/pki/tls/certs/logging_cert.crt", "name": "relp_client1", "pki_authmode": "name", "port": 7514, "private_key": "/etc/pki/tls/private/logging_cert.key", "target": "localhost", "tls": true, "type": "relp" } } ok: [managed-node1] => (item={'name': 'default_files', 'type': 'files'}) => { "ansible_facts": { "__rsyslog_conf_files_output_modules": [ { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 01 November 2025 04:30:23 -0400 (0:00:00.163) 0:02:31.534 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml for managed-node1 => (item={'name': 'relp_client0', 'type': 'relp', 'target': 'localhost', 'port': 6514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name', 'permitted_servers': ['*.server.com', '*.example.com']}) included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml for managed-node1 => (item={'name': 'relp_client1', 'type': 'relp', 'target': 'localhost', 'port': 7514, 'tls': True, 'ca_cert': '/etc/pki/tls/certs/logging_cert.crt', 'cert': '/etc/pki/tls/certs/logging_cert.crt', 'private_key': '/etc/pki/tls/private/logging_cert.key', 'pki_authmode': 'name'}) included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1 => (item={'name': 'default_files', 'type': 'files'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp output] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2 Saturday 01 November 2025 04:30:23 -0400 (0:00:00.318) 0:02:31.852 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 01 November 2025 04:30:23 -0400 (0:00:00.168) 0:02:32.020 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.ca_cert_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 01 November 2025 04:30:23 -0400 (0:00:00.100) 0:02:32.121 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.cert_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 01 November 2025 04:30:23 -0400 (0:00:00.121) 0:02:32.243 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.private_key_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 01 November 2025 04:30:23 -0400 (0:00:00.090) 0:02:32.334 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ((__rsyslog_cert_subject.ca_cert | d(\"\") | length > 0 and __rsyslog_cert_subject.cert | d(\"\") | length > 0 and __rsyslog_cert_subject.private_key | d(\"\") | length > 0) or (__rsyslog_cert_subject.ca_cert_src | d(\"\") | length > 0 and __rsyslog_cert_subject.cert_src | d(\"\") | length > 0 and __rsyslog_cert_subject.private_key_src | d(\"\") | length > 0))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 01 November 2025 04:30:23 -0400 (0:00:00.086) 0:02:32.421 ***** skipping: [managed-node1] => { "false_condition": "not (__rsyslog_cert_subject.tls | d((__rsyslog_cert_subject.use_cert | d(true, true)), true))" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9 Saturday 01 November 2025 04:30:24 -0400 (0:00:00.099) 0:02:32.520 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:30:24 -0400 (0:00:00.130) 0:02:32.650 ***** Notification for handler Restart rsyslogd has been saved. changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-relp-8.2508.0-1.fc42.x86_64", "Installed: librelp-1.11.0-6.fc42.x86_64" ] } lsrpackages: librelp rsyslog-relp TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:30:26 -0400 (0:00:02.409) 0:02:35.060 ***** changed: [managed-node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:30:27 -0400 (0:00:01.032) 0:02:36.093 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985817.9507189-30994-277768975798293/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985817.9507189-30994-277768975798293/.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-1761985818.8933468-30994-1508687581558/.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-1761985818.8933468-30994-1508687581558/.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-1761985819.8513784-30994-135295265464387/.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-1761985819.8513784-30994-135295265464387/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c1a13c444bc3c659f6d352bdc44175e3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 550, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:30:27 -0400 (0:00:00.068) 0:02:36.161 ***** skipping: [managed-node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp output configuration file /etc/rsyslog.d/output-relp-relp_client0] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16 Saturday 01 November 2025 04:30:27 -0400 (0:00:00.053) 0:02:36.215 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:30:27 -0400 (0:00:00.069) 0:02:36.285 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:30:27 -0400 (0:00:00.095) 0:02:36.380 ***** changed: [managed-node1] => (item={'name': 'output-relp-relp_client0', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client0") {\n action(name="relp_client0"\n type="omrelp"\n target="localhost"\n port="6514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.server.com","*.example.com"]\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1761985828.1930017-31583-76379941999451/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:30:29 -0400 (0:00:01.142) 0:02:37.523 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985817.9507189-30994-277768975798293/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985817.9507189-30994-277768975798293/.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-1761985818.8933468-30994-1508687581558/.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-1761985818.8933468-30994-1508687581558/.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-1761985819.8513784-30994-135295265464387/.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-1761985819.8513784-30994-135295265464387/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c1a13c444bc3c659f6d352bdc44175e3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 550, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "content": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985828.1930017-31583-76379941999451/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1761985828.1930017-31583-76379941999451/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:30:29 -0400 (0:00:00.106) 0:02:37.630 ***** skipping: [managed-node1] => (item={'name': 'output-relp-relp_client0', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client0") {\n action(name="relp_client0"\n type="omrelp"\n target="localhost"\n port="6514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.server.com","*.example.com"]\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set and check certs and key for relp output] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2 Saturday 01 November 2025 04:30:29 -0400 (0:00:00.296) 0:02:37.926 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy ca_cert on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 01 November 2025 04:30:29 -0400 (0:00:00.132) 0:02:38.059 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.ca_cert_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy cert on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 01 November 2025 04:30:29 -0400 (0:00:00.086) 0:02:38.145 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.cert_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy key on the control host to the specified path on the target host] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 01 November 2025 04:30:29 -0400 (0:00:00.148) 0:02:38.294 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__rsyslog_cert_subject.private_key_src | d(\"\") | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - tls is true, but triplets are not given] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 01 November 2025 04:30:29 -0400 (0:00:00.085) 0:02:38.379 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not ((__rsyslog_cert_subject.ca_cert | d(\"\") | length > 0 and __rsyslog_cert_subject.cert | d(\"\") | length > 0 and __rsyslog_cert_subject.private_key | d(\"\") | length > 0) or (__rsyslog_cert_subject.ca_cert_src | d(\"\") | length > 0 and __rsyslog_cert_subject.cert_src | d(\"\") | length > 0 and __rsyslog_cert_subject.private_key_src | d(\"\") | length > 0))", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check certs - key/certs data are provided, but tls is false] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 01 November 2025 04:30:30 -0400 (0:00:00.144) 0:02:38.524 ***** skipping: [managed-node1] => { "false_condition": "not (__rsyslog_cert_subject.tls | d((__rsyslog_cert_subject.use_cert | d(true, true)), true))" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update relp logging packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9 Saturday 01 November 2025 04:30:30 -0400 (0:00:00.089) 0:02:38.613 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:30:30 -0400 (0:00:00.123) 0:02:38.737 ***** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: librelp rsyslog-relp TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:30:31 -0400 (0:00:01.550) 0:02:40.287 ***** ok: [managed-node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:30:32 -0400 (0:00:00.866) 0:02:41.154 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985817.9507189-30994-277768975798293/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985817.9507189-30994-277768975798293/.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-1761985818.8933468-30994-1508687581558/.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-1761985818.8933468-30994-1508687581558/.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-1761985819.8513784-30994-135295265464387/.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-1761985819.8513784-30994-135295265464387/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c1a13c444bc3c659f6d352bdc44175e3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 550, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "content": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985828.1930017-31583-76379941999451/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1761985828.1930017-31583-76379941999451/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/10-output-relp-module.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-relp-module.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-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:30:32 -0400 (0:00:00.060) 0:02:41.215 ***** skipping: [managed-node1] => (item={'name': 'output-relp-module', 'type': 'modules', 'sections': [{'options': '# Send logs over relp\nmodule(load="omrelp")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create relp output configuration file /etc/rsyslog.d/output-relp-relp_client1] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16 Saturday 01 November 2025 04:30:32 -0400 (0:00:00.053) 0:02:41.268 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:30:32 -0400 (0:00:00.067) 0:02:41.336 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:30:32 -0400 (0:00:00.045) 0:02:41.381 ***** changed: [managed-node1] => (item={'name': 'output-relp-relp_client1', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client1") {\n action(name="relp_client1"\n type="omrelp"\n target="localhost"\n port="7514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.managed-node1"]\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client1", "sections": [ { "options": "ruleset(name=\"relp_client1\") {\n action(name=\"relp_client1\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"7514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "md5sum": "740da1f44f583fc68a82303c2d630976", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 480, "src": "/root/.ansible/tmp/ansible-tmp-1761985833.1027749-31803-13800596888569/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:30:33 -0400 (0:00:01.001) 0:02:42.383 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985817.9507189-30994-277768975798293/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985817.9507189-30994-277768975798293/.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-1761985818.8933468-30994-1508687581558/.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-1761985818.8933468-30994-1508687581558/.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-1761985819.8513784-30994-135295265464387/.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-1761985819.8513784-30994-135295265464387/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c1a13c444bc3c659f6d352bdc44175e3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 550, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "content": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985828.1930017-31583-76379941999451/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1761985828.1930017-31583-76379941999451/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/10-output-relp-module.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-relp-module.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-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client1", "sections": [ { "options": "ruleset(name=\"relp_client1\") {\n action(name=\"relp_client1\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"7514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", "content": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985833.1027749-31803-13800596888569/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "740da1f44f583fc68a82303c2d630976", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 480, "src": "/root/.ansible/tmp/ansible-tmp-1761985833.1027749-31803-13800596888569/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:30:34 -0400 (0:00:00.086) 0:02:42.469 ***** skipping: [managed-node1] => (item={'name': 'output-relp-relp_client1', 'type': 'output', 'weight': '31', 'state': 'present', 'sections': [{'options': 'ruleset(name="relp_client1") {\n action(name="relp_client1"\n type="omrelp"\n target="localhost"\n port="7514"\n tls="on"\n tls.cacert="/etc/pki/tls/certs/logging_cert.crt"\n tls.mycert="/etc/pki/tls/certs/logging_cert.crt"\n tls.myprivkey="/etc/pki/tls/private/logging_cert.key"\n tls.authmode="name"\n tls.permittedpeer=["*.managed-node1"]\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-relp-relp_client1", "sections": [ { "options": "ruleset(name=\"relp_client1\") {\n action(name=\"relp_client1\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"7514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 01 November 2025 04:30:34 -0400 (0:00:00.126) 0:02:42.596 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:30:34 -0400 (0:00:00.096) 0:02:42.692 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:30:34 -0400 (0:00:00.075) 0:02:42.768 ***** changed: [managed-node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "md5sum": "00018829068d32b3c654252fff4f6884", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "src": "/root/.ansible/tmp/ansible-tmp-1761985834.4324348-31867-24773260409926/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:30:35 -0400 (0:00:00.958) 0:02:43.727 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985817.9507189-30994-277768975798293/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985817.9507189-30994-277768975798293/.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-1761985818.8933468-30994-1508687581558/.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-1761985818.8933468-30994-1508687581558/.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-1761985819.8513784-30994-135295265464387/.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-1761985819.8513784-30994-135295265464387/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c1a13c444bc3c659f6d352bdc44175e3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 550, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "content": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985828.1930017-31583-76379941999451/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1761985828.1930017-31583-76379941999451/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/10-output-relp-module.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-relp-module.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-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client1", "sections": [ { "options": "ruleset(name=\"relp_client1\") {\n action(name=\"relp_client1\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"7514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", "content": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985833.1027749-31803-13800596888569/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "740da1f44f583fc68a82303c2d630976", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 480, "src": "/root/.ansible/tmp/ansible-tmp-1761985833.1027749-31803-13800596888569/.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-1761985834.4324348-31867-24773260409926/.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-1761985834.4324348-31867-24773260409926/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:30:35 -0400 (0:00:00.065) 0:02:43.792 ***** skipping: [managed-node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => { "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-default_files] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 01 November 2025 04:30:35 -0400 (0:00:00.059) 0:02:43.851 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:30:35 -0400 (0:00:00.096) 0:02:43.948 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:30:35 -0400 (0:00:00.050) 0:02:43.998 ***** changed: [managed-node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "1a7c27007f2e0b7036e4516dd3931e4d7ab1dcae", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "1a49c5e66d01be63de1f8d8d6189d29c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1153, "src": "/root/.ansible/tmp/ansible-tmp-1761985835.724723-31922-121084247293884/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:30:36 -0400 (0:00:00.981) 0:02:44.979 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "d169e6f0534a32088d02152d4b62533ffd80dc5d", "content": null, "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-1761985817.9507189-30994-277768975798293/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "04755d5349e9c6580948dbb90712be56", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 158, "src": "/root/.ansible/tmp/ansible-tmp-1761985817.9507189-30994-277768975798293/.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-1761985818.8933468-30994-1508687581558/.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-1761985818.8933468-30994-1508687581558/.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-1761985819.8513784-30994-135295265464387/.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-1761985819.8513784-30994-135295265464387/.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": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-system_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call relp_client1\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "8f9ef0bfb48a9f0e44a223e5fd50da917e31c2fe", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-system_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c1a13c444bc3c659f6d352bdc44175e3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 550, "src": "/root/.ansible/tmp/ansible-tmp-1761985821.8491173-31178-165217213108592/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "content": null, "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "a5889fcab7fd71b07c1fd45ed610f128", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1761985826.764868-31477-190549539320053/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client0", "sections": [ { "options": "ruleset(name=\"relp_client0\") {\n action(name=\"relp_client0\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"6514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.server.com\",\"*.example.com\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "content": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985828.1930017-31583-76379941999451/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "c25cc9fae0d84324cd64d7b746ead380", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 493, "src": "/root/.ansible/tmp/ansible-tmp-1761985828.1930017-31583-76379941999451/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "92b72242ee3183df01fb363984b0f44255ed3170", "dest": "/etc/rsyslog.d/10-output-relp-module.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-module", "sections": [ { "options": "# Send logs over relp\nmodule(load=\"omrelp\")" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/10-output-relp-module.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-relp-module.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-relp-module.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 90, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-relp-relp_client1", "sections": [ { "options": "ruleset(name=\"relp_client1\") {\n action(name=\"relp_client1\"\n type=\"omrelp\"\n target=\"localhost\"\n port=\"7514\"\n tls=\"on\"\n tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"\n tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"\n tls.authmode=\"name\"\n tls.permittedpeer=[\"*.managed-node1\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", "content": null, "dest": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985833.1027749-31803-13800596888569/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "740da1f44f583fc68a82303c2d630976", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 480, "src": "/root/.ansible/tmp/ansible-tmp-1761985833.1027749-31803-13800596888569/.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-1761985834.4324348-31867-24773260409926/.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-1761985834.4324348-31867-24773260409926/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "1a7c27007f2e0b7036e4516dd3931e4d7ab1dcae", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "1a7c27007f2e0b7036e4516dd3931e4d7ab1dcae", "content": null, "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1761985835.724723-31922-121084247293884/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "1a49c5e66d01be63de1f8d8d6189d29c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1153, "src": "/root/.ansible/tmp/ansible-tmp-1761985835.724723-31922-121084247293884/.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:30:36 -0400 (0:00:00.073) 0:02:45.052 ***** skipping: [managed-node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 01 November 2025 04:30:36 -0400 (0:00:00.112) 0:02:45.165 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 01 November 2025 04:30:36 -0400 (0:00:00.043) 0:02:45.208 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 01 November 2025 04:30:36 -0400 (0:00:00.055) 0:02:45.264 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 01 November 2025 04:30:36 -0400 (0:00:00.053) 0:02:45.318 ***** skipping: [managed-node1] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 01 November 2025 04:30:36 -0400 (0:00:00.093) 0:02:45.411 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 01 November 2025 04:30:37 -0400 (0:00:00.060) 0:02:45.472 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 01 November 2025 04:30:37 -0400 (0:00:00.061) 0:02:45.534 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 01 November 2025 04:30:37 -0400 (0:00:00.055) 0:02:45.589 ***** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "rsyslog", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-11-01 04:29:42 EDT", "ActiveEnterTimestampMonotonic": "722259188", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target network-online.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-11-01 04:29:42 EDT", "AssertTimestampMonotonic": "722228366", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "184243000", "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 2025-11-01 04:29:42 EDT", "ConditionTimestampMonotonic": "722228362", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "11556", "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": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-11-01 04:29:42 EDT", "ExecMainHandoffTimestampMonotonic": "722255289", "ExecMainPID": "82610", "ExecMainStartTimestamp": "Sat 2025-11-01 04:29:42 EDT", "ExecMainStartTimestampMonotonic": "722229509", "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 2025-11-01 04:29:42 EDT] ; stop_time=[n/a] ; pid=82610 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2025-11-01 04:29:42 EDT] ; stop_time=[n/a] ; pid=82610 ; 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 2025-11-01 04:29:42 EDT", "InactiveExitTimestampMonotonic": "722230071", "InvocationID": "f06ceee49f4f452cba6f3c037b385bba", "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": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "82610", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3425366016", "MemoryCurrent": "2457600", "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 2025-11-01 04:29:42 EDT", "StateChangeTimestampMonotonic": "722259188", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 01 November 2025 04:30:37 -0400 (0:00:00.680) 0:02:46.269 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 01 November 2025 04:30:37 -0400 (0:00:00.063) 0:02:46.333 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 01 November 2025 04:30:37 -0400 (0:00:00.058) 0:02:46.391 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 01 November 2025 04:30:38 -0400 (0:00:00.057) 0:02:46.449 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1761985782.1595502, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b469de7f813797aff0d514249d57cb8b3ed3157d", "ctime": 1761985770.3104835, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2007, "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": "895748130", "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 01 November 2025 04:30:38 -0400 (0:00:00.493) 0:02:46.942 ***** Notification for handler Restart rsyslogd has been saved. changed: [managed-node1] => { "changed": true, "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "dest": "/etc/rsyslog.conf", "gid": 0, "group": "root", "md5sum": "06be1b21217661badf921ea6dcceb702", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 131, "src": "/root/.ansible/tmp/ansible-tmp-1761985838.58343-32060-145120091888360/.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-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:275 Saturday 01 November 2025 04:30:39 -0400 (0:00:00.957) 0:02:47.900 ***** NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 01 November 2025 04:30:39 -0400 (0:00:00.011) 0:02:47.912 ***** changed: [managed-node1] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-11-01 04:29:42 EDT", "ActiveEnterTimestampMonotonic": "722259188", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target network-online.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-11-01 04:29:42 EDT", "AssertTimestampMonotonic": "722228366", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "193080000", "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 2025-11-01 04:29:42 EDT", "ConditionTimestampMonotonic": "722228362", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "11556", "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": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-11-01 04:29:42 EDT", "ExecMainHandoffTimestampMonotonic": "722255289", "ExecMainPID": "82610", "ExecMainStartTimestamp": "Sat 2025-11-01 04:29:42 EDT", "ExecMainStartTimestampMonotonic": "722229509", "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 2025-11-01 04:29:42 EDT] ; stop_time=[n/a] ; pid=82610 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2025-11-01 04:29:42 EDT] ; stop_time=[n/a] ; pid=82610 ; 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 2025-11-01 04:29:42 EDT", "InactiveExitTimestampMonotonic": "722230071", "InvocationID": "f06ceee49f4f452cba6f3c037b385bba", "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": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "82610", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3446456320", "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": "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 2025-11-01 04:29:42 EDT", "StateChangeTimestampMonotonic": "722259188", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "SystemCallFilter": "~_sysctl adjtimex afs_syscall bdflush break clock_adjtime clock_adjtime64 clock_settime clock_settime64 create_module delete_module finit_module ftime get_kernel_syms getpmsg gtty idle init_module ioperm iopl kexec_file_load kexec_load lock lookup_dcookie modify_ldt mpx pciconfig_iobase pciconfig_read pciconfig_write perf_event_open pidfd_getfd prof profil ptrace putpmsg query_module reboot rtas s390_pci_mmio_read s390_pci_mmio_write s390_runtime_instr security settimeofday sgetmask ssetmask stime stty subpage_prot swapoff swapon switch_endian sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Ensure config file size and counts - 2] ********************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:278 Saturday 01 November 2025 04:30:40 -0400 (0:00:01.120) 0:02:49.032 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node1 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2 Saturday 01 November 2025 04:30:40 -0400 (0:00:00.057) 0:02:49.090 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1761985840.5128887, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1761985839.3598819, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 281532, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761985839.3615386, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "2612284659", "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-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7 Saturday 01 November 2025 04:30:41 -0400 (0:00:00.472) 0:02:49.562 ***** ok: [managed-node1] => { "changed": false, "examined": 10, "files": [ { "atime": 1761985832.3008409, "ctime": 1761985827.5638132, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 283322, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985827.2108111, "nlink": 1, "path": "/etc/rsyslog.d/10-output-relp-module.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985840.5128887, "ctime": 1761985829.0032425, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 283323, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985828.6418195, "nlink": 1, "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 493, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985840.5128887, "ctime": 1761985820.633773, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 283320, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985820.283771, "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": 1761985840.5128887, "ctime": 1761985822.6387846, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 283321, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985822.2707825, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 550, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985840.5128887, "ctime": 1761985833.8808231, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 283336, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985833.529848, "nlink": 1, "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 480, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985275.1032643, "ctime": 1759991046.669, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 1961, "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": 1761985840.5128887, "ctime": 1761985818.7515712, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 282279, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985818.38976, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 158, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1761985840.5128887, "ctime": 1761985819.748449, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 281551, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985819.3777657, "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": 1761985840.5128887, "ctime": 1761985835.213554, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 283337, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985834.8608558, "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": 1761985840.5128887, "ctime": 1761985836.4758651, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 283338, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1761985836.1338632, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1153, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 10, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13 Saturday 01 November 2025 04:30:41 -0400 (0:00:00.499) 0:02:50.061 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18 Saturday 01 November 2025 04:30:41 -0400 (0:00:00.057) 0:02:50.119 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__conf_size == \"more\"", "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23 Saturday 01 November 2025 04:30:41 -0400 (0:00:00.044) 0:02:50.163 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Saturday 01 November 2025 04:30:41 -0400 (0:00:00.056) 0:02:50.219 ***** ok: [managed-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client0.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "stat": { "atime": 1761985840.5128887, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "ctime": 1761985829.0032425, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 283323, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761985828.6418195, "nlink": 1, "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 493, "uid": 0, "version": "3481874521", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client1.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "stat": { "atime": 1761985840.5128887, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b4f86cb6f958b66c57edfe06ccc88bf468a6a2f5", "ctime": 1761985833.8808231, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 283336, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1761985833.529848, "nlink": 1, "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 480, "uid": 0, "version": "1245016870", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35 Saturday 01 November 2025 04:30:42 -0400 (0:00:00.998) 0:02:51.218 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "__check_systemctl_status == \"true\"", "skip_reason": "Conditional result was False" } TASK [Check the port in relp_client1] ****************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:288 Saturday 01 November 2025 04:30:42 -0400 (0:00:00.032) 0:02:51.250 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\ngrep \"7514\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l", "delta": "0:00:00.005800", "end": "2025-11-01 04:30:43.230437", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:30:43.224637" } STDOUT: 1 TASK [Check the ca cert in relp_client0 - 0] *********************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:297 Saturday 01 November 2025 04:30:43 -0400 (0:00:00.484) 0:02:51.734 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.cacert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", "delta": "0:00:00.005711", "end": "2025-11-01 04:30:43.720392", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:30:43.714681" } STDOUT: 1 TASK [Check the ca cert in relp_client0 - 1] *********************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:305 Saturday 01 November 2025 04:30:43 -0400 (0:00:00.488) 0:02:52.222 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1761985810.9052196, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f5aae78f9de5fe1cb9e2466ea971ca52644887db", "ctime": 1761985810.902016, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2006, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pem-file", "mode": "0600", "mtime": 1761985810.902016, "nlink": 1, "path": "/etc/pki/tls/certs/logging_cert.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1302, "uid": 0, "version": "3815334561", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check the cert in relp_client0 - 0] ************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:309 Saturday 01 November 2025 04:30:44 -0400 (0:00:00.483) 0:02:52.706 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.mycert=\"/etc/pki/tls/certs/logging_cert.crt\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", "delta": "0:00:00.006191", "end": "2025-11-01 04:30:44.704609", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:30:44.698418" } STDOUT: 1 TASK [Check the cert in relp_client0 - 1] ************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:317 Saturday 01 November 2025 04:30:44 -0400 (0:00:00.555) 0:02:53.262 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1761985810.9052196, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f5aae78f9de5fe1cb9e2466ea971ca52644887db", "ctime": 1761985810.902016, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2006, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pem-file", "mode": "0600", "mtime": 1761985810.902016, "nlink": 1, "path": "/etc/pki/tls/certs/logging_cert.crt", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1302, "uid": 0, "version": "3815334561", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check the private key in relp_client0 - 0] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:321 Saturday 01 November 2025 04:30:45 -0400 (0:00:00.611) 0:02:53.873 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.myprivkey=\"/etc/pki/tls/private/logging_cert.key\"' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", "delta": "0:00:00.006532", "end": "2025-11-01 04:30:45.875491", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:30:45.868959" } STDOUT: 1 TASK [Check the private key in relp_client0 - 1] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:329 Saturday 01 November 2025 04:30:45 -0400 (0:00:00.523) 0:02:54.396 ***** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1761985745.9583464, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "08eb25e82834a67b5c5ea72129eeea6f48c6ae37", "ctime": 1761985810.902016, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2005, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/x-ssh-private-key", "mode": "0600", "mtime": 1761985810.902016, "nlink": 1, "path": "/etc/pki/tls/private/logging_cert.key", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 1704, "uid": 0, "version": "2316588124", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check tls.permittedpeer in relp_client0] ********************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:333 Saturday 01 November 2025 04:30:46 -0400 (0:00:00.544) 0:02:54.940 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\ngrep 'tls.permittedpeer=\\[\"\\*.server.com\",\"\\*.example.com\"\\]' \"/etc/rsyslog.d/31-output-relp-relp_client0.conf\" | wc -l", "delta": "0:00:00.006108", "end": "2025-11-01 04:30:46.982282", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:30:46.976174" } STDOUT: 1 TASK [Check tls.permittedpeer in relp_client1] ********************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:341 Saturday 01 November 2025 04:30:47 -0400 (0:00:00.561) 0:02:55.502 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.managed-node1\\\"\\]\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l", "delta": "0:00:00.006240", "end": "2025-11-01 04:30:47.542934", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:30:47.536694" } STDOUT: 1 TASK [Check ports managed by firewall and selinux - 3] ************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:351 Saturday 01 November 2025 04:30:47 -0400 (0:00:00.539) 0:02:56.042 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1 TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 01 November 2025 04:30:47 -0400 (0:00:00.051) 0:02:56.093 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 01 November 2025 04:30:47 -0400 (0:00:00.066) 0:02:56.159 ***** ok: [managed-node1] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"6514/tcp\"\n", "delta": "0:00:00.208099", "end": "2025-11-01 04:30:48.378398", "item": 6514, "rc": 0, "start": "2025-11-01 04:30:48.170299" } STDOUT: 1514/tcp 6514/tcp 7514/tcp 20514/tcp ok: [managed-node1] => (item=7514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"7514/tcp\"\n", "delta": "0:00:00.204657", "end": "2025-11-01 04:30:49.013135", "item": 7514, "rc": 0, "start": "2025-11-01 04:30:48.808478" } STDOUT: 1514/tcp 6514/tcp 7514/tcp 20514/tcp TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 01 November 2025 04:30:49 -0400 (0:00:01.355) 0:02:57.515 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 01 November 2025 04:30:49 -0400 (0:00:00.070) 0:02:57.585 ***** ok: [managed-node1] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" | grep \"6514\" | grep \"tcp\"", "delta": "0:00:00.279779", "end": "2025-11-01 04:30:49.858057", "item": 6514, "rc": 0, "start": "2025-11-01 04:30:49.578278" } STDOUT: syslog_tls_port_t tcp 6514, 20514, 7514 STDERR: egrep: warning: egrep is obsolescent; using grep -E ok: [managed-node1] => (item=7514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsudo semanage port -C --list | egrep \"syslog.*_port_t\" | grep \"7514\" | grep \"tcp\"", "delta": "0:00:00.278845", "end": "2025-11-01 04:30:50.586530", "item": 7514, "rc": 0, "start": "2025-11-01 04:30:50.307685" } STDOUT: syslog_tls_port_t tcp 6514, 20514, 7514 STDERR: egrep: warning: egrep is obsolescent; using grep -E TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 01 November 2025 04:30:50 -0400 (0:00:01.500) 0:02:59.086 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set firewall and selinux to false for cleanup - 2] *********************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:354 Saturday 01 November 2025 04:30:50 -0400 (0:00:00.027) 0:02:59.114 ***** ok: [managed-node1] => { "ansible_facts": { "logging_manage_firewall": false, "logging_manage_selinux": false }, "changed": false } TASK [END TEST CASE 1; Clean up the deployed config] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:359 Saturday 01 November 2025 04:30:50 -0400 (0:00:00.030) 0:02:59.145 ***** included: fedora.linux_system_roles.logging for managed-node1 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 01 November 2025 04:30:50 -0400 (0:00:00.079) 0:02:59.225 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 01 November 2025 04:30:50 -0400 (0:00:00.056) 0:02:59.281 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 01 November 2025 04:30:50 -0400 (0:00:00.036) 0:02:59.318 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 01 November 2025 04:30:50 -0400 (0:00:00.031) 0:02:59.349 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 01 November 2025 04:30:50 -0400 (0:00:00.045) 0:02:59.395 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.056) 0:02:59.452 ***** ok: [managed-node1] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.053) 0:02:59.505 ***** ok: [managed-node1] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.052) 0:02:59.558 ***** skipping: [managed-node1] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.057) 0:02:59.615 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.082) 0:02:59.698 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.042) 0:02:59.741 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.118) 0:02:59.859 ***** ok: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.077) 0:02:59.937 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.071) 0:03:00.009 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.081) 0:03:00.090 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.070) 0:03:00.161 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.106) 0:03:00.267 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.070) 0:03:00.338 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 01 November 2025 04:30:51 -0400 (0:00:00.062) 0:03:00.400 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.098) 0:03:00.499 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.115) 0:03:00.615 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.141) 0:03:00.756 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.083) 0:03:00.839 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.053) 0:03:00.893 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.063) 0:03:00.957 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.042) 0:03:00.999 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.031) 0:03:01.030 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.065) 0:03:01.095 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.074) 0:03:01.169 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.048) 0:03:01.217 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.048) 0:03:01.266 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.047) 0:03:01.313 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.046) 0:03:01.360 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 01 November 2025 04:30:52 -0400 (0:00:00.046) 0:03:01.406 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 01 November 2025 04:30:53 -0400 (0:00:00.049) 0:03:01.456 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 01 November 2025 04:30:53 -0400 (0:00:00.054) 0:03:01.510 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 01 November 2025 04:30:53 -0400 (0:00:00.076) 0:03:01.587 ***** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 01 November 2025 04:30:53 -0400 (0:00:00.058) 0:03:01.646 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 01 November 2025 04:30:53 -0400 (0:00:00.047) 0:03:01.693 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 01 November 2025 04:30:53 -0400 (0:00:00.046) 0:03:01.739 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 01 November 2025 04:30:53 -0400 (0:00:00.037) 0:03:01.776 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 01 November 2025 04:30:53 -0400 (0:00:00.047) 0:03:01.823 ***** ok: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_42.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 01 November 2025 04:30:53 -0400 (0:00:00.094) 0:03:01.918 ***** skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=/tmp/collections-Cu8/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-Cu8/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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 01 November 2025 04:30:53 -0400 (0:00:00.181) 0:03:02.099 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 01 November 2025 04:30:53 -0400 (0:00:00.224) 0:03:02.324 ***** ok: [managed-node1] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.055377", "end": "2025-11-01 04:30:54.478601", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "item": "rsyslog", "rc": 1, "start": "2025-11-01 04:30:54.423224" } 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 01 November 2025 04:30:54 -0400 (0:00:00.667) 0:03:02.991 ***** changed: [managed-node1] => { "changed": true, "cmd": [ "dnf5", "remove", "-y", "rsyslog" ], "delta": "0:00:00.799618", "end": "2025-11-01 04:30:55.815406", "rc": 0, "start": "2025-11-01 04:30:55.015788" } STDOUT: Package Arch Version Repository Size Removing: rsyslog x86_64 8.2508.0-1.fc42 updates 2.7 MiB Removing dependent packages: rsyslog-relp x86_64 8.2508.0-1.fc42 updates 57.2 KiB Removing unused dependencies: libestr x86_64 0.1.11-11.fc42 fedora 52.8 KiB libfastjson x86_64 1.2304.0-6.fc42 fedora 73.8 KiB librelp x86_64 1.11.0-6.fc42 fedora 171.7 KiB Transaction Summary: Removing: 5 packages STDERR: After this operation, 3 MiB will be freed (install 0 B, remove 3 MiB). Running transaction [1/6] Prepare transaction 100% | 76.0 B/s | 5.0 B | 00m00s [2/6] Removing rsyslog-relp-0:8.2508.0- 100% | 120.0 B/s | 6.0 B | 00m00s >>> Running %preun scriptlet: rsyslog-0:8.2508.0-1.fc42.x86_64 >>> Finished %preun scriptlet: rsyslog-0:8.2508.0-1.fc42.x86_64 >>> Scriptlet output: >>> Removed '/etc/systemd/system/multi-user.target.wants/rsyslog.service'. >>> [3/6] Removing rsyslog-0:8.2508.0-1.fc4 100% | 3.8 KiB/s | 126.0 B | 00m00s >>> [RPM] /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave [4/6] Removing libestr-0:0.1.11-11.fc42 100% | 1.8 KiB/s | 11.0 B | 00m00s [5/6] Removing libfastjson-0:1.2304.0-6 100% | 2.1 KiB/s | 11.0 B | 00m00s [6/6] Removing librelp-0:1.11.0-6.fc42. 100% | 28.0 B/s | 12.0 B | 00m00s Complete! TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 01 November 2025 04:30:55 -0400 (0:00:01.367) 0:03:04.359 ***** changed: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 01 November 2025 04:30:58 -0400 (0:00:02.858) 0:03:07.217 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 01 November 2025 04:30:58 -0400 (0:00:00.037) 0:03:07.255 ***** ok: [managed-node1] => { "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": "1.fc42", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "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.fc42eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "6.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc42", "source": "rpm", "version": "6.16.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "20.fc42", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "1.fc42", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.0.fc42", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc42", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "1.fc42", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "1.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" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "3.fc42", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "4.fc42", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "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.23.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.16.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.fc42", "source": "rpm", "version": "5.2.16.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": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "2.fc42", "source": "rpm", "version": "0.193" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc42", "source": "rpm", "version": "1.2.9" } ], "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.1" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc42", "source": "rpm", "version": "2.3.1" } ], "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.16" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc42", "source": "rpm", "version": "2.0.16" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc42", "source": "rpm", "version": "2.0.16" } ], "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": "1.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": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "1.fc42", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc42", "source": "rpm", "version": "2.84.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "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": "1.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.400" } ], "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": "3.fc42", "source": "rpm", "version": "58" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "8.fc42", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "8.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.16.10" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc42", "source": "rpm", "version": "6.16.2" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc42", "source": "rpm", "version": "6.16.10" } ], "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.74.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.16.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.fc42", "source": "rpm", "version": "5.2.16.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.16.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc42", "source": "rpm", "version": "2.4.126" } ], "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": "55.20250104cvs.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": "1.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": "1.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.4" } ], "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.34" } ], "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": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "1.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": "0.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.4" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "7.fc42", "source": "rpm", "version": "4.4.38" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "7.fc42", "source": "rpm", "version": "4.4.38" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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" } ], "lsof": [ { "arch": "x86_64", "epoch": "None", "name": "lsof", "release": "7.fc42", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "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.4" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "3.fc42", "source": "rpm", "version": "4.37.0" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc42", "source": "rpm", "version": "3.116.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc42", "source": "rpm", "version": "3.116.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "2.fc42", "source": "rpm", "version": "20250917" } ], "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.45" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc42", "source": "rpm", "version": "10.45" } ], "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": "2.fc42", "source": "rpm", "version": "2.51.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "2.fc42", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "519.fc42", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "2.fc42", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc42", "source": "rpm", "version": "2.089" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "519.fc42", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "23.fc42", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "512.fc42", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "519.fc42", "source": "rpm", "version": "1.17" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "8.fc42", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "519.fc42", "source": "rpm", "version": "2.20" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "513.fc42", "source": "rpm", "version": "3.91" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "512.fc42", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "513.fc42", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "512.fc42", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "1.fc42", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc42", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "519.fc42", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "512.fc42", "source": "rpm", "version": "2.038" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "512.fc42", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "519.fc42", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "513.fc42", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "512.fc42", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "24.fc42", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "512.fc42", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "512.fc42", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "512.fc42", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc42", "source": "rpm", "version": "5.31" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "519.fc42", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "513.fc42", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "519.fc42", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "519.fc42", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "513.fc42", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "519.fc42", "source": "rpm", "version": "5.40.3" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "519.fc42", "source": "rpm", "version": "1.12" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "519.fc42", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "519.fc42", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "519.fc42", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "2.fc42", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "3.fc42", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "519.fc42", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "2.fc42", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "19.fc42", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": "None", "name": "policycoreutils-python-utils", "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.7" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.fc42", "source": "rpm", "version": "3.13.7" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc42", "source": "rpm", "version": "25.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc42", "source": "rpm", "version": "4.1.1" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc42", "source": "rpm", "version": "1.17.1" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc42", "source": "rpm", "version": "3.4.1" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "2.fc42", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "3.fc42", "source": "rpm", "version": "44.0.0" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "17.fc42", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "9.fc42", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "6.fc42", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc42", "source": "rpm", "version": "4.23.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.1" } ], "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.74.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.74.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "1.fc42", "source": "rpm", "version": "5.2.16.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "1.fc42", "source": "rpm", "version": "3.13.7" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "3.fc42", "source": "rpm", "version": "3.8" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "2.fc42", "source": "rpm", "version": "3.8.1" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "1.fc42", "source": "rpm", "version": "5.3.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "2.fc42", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": "1", "name": "python3-nftables", "release": "3.fc42", "source": "rpm", "version": "1.1.1" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "6.fc42", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "3.fc42", "source": "rpm", "version": "24.2" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "26.fc42", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "1.fc42", "source": "rpm", "version": "3.8" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "3.fc42", "source": "rpm", "version": "0.6.1" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "19.fc42", "source": "rpm", "version": "2.20" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyserial", "release": "11.fc42", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "26.fc42", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "2.fc42", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "1.fc42", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "1.fc42", "source": "rpm", "version": "2.32.4" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "1.fc42", "source": "rpm", "version": "0.25.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc42", "source": "rpm", "version": "4.20.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "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.23.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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc42eng", "source": "rpm", "version": "0.4.11" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc42eng", "source": "rpm", "version": "0.4.11" } ], "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.4" } ], "samba-common": [ { "arch": "noarch", "epoch": "2", "name": "samba-common", "release": "1.fc42", "source": "rpm", "version": "4.22.4" } ], "samba-common-libs": [ { "arch": "x86_64", "epoch": "2", "name": "samba-common-libs", "release": "1.fc42", "source": "rpm", "version": "4.22.4" } ], "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.9" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc42", "source": "rpm", "version": "42.9" } ], "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": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "1.fc42", "source": "rpm", "version": "2.11.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "1.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": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "2.fc42", "source": "rpm", "version": "257.9" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc42", "source": "rpm", "version": "5.3" } ], "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": "2.fc42", "source": "rpm", "version": "20250917" } ], "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.23.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc42", "source": "rpm", "version": "1.23.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.1818" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc42", "source": "rpm", "version": "9.1.1818" } ], "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.4" } ], "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.1818" } ], "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 01 November 2025 04:30:59 -0400 (0:00:01.091) 0:03:08.346 ***** ok: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 01 November 2025 04:31:00 -0400 (0:00:00.090) 0:03:08.437 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 01 November 2025 04:31:00 -0400 (0:00:00.035) 0:03:08.472 ***** ok: [managed-node1] => {} 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 01 November 2025 04:31:00 -0400 (0:00:00.044) 0:03:08.516 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 01 November 2025 04:31:00 -0400 (0:00:00.055) 0:03:08.571 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/rsyslog.d", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 01 November 2025 04:31:00 -0400 (0:00:00.524) 0:03:09.096 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/var/lib/rsyslog", "secontext": "system_u:object_r:syslogd_var_lib_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 01 November 2025 04:31:01 -0400 (0:00:00.527) 0:03:09.624 ***** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log", "secontext": "system_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 01 November 2025 04:31:01 -0400 (0:00:00.523) 0:03:10.147 ***** ok: [managed-node1] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, { "name": "templates", "sections": [ { "comment": "User provided output templates", "options": 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 01 November 2025 04:31:01 -0400 (0:00:00.261) 0:03:10.409 ***** skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "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=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 01 November 2025 04:31:02 -0400 (0:00:00.160) 0:03:10.569 ***** ok: [managed-node1] => { "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=\"16384\"\n preserveFQDN=\"on\"\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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 01 November 2025 04:31:02 -0400 (0:00:00.097) 0:03:10.667 ***** skipping: [managed-node1] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="16384"\n preserveFQDN="on"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"16384\"\n preserveFQDN=\"on\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => (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-node1] => (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-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 01 November 2025 04:31:02 -0400 (0:00:00.102) 0:03:10.769 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 01 November 2025 04:31:02 -0400 (0:00:00.046) 0:03:10.815 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 01 November 2025 04:31:02 -0400 (0:00:00.056) 0:03:10.872 ***** ok: [managed-node1] => (item={'name': 'default_files', 'type': 'files'}) => { "ansible_facts": { "__rsyslog_conf_files_output_modules": [ { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 01 November 2025 04:31:02 -0400 (0:00:00.080) 0:03:10.952 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node1 => (item={'name': 'default_files', 'type': 'files'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 01 November 2025 04:31:02 -0400 (0:00:00.139) 0:03:11.092 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:31:02 -0400 (0:00:00.082) 0:03:11.174 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:31:02 -0400 (0:00:00.050) 0:03:11.225 ***** ok: [managed-node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:31:03 -0400 (0:00:00.916) 0:03:12.141 ***** ok: [managed-node1] => { "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=\"16384\"\n preserveFQDN=\"on\"\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, "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:31:03 -0400 (0:00:00.071) 0:03:12.213 ***** skipping: [managed-node1] => (item={'name': 'output-files-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfile")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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-node1] => { "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-default_files] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 01 November 2025 04:31:03 -0400 (0:00:00.063) 0:03:12.276 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 01 November 2025 04:31:03 -0400 (0:00:00.077) 0:03:12.354 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 01 November 2025 04:31:03 -0400 (0:00:00.052) 0:03:12.406 ***** ok: [managed-node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "1a7c27007f2e0b7036e4516dd3931e4d7ab1dcae", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1153, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 01 November 2025 04:31:05 -0400 (0:00:01.024) 0:03:13.431 ***** ok: [managed-node1] => { "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=\"16384\"\n preserveFQDN=\"on\"\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, "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": "1a7c27007f2e0b7036e4516dd3931e4d7ab1dcae", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/etc/rsyslog.d/30-output-files-default_files.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-default_files.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-default_files.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1153, "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 01 November 2025 04:31:05 -0400 (0:00:00.096) 0:03:13.528 ***** skipping: [managed-node1] => (item={'name': 'output-files-default_files', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="default_files") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don\'t log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 01 November 2025 04:31:05 -0400 (0:00:00.187) 0:03:13.716 ***** ok: [managed-node1] => { "changed": false, "cmd": "set -euo pipefail\nfor conf in $( ls \"/etc/rsyslog.d\" ); do\n rstr=$( rpm -qf \"/etc/rsyslog.d/$conf\" 2>&1 || : )\n if [[ \"$rstr\" == *\"not owned by any package\"* ]]; then\n echo \"/etc/rsyslog.d/$conf\"\n fi\ndone\n", "delta": "0:00:00.084589", "end": "2025-11-01 04:31:05.804012", "failed_when_result": false, "rc": 0, "start": "2025-11-01 04:31:05.719423" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/10-output-relp-module.conf /etc/rsyslog.d/20-templates.conf /etc/rsyslog.d/30-output-files-default_files.conf /etc/rsyslog.d/31-output-relp-relp_client0.conf /etc/rsyslog.d/31-output-relp-relp_client1.conf /etc/rsyslog.d/90-input-basics-system_input.conf TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 01 November 2025 04:31:05 -0400 (0:00:00.593) 0:03:14.309 ***** changed: [managed-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client0.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "path": "/etc/rsyslog.d/31-output-relp-relp_client0.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/20-templates.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/20-templates.conf", "path": "/etc/rsyslog.d/20-templates.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/90-input-basics-system_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-system_input.conf", "path": "/etc/rsyslog.d/90-input-basics-system_input.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/10-output-relp-module.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-output-relp-module.conf", "path": "/etc/rsyslog.d/10-output-relp-module.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/00-global.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/00-global.conf", "path": "/etc/rsyslog.d/00-global.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/05-common-defaults.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/05-common-defaults.conf", "path": "/etc/rsyslog.d/05-common-defaults.conf", "state": "absent" } changed: [managed-node1] => (item=/etc/rsyslog.d/31-output-relp-relp_client1.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "state": "absent" } 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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 01 November 2025 04:31:09 -0400 (0:00:03.343) 0:03:17.652 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 01 November 2025 04:31:09 -0400 (0:00:00.098) 0:03:17.751 ***** skipping: [managed-node1] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 01 November 2025 04:31:09 -0400 (0:00:00.101) 0:03:17.853 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 01 November 2025 04:31:09 -0400 (0:00:00.093) 0:03:17.947 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 01 November 2025 04:31:09 -0400 (0:00:00.117) 0:03:18.065 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 01 November 2025 04:31:09 -0400 (0:00:00.153) 0:03:18.218 ***** ok: [managed-node1] => { "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 network.target system.slice sysinit.target basic.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": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "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": "3444494336", "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": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 01 November 2025 04:31:10 -0400 (0:00:00.749) 0:03:18.968 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 01 November 2025 04:31:10 -0400 (0:00:00.071) 0:03:19.039 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 01 November 2025 04:31:10 -0400 (0:00:00.047) 0:03:19.087 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 01 November 2025 04:31:10 -0400 (0:00:00.058) 0:03:19.145 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 01 November 2025 04:31:10 -0400 (0:00:00.052) 0:03:19.198 ***** skipping: [managed-node1] => { "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-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:371 Saturday 01 November 2025 04:31:10 -0400 (0:00:00.072) 0:03:19.271 ***** NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 01 November 2025 04:31:10 -0400 (0:00:00.011) 0:03:19.283 ***** changed: [managed-node1] => { "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 network.target system.slice sysinit.target basic.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": "3892056064", "EffectiveMemoryMax": "3892056064", "EffectiveTasksMax": "4407", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14692", "LimitNPROCSoft": "14692", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14692", "LimitSIGPENDINGSoft": "14692", "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": "3457024000", "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": "4407", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Stop tracking certificate] *********************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:374 Saturday 01 November 2025 04:31:11 -0400 (0:00:00.697) 0:03:19.980 ***** ok: [managed-node1] => { "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/logging_cert.crt" ], "delta": "0:00:00.029585", "end": "2025-11-01 04:31:11.986697", "rc": 0, "start": "2025-11-01 04:31:11.957112" } STDOUT: Request "20251101082833" removed. TASK [Clean up pki files] ****************************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:378 Saturday 01 November 2025 04:31:12 -0400 (0:00:00.544) 0:03:20.524 ***** changed: [managed-node1] => (item=/etc/pki/tls/certs/logging_cert.crt) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/certs/logging_cert.crt", "path": "/etc/pki/tls/certs/logging_cert.crt", "state": "absent" } changed: [managed-node1] => (item=/etc/pki/tls/private/logging_cert.key) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/pki/tls/private/logging_cert.key", "path": "/etc/pki/tls/private/logging_cert.key", "state": "absent" } ok: [managed-node1] => (item=/etc/pki/tls/certs/logging_cert.crt) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/pki/tls/certs/logging_cert.crt", "path": "/etc/pki/tls/certs/logging_cert.crt", "state": "absent" } TASK [Check ports managed by firewall and selinux - 4] ************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:387 Saturday 01 November 2025 04:31:13 -0400 (0:00:01.455) 0:03:21.980 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node1 TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 01 November 2025 04:31:13 -0400 (0:00:00.058) 0:03:22.039 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 01 November 2025 04:31:13 -0400 (0:00:00.059) 0:03:22.098 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 01 November 2025 04:31:13 -0400 (0:00:00.035) 0:03:22.134 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 01 November 2025 04:31:13 -0400 (0:00:00.032) 0:03:22.167 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 01 November 2025 04:31:13 -0400 (0:00:00.073) 0:03:22.240 ***** skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Assert /var/log/messages] ************************************************ task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:390 Saturday 01 November 2025 04:31:13 -0400 (0:00:00.049) 0:03:22.290 ***** included: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml for managed-node1 TASK [Get content of /var/log/messages] **************************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3 Saturday 01 November 2025 04:31:13 -0400 (0:00:00.082) 0:03:22.373 ***** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Print possible errors in /var/log/messages] ****************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9 Saturday 01 November 2025 04:31:14 -0400 (0:00:00.686) 0:03:23.060 ***** skipping: [managed-node1] => { "false_condition": "errors is not none" } TASK [Ensure no errors in /var/log/messages] *********************************** task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:21 Saturday 01 November 2025 04:31:14 -0400 (0:00:00.062) 0:03:23.122 ***** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Remove /var/log/messages] ************************************************ task path: /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:25 Saturday 01 November 2025 04:31:14 -0400 (0:00:00.048) 0:03:23.171 ***** changed: [managed-node1] => { "changed": true, "path": "/var/log/messages", "state": "absent" } PLAY RECAP ********************************************************************* managed-node1 : ok=340 changed=46 unreachable=0 failed=0 skipped=354 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 01 November 2025 04:31:15 -0400 (0:00:00.465) 0:03:23.636 ***** =============================================================================== fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 5.28s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.35s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 3.34s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 3.34s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.24s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.21s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 2.99s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.97s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.86s /tmp/collections-Cu8/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.84s /tmp/collections-Cu8/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.60s /tmp/collections-Cu8/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 --- 2.41s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Check associated selinux ports (manage - tcp) --------------------------- 2.32s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.29s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Check firewall port status (manage - tcp) ------------------------------- 2.05s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.02s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.99s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Install lsof ------------------------------------------------------------ 1.92s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86 fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 1.85s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.71s /tmp/collections-Cu8/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51