[WARNING]: Deprecation warnings can be disabled by setting `deprecation_warnings=False` in ansible.cfg. [DEPRECATION WARNING]: Importing 'to_bytes' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. [DEPRECATION WARNING]: Importing 'to_text' from 'ansible.module_utils._text' is deprecated. This feature will be removed from ansible-core version 2.24. Use ansible.module_utils.common.text.converters instead. ansible-playbook [core 2.20.5] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.14/site-packages/ansible ansible collection location = /tmp/collections-yZ2 executable location = /usr/local/bin/ansible-playbook python version = 3.14.3 (main, Mar 26 2026, 00:00:00) [GCC 15.2.1 20260123 (Red Hat 15.2.1-7)] (/usr/bin/python3.14) 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-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:2 Saturday 25 April 2026 04:55:47 -0400 (0:00:00.029) 0:00:00.029 ******** [WARNING]: Host 'managed-node2' is using the discovered Python interpreter at '/usr/bin/python3.14', but future installation of another Python interpreter could cause a different interpreter to be discovered. See https://docs.ansible.com/ansible-core/2.20/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Set firewall and selinux to true] **************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:23 Saturday 25 April 2026 04:55:49 -0400 (0:00:01.381) 0:00:01.411 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:28 Saturday 25 April 2026 04:55:49 -0400 (0:00:00.017) 0:00:01.428 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 04:55:49 -0400 (0:00:00.020) 0:00:01.449 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 04:55:49 -0400 (0:00:00.001) 0:00:01.450 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 04:55:49 -0400 (0:00:00.017) 0:00:01.467 ******** included: fedora.linux_system_roles.logging for managed-node2 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 25 April 2026 04:55:49 -0400 (0:00:00.090) 0:00:01.558 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 25 April 2026 04:55:49 -0400 (0:00:00.031) 0:00:01.589 ******** ok: [managed-node2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.14" }, "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009710", "end": "2026-04-25 04:55:49.901011", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:55:49.891301" } STDOUT: running TASK [fedora.linux_system_roles.logging : Require installed systemd] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 25 April 2026 04:55:49 -0400 (0:00:00.731) 0:00:02.321 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.047) 0:00:02.369 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.037) 0:00:02.406 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.049) 0:00:02.456 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.057) 0:00:02.513 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.078) 0:00:02.591 ******** skipping: [managed-node2] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.053) 0:00:02.645 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.063) 0:00:02.708 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.059) 0:00:02.768 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.068) 0:00:02.836 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.053) 0:00:02.890 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.060) 0:00:02.951 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.097) 0:00:03.048 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.106) 0:00:03.155 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.055) 0:00:03.211 ******** ok: [managed-node2] => { "ansible_facts": { "logging_firewall_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.044) 0:00:03.255 ******** ok: [managed-node2] => (item=1514/tcp) => { "ansible_facts": { "logging_firewall_ports": [ { "port": "1514/tcp", "state": "enabled" } ] }, "ansible_loop_var": "item", "changed": false, "item": "1514/tcp" } ok: [managed-node2] => (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-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 25 April 2026 04:55:50 -0400 (0:00:00.084) 0:00:03.340 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 25 April 2026 04:55:51 -0400 (0:00:00.026) 0:00:03.367 ******** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 25 April 2026 04:55:51 -0400 (0:00:00.075) 0:00:03.442 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 25 April 2026 04:55:51 -0400 (0:00:00.048) 0:00:03.491 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 25 April 2026 04:55:51 -0400 (0:00:00.634) 0:00:04.126 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 25 April 2026 04:55:52 -0400 (0:00:00.705) 0:00:04.831 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 25 April 2026 04:55:52 -0400 (0:00:00.067) 0:00:04.898 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 25 April 2026 04:55:53 -0400 (0:00:00.529) 0:00:05.428 ******** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 25 April 2026 04:55:53 -0400 (0:00:00.105) 0:00:05.534 ******** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_43.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_43.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 25 April 2026 04:55:53 -0400 (0:00:00.182) 0:00:05.717 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 25 April 2026 04:55:53 -0400 (0:00:00.096) 0:00:05.813 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009112", "end": "2026-04-25 04:55:53.917925", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:55:53.908813" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 25 April 2026 04:55:53 -0400 (0:00:00.520) 0:00:06.333 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 25 April 2026 04:55:54 -0400 (0:00:00.040) 0:00:06.374 ******** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 25 April 2026 04:55:54 -0400 (0:00:00.063) 0:00:06.437 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 25 April 2026 04:55:56 -0400 (0:00:02.268) 0:00:08.706 ******** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 25 April 2026 04:55:56 -0400 (0:00:00.040) 0:00:08.746 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 25 April 2026 04:55:56 -0400 (0:00:00.039) 0:00:08.785 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 25 April 2026 04:55:56 -0400 (0:00:00.056) 0:00:08.842 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 25 April 2026 04:55:56 -0400 (0:00:00.106) 0:00:08.949 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 25 April 2026 04:55:56 -0400 (0:00:00.116) 0:00:09.065 ******** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target dbus-broker.service system.slice dbus.socket polkit.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BindLogSockets": "no", "BusName": "org.fedoraproject.FirewallD1", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "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 ip6tables.service ipset.service iptables.service ebtables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "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 }", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3479638016", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "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", "PrivateBPF": "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": "tmpfs", "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-broker.service system.slice 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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "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": "4403", "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 25 April 2026 04:55:57 -0400 (0:00:01.183) 0:00:10.248 ******** changed: [managed-node2] => { "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": "polkit.service system.slice basic.target dbus-broker.service dbus.socket sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BindLogSockets": "no", "BusName": "org.fedoraproject.FirewallD1", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "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 ip6tables.service iptables.service ebtables.service ipset.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "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 }", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3507658752", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "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", "PrivateBPF": "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": "tmpfs", "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 dbus-broker.service dbus.socket sysinit.target", "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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "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": "4403", "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 25 April 2026 04:55:59 -0400 (0:00:01.916) 0:00:12.165 ******** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.14", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 25 April 2026 04:55:59 -0400 (0:00:00.070) 0:00:12.236 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 25 April 2026 04:55:59 -0400 (0:00:00.059) 0:00:12.295 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 25 April 2026 04:56:00 -0400 (0:00:00.052) 0:00:12.348 ******** [DEPRECATION WARNING]: Passing `warnings` to `exit_json` or `fail_json` is deprecated. This feature will be removed from ansible-core version 2.23. Use `AnsibleModule.warn` instead. changed: [managed-node2] => (item={'port': '1514/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "1514/tcp", "state": "enabled" } } changed: [managed-node2] => (item={'port': '6514/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "6514/tcp", "state": "enabled" } } changed: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 25 April 2026 04:56:02 -0400 (0:00:02.329) 0:00:14.677 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.065) 0:00:14.743 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.059) 0:00:14.802 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.052) 0:00:14.855 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.050) 0:00:14.906 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.051) 0:00:14.957 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.060) 0:00:15.017 ******** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.066) 0:00:15.083 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.064) 0:00:15.148 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.044) 0:00:15.193 ******** ok: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.058) 0:00:15.251 ******** ok: [managed-node2] => (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-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.068) 0:00:15.320 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 25 April 2026 04:56:02 -0400 (0:00:00.013) 0:00:15.333 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 25 April 2026 04:56:03 -0400 (0:00:00.013) 0:00:15.346 ******** 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-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 25 April 2026 04:56:03 -0400 (0:00:00.098) 0:00:15.445 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 25 April 2026 04:56:03 -0400 (0:00:00.056) 0:00:15.502 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 25 April 2026 04:56:03 -0400 (0:00:00.061) 0:00:15.563 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 25 April 2026 04:56:03 -0400 (0:00:00.107) 0:00:15.671 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 25 April 2026 04:56:03 -0400 (0:00:00.581) 0:00:16.252 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 25 April 2026 04:56:03 -0400 (0:00:00.077) 0:00:16.330 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 25 April 2026 04:56:04 -0400 (0:00:00.510) 0:00:16.842 ******** ok: [managed-node2] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 25 April 2026 04:56:04 -0400 (0:00:00.053) 0:00:16.895 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 25 April 2026 04:56:04 -0400 (0:00:00.086) 0:00:16.982 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 25 April 2026 04:56:06 -0400 (0:00:02.148) 0:00:19.131 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 25 April 2026 04:56:06 -0400 (0:00:00.043) 0:00:19.175 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 25 April 2026 04:56:08 -0400 (0:00:01.977) 0:00:21.152 ******** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.9-7.fc43.noarch" ] } lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 25 April 2026 04:56:11 -0400 (0:00:02.684) 0:00:23.837 ******** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 25 April 2026 04:56:11 -0400 (0:00:00.059) 0:00:23.896 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 25 April 2026 04:56:11 -0400 (0:00:00.056) 0:00:23.953 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 25 April 2026 04:56:11 -0400 (0:00:00.055) 0:00:24.009 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 25 April 2026 04:56:12 -0400 (0:00:01.144) 0:00:25.153 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009290", "end": "2026-04-25 04:56:13.297226", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:56:13.287936" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.554) 0:00:25.707 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.040) 0:00:25.748 ******** ok: [managed-node2] => { "ansible_facts": { "__selinux_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.049) 0:00:25.798 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.056) 0:00:25.854 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.051) 0:00:25.906 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.045) 0:00:25.951 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.042) 0:00:25.994 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.040) 0:00:26.035 ******** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.038) 0:00:26.073 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.033) 0:00:26.106 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.032) 0:00:26.139 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.034) 0:00:26.174 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.034) 0:00:26.209 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.033) 0:00:26.242 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.017) 0:00:26.259 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 25 April 2026 04:56:13 -0400 (0:00:00.017) 0:00:26.277 ******** changed: [managed-node2] => (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": true, "ports": [ "1514" ], "proto": "tcp", "setype": "syslogd_port_t", "state": "present" } changed: [managed-node2] => (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-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 25 April 2026 04:56:18 -0400 (0:00:05.031) 0:00:31.309 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 25 April 2026 04:56:18 -0400 (0:00:00.019) 0:00:31.328 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:d82524217f20ff83bbe15637004cfaca5a3a3fbc8d60cde1cd55661bbe79b65a", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:a055774062f0d6d098aebce8d9cc7faca0af0ff882b2e9ed2ffa8378dacb12f9", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:1e661dc39944305722e21f949c6c3053df15eaf89fe24d2e19ca81d85ebc4349", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:08b5514096149cae96a52dfaee9ddf1e75e3cdbde7e2dfaf16251c1e3492b7b4", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:fcaa98e0d12a9a8d8ccb644d2fffbe15f257263e57153cc6bf81b5392c584090", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:0dcee5e548282eba286f988d4e3505d29d61b343d206380ad7ada8c1536a55b2", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:5baaef772a482efc47a0635326c12e172ba2ba65c4c194f4e3c23f28bb1fbf6a", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:4f9828aa2eb9028104ff01744a97c1efe3292b2b26dd1a48ffdd48b348d2de5e", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:0d729a6a048ca699428cd2799731b898393d34949a27949b1c857700bf5edb4a", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:3bec0fc981cc085d3637b84d331d5de3cabbff26c1a74031444147453380dae0", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:c81ef8fb2bd0fe3aa1ff9d02c53533ba87752173eca3a930272ff0a04d6eaf00", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:e6010fece9b86c7808d394a838cca96056fc4dd3826d6a25b2eafcb2c838f7aa", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:d71dc51cf0e4c1a088c896eadf0c7e741700cc9d9c047ba3ad8e48fb85d02361", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:0075645da24dcb5a6ad47c2856fcd92a2f4a21612e5e152f94dabbd98a95cba4", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:73010aa40317ac258474479eee69061ad15c1174d7d04532fdd5d8c5bb117c7e", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:7b4617ad67f3be4a8c30f3847692148a48ddba8812c56743a1851d2c2922acd3", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:4c833e75831c838e6c9e18db0e1dcca52772943e8b8b934b9c3f47b382739dfd", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:28571ee30245b5d6f36f075c5f1fee9863e6b375a1e1d7c0dd9d2355fe78687b", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:389720c6e2f8faf556126343a43124b9ec4f54e0ae9cf3a04e3123957711fc5e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:c0fe177457eb8b7328973435258183d8830d2ff1a957465a4f1a10f8538d2021", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:68ebf63c946860be33db1f5cef8d732f30940fe02ec40821c81cf325ce300ab3", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:4f018a0ce34abaf1a5bd637a4cbdc1b9231d8bf0a28e6e6374a585ee5828f527", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:b4233f6f9f468d55a42f23cfbe0d83c0cc8fde3fb8b687ea03aeacefcc28fed0", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:f80d4cec3b2d125a9a443a77af8fb455d7255a287acf09c372d8ad239268e058", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:77b91e2372cf422f8cbce609596c99a7889c66330a0a17d4a81f6667473cbb6b", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:391573dcbf7aa0921d83027ca73a4802633ea04739fc62d99d9333ac87152b66", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:ed93a67d8aeaa33c1796ea06387e59adc2ddcbb9149e69523fee7943b5be7f86", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:3d38e4fbc0de66298f8470ea092f4180e434360fe967a7d4894c10f54e15f702", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:21c2ef7661b970905ba3ace565331f7bd05184b959db6675fa4fd6a83477981d", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:6067e11ce80aea409da8a2ebd9b4077bee8b0e302dd022839ae544007c24690d", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:5de751aeb1fb8f4dc5e3107914a244e295729ca4dcf4e0443dcfaaf2383e1fb9", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:9e39f64c38f4ab8895620c37dce900757187b69f84916b27017c68b4715be957", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:02c268e9cf7d0094e3be80c613a6241e0de179863a0ddcd17c2e7abe0f58ee9e", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:8368e76ca14bd0756153dc980a5a20fdded74a3161bf5c4bc0c2d54836eeed40", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0d287477998ebe13205e76915dce9d9d5e7c987d74c95c31ee7e455a6d1a289d", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:dba53cf5c139b86c53f3390a9be2e996224a8c4daf85f67c56ef750a1d3509e4", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:5667138bf692133314a8583f1ee4ab77803310c295a1c33eb9577825f6df2283", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:a08341c8e73745ff0f035d9f828e318f5a184782299828778a137ae1171c73ee", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a540d1a3fb4df67620134b5c6eda5b089e1c9ed7627d4432c7208a4dd1c135e7", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:958770fe9b4538bcd40ee165842ced5f581198bcd1144b27ccda1edbaae0c38d", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:da6cc37fff80131705a5d1331a02e4b856123ffd88df09020c09219b3ed2cc1e", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9e4a046574944e72e3b3cf7b47ad634041afd98ad0c29158d44adde096047f87", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:428ad2fc7a6dbc4d90c0c7ba1aee59cc1ead7c3dc83e61ad8643a86f52971974", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:d1c9ce7f82c4bfc8aa23d3bce24772b94e9d587ea9ee1a3ee451370a1afd14af", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:e92d6244a872921eac8afd8a6bfb0712721d510cf22e39813da31fccc76b0c9a", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:a244c7e26ab68dbdb51d489a4b2666d7e31ca3d04c2be84b6f9074a7288df8ab", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9158846c27d81ca3e695bd093ec311ad1df23900fea228abbde594ed227f6bee", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:ed2d35096f229c8cd8f1ec0345ed0dd5aea77196554012853201455e1833807d", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:5afa147edfb582deda66985d22425de1d24c83e23dee40375964a3545b53d864", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:95a5166d24a8b8e2fd245a1468a44d2397cd7d47fee1ff10dfc79034f68f558a", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:c3bd94d7ed2fd990c3bd0852a30b01e5851a9379fa67abdf62177c6d8edf3ba1", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:d0a92f93674bcffa9852cbb527d1b9bcfe85525d4996fe56aae2f6548a9a7927", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:5adc88ac1964ce84970acaf773c8a7e23acdfe420e2de506a804792423c03b0b", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:cb44b59408240800cdfe471ee796a43ccfaba64dafc4d901c47257ead616fa0f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:80504af00f0b1e89860ab0b5321c3288e68c5ae8f296d73d829bfe1a0fb8bad3", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f5fe5aa165b78c031e26d1a5fec362b2e1903b461719d84d1beee0a7a009d093", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:a26f3bd4418f21bd775fa5b5c625f05cceb1262d283f1c55524c92eaa706ea2b", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:8daec64f6afcb4f521f3334d9add20583f5ae8107f6f6b40daba47d88f3e1c6a", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:2b8996a5371d33aac21413dfedc6f09bb8ae5f348babdd10a2ab56dfa1a0aff8", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:a10bbe1fef0d37e22ee6ef12877b535d00428b66a2002a3a2130c5b7b707ae1e", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:893366d3d5183303e36f68bd9c5b8310c7b767f5accb9ce08432bed41da81518", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:ad716b713a1440663f7b44c74b1627124e935e95cb105e0ea8a33a298e2c9fd3", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:3bdd9e2481cbeb3acf9ff1ed5adc0e4ecd379fecbafd85f9aade525d3f76d044", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:c68810d0e6e827fb2e292435b682f99ba64b24554b65da60ecbe261de0207eb0", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:403931be799866bc4bf246e1d2595983d982dc36fb80eb7d74478ec7df200feb", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:975614ed2187fc0f60ad069c311d89d1cbd807a10f1b02a206774a4a53f35859", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:d1d721a7dce533313106912160a3bbd345b5a18c5ec2a4f7708327cbf303bcaa", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:d3efe66192fa64138b71fe043910cdd11ff0d8167a8f55a88c3819e18a450fca", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:ede45eabce1274776421df27dbe410a3b788a94e608ccb9b91bfcb7468940787", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:740129e8431346f4a8116cbc6d7790bad990c3af0cd5633f8faddd95187c056b", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:0d5b00523427aa3c8f90dfd6eb0249952f4d631a7ff0149ea2298105037a18c8", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:db083935bd7f2301ce9097bec8810ea10c69f106f71c3e30383818db3bc5a076", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:1427493879d15a9d11d5cf32e6e83a4f7b42148957c1a748e2d8c4ed84671f09", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:2fc37ebb33a2549097cc9ea3ac597daf507f7929fe3be7722537b0691e736d01", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:1ab9d07b1717c0a062a28517615e4579a22b3ad00fb705f4de46e108f713e64e", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:f5ff2483ff127157fcddd35e85e09b988e6d9f34efc9f6980790fd48f43eebc7", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:071ec1221bcb31589115d18581ec6adf8354d740b70f513d3c90e477561b0d6c", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:11c4842cd9ea9dd18ecc6c9670243efb3afe5b93e69a0e32f14a2e4923c4462b", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:9e63b9d43cc357d2cf23f01d4e49644a53577005ac4c350964021239cb6173a5", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:fe5cf31ffd6571bab7fb0948de1b9b7ddc1aba8df03df60790bbc6d7d5c527b7", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:632fe0d21ae2f52f882335b684869ad06cf17efc75d94d7ecac34ecda86879df", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:f44c0d43dbec932f587fa0db9fcca8f4b00bb9378f8394879e1fbd08a057f232", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:4c41bd0f6e7fbc6a0746a7a320f78d0b3ba8ff51f204290937f124d3887601c9", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:5e938c08aa3f61eedc190d8b2f38a25cee77f5e172e86e712a949ac9c3fc21cf", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:925d89b606aaf8e7c7874a8c73254ce2f0b291455711aab1e6d34823a8443ec8", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:0daedae57b69a989e8dd85708575ae82fc3fe4efb6b190611a4fcd77e6b39730", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:009d81c7beef0cfc05a21cc9a64e5adfd5944f488839a6ce0a8655ef805993b3", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:1e3e809493efb05c308b4f01e66bb38f9cfbc70769f8cfef63539c6722762be3", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:414b58320c9dd554c9f5aa766a10d0f62676084c61d27490cfa2f91bbe3ae5df", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:fe0ec35b2fe6dc78fbc892b40f34b02c4e98c19367a2b3f8f0a2b5011b186a29", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:76c14b05ff171ea011245a4e04a7c326ecada9593fe1de6358ff3e64b2ee6877", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:740899c995414a6c8b38abc1cb7c404e3d469254441ae17aa9b2640995ba8f08", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:68caa8d2d69f872b1f3d583e9900b07f1aebbd75c88957285568101f115b39c0", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:b8fe0ce73f61d774857a96f583db292c45188c6739f6bf36c27e555a3cb33c5b", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:e9e0684f685ecc832e0ca156b395f98f392c8d7792bd7f1b941383e925797ad4", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:562bc1f8f829c316e1ac247dae66a3091ff61f8507960bc3c648fecb127a316b", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:3164ccd0a73445b3113accce3976d057617a2ac0e4f450f93730b9033cf0f62c", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:e7272291e25f12bc81a69ed832840077470244d107996c52965dba871f42e506", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:bd9753e91f9d7f577392924eecc0fe41ec9ba0d71c6cd4212a73b37ab1fa7dde", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:bff8443baf91413cd8200346c4bf48538eeb43b8ede97ff08a42737a420baf75", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:7e2ff6017e21d92685264cfc863d069e99d6065a387bd1e9b0783573ca9a5222", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:800b6fcb90b44675bde7eda5386250be1aa37d0537f89003d4463a814c91a025", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:d708adec0a4cfdac1960f834c0195ae8fde19a5aba4736a9454ff892b4e41fab", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:3ffef681881f73eeb4fa3844e6d64ef797180601b696d239b08700e568cd900d", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8311f9a072795a44d11b7ee0b6c81f46ca6ad0eb999658303ad5a63c9b6cb155", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:614a5934a12bed2db9574cb6e6be7f7e579d746b807ebd2456760d03e9635537", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:a5a47d6a0bb53e0714a5cbdfe5b85bb842b44e98e6a2d905909edb2654789101", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:f4b087881264767c9ae10c88ed42805b9d460991acbbf1f9c9a3ed19d860be3c", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:4bf11bb68f3b301085836a9ae6e9f848ec06713e2bf797158571675b975c73ec", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:a596cef5ae7d7b53d2ce1f0f03becdb173316bb9cd6842f1afa4cda56aca11b7", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:1f9ef9472a42e5dca3904b7b42d3e58bf2c0256143391ef209632debe2062408", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:e20adb548210891f4e31016e8798b287034f01af0984ef09421f515672ab6532", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:c246c9a4526206b54cc62f3c060e5f5c7e934649fdd507c364f5f29bb55ca345", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:22ead791e00b5cf098ec7e42454e6ec1618820765d0e8bb1f6e0d581984d5351", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:c56be1f46850f4b9ab890c837aed67ff8576a5c0fc49e3452277d641cfce0293", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:72ab759aa0a57c79d1da0afe2f07457f41cedca4d2a9c3fc1b2c0f0dd9ee197b", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:1e352fb35db7aa603ad16f872965d2463868c61951bd5e711cbd0b0520e7cc19", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:adf8ac8f1b40631dbb649333fff76b63dd8b487eeb15e86c7061355a27b7b121", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:ae12c34ace251b19001f62a7bba9e228a8b3cbcffc12926b20cead44903b2dc9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:05ac763addaa21e115941bd6f4406b80585031ae6fd3e5486cce5a0faee8f5d7", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:4cac7dab84ad2f337014babc87f3b75eb5ef8c58b639ca7f8b1fb29b3c6f6c73", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:3f73c3e90fcb9e37025d6d1cfb557dd317ad8629dcf3cfc364e3d59a3e238995", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:ff042e199883da3648cd7cca8f02f7e3c0a74c0d0ed983672f550b14df64fb0d", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:e0cd54f8a4de266ed3f9b216430f92d987028b3f75a016a125c0337859219fdb", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:d9578e529a471f2609ff9e1075368994170c3bee4f83bb40ef8f5ec24d35cd41", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:49c8a528afc7f5502f81dd97097eb9bb93fe2f85cfb7a19ce700874d545ccb4a", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:bd72408b1a3a0854d52128a04b60e95ec21e594aa9e589a9be6843cc8dc58e17", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:19c31c124100bbe98d81d0d4e193cffecfc3905238051b13997399eeb7445325", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:850c2ace80c7287380dcbeae8762bf546e53264f243cd6c65376c76868d5d6d0", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:b872988852204073bb22815a844c036083ac38462cb7f222cee43e786690a4f3", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:9d3536f37a417c9f266542790c15867fde7c5abf09206d30a005a01c83bcb11c", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:df0377488de72420a9b7e2149225fb81e2ac0cc7e95a2bf5590b04d43800ad65", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:fe23221dd875b0310bfe35283b6315b5bd35a9e91fea14a76634c767d3847cbe", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:1d1b2f05d26ca27d797b307b34c16d2c442cd5cee0f6bab4db4dfacf2a492ebd", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:6246131cb8eabeae87168dd4a05276ff6a9617d4a587aa03e461223445823419", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:6764d6cc70f3582dc730364aacc61ec7cdc06224a70381e6aefe79c32c12cbbc", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:ef023c80383a7246c6fa66f9eaac29a859d896fc0313506a86643bf1a0a810de", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:907014de8a45e6d9db807f3344a926cb369263507d2c044a46fd201f50b3d6da", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:8e985cace4916849f280447b9980812affbc599e704e4aed2d4b5351bd90f53f", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:b5fd99aef264e464dbd885d960c4ae1fd7313dbd2d8c785624f82e731ed5f0bb", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:3589a25de4fbfc05c1d7d1dc96ae6f3708e539f339d5f89042158e500424d739", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:708b0d6608e481962a748e540c15c5aab81fc556472838606dc5cc28dec379b8", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:44cbfd16ced30ada7e92b39c50f0365ecaa6e2b857b7534a72beea73f85f2842", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:f1b23f0ce86a93eed3e7758d8386e941d66c6d73c9dc4e36620e8ad27d79ea78", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:302a7725d02e6fc1dfb7906b6624d8b47ee554988814faeec707da052a698213", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:d38f514dbe5131bed073a0e6876fa7924a5d36281cda825f8c6ca48f6100d32a", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:b8d3819efe8def5af5fb8759eba293611fffb5c9155a4cc4d85187fb36302e9d", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:746eecf27b5357ddf7f3e9c215b43c039250c766b5bedf8a9bedfcffc113a3bf", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:70570fc1bb79f18114021ffa198a22e7bb1438d3c46a4c61a93ad6a3acd7e4f4", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:b373d41bb85c2982936c6658a170d892fb7027bd065fceeca1b78fc366db18e3", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:089ddbefb601418ad0e8b01ee827739e15d6f295aaeec05cf563df8535ee9de4", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:1a1d477363976f1dbea6452da37ce18749f0614a3fd62221a705c1f6ff65d57d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:a1625f72c1c34ab96c5bd1e70db52ed1c8b8edc6e3a160d6af1c7c2c887dd62f", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:805fe7b832407a1e03d28f8a1d0782d6c092e109afb92da507030af6ccf3cf0b", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:525abf894dda7fd6c92966b5e5921fb0f0178c2e098afc3127bee1d8a8e2051c", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:d4af8286972757e352a01910480e04577d90bd252f497f26d14e786a348a0fca", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:7ee0e1af06d7d9371058cd96f5377052c48fc7fb04a7ed6a749461e1e610c81d", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:32526e4ab51681902f767b3ef4c0265e9b308321ba8243b3f2534bfb4adbab55", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:31e75a740b8381cc6e91b2e9b5042b0dbb558de813953edd3331a9a1fbf42fef", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:8db80e045ea2847c5906f97a9806276d280864af9261b8776fbf1c2fbcf12aa6", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:b77add72ac422ce5ad5075450a1c2134c4cccbc4f1c0f2f92d108d3945651de7", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:39152c634373fd400a1ba23caa0d730d67491129abd54cc8b7cc55522cd6dcc1", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:0c572c08bb74987ad66aef454123a7d7a42a4c3d48500f3765b075d170c74608", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:70298c63072249adec1a6519fd63fb3923796c378662086e86bacbce9ea20778", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:fcb8dbd0a7d1a882b271a85b202b4edfb8b1ec724d1e93d87c97a33eb49e3425", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:b9a84f32cc2d1d24fec3b13e163e1a063b285cd4dbffec56cf77d8e0586ad836", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:137e14c621f9cdce90c8b41de058a9b3b0d83cfbb853472ce70a874e2b1fe12c", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:e0329b1ed53cb6321c72b290e81635fe84fa1d027218de22159cfc27df406ada", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:2150bf5105fbb776e938e5143e5485c205f026fa2dd6c8d390775fad0e7d95e8", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:b32d3d741ad14bcb21f0425dbfc371bd6e420b9b5d8e531580e9a4a6f49610cb", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:d955c06264c52117b49f4f0b1f7fe9457e7219529c58971774ea1c41eef24c17", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:97644aa9c3df0212d4f4326ebe87da00bceb4ee88d3debddd3697d8820589558", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:506f19ce6674d87790fe8b43600ce88ed5457d8aae6d6e3e0bbc226eadfd34b4", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:d7d3e14954b783ac0a88f84b2d838c4bc8de81b7234b6fc82f773618f565301f", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:83094cb0edd1d40705f09b52bf1f19b62e2d240b79624379b4be0d4ef00e22df", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0f4dd3c722441be69ecd2be47661b8345475c2c409181e1e3dc9c5f6103e5bad", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:a68c75a0225c18822152262d708b4c06cee43cfaae59591405dfe1c222730aa7", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:7994e53d0fd5439e780e2226c40d3f74dcc7d0d553056eafd00eada23668cb0a", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:56d0e8cb71bf4b186dd5dac95d97c0c47630ac022ce83fe27dd0c426076c89f8", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:db961fb13378b838d53364ee075db6ef6d528771dce76d8dec6b7d15ba5ea69b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:1a5b04de53df4323fa9dbaf52a9b1f74d8c9c2ff4c9b2c7b603376fcce241f6c", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:b9cc348c1666d58aafb252a00c03b4ac2b93e9b097cbed19af23916b18b87870", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:53e872c358ffdee171dd5302622b32ad29bfbe4543da59f2ab127ff929b18191", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:c990dc28b26d38ed11bfcc5de53eabb2732355d55d290ff0a4452f4992460c0b", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:110d79701d35deebddf65775b52f4a6e808c2b64d7be235ab75d8ad4d28e66bc", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:b3c0336c2fd047c9f68c36dbe984d95c4cbedca6ad8353b99c01f507e2e76bcb", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:76a4a24023843393d59ba793dd9d5538333d1adc76198092cd4ebce94168cd67", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:f6d2f02b6973e5164e8de2009d1ee5aa7c7caf089bccc654efb1038b6c757abf", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:104f547f2cfb9f0eb402b62e22fe6db0eec8029090f5ae799473e28a73ff7204", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:3848c3e3192d401abbd7ad3c65c0c2b32500349371dd3e5b2a18b26818a19d1d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:3cc9bb309d032135383b70ba49525000e7380cc20ba73c78d49093e7f522866a", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:49b2dd53f15e0c5826f85172d4f8f77ac8b0ee93bee0ce47cd11c3e347ff074a", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:925379d529995891f2395548d852d3cb877f7cb6703f0228bc8b53082f99f4cd", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:4661fcabf6e8c4bc46edacd1c422b57b5d11ea20ba0de1f7b33072b499eb6b5e", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:98471b9680eba04e5aac560995f6b96a97a26749f90a64bf52e8aa8aa0401b4b", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:a15b58d2db8168a92643e5ebcc86346e425c33325573d16f62a17638f5f51d4e", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:18b7981442cb758f637ed60457e14acf28798e5da6804f0e3b48d186c950a2e4", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:bab11a77951c459deef1d4810de648579cd6bb22cb685f19223becc811c9dc75", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:b855f34cb1ca4cdcf0d95c01f076128d97dd94fd11cafe1de10d2f4e40302cdb", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:1fe729721d66a123f3ee41a9fb81ebde39e59bc126de6b0d562063c3d9f73bfa", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:bca44701ef6711900b35a09467d21587431fe2d945f433e83b971beed08d5849", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:069f4f18b8ba8825200209246f9de7c7cf14c58d6fe2f494467049b5c653067c", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:6dfd1d08c61aed69df53c805cba2e2bdf696bd6001a95f2fd65358a48f283b40", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:f3db44c4cf49b3b5dfa67589af36dc3a6bdaa36d1d76bc89a2ff9ddca2218cf1", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:72780f421cd5951666d83f81e7919759ff066faa8f50f8e500fdf1ef71a4e50f", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:155d82657abf6681a74e0f076926cbefff5742e803e77c549318d4b023134e3d", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:19221e32dccbe3a663f4dd2d554d552722dad04fdadac630a7c87d314652ce4e", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:e328f1135fece180510318a723d1a380253a67fdcfd082f92f8479d6a2ce1092", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:31f6cad0940b35dc8ab8df228a89b7f44dca53a75c93635e97c6faad2d35f771", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c04c79d765d55727ca268312a73c2517a1b059cdf878ec0cae129901cd177719", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:babfa6a2255a501f7f2d9461447653e1ff4b23ccac52901958592f29faa01674", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:d69882eb94c49e856959445e7172832c85540cf506fab7801eb1b90124256d17", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:48fef31638b4c1034094db79fb8cce736e15a80554cd00b0f426afd49a86c825", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:c859fe89bcab9034397c17a65aa943dc48ca26adf63a79676a8e965e2c0120ad", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:69a30048cd763933ff8b948caecbf8431f593a4b7937dacfc108c093bb20bee6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:641eac918fa14deb898d36df0c8e32d09a6e9fe20a3e46df5d4fd887935dbe68", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:7aac53095d57a23aa90eba2381094201dc49e88903c64f283b9476cfc65e652b", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:1eb60aadd657c3a8ef14fc612c3a1d12d780935dfd53f4d3a2bd822f51a12685", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:7c98b1b0d0cb247fb025660d9491c650033123609b9ef783b1a0f13b06169378", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ddaaa7b3d937ec486357f578297b6a4d606fb7b880df503dcf5fda22a48e2a78", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:68c768d504783b552a9ed4bd9e2399178db75c93baa60534fccf914d346618c3", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:4554aeeb68b5a17add1abf8e62e309a308f69bfd2d962d5157fbc3c54ac705d2", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:eeff7e706b6dca1f1b533b2d4406b22c79c80a6128cc8776c46a9fadc9688ad5", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:1fb29bd7cfa8f439c90492aa0c6c43715d088131f971d6d86ee661f95c133409", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:3901fb4d64e5e3e3f2f08708183f05e6bfbd1b81faf6f8c0f856f514a910f240", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:9c14cea73db4adb7b5c9ceccb86eae861d97d1e41433dbddd31832510e3b2928", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:dc15e3fffd86e74cc9a9832486ffd74991b93fa7a7067680dde26244fedcef86", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:ddd1e9c52fae8e48923aa8bb539e6edce05e0333a1f711a716f67c39849a7975", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:5ebf2d0a203e96bb932a079059f6e26eb2ead11cf8aa55b0e591c9e27438d85e", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:771c74dac7a95855370c5a0acb1b41fd7814515d031539bd8e336f6d5c33e58b", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:b5777be9f15559d3de6f2161651df48b4977e827fcbdd7321965c1e52dba511a", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:f522321cc61340e4b601f143a22acec86251215dcf58fbe113c2298b23387300", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:59eb4a4522c980cd3a5bb6f10e634e7d142effdaaf15427fd527320c480c26de", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:28fc17be863cab643dae3fa423d2538125312c1d66eea7832da2522056f5483d", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:aaa711c047760e46ade20f88a508663b28e068a572023a3e512f515f77710bc2", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:87a80b3bb5ab26f0e60a73cd063776e9dc22de018209696f9120d77a729c344c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:3946ac4330524cf91cc35e8546408c9250e56511ce980660eaa278e132977b52", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:2170c6162e63fd5302f04dd2ded7602c708ef7c25398216c09e0a99280efc35b", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:f1442e3d0d7f5017fb8a1b51c8ddcfc8b6cc61fc5b6e4460ae96351722602385", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:18e7b0f3d9fec94283912b9045b76aa0d303211fe8a45211847d52dbf1a79741", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:4c688a58922f6892776e388430c758bf597d3c653c92ec7f18d39c7706f3cfb7", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:056980d843b4c6e027767bd66c5273f06ac31ff015340688ab28be7548224f1e", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:764b83bef44be8152fdd79e77b18963361e99a70489e8f88e21f083f9812f1d7", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:74dc25699bd01be15c0ebf563d298424794e96e01cc7740d7f9246f76112e7fd", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:a50f2aabbd917fec8e015c7be3538684e991613cd9964ea85b35e24c842cc002", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:573932df0c0001f1f6418328c98976b1e0dba1803642c2e270614678871bce55", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:114b1f5187114761c51152ec89f240b1fb3b2bbe30723ee703eb017ac1eb5043", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:48e1f4dfe41d1582e06233be1eee622a16f1ba40f74d71b77cb421483442547f", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:c18cfd183f6dbb997f66d08fcc6ca17c58e35d09291df33f4eeb0b051307419e", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:c06a7778d990d092f221628355301f3af7a53752058c7a9e0682c69d4652fe47", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:3f6e2d0356fce17e684c14c86821c1172e4804213a6ce3b14ddb4e4d545c044f", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:1c883a14c6f28a9ce13dcbda74cbe0420a40e3c4034210894c9db86da189a9c8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:45e68edaec8e5ee4aa6ae3bd380d07575397d3dcc72f26b10f221d541d7b2da9", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7b37e2385b64d54dbb39788c8953d2d7a8bad6a6470702056ec2b379ce0b3e52", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:cd67d49fb895e77c2a058872d84ff57c35dd86093d2dc155dffd27fd8846dbc4", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6dea7f1a4dc5d9eceacd75e9cf1f3a9c770d772afe69c6304462b46b4481ba63", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:b2e62bfb48b4da464843ee5502afe6b3d36896d88ddfc4499f56ae7529880129", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:c8c856ee2ece0175eadf699db0561cb05cb7e352475f244cc0409ef7a901ca2c", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:f910b00bca79446c64ebf9d3d637e793c63710133a835a1acac776d138b2b70f", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:bc58af5006ed05250d7e5c264299420994a4a68aee90a0118e0d9d7d4f632ead", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:3af5d5cd167534549043f6d0985f153f250d843b033fb3bac1de63e6f4c287c1", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f618ca9b28f9082ceecd395bc1483be93d11254f91c21980e69771e4004e4f90", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:2a13cc7fafd15f0132b20e0be4e5bfec77f59dc27740dd13de25e14f85424625", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:df3b7a8f9afd744ce392368bd789259a4edb2d18160b29be70dea1119aba45fc", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:78eea79a31def53b4878730eefabe778525e75e05c370b29a5e3dd817031c24b", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:1ca58c2e31c78921ecc1c6d033256040d540996a0fc3b0be3fee7f5c9086cc7c", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:b977dd427a379ace4b1b36e72ccb162e2c7bd0deb3b5fc435a311d38ff83fc1d", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:b46e584297b57c8fd258c7fd63fa2cf3cdedb9b235047fcba07d7d0bc4c7b3b2", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:a1df440fb42c2b279819fac6d4c40a3658f4cc8e355df4dab45067ccb5e46088", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:13d4fab805e8306158c22f1a0a320fdf5bb2a466a80b99003afde892e195903b", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:d2e6497f87560a6f40f2cc79fe1dc92c00ed03f1de86ba2f222d0148f133186b", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:c1b4a93f0780b5e4e4d3c81e153bda5b7d4990fecc37baf9c9e56ace41d4eb37", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:dfd0db878f03c823c5efa6396cb27239d75e12d2dbd27fb09f3c9bf5f0a95acc", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:90d48d64a988c96ada9fef17d6516fad66658a16c4fa3089d380615cf53431db", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:ee475372af8700673ced6ce4b92ec637a228ded8b8371e9f5043220248429d91", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:30a34147f78bd97a93d15aec0f7e72062355b7526147d694686b09f5f1183aae", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:6bf5840177c1df0cb8786d243c988771dda1493f441e17eaf2c3200e78baa97d", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:73cb41baf279e9752653650a646ba523289760d7e3ba8ae7825203658b7b3a88", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0a0e9183e3963cd3ffe7932f5d86241d5e4ca7143b4dfa5336d817a58e7ec47", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:fa055a685c1f3947dca43a00c1a27848bdf48fb3b5130f95b1ebbd0ed2f0f113", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:c5dd00b796d3c738d42b51a8785b314128831fff1e69234883ef229c22153b09", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:cda6a8332c14fa5ae4b9332682288fcd19caa0f3a5323681f6a67bddcb00e9f8", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:b7e73ebaf4a10ce5f607c5abec66ad040db396e25f56c55b57afa962e8f4dc55", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:56c37b790145a3615f0e54036c3dd9e0e1df971a88a5a459269a95cb01732248", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:126ae5e8122cd85662dd6871ce3a157ed42fb7af2e0ddd514666a049dff6e353", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:3b49932530a8b2d8aa432c7f96a378f6d3a45a1325cf8a0942c0d7810051a54c", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:f4ef95ce67ee9d7a26ec1e2678f7cc5523853a1e91cf79b3e2521db91eca8765", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:1ca387f51000e6172b3393ad8177ce312463235f748cd941e2eb56bdd8085970", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:9c7a7f56a2a972176ca65f4d896f014a9c4f74e9984d40f9143dbfb10ecb1736", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:d4e63d47345556f6693139a1780fa5ba5b674c06596c0c288433077d2b2377b4", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:b760e67dd1eed3c992acd556db4a018565e38d39c665347f3e5d80171afe478b", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:b4338a24b5cdb782c676e99bc144eaf29b4663ca6d5dac7bfe6d8a83e20b7140", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:f76610983adf6e0cc76ba4960f5b0f5972cdde114c90a47fbc9ef2a11a53385f", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:b933602aacd715370acf761b155e2e4490c5447834d0fb7e75f3f53c85f0414e", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:be5476081eb095a023b297b5840b9c236c5d9a8b07377539bb38da521b5b43f4", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:4afa00b38662ce7a62a84e3882b859c93e2fcecd9b340d5511bf1e87c7b253e4", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:11dace00a766787e786c074d94f488fde35537a7a6e92ee9f3c264e52031ebb0", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:92ba18c560bc7b96d19f65f0eba3509616c74ce4dc0cd21725562082bb556b95", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:224734f7c3eb398b25bc9092846e11be75bbc13546e8371c8f79f521aa3bee71", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:b511ac498b610e3934faa56e87289715cdd510448a9aa003824670dd87a4c489", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:2709edf3b53c9d6f97103a847ee17aa0212bd9a81ef1c2ea275ed48c957ea0f8", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:9c21dcccb38d9f3d20c0c86370149931b07b4d5c7de3cb725fc7ba8703d87781", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:9d2b436e5da6efcb4d6a1f3f88a0e93a9916332684124cd0ce174354cbcd5f9c", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:15b3d0b53e1b13321a90738d690a27ce74191d4c3aefd458814b174ad361cdd0", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:4d43318ef5cd34f6a4bddbe3dc7900817c12ca50c274bc0c16f815473cb2c41c", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:0086cf30bb9aba60ef5e9e419025e405e47a6f7d0e9ad509d9de8b140bc555f8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:eaf31f9920aa2f4c4689e89dad1e358b2048a76e167b83a9ba31664538e97adc", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:042ae51b506da2f4d393b9c2e1c74835da586325dcdb5aae3ef6fdd5f4322322", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:0010210d875e9f4416c79b1ac140aa4d4e598d1ce6617f13df6c0b81092585ae", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:8213e267567e7468835f335f4d67f80d5afd5a10c1776b25fc7690493e24d5e5", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:d1980ee3eb6ff401e259a01601b00d43b7e00a02d8179da8687dc898ebd82760", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:088c89bc2cc650486b2a2fbff9f55159e55ec446e0dba2f070b112947f0e253d", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:4689ea282158f48e384232eafc689cba25cedd1197e95f83f660cbbcfbb5f656", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:02d7dd190e89d53230c73bffb6a5a7858f69aa5de84cc425c89899a8cf0db57a", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:1cb9f53d5883c8a534615c10c3e26d183859376d86141fe110a7a20ffadb813f", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:3c36330c520be04be697a46f4cf87434eb6e796090e92a9a6ec838ca5dcdcad3", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:30a91e60faaed2512ce35fbd31b275b2f074bc9e56b5f041321b967635d08abd", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:424dae7f4dd185c15254a371927425c06bedccaa8ff4bd58b4932200d3ccdab0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:4dc63162f2cfadd8e648ffd4e6e4dccf86e37b459132025718bcae12dcaeac89", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:3061eaee9784ba135761f88a02486dc0568d68228a152500294a1878e3af8036", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:0c9fdcdc8c61cc21db5ee1e3a1dc15417e494dcbca07271f2d8ef3452648a171", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:4376d2bf9c1a20c2c4aba21863cb06a5c72b10b55c65e71cfa07597ae5be4d03", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:ce68e57548d07714cd42328da946cbc713ffbaaa6cac2b4c1e2b49bdb89f3a9e", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:65095dfeb5954b01641e8fa9fe16458371cca1a0b01442a49587443e204193e4", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:a64c79ce6da40dc0f97bc70f39c18aa519f24eb57566c11375e709f72b98761f", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:d1a4858f1d8601672b3a5ec236370fe8d786da265b48cca4a269c9d3fcdb924c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:2fd442aae3495427bb1ec233139ab64ec39273a4747d43fbc87e0e8558beea35", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:a07921d17b33acc3b8fc616cc0ed57b243f4278bd5e9107864b8db619fd7e2ba", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:f8ab85019c8cd4bf8f13b399eadb300c285ac49d882708afecbea5ba47b6fdb7", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:fc37150f3974d1922627d37b72d92bba095cd04237bdd0341d33ebfc07b1cb0e", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:da480ff77440b4abd69efc553c3a3bd69c7f157dce32a6a1427c83c451b6daa4", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:8c3bb980728f671f0ec75ff073ae6a62a69eca81acd35e1be8fe28e25936dae9", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:8113363e81a28733ec8ff08bd800987ffd5e01e82eb6b5888f84d9250e925d0a", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:457a862b0267097fda4e211233a23ec5a0f5bb1716b96ce4f500650fb17e21da", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:cd056524fd2ed91e2c0921d807a4bb5853017d0951c3081839236541e78d41ce", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:5b8dac75146753f767d746be42262349e5d2b3a9a44f41c5bc86369313f32547", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:3853ff27aee5439bd156d98fa79b65fd6f225f8426c414922d58194ef11f5a87", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:8147c5768444583010a3a411e78bb4c88fc6c426d80d59e5c9a82868006e07b9", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:bf8cbd045f9ebd18ae608c202e073fb222d2dfdfb774005b60183affef9dc780", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:84b36e50517db2ded0a5ed9a89096ee926ab18cfd2f78ee74ab7863aa035617f", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:f73ae645bb1dd4c3ff06680c8465706a8f1f5822585c5c81cdac82ec8a1baef0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:342bdd8440b21aa2fcf83874f58e2141e159469ba89cb6774755d90d061d9d64", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:38794048ff0bfb5cb344217c0740d843e146062c327d245c2eaed5f9a3a40475", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:ba9b481e4c76a1e9029c369d2a68659df55060b8f19e245fc34eff2b28468e5f", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:43e9410f7e7798d43d6a24f6a65194a1f4a92e335eabf6fdd12c1270de45fc23", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:a904e44050770282fba4d2492b6199e995b105b0aa25db35f29176f6b523a2ab", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:5723008858bbfabc8692cd95d9697ef7f3db24f8ddeb68d2cd95e3141a35b161", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:3324054ee88e363ea7f512b0b9b02465d30f65bbfbfb6c59562ee0eaa2f6a435", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:62e57a6577b0f047880dd910ab61606696a1619a3142bbca097bcc98f6f419d2", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:5209baa78fc18d90bf48da388f6f25ca41510037325041d397f756e951b82bfd", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:5a9c4d8a97863711d779fa6c5866808fffe8ef959a560fde126e1a237c8338f4", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:5e9925da1d09dc745b07e49bf26c2c3db43685381cf40e9216746ef9ed77df26", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:b3a13e818d54f38de2480d2637bf139cef7d39808c7b1fe5acbaec86134cb03c", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:0b2445290ddb4361f73a7c3a7d1c6a77a8fe2e06b4129fd66bc2a8872eb5a2c6", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:457c0d61271ddfeb3049279aa1bfc103320d58708399e89a2f01722c056f1bc2", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:33945b68b97770c9f1e61f96ce2cebc3b57e9bc3244df698de8f0a8380042e73", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:0e9ed9c5a9c10309af9e076e3a67939c74b825c024b1b76de79a8487fe4d1e3a", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:d1b495b4782232370390416b5b153f591a205c3aaad801c5771438bd76ccd4fb", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:fb531ad1652c8d94fda9a1b0db59ac17556860c252765349578367f652283381", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:e28e28a61454e90de6d3572c4e79f38e217c30ed4e81f5cfe8f05798834a2e3d", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:91f0d7c9c6e60ce2840de151f37ce82f05419db0fcc9d3b6e22c405bf47a12b6", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:5fdc8a5efdd229de2586bb22644a1aad768accfb19f25056df0504ddda3c0278", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:1d16831bba5200dbaacbc1ce7690e4d45a7776e8c7e6b1bd552de02baaaafe86", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:36331466453692f3735192ede42c4ab45f524b3e3766a11cf24006fcd70a8602", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:5f235d2937c0f66578c922e748bde01637f905600bef4708a8c924b5565b06ba", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:028801eb22816316177b28b019a3d680507a4739e7300809a7d2d75d064e816c", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:9bf905862748897e19f9e6cfee979a6706652ac70da697f45b5d5d7e4f672605", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:20f3c6c9b9d6db277c70ec362c2f90bb59caf4574df33892bbcc5a7244301cde", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:417898f92a9b09e0631049965c846874ad9ba763994b6908f60ab7dea15c6cf7", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:d50f307037a579d3018224745ec8fff27297a142fc3114d1f32e33296d0148b3", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:e1719daf112a0906a79a8cbe43a09512f32dbbbb8757f352612835a16e297616", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:663fbcaa8da4789e843d15f4bea829a08520121c5504885c5a1478262ae90388", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:f7904dd42427338cd297e54907dfe1f45c7747a04d8e8799b0217a571e948760", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:012a0ce979798d964f2c1c21dcb59b4f31f884ce070fcc67cbc317a42cd249f4", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:b8fd5d0c0e8352f1a5361dd6c53f1cc6f05ce9fd48950bc6c552a8f1634f08fd", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:40b4c8971134e8d11db671ba13cd706103ab22e295f42e2d9446d10f520299db", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:94e8c15ddf830b39f1c3280eb60b1fec7f537b4d9f5b475bf70132b99ed976e0", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e6b782ccdb615a568b7cf0239f7fce8f0448eba73f7c8dd7117585d34a52e20d", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:ab86851e99374f0661d7909c5dc55968601c7818c13b74fc9e44fff1af4ec06f", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:1eeeb1c71b8541dcc4b4c88057f97a5380350b4d99d8b33fcdb3f311d0bd1500", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:12365a36a7ca79079ae27993b9145548702ff611c2e61e8db3e251cd27a1e3d5", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:65451fe137f78df716f80198ad66d089ab846a920059435bbf75cfa13c84b8e1", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:c5fce9c397b5e2a58706ca8026634f11406b7b90e33a91038a8deb7b7a55c223", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:8e5e1c964e8b68584724bc9de8cdb08f54bc84d79df8bd9fb349eaa8e6f7241c", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:dadd4ab73997e45569b6072255cc50f3ef5472023c011afc7fbf66b5b7db1a71", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:f85cd9f64bbaedc310aa7641c9c009f5b81720359ea0d2a75fa50f38139896a7", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:971b623c15c870bb0af996588196e5699adc7de68bf9a740c70adf7d6c0438fc", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:2b65a8c624d224b7f93fee6765b0220e7ddf729942e1aaba926b9e8f04d83e48", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:01e7da41984c9eb025e1505a8ace402af254b540eba46ba67628d3d5a43f142c", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:a594a46e1a4ac351132327ae5e374a55264638479e3aa93e3d83888494ac951c", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:508c06618d02da2f2bbe4a8fa679fd166b3bd022cbfdc6ed772b0176d9f89c0e", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:f2fb83f08f0435d077e6348369dc67fc21de6e50abd34baec3a19c75d5fce989", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:7417ff09d5beaa6b41bf0f4274f8f0bfd1ee4caa4e3baec4239adadac5bccbc1", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:773cccab377532edc3046346f65edce92e58f08f2e0f858f1b4ec4051dff366c", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:348467b42368cf200678687fb55d08edbddbeef571195a65acaea650952a6e83", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:f3f70a4af71105bfd2af494752198f9a4fa893e12cf4d34f9d6e5dc399173d59", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:33b83274c606a90abc322a2e9e3927046b436c523ab5b049b24acf9f751078d4", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:795a5436a51f8eff006974837360d8028cf93ea99e41d615ea7be5a1d4c25fd5", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:5455b3ba39a4323fa21d4e55af4d9ecffdd6a9c258eb1528479ac53b17180ccc", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:e0f719ac7d211a6f115dadd7b8ab5ec6ce4badc6bc42f88dbaa5af7e1c6635d8", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:fe90f1641471465e71f82742471772ad53ca03e99f33037faab6b6b21a0d120c", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:f1c77fd88facb2424fb7a18113ff5ae4a13b466639b66f6bea2bef4183b6d12c", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:3d83a0ab7fe55cb1ec1da090bbeaf8bccdd861d28cb861cda62eeb8cb260d1f7", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:1b5e71dcf67305e80143a23b409107e114d7492957137fa225c5182ccedd0eef", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:82e94ab00375ebeab53327f2ac540ed7f124f1e0276a87cdb3ce76d4b109a88c", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:1cec9da42b038efa17fabd516d28f07b6d256bddb6878c580dead567c8c9cfb5", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:cb8e142bc3424c92e6a45bb51d5080397af4e014177d071c84134e556fe7de1f", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:5fadbf2fadd69b0320e1b43fb5e9ddfc8af63c5a8d74dcd69eace8a88c36dc8b", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:e6f0375bf3a6d0178b08d563def77e9fe18a27f5f0d2f699ec26b811c0ee4793", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:0e628deecf4b7da6f229ab06548c3112629d3971d760ff37ea7f03dd21707974", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:b17707ff8b2c8422fd1be113221fa97bc393231b5b22b0f9123068284f34b1d1", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:affda62823d317b104386ef230d6fd4a8013c98573a21a393db2850bda3ba198", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:e29b52429026ea139b77a2bec3b58ac30b9e6ab4a6cf25379e88b2f9a22d8354", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:940554c436ea14eead5ba2adde98b78fed54d5f2c80cc64b07ef838f7e7c0351", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:066b66c5bbdb5be58cc5f1cd3e69f98d058017bc10ab1b308867243b0e09c429", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:632efb70e61d69cdae407e0c801c8b971610f3003657c8282fa3a699ba5181c2", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:ca8c44038777ed28d4f03319458048c37d92eb7f2fd62e6da730d7a1d3bb97eb", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:9d6b0f59c45b4f8f07e49cd690cf4e2607cbb44c9c9974c65d4b6d58159c2b40", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:7e809231e8809385192ff97030f3f259bf3b408a6ab903b5086777bac25fd5b7", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:6a61b9bae78de14d769b6865a3c1018dd55fb342ed8a86301227f28007bb3b07", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:5c3a1baff75a2bcc2911d85b2b72970cf9c0f0ff409cd3cca764dc71a17832fb", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:2fa120d661ccefb66c6e5437e05fe1b37261f32109628bdeaa23534200b65a96", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:1173285a56c18d192b797c2d126444f50c1f452d0ba36460e4be7be090645a1b", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:2c4606929d2376e628ee0c134a9bf52d55d86e02d234593d7d7d9035ba522289", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:e615fcfd0fadf7dfd951e2e7ae76be104ca6bd916d619520821b0e843932f114", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:1bb3c6c86df8bb15d2fc4574f2661eee8a1f5c28d69ad896394d5774b765a425", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:164 Saturday 25 April 2026 04:56:22 -0400 (0:00:03.293) 0:00:34.622 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:d82524217f20ff83bbe15637004cfaca5a3a3fbc8d60cde1cd55661bbe79b65a", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:a055774062f0d6d098aebce8d9cc7faca0af0ff882b2e9ed2ffa8378dacb12f9", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:1e661dc39944305722e21f949c6c3053df15eaf89fe24d2e19ca81d85ebc4349", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:08b5514096149cae96a52dfaee9ddf1e75e3cdbde7e2dfaf16251c1e3492b7b4", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:fcaa98e0d12a9a8d8ccb644d2fffbe15f257263e57153cc6bf81b5392c584090", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:0dcee5e548282eba286f988d4e3505d29d61b343d206380ad7ada8c1536a55b2", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:5baaef772a482efc47a0635326c12e172ba2ba65c4c194f4e3c23f28bb1fbf6a", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:4f9828aa2eb9028104ff01744a97c1efe3292b2b26dd1a48ffdd48b348d2de5e", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:0d729a6a048ca699428cd2799731b898393d34949a27949b1c857700bf5edb4a", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:3bec0fc981cc085d3637b84d331d5de3cabbff26c1a74031444147453380dae0", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:c81ef8fb2bd0fe3aa1ff9d02c53533ba87752173eca3a930272ff0a04d6eaf00", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:e6010fece9b86c7808d394a838cca96056fc4dd3826d6a25b2eafcb2c838f7aa", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:d71dc51cf0e4c1a088c896eadf0c7e741700cc9d9c047ba3ad8e48fb85d02361", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:0075645da24dcb5a6ad47c2856fcd92a2f4a21612e5e152f94dabbd98a95cba4", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:73010aa40317ac258474479eee69061ad15c1174d7d04532fdd5d8c5bb117c7e", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:7b4617ad67f3be4a8c30f3847692148a48ddba8812c56743a1851d2c2922acd3", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:4c833e75831c838e6c9e18db0e1dcca52772943e8b8b934b9c3f47b382739dfd", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:28571ee30245b5d6f36f075c5f1fee9863e6b375a1e1d7c0dd9d2355fe78687b", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:389720c6e2f8faf556126343a43124b9ec4f54e0ae9cf3a04e3123957711fc5e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:c0fe177457eb8b7328973435258183d8830d2ff1a957465a4f1a10f8538d2021", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:68ebf63c946860be33db1f5cef8d732f30940fe02ec40821c81cf325ce300ab3", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:4f018a0ce34abaf1a5bd637a4cbdc1b9231d8bf0a28e6e6374a585ee5828f527", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:b4233f6f9f468d55a42f23cfbe0d83c0cc8fde3fb8b687ea03aeacefcc28fed0", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:f80d4cec3b2d125a9a443a77af8fb455d7255a287acf09c372d8ad239268e058", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:77b91e2372cf422f8cbce609596c99a7889c66330a0a17d4a81f6667473cbb6b", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:391573dcbf7aa0921d83027ca73a4802633ea04739fc62d99d9333ac87152b66", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:ed93a67d8aeaa33c1796ea06387e59adc2ddcbb9149e69523fee7943b5be7f86", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:3d38e4fbc0de66298f8470ea092f4180e434360fe967a7d4894c10f54e15f702", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:21c2ef7661b970905ba3ace565331f7bd05184b959db6675fa4fd6a83477981d", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:6067e11ce80aea409da8a2ebd9b4077bee8b0e302dd022839ae544007c24690d", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:5de751aeb1fb8f4dc5e3107914a244e295729ca4dcf4e0443dcfaaf2383e1fb9", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:9e39f64c38f4ab8895620c37dce900757187b69f84916b27017c68b4715be957", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:02c268e9cf7d0094e3be80c613a6241e0de179863a0ddcd17c2e7abe0f58ee9e", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:8368e76ca14bd0756153dc980a5a20fdded74a3161bf5c4bc0c2d54836eeed40", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0d287477998ebe13205e76915dce9d9d5e7c987d74c95c31ee7e455a6d1a289d", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:dba53cf5c139b86c53f3390a9be2e996224a8c4daf85f67c56ef750a1d3509e4", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:5667138bf692133314a8583f1ee4ab77803310c295a1c33eb9577825f6df2283", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:a08341c8e73745ff0f035d9f828e318f5a184782299828778a137ae1171c73ee", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a540d1a3fb4df67620134b5c6eda5b089e1c9ed7627d4432c7208a4dd1c135e7", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:958770fe9b4538bcd40ee165842ced5f581198bcd1144b27ccda1edbaae0c38d", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:da6cc37fff80131705a5d1331a02e4b856123ffd88df09020c09219b3ed2cc1e", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9e4a046574944e72e3b3cf7b47ad634041afd98ad0c29158d44adde096047f87", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:428ad2fc7a6dbc4d90c0c7ba1aee59cc1ead7c3dc83e61ad8643a86f52971974", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:d1c9ce7f82c4bfc8aa23d3bce24772b94e9d587ea9ee1a3ee451370a1afd14af", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:e92d6244a872921eac8afd8a6bfb0712721d510cf22e39813da31fccc76b0c9a", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:a244c7e26ab68dbdb51d489a4b2666d7e31ca3d04c2be84b6f9074a7288df8ab", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9158846c27d81ca3e695bd093ec311ad1df23900fea228abbde594ed227f6bee", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:ed2d35096f229c8cd8f1ec0345ed0dd5aea77196554012853201455e1833807d", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:5afa147edfb582deda66985d22425de1d24c83e23dee40375964a3545b53d864", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:95a5166d24a8b8e2fd245a1468a44d2397cd7d47fee1ff10dfc79034f68f558a", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:c3bd94d7ed2fd990c3bd0852a30b01e5851a9379fa67abdf62177c6d8edf3ba1", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:d0a92f93674bcffa9852cbb527d1b9bcfe85525d4996fe56aae2f6548a9a7927", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:5adc88ac1964ce84970acaf773c8a7e23acdfe420e2de506a804792423c03b0b", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:cb44b59408240800cdfe471ee796a43ccfaba64dafc4d901c47257ead616fa0f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:80504af00f0b1e89860ab0b5321c3288e68c5ae8f296d73d829bfe1a0fb8bad3", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f5fe5aa165b78c031e26d1a5fec362b2e1903b461719d84d1beee0a7a009d093", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:a26f3bd4418f21bd775fa5b5c625f05cceb1262d283f1c55524c92eaa706ea2b", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:8daec64f6afcb4f521f3334d9add20583f5ae8107f6f6b40daba47d88f3e1c6a", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:2b8996a5371d33aac21413dfedc6f09bb8ae5f348babdd10a2ab56dfa1a0aff8", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:a10bbe1fef0d37e22ee6ef12877b535d00428b66a2002a3a2130c5b7b707ae1e", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:893366d3d5183303e36f68bd9c5b8310c7b767f5accb9ce08432bed41da81518", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:ad716b713a1440663f7b44c74b1627124e935e95cb105e0ea8a33a298e2c9fd3", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:3bdd9e2481cbeb3acf9ff1ed5adc0e4ecd379fecbafd85f9aade525d3f76d044", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:c68810d0e6e827fb2e292435b682f99ba64b24554b65da60ecbe261de0207eb0", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:403931be799866bc4bf246e1d2595983d982dc36fb80eb7d74478ec7df200feb", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:975614ed2187fc0f60ad069c311d89d1cbd807a10f1b02a206774a4a53f35859", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:d1d721a7dce533313106912160a3bbd345b5a18c5ec2a4f7708327cbf303bcaa", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:d3efe66192fa64138b71fe043910cdd11ff0d8167a8f55a88c3819e18a450fca", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:ede45eabce1274776421df27dbe410a3b788a94e608ccb9b91bfcb7468940787", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:740129e8431346f4a8116cbc6d7790bad990c3af0cd5633f8faddd95187c056b", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:0d5b00523427aa3c8f90dfd6eb0249952f4d631a7ff0149ea2298105037a18c8", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:db083935bd7f2301ce9097bec8810ea10c69f106f71c3e30383818db3bc5a076", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:1427493879d15a9d11d5cf32e6e83a4f7b42148957c1a748e2d8c4ed84671f09", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:2fc37ebb33a2549097cc9ea3ac597daf507f7929fe3be7722537b0691e736d01", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:1ab9d07b1717c0a062a28517615e4579a22b3ad00fb705f4de46e108f713e64e", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:f5ff2483ff127157fcddd35e85e09b988e6d9f34efc9f6980790fd48f43eebc7", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:071ec1221bcb31589115d18581ec6adf8354d740b70f513d3c90e477561b0d6c", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:11c4842cd9ea9dd18ecc6c9670243efb3afe5b93e69a0e32f14a2e4923c4462b", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:9e63b9d43cc357d2cf23f01d4e49644a53577005ac4c350964021239cb6173a5", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:fe5cf31ffd6571bab7fb0948de1b9b7ddc1aba8df03df60790bbc6d7d5c527b7", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:632fe0d21ae2f52f882335b684869ad06cf17efc75d94d7ecac34ecda86879df", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:f44c0d43dbec932f587fa0db9fcca8f4b00bb9378f8394879e1fbd08a057f232", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:4c41bd0f6e7fbc6a0746a7a320f78d0b3ba8ff51f204290937f124d3887601c9", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:5e938c08aa3f61eedc190d8b2f38a25cee77f5e172e86e712a949ac9c3fc21cf", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:925d89b606aaf8e7c7874a8c73254ce2f0b291455711aab1e6d34823a8443ec8", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:0daedae57b69a989e8dd85708575ae82fc3fe4efb6b190611a4fcd77e6b39730", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:009d81c7beef0cfc05a21cc9a64e5adfd5944f488839a6ce0a8655ef805993b3", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:1e3e809493efb05c308b4f01e66bb38f9cfbc70769f8cfef63539c6722762be3", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:414b58320c9dd554c9f5aa766a10d0f62676084c61d27490cfa2f91bbe3ae5df", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:fe0ec35b2fe6dc78fbc892b40f34b02c4e98c19367a2b3f8f0a2b5011b186a29", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:76c14b05ff171ea011245a4e04a7c326ecada9593fe1de6358ff3e64b2ee6877", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:740899c995414a6c8b38abc1cb7c404e3d469254441ae17aa9b2640995ba8f08", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:68caa8d2d69f872b1f3d583e9900b07f1aebbd75c88957285568101f115b39c0", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:b8fe0ce73f61d774857a96f583db292c45188c6739f6bf36c27e555a3cb33c5b", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:e9e0684f685ecc832e0ca156b395f98f392c8d7792bd7f1b941383e925797ad4", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:562bc1f8f829c316e1ac247dae66a3091ff61f8507960bc3c648fecb127a316b", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:3164ccd0a73445b3113accce3976d057617a2ac0e4f450f93730b9033cf0f62c", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:e7272291e25f12bc81a69ed832840077470244d107996c52965dba871f42e506", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:bd9753e91f9d7f577392924eecc0fe41ec9ba0d71c6cd4212a73b37ab1fa7dde", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:bff8443baf91413cd8200346c4bf48538eeb43b8ede97ff08a42737a420baf75", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:7e2ff6017e21d92685264cfc863d069e99d6065a387bd1e9b0783573ca9a5222", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:800b6fcb90b44675bde7eda5386250be1aa37d0537f89003d4463a814c91a025", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:d708adec0a4cfdac1960f834c0195ae8fde19a5aba4736a9454ff892b4e41fab", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:3ffef681881f73eeb4fa3844e6d64ef797180601b696d239b08700e568cd900d", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8311f9a072795a44d11b7ee0b6c81f46ca6ad0eb999658303ad5a63c9b6cb155", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:614a5934a12bed2db9574cb6e6be7f7e579d746b807ebd2456760d03e9635537", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:a5a47d6a0bb53e0714a5cbdfe5b85bb842b44e98e6a2d905909edb2654789101", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:f4b087881264767c9ae10c88ed42805b9d460991acbbf1f9c9a3ed19d860be3c", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:4bf11bb68f3b301085836a9ae6e9f848ec06713e2bf797158571675b975c73ec", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:a596cef5ae7d7b53d2ce1f0f03becdb173316bb9cd6842f1afa4cda56aca11b7", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:1f9ef9472a42e5dca3904b7b42d3e58bf2c0256143391ef209632debe2062408", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:e20adb548210891f4e31016e8798b287034f01af0984ef09421f515672ab6532", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:c246c9a4526206b54cc62f3c060e5f5c7e934649fdd507c364f5f29bb55ca345", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:22ead791e00b5cf098ec7e42454e6ec1618820765d0e8bb1f6e0d581984d5351", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:c56be1f46850f4b9ab890c837aed67ff8576a5c0fc49e3452277d641cfce0293", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:72ab759aa0a57c79d1da0afe2f07457f41cedca4d2a9c3fc1b2c0f0dd9ee197b", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:1e352fb35db7aa603ad16f872965d2463868c61951bd5e711cbd0b0520e7cc19", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:adf8ac8f1b40631dbb649333fff76b63dd8b487eeb15e86c7061355a27b7b121", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:ae12c34ace251b19001f62a7bba9e228a8b3cbcffc12926b20cead44903b2dc9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:05ac763addaa21e115941bd6f4406b80585031ae6fd3e5486cce5a0faee8f5d7", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:4cac7dab84ad2f337014babc87f3b75eb5ef8c58b639ca7f8b1fb29b3c6f6c73", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:3f73c3e90fcb9e37025d6d1cfb557dd317ad8629dcf3cfc364e3d59a3e238995", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:ff042e199883da3648cd7cca8f02f7e3c0a74c0d0ed983672f550b14df64fb0d", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:e0cd54f8a4de266ed3f9b216430f92d987028b3f75a016a125c0337859219fdb", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:d9578e529a471f2609ff9e1075368994170c3bee4f83bb40ef8f5ec24d35cd41", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:49c8a528afc7f5502f81dd97097eb9bb93fe2f85cfb7a19ce700874d545ccb4a", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:bd72408b1a3a0854d52128a04b60e95ec21e594aa9e589a9be6843cc8dc58e17", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:19c31c124100bbe98d81d0d4e193cffecfc3905238051b13997399eeb7445325", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:850c2ace80c7287380dcbeae8762bf546e53264f243cd6c65376c76868d5d6d0", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:b872988852204073bb22815a844c036083ac38462cb7f222cee43e786690a4f3", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:9d3536f37a417c9f266542790c15867fde7c5abf09206d30a005a01c83bcb11c", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:df0377488de72420a9b7e2149225fb81e2ac0cc7e95a2bf5590b04d43800ad65", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:fe23221dd875b0310bfe35283b6315b5bd35a9e91fea14a76634c767d3847cbe", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:1d1b2f05d26ca27d797b307b34c16d2c442cd5cee0f6bab4db4dfacf2a492ebd", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:6246131cb8eabeae87168dd4a05276ff6a9617d4a587aa03e461223445823419", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:6764d6cc70f3582dc730364aacc61ec7cdc06224a70381e6aefe79c32c12cbbc", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:ef023c80383a7246c6fa66f9eaac29a859d896fc0313506a86643bf1a0a810de", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:907014de8a45e6d9db807f3344a926cb369263507d2c044a46fd201f50b3d6da", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:8e985cace4916849f280447b9980812affbc599e704e4aed2d4b5351bd90f53f", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:b5fd99aef264e464dbd885d960c4ae1fd7313dbd2d8c785624f82e731ed5f0bb", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:3589a25de4fbfc05c1d7d1dc96ae6f3708e539f339d5f89042158e500424d739", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:708b0d6608e481962a748e540c15c5aab81fc556472838606dc5cc28dec379b8", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:44cbfd16ced30ada7e92b39c50f0365ecaa6e2b857b7534a72beea73f85f2842", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:f1b23f0ce86a93eed3e7758d8386e941d66c6d73c9dc4e36620e8ad27d79ea78", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:302a7725d02e6fc1dfb7906b6624d8b47ee554988814faeec707da052a698213", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:d38f514dbe5131bed073a0e6876fa7924a5d36281cda825f8c6ca48f6100d32a", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:b8d3819efe8def5af5fb8759eba293611fffb5c9155a4cc4d85187fb36302e9d", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:746eecf27b5357ddf7f3e9c215b43c039250c766b5bedf8a9bedfcffc113a3bf", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:70570fc1bb79f18114021ffa198a22e7bb1438d3c46a4c61a93ad6a3acd7e4f4", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:b373d41bb85c2982936c6658a170d892fb7027bd065fceeca1b78fc366db18e3", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:089ddbefb601418ad0e8b01ee827739e15d6f295aaeec05cf563df8535ee9de4", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:1a1d477363976f1dbea6452da37ce18749f0614a3fd62221a705c1f6ff65d57d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:a1625f72c1c34ab96c5bd1e70db52ed1c8b8edc6e3a160d6af1c7c2c887dd62f", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:805fe7b832407a1e03d28f8a1d0782d6c092e109afb92da507030af6ccf3cf0b", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:525abf894dda7fd6c92966b5e5921fb0f0178c2e098afc3127bee1d8a8e2051c", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:d4af8286972757e352a01910480e04577d90bd252f497f26d14e786a348a0fca", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:7ee0e1af06d7d9371058cd96f5377052c48fc7fb04a7ed6a749461e1e610c81d", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:32526e4ab51681902f767b3ef4c0265e9b308321ba8243b3f2534bfb4adbab55", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:31e75a740b8381cc6e91b2e9b5042b0dbb558de813953edd3331a9a1fbf42fef", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:8db80e045ea2847c5906f97a9806276d280864af9261b8776fbf1c2fbcf12aa6", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:b77add72ac422ce5ad5075450a1c2134c4cccbc4f1c0f2f92d108d3945651de7", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:39152c634373fd400a1ba23caa0d730d67491129abd54cc8b7cc55522cd6dcc1", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:0c572c08bb74987ad66aef454123a7d7a42a4c3d48500f3765b075d170c74608", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:70298c63072249adec1a6519fd63fb3923796c378662086e86bacbce9ea20778", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:fcb8dbd0a7d1a882b271a85b202b4edfb8b1ec724d1e93d87c97a33eb49e3425", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:b9a84f32cc2d1d24fec3b13e163e1a063b285cd4dbffec56cf77d8e0586ad836", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:137e14c621f9cdce90c8b41de058a9b3b0d83cfbb853472ce70a874e2b1fe12c", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:e0329b1ed53cb6321c72b290e81635fe84fa1d027218de22159cfc27df406ada", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:2150bf5105fbb776e938e5143e5485c205f026fa2dd6c8d390775fad0e7d95e8", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:b32d3d741ad14bcb21f0425dbfc371bd6e420b9b5d8e531580e9a4a6f49610cb", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:d955c06264c52117b49f4f0b1f7fe9457e7219529c58971774ea1c41eef24c17", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:97644aa9c3df0212d4f4326ebe87da00bceb4ee88d3debddd3697d8820589558", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:506f19ce6674d87790fe8b43600ce88ed5457d8aae6d6e3e0bbc226eadfd34b4", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:d7d3e14954b783ac0a88f84b2d838c4bc8de81b7234b6fc82f773618f565301f", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:83094cb0edd1d40705f09b52bf1f19b62e2d240b79624379b4be0d4ef00e22df", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0f4dd3c722441be69ecd2be47661b8345475c2c409181e1e3dc9c5f6103e5bad", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:a68c75a0225c18822152262d708b4c06cee43cfaae59591405dfe1c222730aa7", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:7994e53d0fd5439e780e2226c40d3f74dcc7d0d553056eafd00eada23668cb0a", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:56d0e8cb71bf4b186dd5dac95d97c0c47630ac022ce83fe27dd0c426076c89f8", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:db961fb13378b838d53364ee075db6ef6d528771dce76d8dec6b7d15ba5ea69b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:1a5b04de53df4323fa9dbaf52a9b1f74d8c9c2ff4c9b2c7b603376fcce241f6c", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:b9cc348c1666d58aafb252a00c03b4ac2b93e9b097cbed19af23916b18b87870", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:53e872c358ffdee171dd5302622b32ad29bfbe4543da59f2ab127ff929b18191", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:c990dc28b26d38ed11bfcc5de53eabb2732355d55d290ff0a4452f4992460c0b", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:110d79701d35deebddf65775b52f4a6e808c2b64d7be235ab75d8ad4d28e66bc", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:b3c0336c2fd047c9f68c36dbe984d95c4cbedca6ad8353b99c01f507e2e76bcb", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:76a4a24023843393d59ba793dd9d5538333d1adc76198092cd4ebce94168cd67", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:f6d2f02b6973e5164e8de2009d1ee5aa7c7caf089bccc654efb1038b6c757abf", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:104f547f2cfb9f0eb402b62e22fe6db0eec8029090f5ae799473e28a73ff7204", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:3848c3e3192d401abbd7ad3c65c0c2b32500349371dd3e5b2a18b26818a19d1d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:3cc9bb309d032135383b70ba49525000e7380cc20ba73c78d49093e7f522866a", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:49b2dd53f15e0c5826f85172d4f8f77ac8b0ee93bee0ce47cd11c3e347ff074a", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:925379d529995891f2395548d852d3cb877f7cb6703f0228bc8b53082f99f4cd", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:4661fcabf6e8c4bc46edacd1c422b57b5d11ea20ba0de1f7b33072b499eb6b5e", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:98471b9680eba04e5aac560995f6b96a97a26749f90a64bf52e8aa8aa0401b4b", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:a15b58d2db8168a92643e5ebcc86346e425c33325573d16f62a17638f5f51d4e", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:18b7981442cb758f637ed60457e14acf28798e5da6804f0e3b48d186c950a2e4", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:bab11a77951c459deef1d4810de648579cd6bb22cb685f19223becc811c9dc75", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:b855f34cb1ca4cdcf0d95c01f076128d97dd94fd11cafe1de10d2f4e40302cdb", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:1fe729721d66a123f3ee41a9fb81ebde39e59bc126de6b0d562063c3d9f73bfa", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:bca44701ef6711900b35a09467d21587431fe2d945f433e83b971beed08d5849", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:069f4f18b8ba8825200209246f9de7c7cf14c58d6fe2f494467049b5c653067c", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:6dfd1d08c61aed69df53c805cba2e2bdf696bd6001a95f2fd65358a48f283b40", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:f3db44c4cf49b3b5dfa67589af36dc3a6bdaa36d1d76bc89a2ff9ddca2218cf1", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:72780f421cd5951666d83f81e7919759ff066faa8f50f8e500fdf1ef71a4e50f", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:155d82657abf6681a74e0f076926cbefff5742e803e77c549318d4b023134e3d", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:19221e32dccbe3a663f4dd2d554d552722dad04fdadac630a7c87d314652ce4e", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:e328f1135fece180510318a723d1a380253a67fdcfd082f92f8479d6a2ce1092", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:31f6cad0940b35dc8ab8df228a89b7f44dca53a75c93635e97c6faad2d35f771", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c04c79d765d55727ca268312a73c2517a1b059cdf878ec0cae129901cd177719", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:babfa6a2255a501f7f2d9461447653e1ff4b23ccac52901958592f29faa01674", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:d69882eb94c49e856959445e7172832c85540cf506fab7801eb1b90124256d17", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:48fef31638b4c1034094db79fb8cce736e15a80554cd00b0f426afd49a86c825", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:c859fe89bcab9034397c17a65aa943dc48ca26adf63a79676a8e965e2c0120ad", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:69a30048cd763933ff8b948caecbf8431f593a4b7937dacfc108c093bb20bee6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:641eac918fa14deb898d36df0c8e32d09a6e9fe20a3e46df5d4fd887935dbe68", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:7aac53095d57a23aa90eba2381094201dc49e88903c64f283b9476cfc65e652b", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:1eb60aadd657c3a8ef14fc612c3a1d12d780935dfd53f4d3a2bd822f51a12685", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:7c98b1b0d0cb247fb025660d9491c650033123609b9ef783b1a0f13b06169378", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ddaaa7b3d937ec486357f578297b6a4d606fb7b880df503dcf5fda22a48e2a78", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:68c768d504783b552a9ed4bd9e2399178db75c93baa60534fccf914d346618c3", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:4554aeeb68b5a17add1abf8e62e309a308f69bfd2d962d5157fbc3c54ac705d2", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:eeff7e706b6dca1f1b533b2d4406b22c79c80a6128cc8776c46a9fadc9688ad5", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:1fb29bd7cfa8f439c90492aa0c6c43715d088131f971d6d86ee661f95c133409", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:3901fb4d64e5e3e3f2f08708183f05e6bfbd1b81faf6f8c0f856f514a910f240", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:9c14cea73db4adb7b5c9ceccb86eae861d97d1e41433dbddd31832510e3b2928", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:dc15e3fffd86e74cc9a9832486ffd74991b93fa7a7067680dde26244fedcef86", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:ddd1e9c52fae8e48923aa8bb539e6edce05e0333a1f711a716f67c39849a7975", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:5ebf2d0a203e96bb932a079059f6e26eb2ead11cf8aa55b0e591c9e27438d85e", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:771c74dac7a95855370c5a0acb1b41fd7814515d031539bd8e336f6d5c33e58b", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:b5777be9f15559d3de6f2161651df48b4977e827fcbdd7321965c1e52dba511a", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:f522321cc61340e4b601f143a22acec86251215dcf58fbe113c2298b23387300", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:59eb4a4522c980cd3a5bb6f10e634e7d142effdaaf15427fd527320c480c26de", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:28fc17be863cab643dae3fa423d2538125312c1d66eea7832da2522056f5483d", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:aaa711c047760e46ade20f88a508663b28e068a572023a3e512f515f77710bc2", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:87a80b3bb5ab26f0e60a73cd063776e9dc22de018209696f9120d77a729c344c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:3946ac4330524cf91cc35e8546408c9250e56511ce980660eaa278e132977b52", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:2170c6162e63fd5302f04dd2ded7602c708ef7c25398216c09e0a99280efc35b", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:f1442e3d0d7f5017fb8a1b51c8ddcfc8b6cc61fc5b6e4460ae96351722602385", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:18e7b0f3d9fec94283912b9045b76aa0d303211fe8a45211847d52dbf1a79741", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:4c688a58922f6892776e388430c758bf597d3c653c92ec7f18d39c7706f3cfb7", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:056980d843b4c6e027767bd66c5273f06ac31ff015340688ab28be7548224f1e", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:764b83bef44be8152fdd79e77b18963361e99a70489e8f88e21f083f9812f1d7", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:74dc25699bd01be15c0ebf563d298424794e96e01cc7740d7f9246f76112e7fd", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:a50f2aabbd917fec8e015c7be3538684e991613cd9964ea85b35e24c842cc002", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:573932df0c0001f1f6418328c98976b1e0dba1803642c2e270614678871bce55", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:114b1f5187114761c51152ec89f240b1fb3b2bbe30723ee703eb017ac1eb5043", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:48e1f4dfe41d1582e06233be1eee622a16f1ba40f74d71b77cb421483442547f", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:c18cfd183f6dbb997f66d08fcc6ca17c58e35d09291df33f4eeb0b051307419e", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:c06a7778d990d092f221628355301f3af7a53752058c7a9e0682c69d4652fe47", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:3f6e2d0356fce17e684c14c86821c1172e4804213a6ce3b14ddb4e4d545c044f", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:1c883a14c6f28a9ce13dcbda74cbe0420a40e3c4034210894c9db86da189a9c8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:45e68edaec8e5ee4aa6ae3bd380d07575397d3dcc72f26b10f221d541d7b2da9", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7b37e2385b64d54dbb39788c8953d2d7a8bad6a6470702056ec2b379ce0b3e52", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:cd67d49fb895e77c2a058872d84ff57c35dd86093d2dc155dffd27fd8846dbc4", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6dea7f1a4dc5d9eceacd75e9cf1f3a9c770d772afe69c6304462b46b4481ba63", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:b2e62bfb48b4da464843ee5502afe6b3d36896d88ddfc4499f56ae7529880129", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:c8c856ee2ece0175eadf699db0561cb05cb7e352475f244cc0409ef7a901ca2c", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:f910b00bca79446c64ebf9d3d637e793c63710133a835a1acac776d138b2b70f", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:bc58af5006ed05250d7e5c264299420994a4a68aee90a0118e0d9d7d4f632ead", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:3af5d5cd167534549043f6d0985f153f250d843b033fb3bac1de63e6f4c287c1", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f618ca9b28f9082ceecd395bc1483be93d11254f91c21980e69771e4004e4f90", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:2a13cc7fafd15f0132b20e0be4e5bfec77f59dc27740dd13de25e14f85424625", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:df3b7a8f9afd744ce392368bd789259a4edb2d18160b29be70dea1119aba45fc", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:78eea79a31def53b4878730eefabe778525e75e05c370b29a5e3dd817031c24b", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:1ca58c2e31c78921ecc1c6d033256040d540996a0fc3b0be3fee7f5c9086cc7c", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:b977dd427a379ace4b1b36e72ccb162e2c7bd0deb3b5fc435a311d38ff83fc1d", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:b46e584297b57c8fd258c7fd63fa2cf3cdedb9b235047fcba07d7d0bc4c7b3b2", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:a1df440fb42c2b279819fac6d4c40a3658f4cc8e355df4dab45067ccb5e46088", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:13d4fab805e8306158c22f1a0a320fdf5bb2a466a80b99003afde892e195903b", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:d2e6497f87560a6f40f2cc79fe1dc92c00ed03f1de86ba2f222d0148f133186b", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:c1b4a93f0780b5e4e4d3c81e153bda5b7d4990fecc37baf9c9e56ace41d4eb37", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:dfd0db878f03c823c5efa6396cb27239d75e12d2dbd27fb09f3c9bf5f0a95acc", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:90d48d64a988c96ada9fef17d6516fad66658a16c4fa3089d380615cf53431db", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:ee475372af8700673ced6ce4b92ec637a228ded8b8371e9f5043220248429d91", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:30a34147f78bd97a93d15aec0f7e72062355b7526147d694686b09f5f1183aae", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:6bf5840177c1df0cb8786d243c988771dda1493f441e17eaf2c3200e78baa97d", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:73cb41baf279e9752653650a646ba523289760d7e3ba8ae7825203658b7b3a88", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0a0e9183e3963cd3ffe7932f5d86241d5e4ca7143b4dfa5336d817a58e7ec47", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:fa055a685c1f3947dca43a00c1a27848bdf48fb3b5130f95b1ebbd0ed2f0f113", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:c5dd00b796d3c738d42b51a8785b314128831fff1e69234883ef229c22153b09", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:cda6a8332c14fa5ae4b9332682288fcd19caa0f3a5323681f6a67bddcb00e9f8", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:b7e73ebaf4a10ce5f607c5abec66ad040db396e25f56c55b57afa962e8f4dc55", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:56c37b790145a3615f0e54036c3dd9e0e1df971a88a5a459269a95cb01732248", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:126ae5e8122cd85662dd6871ce3a157ed42fb7af2e0ddd514666a049dff6e353", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:3b49932530a8b2d8aa432c7f96a378f6d3a45a1325cf8a0942c0d7810051a54c", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:f4ef95ce67ee9d7a26ec1e2678f7cc5523853a1e91cf79b3e2521db91eca8765", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:1ca387f51000e6172b3393ad8177ce312463235f748cd941e2eb56bdd8085970", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:9c7a7f56a2a972176ca65f4d896f014a9c4f74e9984d40f9143dbfb10ecb1736", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:d4e63d47345556f6693139a1780fa5ba5b674c06596c0c288433077d2b2377b4", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:b760e67dd1eed3c992acd556db4a018565e38d39c665347f3e5d80171afe478b", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:b4338a24b5cdb782c676e99bc144eaf29b4663ca6d5dac7bfe6d8a83e20b7140", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:f76610983adf6e0cc76ba4960f5b0f5972cdde114c90a47fbc9ef2a11a53385f", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:b933602aacd715370acf761b155e2e4490c5447834d0fb7e75f3f53c85f0414e", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:be5476081eb095a023b297b5840b9c236c5d9a8b07377539bb38da521b5b43f4", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:4afa00b38662ce7a62a84e3882b859c93e2fcecd9b340d5511bf1e87c7b253e4", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:11dace00a766787e786c074d94f488fde35537a7a6e92ee9f3c264e52031ebb0", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:92ba18c560bc7b96d19f65f0eba3509616c74ce4dc0cd21725562082bb556b95", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:224734f7c3eb398b25bc9092846e11be75bbc13546e8371c8f79f521aa3bee71", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:b511ac498b610e3934faa56e87289715cdd510448a9aa003824670dd87a4c489", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:2709edf3b53c9d6f97103a847ee17aa0212bd9a81ef1c2ea275ed48c957ea0f8", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:9c21dcccb38d9f3d20c0c86370149931b07b4d5c7de3cb725fc7ba8703d87781", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:9d2b436e5da6efcb4d6a1f3f88a0e93a9916332684124cd0ce174354cbcd5f9c", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:15b3d0b53e1b13321a90738d690a27ce74191d4c3aefd458814b174ad361cdd0", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:4d43318ef5cd34f6a4bddbe3dc7900817c12ca50c274bc0c16f815473cb2c41c", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:0086cf30bb9aba60ef5e9e419025e405e47a6f7d0e9ad509d9de8b140bc555f8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:eaf31f9920aa2f4c4689e89dad1e358b2048a76e167b83a9ba31664538e97adc", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:042ae51b506da2f4d393b9c2e1c74835da586325dcdb5aae3ef6fdd5f4322322", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:0010210d875e9f4416c79b1ac140aa4d4e598d1ce6617f13df6c0b81092585ae", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:8213e267567e7468835f335f4d67f80d5afd5a10c1776b25fc7690493e24d5e5", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:d1980ee3eb6ff401e259a01601b00d43b7e00a02d8179da8687dc898ebd82760", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:088c89bc2cc650486b2a2fbff9f55159e55ec446e0dba2f070b112947f0e253d", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:4689ea282158f48e384232eafc689cba25cedd1197e95f83f660cbbcfbb5f656", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:02d7dd190e89d53230c73bffb6a5a7858f69aa5de84cc425c89899a8cf0db57a", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:1cb9f53d5883c8a534615c10c3e26d183859376d86141fe110a7a20ffadb813f", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:3c36330c520be04be697a46f4cf87434eb6e796090e92a9a6ec838ca5dcdcad3", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:30a91e60faaed2512ce35fbd31b275b2f074bc9e56b5f041321b967635d08abd", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:424dae7f4dd185c15254a371927425c06bedccaa8ff4bd58b4932200d3ccdab0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:4dc63162f2cfadd8e648ffd4e6e4dccf86e37b459132025718bcae12dcaeac89", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:3061eaee9784ba135761f88a02486dc0568d68228a152500294a1878e3af8036", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:0c9fdcdc8c61cc21db5ee1e3a1dc15417e494dcbca07271f2d8ef3452648a171", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:4376d2bf9c1a20c2c4aba21863cb06a5c72b10b55c65e71cfa07597ae5be4d03", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:ce68e57548d07714cd42328da946cbc713ffbaaa6cac2b4c1e2b49bdb89f3a9e", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:65095dfeb5954b01641e8fa9fe16458371cca1a0b01442a49587443e204193e4", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:a64c79ce6da40dc0f97bc70f39c18aa519f24eb57566c11375e709f72b98761f", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:d1a4858f1d8601672b3a5ec236370fe8d786da265b48cca4a269c9d3fcdb924c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:2fd442aae3495427bb1ec233139ab64ec39273a4747d43fbc87e0e8558beea35", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:a07921d17b33acc3b8fc616cc0ed57b243f4278bd5e9107864b8db619fd7e2ba", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:f8ab85019c8cd4bf8f13b399eadb300c285ac49d882708afecbea5ba47b6fdb7", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:fc37150f3974d1922627d37b72d92bba095cd04237bdd0341d33ebfc07b1cb0e", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:da480ff77440b4abd69efc553c3a3bd69c7f157dce32a6a1427c83c451b6daa4", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:8c3bb980728f671f0ec75ff073ae6a62a69eca81acd35e1be8fe28e25936dae9", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:8113363e81a28733ec8ff08bd800987ffd5e01e82eb6b5888f84d9250e925d0a", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:457a862b0267097fda4e211233a23ec5a0f5bb1716b96ce4f500650fb17e21da", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:cd056524fd2ed91e2c0921d807a4bb5853017d0951c3081839236541e78d41ce", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:5b8dac75146753f767d746be42262349e5d2b3a9a44f41c5bc86369313f32547", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:3853ff27aee5439bd156d98fa79b65fd6f225f8426c414922d58194ef11f5a87", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:8147c5768444583010a3a411e78bb4c88fc6c426d80d59e5c9a82868006e07b9", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:bf8cbd045f9ebd18ae608c202e073fb222d2dfdfb774005b60183affef9dc780", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:84b36e50517db2ded0a5ed9a89096ee926ab18cfd2f78ee74ab7863aa035617f", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:f73ae645bb1dd4c3ff06680c8465706a8f1f5822585c5c81cdac82ec8a1baef0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:342bdd8440b21aa2fcf83874f58e2141e159469ba89cb6774755d90d061d9d64", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:38794048ff0bfb5cb344217c0740d843e146062c327d245c2eaed5f9a3a40475", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:ba9b481e4c76a1e9029c369d2a68659df55060b8f19e245fc34eff2b28468e5f", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:43e9410f7e7798d43d6a24f6a65194a1f4a92e335eabf6fdd12c1270de45fc23", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:a904e44050770282fba4d2492b6199e995b105b0aa25db35f29176f6b523a2ab", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:5723008858bbfabc8692cd95d9697ef7f3db24f8ddeb68d2cd95e3141a35b161", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:3324054ee88e363ea7f512b0b9b02465d30f65bbfbfb6c59562ee0eaa2f6a435", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:62e57a6577b0f047880dd910ab61606696a1619a3142bbca097bcc98f6f419d2", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:5209baa78fc18d90bf48da388f6f25ca41510037325041d397f756e951b82bfd", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:5a9c4d8a97863711d779fa6c5866808fffe8ef959a560fde126e1a237c8338f4", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:5e9925da1d09dc745b07e49bf26c2c3db43685381cf40e9216746ef9ed77df26", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:b3a13e818d54f38de2480d2637bf139cef7d39808c7b1fe5acbaec86134cb03c", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:0b2445290ddb4361f73a7c3a7d1c6a77a8fe2e06b4129fd66bc2a8872eb5a2c6", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:457c0d61271ddfeb3049279aa1bfc103320d58708399e89a2f01722c056f1bc2", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:33945b68b97770c9f1e61f96ce2cebc3b57e9bc3244df698de8f0a8380042e73", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:0e9ed9c5a9c10309af9e076e3a67939c74b825c024b1b76de79a8487fe4d1e3a", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:d1b495b4782232370390416b5b153f591a205c3aaad801c5771438bd76ccd4fb", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:fb531ad1652c8d94fda9a1b0db59ac17556860c252765349578367f652283381", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:e28e28a61454e90de6d3572c4e79f38e217c30ed4e81f5cfe8f05798834a2e3d", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:91f0d7c9c6e60ce2840de151f37ce82f05419db0fcc9d3b6e22c405bf47a12b6", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:5fdc8a5efdd229de2586bb22644a1aad768accfb19f25056df0504ddda3c0278", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:1d16831bba5200dbaacbc1ce7690e4d45a7776e8c7e6b1bd552de02baaaafe86", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:36331466453692f3735192ede42c4ab45f524b3e3766a11cf24006fcd70a8602", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:5f235d2937c0f66578c922e748bde01637f905600bef4708a8c924b5565b06ba", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:028801eb22816316177b28b019a3d680507a4739e7300809a7d2d75d064e816c", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:9bf905862748897e19f9e6cfee979a6706652ac70da697f45b5d5d7e4f672605", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:20f3c6c9b9d6db277c70ec362c2f90bb59caf4574df33892bbcc5a7244301cde", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:417898f92a9b09e0631049965c846874ad9ba763994b6908f60ab7dea15c6cf7", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:d50f307037a579d3018224745ec8fff27297a142fc3114d1f32e33296d0148b3", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:e1719daf112a0906a79a8cbe43a09512f32dbbbb8757f352612835a16e297616", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:663fbcaa8da4789e843d15f4bea829a08520121c5504885c5a1478262ae90388", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:f7904dd42427338cd297e54907dfe1f45c7747a04d8e8799b0217a571e948760", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:012a0ce979798d964f2c1c21dcb59b4f31f884ce070fcc67cbc317a42cd249f4", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:b8fd5d0c0e8352f1a5361dd6c53f1cc6f05ce9fd48950bc6c552a8f1634f08fd", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:40b4c8971134e8d11db671ba13cd706103ab22e295f42e2d9446d10f520299db", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:94e8c15ddf830b39f1c3280eb60b1fec7f537b4d9f5b475bf70132b99ed976e0", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e6b782ccdb615a568b7cf0239f7fce8f0448eba73f7c8dd7117585d34a52e20d", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:ab86851e99374f0661d7909c5dc55968601c7818c13b74fc9e44fff1af4ec06f", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:1eeeb1c71b8541dcc4b4c88057f97a5380350b4d99d8b33fcdb3f311d0bd1500", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:12365a36a7ca79079ae27993b9145548702ff611c2e61e8db3e251cd27a1e3d5", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:65451fe137f78df716f80198ad66d089ab846a920059435bbf75cfa13c84b8e1", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:c5fce9c397b5e2a58706ca8026634f11406b7b90e33a91038a8deb7b7a55c223", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:8e5e1c964e8b68584724bc9de8cdb08f54bc84d79df8bd9fb349eaa8e6f7241c", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:dadd4ab73997e45569b6072255cc50f3ef5472023c011afc7fbf66b5b7db1a71", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:f85cd9f64bbaedc310aa7641c9c009f5b81720359ea0d2a75fa50f38139896a7", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:971b623c15c870bb0af996588196e5699adc7de68bf9a740c70adf7d6c0438fc", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:2b65a8c624d224b7f93fee6765b0220e7ddf729942e1aaba926b9e8f04d83e48", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:01e7da41984c9eb025e1505a8ace402af254b540eba46ba67628d3d5a43f142c", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:a594a46e1a4ac351132327ae5e374a55264638479e3aa93e3d83888494ac951c", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:508c06618d02da2f2bbe4a8fa679fd166b3bd022cbfdc6ed772b0176d9f89c0e", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:f2fb83f08f0435d077e6348369dc67fc21de6e50abd34baec3a19c75d5fce989", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:7417ff09d5beaa6b41bf0f4274f8f0bfd1ee4caa4e3baec4239adadac5bccbc1", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:773cccab377532edc3046346f65edce92e58f08f2e0f858f1b4ec4051dff366c", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:348467b42368cf200678687fb55d08edbddbeef571195a65acaea650952a6e83", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:f3f70a4af71105bfd2af494752198f9a4fa893e12cf4d34f9d6e5dc399173d59", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:33b83274c606a90abc322a2e9e3927046b436c523ab5b049b24acf9f751078d4", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:795a5436a51f8eff006974837360d8028cf93ea99e41d615ea7be5a1d4c25fd5", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:5455b3ba39a4323fa21d4e55af4d9ecffdd6a9c258eb1528479ac53b17180ccc", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:e0f719ac7d211a6f115dadd7b8ab5ec6ce4badc6bc42f88dbaa5af7e1c6635d8", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:fe90f1641471465e71f82742471772ad53ca03e99f33037faab6b6b21a0d120c", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:f1c77fd88facb2424fb7a18113ff5ae4a13b466639b66f6bea2bef4183b6d12c", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:3d83a0ab7fe55cb1ec1da090bbeaf8bccdd861d28cb861cda62eeb8cb260d1f7", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:1b5e71dcf67305e80143a23b409107e114d7492957137fa225c5182ccedd0eef", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:82e94ab00375ebeab53327f2ac540ed7f124f1e0276a87cdb3ce76d4b109a88c", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:1cec9da42b038efa17fabd516d28f07b6d256bddb6878c580dead567c8c9cfb5", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:cb8e142bc3424c92e6a45bb51d5080397af4e014177d071c84134e556fe7de1f", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:5fadbf2fadd69b0320e1b43fb5e9ddfc8af63c5a8d74dcd69eace8a88c36dc8b", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:e6f0375bf3a6d0178b08d563def77e9fe18a27f5f0d2f699ec26b811c0ee4793", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:0e628deecf4b7da6f229ab06548c3112629d3971d760ff37ea7f03dd21707974", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:b17707ff8b2c8422fd1be113221fa97bc393231b5b22b0f9123068284f34b1d1", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:affda62823d317b104386ef230d6fd4a8013c98573a21a393db2850bda3ba198", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:e29b52429026ea139b77a2bec3b58ac30b9e6ab4a6cf25379e88b2f9a22d8354", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:940554c436ea14eead5ba2adde98b78fed54d5f2c80cc64b07ef838f7e7c0351", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:066b66c5bbdb5be58cc5f1cd3e69f98d058017bc10ab1b308867243b0e09c429", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:632efb70e61d69cdae407e0c801c8b971610f3003657c8282fa3a699ba5181c2", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:ca8c44038777ed28d4f03319458048c37d92eb7f2fd62e6da730d7a1d3bb97eb", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:9d6b0f59c45b4f8f07e49cd690cf4e2607cbb44c9c9974c65d4b6d58159c2b40", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:7e809231e8809385192ff97030f3f259bf3b408a6ab903b5086777bac25fd5b7", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:6a61b9bae78de14d769b6865a3c1018dd55fb342ed8a86301227f28007bb3b07", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:5c3a1baff75a2bcc2911d85b2b72970cf9c0f0ff409cd3cca764dc71a17832fb", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:2fa120d661ccefb66c6e5437e05fe1b37261f32109628bdeaa23534200b65a96", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:1173285a56c18d192b797c2d126444f50c1f452d0ba36460e4be7be090645a1b", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:2c4606929d2376e628ee0c134a9bf52d55d86e02d234593d7d7d9035ba522289", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:e615fcfd0fadf7dfd951e2e7ae76be104ca6bd916d619520821b0e843932f114", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:1bb3c6c86df8bb15d2fc4574f2661eee8a1f5c28d69ad896394d5774b765a425", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:170 Saturday 25 April 2026 04:56:22 -0400 (0:00:00.124) 0:00:34.747 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 25 April 2026 04:56:22 -0400 (0:00:00.058) 0:00:34.805 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:191 Saturday 25 April 2026 04:56:22 -0400 (0:00:00.018) 0:00:34.824 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 25 April 2026 04:56:22 -0400 (0:00:00.025) 0:00:34.850 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 25 April 2026 04:56:22 -0400 (0:00:00.045) 0:00:34.896 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 25 April 2026 04:56:22 -0400 (0:00:00.034) 0:00:34.930 ******** included: fedora.linux_system_roles.certificate for managed-node2 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 25 April 2026 04:56:22 -0400 (0:00:00.070) 0:00:35.001 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 25 April 2026 04:56:22 -0400 (0:00:00.048) 0:00:35.049 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 25 April 2026 04:56:22 -0400 (0:00:00.039) 0:00:35.089 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 25 April 2026 04:56:23 -0400 (0:00:00.510) 0:00:35.599 ******** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Saturday 25 April 2026 04:56:23 -0400 (0:00:00.087) 0:00:35.687 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.010548", "end": "2026-04-25 04:56:23.872142", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:56:23.861594" } STDOUT: running TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Saturday 25 April 2026 04:56:23 -0400 (0:00:00.621) 0:00:36.309 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Saturday 25 April 2026 04:56:24 -0400 (0:00:00.087) 0:00:36.397 ******** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Saturday 25 April 2026 04:56:24 -0400 (0:00:00.083) 0:00:36.480 ******** skipping: [managed-node2] => (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-node2] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node2] => (item=Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_43.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_43.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 25 April 2026 04:56:24 -0400 (0:00:00.161) 0:00:36.641 ******** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: python3-pyasn1-0.6.2-1.fc43.noarch", "Installed: python3-cryptography-46.0.7-1.fc43.x86_64", "Installed: python3-cffi-2.0.0-2.fc43.x86_64", "Installed: python3-pycparser-2.22-5.fc43.noarch", "Installed: python3-ply-3.11-33.fc43.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Saturday 25 April 2026 04:56:28 -0400 (0:00:03.967) 0:00:40.609 ******** changed: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "rc": 0, "results": [ "Installed: python3-packaging-25.0-7.fc43.noarch", "Installed: certmonger-0.79.21-1.fc43.x86_64", "Installed: dbus-tools-1:1.16.0-4.fc43.x86_64" ] } lsrpackages: certmonger python3-packaging TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Saturday 25 April 2026 04:56:32 -0400 (0:00:03.847) 0:00:44.456 ******** changed: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Saturday 25 April 2026 04:56:32 -0400 (0:00:00.867) 0:00:45.324 ******** changed: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Saturday 25 April 2026 04:56:33 -0400 (0:00:00.517) 0:00:45.841 ******** changed: [managed-node2] => (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.socket dbus-broker.service syslog.target sysinit.target basic.target system.slice network.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BusName": "org.fedorahosted.certmonger", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "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", "DelegateNamespaces": "18446744073709551615", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3362316288", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "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", "PrivateBPF": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target 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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "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": "4403", "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Saturday 25 April 2026 04:56:34 -0400 (0:00:01.104) 0:00:46.946 ******** changed: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Saturday 25 April 2026 04:56:35 -0400 (0:00:01.130) 0:00:48.076 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Saturday 25 April 2026 04:56:35 -0400 (0:00:00.037) 0:00:48.113 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Saturday 25 April 2026 04:56:35 -0400 (0:00:00.061) 0:00:48.175 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Saturday 25 April 2026 04:56:35 -0400 (0:00:00.053) 0:00:48.228 ******** skipping: [managed-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Saturday 25 April 2026 04:56:35 -0400 (0:00:00.044) 0:00:48.273 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Saturday 25 April 2026 04:56:35 -0400 (0:00:00.037) 0:00:48.310 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 25 April 2026 04:56:36 -0400 (0:00:00.049) 0:00:48.360 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 25 April 2026 04:56:36 -0400 (0:00:00.035) 0:00:48.395 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 25 April 2026 04:56:36 -0400 (0:00:00.034) 0:00:48.430 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 25 April 2026 04:56:36 -0400 (0:00:00.031) 0:00:48.461 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 25 April 2026 04:56:36 -0400 (0:00:00.042) 0:00:48.504 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 25 April 2026 04:56:36 -0400 (0:00:00.066) 0:00:48.570 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 25 April 2026 04:56:36 -0400 (0:00:00.051) 0:00:48.622 ******** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 25 April 2026 04:56:36 -0400 (0:00:00.045) 0:00:48.667 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 25 April 2026 04:56:36 -0400 (0:00:00.032) 0:00:48.700 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 25 April 2026 04:56:37 -0400 (0:00:00.678) 0:00:49.379 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 25 April 2026 04:56:37 -0400 (0:00:00.464) 0:00:49.843 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 25 April 2026 04:56:37 -0400 (0:00:00.028) 0:00:49.872 ******** ok: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 25 April 2026 04:56:37 -0400 (0:00:00.049) 0:00:49.921 ******** skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 25 April 2026 04:56:37 -0400 (0:00:00.070) 0:00:49.992 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 25 April 2026 04:56:37 -0400 (0:00:00.120) 0:00:50.113 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 25 April 2026 04:56:37 -0400 (0:00:00.058) 0:00:50.172 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 25 April 2026 04:56:37 -0400 (0:00:00.037) 0:00:50.209 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 25 April 2026 04:56:39 -0400 (0:00:01.563) 0:00:51.773 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 25 April 2026 04:56:39 -0400 (0:00:00.021) 0:00:51.794 ******** ok: [managed-node2] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": "None", "name": "ModemManager-glib", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager", "release": "2.fc43", "source": "rpm", "version": "1.54.3" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "2.fc43", "source": "rpm", "version": "1.54.3" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "abattis-cantarell-vf-fonts", "release": "15.fc43", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": "None", "name": "alternatives", "release": "3.fc43", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "aspell": [ { "arch": "x86_64", "epoch": "12", "name": "aspell", "release": "5.fc43", "source": "rpm", "version": "0.60.8.1" } ], "aspell-en": [ { "arch": "x86_64", "epoch": "50", "name": "aspell-en", "release": "14.fc43", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": "None", "name": "atheros-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "authselect": [ { "arch": "x86_64", "epoch": "None", "name": "authselect", "release": "1.fc43", "source": "rpm", "version": "1.6.2" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": "None", "name": "authselect-libs", "release": "1.fc43", "source": "rpm", "version": "1.6.2" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": "None", "name": "avahi-libs", "release": "6.fc43", "source": "rpm", "version": "0.9~rc2" } ], "bash": [ { "arch": "x86_64", "epoch": "None", "name": "bash", "release": "2.fc43", "source": "rpm", "version": "5.3.0" } ], "bash-completion": [ { "arch": "noarch", "epoch": "1", "name": "bash-completion", "release": "2.fc43", "source": "rpm", "version": "2.16" } ], "bc": [ { "arch": "x86_64", "epoch": "None", "name": "bc", "release": "2.fc43", "source": "rpm", "version": "1.08.2" } ], "beakerlib": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib", "release": "1.fc43", "source": "rpm", "version": "1.33.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc43eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "4.fc43", "source": "rpm", "version": "2.45.1" } ], "bison": [ { "arch": "x86_64", "epoch": "None", "name": "bison", "release": "11.fc43", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": "None", "name": "bluez", "release": "4.fc43", "source": "rpm", "version": "5.86" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": "None", "name": "boost-atomic", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "boost-filesystem", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": "None", "name": "boost-system", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": "None", "name": "boost-thread", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": "None", "name": "brcmfmac-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc43", "source": "rpm", "version": "6.19.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "21.fc43", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "2.fc43", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.2.fc43", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc43", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "2.fc43", "source": "rpm", "version": "3.9" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "3.fc43", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "cloud-init": [ { "arch": "noarch", "epoch": "None", "name": "cloud-init", "release": "10.fc43", "source": "rpm", "version": "25.2" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": "None", "name": "cloud-utils-growpart", "release": "11.fc43", "source": "rpm", "version": "0.33" } ], "cmake-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "cmake-filesystem", "release": "1.fc43", "source": "rpm", "version": "3.31.11" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "8.fc43", "source": "rpm", "version": "9.7" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "8.fc43", "source": "rpm", "version": "9.7" } ], "cpio": [ { "arch": "x86_64", "epoch": "None", "name": "cpio", "release": "6.fc43", "source": "rpm", "version": "2.15" } ], "cpp": [ { "arch": "x86_64", "epoch": "None", "name": "cpp", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib", "release": "8.fc43", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib-dicts", "release": "8.fc43", "source": "rpm", "version": "2.9.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies", "release": "1.git63291f8.fc43", "source": "rpm", "version": "20251125" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.git63291f8.fc43", "source": "rpm", "version": "20251125" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc43", "source": "rpm", "version": "2.8.4" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "6.fc43", "source": "rpm", "version": "8.15.0" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-gssapi", "release": "33.fc43", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-lib", "release": "33.fc43", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": "1", "name": "dbus", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": "None", "name": "dbus-broker", "release": "2.fc43", "source": "rpm", "version": "37" } ], "dbus-common": [ { "arch": "noarch", "epoch": "1", "name": "dbus-common", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-libs", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-persistent-data", "release": "4.fc43", "source": "rpm", "version": "1.1.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": "12", "name": "dhcp-client", "release": "22.fc43", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": "12", "name": "dhcp-common", "release": "22.fc43", "source": "rpm", "version": "4.4.3" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": "None", "name": "dhcpcd", "release": "2.fc43", "source": "rpm", "version": "10.3.0" } ], "diffutils": [ { "arch": "x86_64", "epoch": "None", "name": "diffutils", "release": "3.fc43", "source": "rpm", "version": "3.12" } ], "dnf-data": [ { "arch": "noarch", "epoch": "None", "name": "dnf-data", "release": "1.fc43", "source": "rpm", "version": "4.24.0" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dns-root-data": [ { "arch": "noarch", "epoch": "None", "name": "dns-root-data", "release": "2.fc43", "source": "rpm", "version": "2026260100" } ], "dosfstools": [ { "arch": "x86_64", "epoch": "None", "name": "dosfstools", "release": "16.fc43", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": "None", "name": "dracut", "release": "8.fc43", "source": "rpm", "version": "107" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": "None", "name": "dracut-config-rescue", "release": "8.fc43", "source": "rpm", "version": "107" } ], "duktape": [ { "arch": "x86_64", "epoch": "None", "name": "duktape", "release": "10.fc43", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": "None", "name": "dyninst", "release": "7.fc43", "source": "rpm", "version": "13.0.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs-libs", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": "None", "name": "efivar-libs", "release": "10.fc43", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc43", "source": "rpm", "version": "1.3.2" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc43", "source": "rpm", "version": "2.7.3" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": "None", "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "43" } ], "fedora-release": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release", "release": "27", "source": "rpm", "version": "43" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "27", "source": "rpm", "version": "43" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "27", "source": "rpm", "version": "43" } ], "fedora-repos": [ { "arch": "noarch", "epoch": "None", "name": "fedora-repos", "release": "1", "source": "rpm", "version": "43" } ], "file": [ { "arch": "x86_64", "epoch": "None", "name": "file", "release": "9.fc43", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "9.fc43", "source": "rpm", "version": "5.46" } ], "filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "filesystem", "release": "50.fc43", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": "1", "name": "findutils", "release": "6.fc43", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": "None", "name": "firewalld", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "flex": [ { "arch": "x86_64", "epoch": "None", "name": "flex", "release": "20.fc43", "source": "rpm", "version": "2.6.4" } ], "fmt": [ { "arch": "x86_64", "epoch": "None", "name": "fmt", "release": "3.fc43", "source": "rpm", "version": "11.2.0" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": "1", "name": "fonts-filesystem", "release": "23.fc43", "source": "rpm", "version": "2.0.5" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "fuse3-libs", "release": "6.fc43", "source": "rpm", "version": "3.16.2" } ], "fwupd": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "gawk": [ { "arch": "x86_64", "epoch": "None", "name": "gawk", "release": "2.fc43", "source": "rpm", "version": "5.3.2" } ], "gcc": [ { "arch": "x86_64", "epoch": "None", "name": "gcc", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "gdbm": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm", "release": "10.fc43", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm-libs", "release": "10.fc43", "source": "rpm", "version": "1.23" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-envsubst", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-libs", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-runtime", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "git": [ { "arch": "x86_64", "epoch": "None", "name": "git", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "3.fc43", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc43", "source": "rpm", "version": "2.86.5" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "gmp": [ { "arch": "x86_64", "epoch": "1", "name": "gmp", "release": "4.fc43", "source": "rpm", "version": "6.3.0" } ], "gnulib-l10n": [ { "arch": "noarch", "epoch": "None", "name": "gnulib-l10n", "release": "1.fc43", "source": "rpm", "version": "20241231" } ], "gnupg2": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-dirmngr": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-dirmngr", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-gpg-agent": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-gpg-agent", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-gpgconf": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-gpgconf", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-keyboxd": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-keyboxd", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-verify": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-verify", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "1.fc43", "source": "rpm", "version": "3.8.12" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "1.fc43", "source": "rpm", "version": "3.8.12" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-fonts-common", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-serif-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "gpg-pubkey": [ { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "66b6dccf", "source": "rpm", "version": "c6e7f081cf80e13146676e88829b606631645531" }, { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "5e67a958", "source": "rpm", "version": "786a53ae2323a752e53a60bda5c0c3bd3a97f4df" } ], "gpgme": [ { "arch": "x86_64", "epoch": "None", "name": "gpgme", "release": "6.fc43", "source": "rpm", "version": "1.24.3" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gpm-libs", "release": "52.fc43", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": "None", "name": "grep", "release": "2.fc43", "source": "rpm", "version": "3.12" } ], "groff-base": [ { "arch": "x86_64", "epoch": "None", "name": "groff-base", "release": "11.fc43", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": "1", "name": "grub2-common", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "85.fc43", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": "None", "name": "gsettings-desktop-schemas", "release": "3.fc43", "source": "rpm", "version": "49.1" } ], "gssproxy": [ { "arch": "x86_64", "epoch": "None", "name": "gssproxy", "release": "9.fc43", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": "None", "name": "gzip", "release": "4.fc43", "source": "rpm", "version": "1.13" } ], "hiredis": [ { "arch": "x86_64", "epoch": "None", "name": "hiredis", "release": "7.fc43", "source": "rpm", "version": "1.2.0" } ], "hostname": [ { "arch": "x86_64", "epoch": "None", "name": "hostname", "release": "3.fc43", "source": "rpm", "version": "3.25" } ], "hunspell": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell", "release": "10.fc43", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-GB", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-US", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell-filesystem", "release": "10.fc43", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": "None", "name": "hwdata", "release": "1.fc43", "source": "rpm", "version": "0.406" } ], "ima-evm-utils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ima-evm-utils-libs", "release": "6.fc43", "source": "rpm", "version": "1.6.2" } ], "inih": [ { "arch": "x86_64", "epoch": "None", "name": "inih", "release": "1.fc43", "source": "rpm", "version": "62" } ], "initscripts-service": [ { "arch": "noarch", "epoch": "None", "name": "initscripts-service", "release": "1.fc43", "source": "rpm", "version": "10.27" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-audio-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "ipcalc": [ { "arch": "x86_64", "epoch": "None", "name": "ipcalc", "release": "12.fc43", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": "None", "name": "iproute", "release": "2.fc43", "source": "rpm", "version": "6.14.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-libs", "release": "12.fc43", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "12.fc43", "source": "rpm", "version": "1.8.11" } ], "iputils": [ { "arch": "x86_64", "epoch": "None", "name": "iputils", "release": "1.fc43", "source": "rpm", "version": "20250605" } ], "jansson": [ { "arch": "x86_64", "epoch": "None", "name": "jansson", "release": "3.fc43", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": "None", "name": "jitterentropy", "release": "3.fc43", "source": "rpm", "version": "3.6.0" } ], "jq": [ { "arch": "x86_64", "epoch": "None", "name": "jq", "release": "3.fc43", "source": "rpm", "version": "1.8.1" } ], "json-c": [ { "arch": "x86_64", "epoch": "None", "name": "json-c", "release": "7.fc43", "source": "rpm", "version": "0.18" } ], "json-glib": [ { "arch": "x86_64", "epoch": "None", "name": "json-glib", "release": "4.fc43", "source": "rpm", "version": "1.10.8" } ], "kbd": [ { "arch": "x86_64", "epoch": "None", "name": "kbd", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": "None", "name": "kbd-legacy", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": "None", "name": "kbd-misc", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kernel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc43", "source": "rpm", "version": "6.19.6" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "keyutils": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils", "release": "6.fc43", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils-libs", "release": "6.fc43", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": "None", "name": "kmod", "release": "2.fc43", "source": "rpm", "version": "34.2" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": "None", "name": "kmod-libs", "release": "2.fc43", "source": "rpm", "version": "34.2" } ], "kpartx": [ { "arch": "x86_64", "epoch": "None", "name": "kpartx", "release": "2.fc43", "source": "rpm", "version": "0.11.1" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": "None", "name": "krb5-libs", "release": "3.fc43", "source": "rpm", "version": "1.22.2" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-core-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-fonts-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "less": [ { "arch": "x86_64", "epoch": "None", "name": "less", "release": "1.fc43", "source": "rpm", "version": "685" } ], "libacl": [ { "arch": "x86_64", "epoch": "None", "name": "libacl", "release": "4.fc43", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": "None", "name": "libaio", "release": "22.fc43", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": "None", "name": "libarchive", "release": "1.fc43", "source": "rpm", "version": "3.8.4" } ], "libassuan": [ { "arch": "x86_64", "epoch": "None", "name": "libassuan", "release": "4.fc43", "source": "rpm", "version": "2.5.7" } ], "libatasmart": [ { "arch": "x86_64", "epoch": "None", "name": "libatasmart", "release": "31.fc43", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": "None", "name": "libattr", "release": "6.fc43", "source": "rpm", "version": "2.5.2" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": "None", "name": "libbasicobjects", "release": "59.fc43", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": "None", "name": "libblkid", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-crypto", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-fs", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-loop", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-mdraid", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-nvme", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-part", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-smart": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-smart", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-swap", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-utils", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libbpf": [ { "arch": "x86_64", "epoch": "2", "name": "libbpf", "release": "3.fc43", "source": "rpm", "version": "1.6.1" } ], "libbrotli": [ { "arch": "x86_64", "epoch": "None", "name": "libbrotli", "release": "1.fc43", "source": "rpm", "version": "1.2.0" } ], "libbsd": [ { "arch": "x86_64", "epoch": "None", "name": "libbsd", "release": "6.fc43", "source": "rpm", "version": "0.12.2" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "1.fc43", "source": "rpm", "version": "2.12" } ], "libcap": [ { "arch": "x86_64", "epoch": "None", "name": "libcap", "release": "4.fc43", "source": "rpm", "version": "2.76" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "1.fc43", "source": "rpm", "version": "0.9.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "1.fc43", "source": "rpm", "version": "0.9.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": "None", "name": "libcbor", "release": "6.fc43", "source": "rpm", "version": "0.12.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": "None", "name": "libcollection", "release": "59.fc43", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": "None", "name": "libcom_err", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "libcomps", "release": "1.fc43", "source": "rpm", "version": "0.1.23" } ], "libcurl": [ { "arch": "x86_64", "epoch": "None", "name": "libcurl", "release": "6.fc43", "source": "rpm", "version": "8.15.0" } ], "libdhash": [ { "arch": "x86_64", "epoch": "None", "name": "libdhash", "release": "59.fc43", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-plugin-expired-pgp-keys": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-plugin-expired-pgp-keys", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc43", "source": "rpm", "version": "2.4.131" } ], "libeconf": [ { "arch": "x86_64", "epoch": "None", "name": "libeconf", "release": "2.fc43", "source": "rpm", "version": "0.7.9" } ], "libedit": [ { "arch": "x86_64", "epoch": "None", "name": "libedit", "release": "57.20251016cvs.fc43", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": "None", "name": "libestr", "release": "12.fc43", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": "None", "name": "libev", "release": "14.fc43", "source": "rpm", "version": "4.33" } ], "libevdev": [ { "arch": "x86_64", "epoch": "None", "name": "libevdev", "release": "1.fc43", "source": "rpm", "version": "1.13.6" } ], "libevent": [ { "arch": "x86_64", "epoch": "None", "name": "libevent", "release": "16.fc43", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": "None", "name": "libfastjson", "release": "7.fc43", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": "None", "name": "libfdisk", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libffi": [ { "arch": "x86_64", "epoch": "None", "name": "libffi", "release": "1.fc43", "source": "rpm", "version": "3.5.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": "None", "name": "libfido2", "release": "3.fc43", "source": "rpm", "version": "1.16.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": "None", "name": "libfsverity", "release": "3.fc43", "source": "rpm", "version": "1.6" } ], "libgcc": [ { "arch": "x86_64", "epoch": "None", "name": "libgcc", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libgcrypt", "release": "3.fc43", "source": "rpm", "version": "1.11.1" } ], "libgomp": [ { "arch": "x86_64", "epoch": "None", "name": "libgomp", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": "None", "name": "libgpg-error", "release": "2.fc43", "source": "rpm", "version": "1.55" } ], "libgudev": [ { "arch": "x86_64", "epoch": "None", "name": "libgudev", "release": "8.fc43", "source": "rpm", "version": "238" } ], "libidn2": [ { "arch": "x86_64", "epoch": "None", "name": "libidn2", "release": "2.fc43", "source": "rpm", "version": "2.3.8" } ], "libini_config": [ { "arch": "x86_64", "epoch": "None", "name": "libini_config", "release": "59.fc43", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": "None", "name": "libjcat", "release": "1.fc43", "source": "rpm", "version": "0.2.6" } ], "libkcapi": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hasher": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hasher", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hmaccalc", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libksba": [ { "arch": "x86_64", "epoch": "None", "name": "libksba", "release": "4.fc43", "source": "rpm", "version": "1.6.7" } ], "liblastlog2": [ { "arch": "x86_64", "epoch": "None", "name": "liblastlog2", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libldb": [ { "arch": "x86_64", "epoch": "2", "name": "libldb", "release": "2.fc43", "source": "rpm", "version": "4.23.5" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": "None", "name": "libmaxminddb", "release": "1.fc43", "source": "rpm", "version": "1.13.3" } ], "libmbim": [ { "arch": "x86_64", "epoch": "None", "name": "libmbim", "release": "2.fc43", "source": "rpm", "version": "1.32.0" } ], "libmd": [ { "arch": "x86_64", "epoch": "None", "name": "libmd", "release": "8.fc43", "source": "rpm", "version": "1.1.0" } ], "libmnl": [ { "arch": "x86_64", "epoch": "None", "name": "libmnl", "release": "8.fc43", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": "None", "name": "libmodulemd", "release": "4.fc43", "source": "rpm", "version": "2.15.2" } ], "libmount": [ { "arch": "x86_64", "epoch": "None", "name": "libmount", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": "None", "name": "libmpc", "release": "8.fc43", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": "None", "name": "libndp", "release": "4.fc43", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": "None", "name": "libnetfilter_conntrack", "release": "1.fc43", "source": "rpm", "version": "1.1.1" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": "None", "name": "libnfnetlink", "release": "31.fc43", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": "1", "name": "libnfsidmap", "release": "1.fc43", "source": "rpm", "version": "2.8.7" } ], "libnftnl": [ { "arch": "x86_64", "epoch": "None", "name": "libnftnl", "release": "2.fc43", "source": "rpm", "version": "1.2.9" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": "None", "name": "libnghttp2", "release": "2.fc43", "source": "rpm", "version": "1.66.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": "None", "name": "libnl3", "release": "2.fc43", "source": "rpm", "version": "3.12.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": "None", "name": "libnsl2", "release": "4.fc43", "source": "rpm", "version": "2.0.1" } ], "libnvme": [ { "arch": "x86_64", "epoch": "None", "name": "libnvme", "release": "1.fc43", "source": "rpm", "version": "1.16.1" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": "None", "name": "libpath_utils", "release": "59.fc43", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": "None", "name": "libpciaccess", "release": "16.fc43", "source": "rpm", "version": "0.16" } ], "libpipeline": [ { "arch": "x86_64", "epoch": "None", "name": "libpipeline", "release": "3.fc43", "source": "rpm", "version": "1.5.8" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "libpkgconf", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "libproxy": [ { "arch": "x86_64", "epoch": "None", "name": "libproxy", "release": "1.fc43", "source": "rpm", "version": "0.5.12" } ], "libpsl": [ { "arch": "x86_64", "epoch": "None", "name": "libpsl", "release": "6.fc43", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": "None", "name": "libpwquality", "release": "14.fc43", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": "None", "name": "libqmi", "release": "2.fc43", "source": "rpm", "version": "1.36.0" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": "None", "name": "libqrtr-glib", "release": "8.fc43", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": "None", "name": "libref_array", "release": "59.fc43", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": "None", "name": "librepo", "release": "4.fc43", "source": "rpm", "version": "1.20.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "libreport-filesystem", "release": "9.fc43", "source": "rpm", "version": "2.17.15" } ], "libretls": [ { "arch": "x86_64", "epoch": "None", "name": "libretls", "release": "6.fc43", "source": "rpm", "version": "3.8.1" } ], "libseccomp": [ { "arch": "x86_64", "epoch": "None", "name": "libseccomp", "release": "2.fc43", "source": "rpm", "version": "2.6.0" } ], "libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux-utils", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "libsemanage", "release": "4.fc43", "source": "rpm", "version": "3.9" } ], "libsepol": [ { "arch": "x86_64", "epoch": "None", "name": "libsepol", "release": "2.fc43", "source": "rpm", "version": "3.9" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": "None", "name": "libsmartcols", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "1.fc43", "source": "rpm", "version": "1.0.22" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "2.fc43", "source": "rpm", "version": "0.7.36" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "2.fc43", "source": "rpm", "version": "3.6.6" } ], "libss": [ { "arch": "x86_64", "epoch": "None", "name": "libss", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "libssh": [ { "arch": "x86_64", "epoch": "None", "name": "libssh", "release": "1.fc43", "source": "rpm", "version": "0.11.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc43", "source": "rpm", "version": "0.11.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_certmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": "None", "name": "libtalloc", "release": "4.fc43", "source": "rpm", "version": "2.4.3" } ], "libtasn1": [ { "arch": "x86_64", "epoch": "None", "name": "libtasn1", "release": "1.fc43", "source": "rpm", "version": "4.21.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": "None", "name": "libtdb", "release": "3.fc43", "source": "rpm", "version": "1.4.14" } ], "libtevent": [ { "arch": "x86_64", "epoch": "None", "name": "libtevent", "release": "3.fc43", "source": "rpm", "version": "0.17.1" } ], "libtextstyle": [ { "arch": "x86_64", "epoch": "None", "name": "libtextstyle", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": "None", "name": "libtirpc", "release": "1.fc43", "source": "rpm", "version": "1.3.7" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": "None", "name": "libtool-ltdl", "release": "8.fc43", "source": "rpm", "version": "2.5.4" } ], "libudisks2": [ { "arch": "x86_64", "epoch": "None", "name": "libudisks2", "release": "1.fc43", "source": "rpm", "version": "2.11.1" } ], "libunistring": [ { "arch": "x86_64", "epoch": "None", "name": "libunistring", "release": "10.fc43", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": "None", "name": "libusb1", "release": "4.fc43", "source": "rpm", "version": "1.0.29" } ], "libutempter": [ { "arch": "x86_64", "epoch": "None", "name": "libutempter", "release": "19.fc43", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": "None", "name": "libuuid", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libverto": [ { "arch": "x86_64", "epoch": "None", "name": "libverto", "release": "11.fc43", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": "None", "name": "libverto-libev", "release": "11.fc43", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "1.fc43", "source": "rpm", "version": "4.5.2" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "1.fc43", "source": "rpm", "version": "4.5.2" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": "None", "name": "libxkbcommon", "release": "1.fc43", "source": "rpm", "version": "1.11.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": "None", "name": "libxml2", "release": "5.fc43", "source": "rpm", "version": "2.12.10" } ], "libxmlb": [ { "arch": "x86_64", "epoch": "None", "name": "libxmlb", "release": "1.fc43", "source": "rpm", "version": "0.3.26" } ], "libxslt": [ { "arch": "x86_64", "epoch": "None", "name": "libxslt", "release": "5.fc43", "source": "rpm", "version": "1.1.43" } ], "libyaml": [ { "arch": "x86_64", "epoch": "None", "name": "libyaml", "release": "17.fc43", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd-devel", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ], "linux-firmware": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "1.fc43", "source": "rpm", "version": "0.9.34" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "4.fc43", "source": "rpm", "version": "3.22.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "4.fc43", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "2.fc43", "source": "rpm", "version": "2.03.34" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "2.fc43", "source": "rpm", "version": "2.03.34" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lz4-libs", "release": "3.fc43", "source": "rpm", "version": "1.10.0" } ], "lzo": [ { "arch": "x86_64", "epoch": "None", "name": "lzo", "release": "15.fc43", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": "None", "name": "m4", "release": "1.fc43", "source": "rpm", "version": "1.4.21" } ], "make": [ { "arch": "x86_64", "epoch": "1", "name": "make", "release": "11.fc43", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": "None", "name": "man-db", "release": "2.fc43", "source": "rpm", "version": "2.13.1" } ], "mdadm": [ { "arch": "x86_64", "epoch": "None", "name": "mdadm", "release": "9.fc43", "source": "rpm", "version": "4.3" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": "None", "name": "mkpasswd", "release": "1.fc43", "source": "rpm", "version": "5.6.6" } ], "mokutil": [ { "arch": "x86_64", "epoch": "2", "name": "mokutil", "release": "2.fc43", "source": "rpm", "version": "0.7.2" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": "None", "name": "mpdecimal", "release": "2.fc43", "source": "rpm", "version": "4.0.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": "None", "name": "mpfr", "release": "2.fc43", "source": "rpm", "version": "4.2.2" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": "None", "name": "mt7xxx-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "ncurses": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "ncurses-base": [ { "arch": "noarch", "epoch": "None", "name": "ncurses-base", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses-libs", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "netcat": [ { "arch": "x86_64", "epoch": "None", "name": "netcat", "release": "3.fc43", "source": "rpm", "version": "1.237" } ], "nettle": [ { "arch": "x86_64", "epoch": "None", "name": "nettle", "release": "2.fc43", "source": "rpm", "version": "3.10.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": "1", "name": "nfs-utils", "release": "1.fc43", "source": "rpm", "version": "2.8.7" } ], "nftables": [ { "arch": "x86_64", "epoch": "1", "name": "nftables", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "nftables-services": [ { "arch": "noarch", "epoch": "1", "name": "nftables-services", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "ngtcp2": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2", "release": "1.fc43", "source": "rpm", "version": "1.21.0" } ], "ngtcp2-crypto-ossl": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2-crypto-ossl", "release": "1.fc43", "source": "rpm", "version": "1.21.0" } ], "npth": [ { "arch": "x86_64", "epoch": "None", "name": "npth", "release": "3.fc43", "source": "rpm", "version": "1.8" } ], "nspr": [ { "arch": "x86_64", "epoch": "None", "name": "nspr", "release": "4.fc43", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g-libs", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-system-compression": [ { "arch": "x86_64", "epoch": "None", "name": "ntfs-3g-system-compression", "release": "1.fc43", "source": "rpm", "version": "1.1" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfsprogs", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nvidia-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "oniguruma": [ { "arch": "x86_64", "epoch": "None", "name": "oniguruma", "release": "3.fc43", "source": "rpm", "version": "6.9.10" } ], "openldap": [ { "arch": "x86_64", "epoch": "None", "name": "openldap", "release": "1.fc43", "source": "rpm", "version": "2.6.13" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": "None", "name": "openssl-pkcs11", "release": "3.fc43", "source": "rpm", "version": "0.4.13" } ], "os-prober": [ { "arch": "x86_64", "epoch": "None", "name": "os-prober", "release": "10.fc43", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit", "release": "1.fc43", "source": "rpm", "version": "0.26.2" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc43", "source": "rpm", "version": "0.26.2" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "4.fc43", "source": "rpm", "version": "1.7.1" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "4.fc43", "source": "rpm", "version": "1.7.1" } ], "parted": [ { "arch": "x86_64", "epoch": "None", "name": "parted", "release": "13.fc43", "source": "rpm", "version": "3.6" } ], "passim": [ { "arch": "x86_64", "epoch": "None", "name": "passim", "release": "1.fc43", "source": "rpm", "version": "0.1.11" } ], "passim-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "1.fc43", "source": "rpm", "version": "0.1.11" } ], "pcre2": [ { "arch": "x86_64", "epoch": "None", "name": "pcre2", "release": "1.fc43", "source": "rpm", "version": "10.47" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc43", "source": "rpm", "version": "10.47" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": "0", "name": "perl-AutoLoader", "release": "523.fc43", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "523.fc43", "source": "rpm", "version": "1.89" } ], "perl-Carp": [ { "arch": "noarch", "epoch": "None", "name": "perl-Carp", "release": "520.fc43", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": "0", "name": "perl-Class-Struct", "release": "523.fc43", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Data-Dumper", "release": "521.fc43", "source": "rpm", "version": "2.191" } ], "perl-Digest": [ { "arch": "noarch", "epoch": "None", "name": "perl-Digest", "release": "520.fc43", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Digest-MD5", "release": "520.fc43", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": "0", "name": "perl-DynaLoader", "release": "523.fc43", "source": "rpm", "version": "1.57" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Encode", "release": "520.fc43", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Errno", "release": "523.fc43", "source": "rpm", "version": "1.38" } ], "perl-Error": [ { "arch": "noarch", "epoch": "1", "name": "perl-Error", "release": "2.fc43", "source": "rpm", "version": "0.17030" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": "None", "name": "perl-Exporter", "release": "520.fc43", "source": "rpm", "version": "5.79" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Fcntl", "release": "523.fc43", "source": "rpm", "version": "1.20" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "523.fc43", "source": "rpm", "version": "2.86" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": "None", "name": "perl-File-Path", "release": "520.fc43", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": "1", "name": "perl-File-Temp", "release": "520.fc43", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-stat", "release": "523.fc43", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "523.fc43", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": "1", "name": "perl-Getopt-Long", "release": "520.fc43", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": "0", "name": "perl-Getopt-Std", "release": "523.fc43", "source": "rpm", "version": "1.14" } ], "perl-Git": [ { "arch": "noarch", "epoch": "None", "name": "perl-Git", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "521.fc43", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "523.fc43", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "521.fc43", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc43", "source": "rpm", "version": "2.095" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "523.fc43", "source": "rpm", "version": "1.24" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "24.fc43", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "520.fc43", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "523.fc43", "source": "rpm", "version": "1.18" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "11.fc43", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "523.fc43", "source": "rpm", "version": "2.23" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "520.fc43", "source": "rpm", "version": "3.94" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "520.fc43", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "521.fc43", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "3.fc43", "source": "rpm", "version": "3.47" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "520.fc43", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc43", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "523.fc43", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "2.fc43", "source": "rpm", "version": "2.040" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "521.fc43", "source": "rpm", "version": "3.37" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "523.fc43", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "521.fc43", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "520.fc43", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "26.fc43", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "520.fc43", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "520.fc43", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "520.fc43", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc43", "source": "rpm", "version": "5.34" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "523.fc43", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "521.fc43", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "523.fc43", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "523.fc43", "source": "rpm", "version": "5.42.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "523.fc43", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "521.fc43", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "523.fc43", "source": "rpm", "version": "5.42.2" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "523.fc43", "source": "rpm", "version": "1.13" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "523.fc43", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "523.fc43", "source": "rpm", "version": "1.40" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "523.fc43", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "520.fc43", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "520.fc43", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "523.fc43", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": "None", "name": "policycoreutils-python-utils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "polkit": [ { "arch": "x86_64", "epoch": "None", "name": "polkit", "release": "6.fc43.2", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "6.fc43.2", "source": "rpm", "version": "126" } ], "popt": [ { "arch": "x86_64", "epoch": "None", "name": "popt", "release": "9.fc43", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": "None", "name": "prefixdevname", "release": "7.fc43", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": "None", "name": "procps-ng", "release": "7.fc43.1", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": "None", "name": "protobuf-c", "release": "1.fc43", "source": "rpm", "version": "1.5.2" } ], "psmisc": [ { "arch": "x86_64", "epoch": "None", "name": "psmisc", "release": "6.fc43", "source": "rpm", "version": "23.7" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": "None", "name": "publicsuffix-list-dafsa", "release": "1.fc43", "source": "rpm", "version": "20260116" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": "None", "name": "python-pip-wheel", "release": "18.fc43", "source": "rpm", "version": "25.1.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": "None", "name": "python-unversioned-command", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc43", "source": "rpm", "version": "25.4.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc43", "source": "rpm", "version": "2.0.0" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc43", "source": "rpm", "version": "3.4.3" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "7.fc43", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "1.fc43", "source": "rpm", "version": "46.0.7" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "7.fc43", "source": "rpm", "version": "1.4.0" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "10.fc43", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc43", "source": "rpm", "version": "4.24.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": "None", "name": "python3-firewall", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": "None", "name": "python3-gobject-base", "release": "4.fc43", "source": "rpm", "version": "3.54.5" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": "None", "name": "python3-hawkey", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": "None", "name": "python3-idna", "release": "6.fc43", "source": "rpm", "version": "3.10" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": "None", "name": "python3-jinja2", "release": "6.fc43", "source": "rpm", "version": "3.1.6" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpatch", "release": "11.fc43", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpointer", "release": "8.fc43", "source": "rpm", "version": "2.4" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema", "release": "6.fc43", "source": "rpm", "version": "4.23.0" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema-specifications", "release": "6.fc43", "source": "rpm", "version": "2024.10.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libcomps", "release": "1.fc43", "source": "rpm", "version": "0.1.23" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "4.fc43", "source": "rpm", "version": "3.9" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "2.fc43", "source": "rpm", "version": "6.0.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "6.fc43", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "noarch", "epoch": "1", "name": "python3-nftables", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "10.fc43", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "7.fc43", "source": "rpm", "version": "25.0" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "33.fc43", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "1.fc43", "source": "rpm", "version": "0.6.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "5.fc43", "source": "rpm", "version": "2.22" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "31.fc43", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "7.fc43", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "5.fc43", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "2.fc43", "source": "rpm", "version": "2.32.5" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "2.fc43", "source": "rpm", "version": "0.27.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "4.fc43", "source": "rpm", "version": "4.6.0" } ], "python3-six": [ { "arch": "noarch", "epoch": "None", "name": "python3-six", "release": "7.fc43", "source": "rpm", "version": "1.17.0" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": "None", "name": "python3-unbound", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3", "release": "1.fc43", "source": "rpm", "version": "2.6.3" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3+socks", "release": "1.fc43", "source": "rpm", "version": "2.6.3" } ], "qa-tools": [ { "arch": "noarch", "epoch": "None", "name": "qa-tools", "release": "6.fc43", "source": "rpm", "version": "4.1" } ], "qcom-wwan-firmware": [ { "arch": "noarch", "epoch": "None", "name": "qcom-wwan-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "quota": [ { "arch": "x86_64", "epoch": "1", "name": "quota", "release": "2.fc43", "source": "rpm", "version": "4.10" } ], "quota-nls": [ { "arch": "noarch", "epoch": "1", "name": "quota-nls", "release": "2.fc43", "source": "rpm", "version": "4.10" } ], "readline": [ { "arch": "x86_64", "epoch": "None", "name": "readline", "release": "2.fc43", "source": "rpm", "version": "8.3" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": "None", "name": "realtek-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "rng-tools": [ { "arch": "x86_64", "epoch": "None", "name": "rng-tools", "release": "7.fc43", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": "None", "name": "rootfiles", "release": "4.fc43", "source": "rpm", "version": "9.0" } ], "rpcbind": [ { "arch": "x86_64", "epoch": "None", "name": "rpcbind", "release": "0.fc43", "source": "rpm", "version": "1.2.8" } ], "rpm": [ { "arch": "x86_64", "epoch": "None", "name": "rpm", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-build-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-audit", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-selinux", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-systemd-inhibit", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sequoia", "release": "1.fc43", "source": "rpm", "version": "1.10.1" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sign-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rsync": [ { "arch": "x86_64", "epoch": "None", "name": "rsync", "release": "5.fc43", "source": "rpm", "version": "3.4.1" } ], "rsyslog": [ { "arch": "x86_64", "epoch": "None", "name": "rsyslog", "release": "1.fc43", "source": "rpm", "version": "8.2602.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": "None", "name": "rtl-sdr", "release": "6.fc43", "source": "rpm", "version": "2.0.1" } ], "sdbus-cpp": [ { "arch": "x86_64", "epoch": "None", "name": "sdbus-cpp", "release": "3.fc43", "source": "rpm", "version": "2.1.0" } ], "sed": [ { "arch": "x86_64", "epoch": "None", "name": "sed", "release": "5.fc43", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy", "release": "1.fc43", "source": "rpm", "version": "43.6" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc43", "source": "rpm", "version": "43.6" } ], "setup": [ { "arch": "noarch", "epoch": "None", "name": "setup", "release": "26.fc43", "source": "rpm", "version": "2.15.0" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": "2", "name": "shadow-utils", "release": "3.fc43", "source": "rpm", "version": "4.18.0" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": "None", "name": "shared-mime-info", "release": "2.fc43", "source": "rpm", "version": "2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": "None", "name": "snappy", "release": "2.fc43", "source": "rpm", "version": "1.2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "sqlite-libs", "release": "2.fc43", "source": "rpm", "version": "3.50.2" } ], "sssd-client": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-client", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "strace": [ { "arch": "x86_64", "epoch": "None", "name": "strace", "release": "1.fc43", "source": "rpm", "version": "6.19" } ], "sudo": [ { "arch": "x86_64", "epoch": "None", "name": "sudo", "release": "6.p2.fc43", "source": "rpm", "version": "1.9.17" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": "None", "name": "sudo-python-plugin", "release": "6.p2.fc43", "source": "rpm", "version": "1.9.17" } ], "systemd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "tar": [ { "arch": "x86_64", "epoch": "2", "name": "tar", "release": "6.fc43", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": "None", "name": "tbb", "release": "2.fc43", "source": "rpm", "version": "2022.2.0" } ], "time": [ { "arch": "x86_64", "epoch": "None", "name": "time", "release": "27.fc43", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": "None", "name": "tiwilink-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": "None", "name": "tpm2-tss", "release": "8.fc43", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": "None", "name": "tzdata", "release": "1.fc43", "source": "rpm", "version": "2026a" } ], "udisks2": [ { "arch": "x86_64", "epoch": "None", "name": "udisks2", "release": "1.fc43", "source": "rpm", "version": "2.11.1" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-anchor", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "unzip": [ { "arch": "x86_64", "epoch": "None", "name": "unzip", "release": "67.fc43", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": "None", "name": "userspace-rcu", "release": "2.fc43", "source": "rpm", "version": "0.15.3" } ], "util-linux": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": "None", "name": "volume_key-libs", "release": "28.fc43", "source": "rpm", "version": "0.3.12" } ], "wcurl": [ { "arch": "noarch", "epoch": "None", "name": "wcurl", "release": "1.fc43", "source": "rpm", "version": "2026.01.05" } ], "wget2": [ { "arch": "x86_64", "epoch": "None", "name": "wget2", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "which": [ { "arch": "x86_64", "epoch": "None", "name": "which", "release": "3.fc43", "source": "rpm", "version": "2.23" } ], "whois-nls": [ { "arch": "noarch", "epoch": "None", "name": "whois-nls", "release": "1.fc43", "source": "rpm", "version": "5.6.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "xfsprogs", "release": "3.fc43", "source": "rpm", "version": "6.15.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": "None", "name": "xkeyboard-config", "release": "1.fc43", "source": "rpm", "version": "2.46" } ], "xxd": [ { "arch": "x86_64", "epoch": "2", "name": "xxd", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": "None", "name": "xxhash-libs", "release": "3.fc43", "source": "rpm", "version": "0.8.3" } ], "xz": [ { "arch": "x86_64", "epoch": "1", "name": "xz", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": "None", "name": "zchunk-libs", "release": "3.fc43", "source": "rpm", "version": "1.5.1" } ], "zip": [ { "arch": "x86_64", "epoch": "None", "name": "zip", "release": "44.fc43", "source": "rpm", "version": "3.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat", "release": "2.fc43", "source": "rpm", "version": "2.3.3" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "2.fc43", "source": "rpm", "version": "2.3.3" } ], "zram-generator": [ { "arch": "x86_64", "epoch": "None", "name": "zram-generator", "release": "3.fc43", "source": "rpm", "version": "1.2.1" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": "None", "name": "zram-generator-defaults", "release": "3.fc43", "source": "rpm", "version": "1.2.1" } ], "zstd": [ { "arch": "x86_64", "epoch": "None", "name": "zstd", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ] } }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 25 April 2026 04:56:40 -0400 (0:00:01.380) 0:00:53.174 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_version": "8.2602.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 25 April 2026 04:56:40 -0400 (0:00:00.033) 0:00:53.207 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 25 April 2026 04:56:40 -0400 (0:00:00.024) 0:00:53.231 ******** ok: [managed-node2] => {} MSG: Rsyslog_version is 8.2602.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 25 April 2026 04:56:40 -0400 (0:00:00.032) 0:00:53.263 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 25 April 2026 04:56:40 -0400 (0:00:00.031) 0:00:53.295 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 25 April 2026 04:56:41 -0400 (0:00:00.488) 0:00:53.783 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 25 April 2026 04:56:41 -0400 (0:00:00.509) 0:00:54.293 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 25 April 2026 04:56:42 -0400 (0:00:00.510) 0:00:54.804 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 25 April 2026 04:56:42 -0400 (0:00:00.106) 0:00:54.911 ******** changed: [managed-node2] => (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-1777107402.6523416-28377-170048268160254/.source.conf", "state": "file", "uid": 0 } skipping: [managed-node2] => (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-node2] => (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-1777107403.8817952-28377-227708554989344/.source.conf", "state": "file", "uid": 0 } changed: [managed-node2] => (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-1777107404.8320017-28377-20298600748034/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 25 April 2026 04:56:45 -0400 (0:00:03.154) 0:00:58.065 ******** ok: [managed-node2] => { "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-1777107402.6523416-28377-170048268160254/.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-1777107402.6523416-28377-170048268160254/.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-1777107403.8817952-28377-227708554989344/.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-1777107403.8817952-28377-227708554989344/.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-1777107404.8320017-28377-20298600748034/.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-1777107404.8320017-28377-20298600748034/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 25 April 2026 04:56:45 -0400 (0:00:00.067) 0:00:58.133 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 25 April 2026 04:56:45 -0400 (0:00:00.071) 0:00:58.204 ******** ok: [managed-node2] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-yZ2/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-node2] => (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-yZ2/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-node2] => (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-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 25 April 2026 04:56:45 -0400 (0:00:00.084) 0:00:58.289 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node2 => (item={'name': 'system_input', 'type': 'basics'}) included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml for managed-node2 => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml for managed-node2 => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 25 April 2026 04:56:46 -0400 (0:00:00.094) 0:00:58.383 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:56:46 -0400 (0:00:00.066) 0:00:58.449 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:56:46 -0400 (0:00:00.041) 0:00:58.491 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:56:46 -0400 (0:00:00.030) 0:00:58.522 ******** ok: [managed-node2] => { "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-1777107402.6523416-28377-170048268160254/.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-1777107402.6523416-28377-170048268160254/.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-1777107403.8817952-28377-227708554989344/.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-1777107403.8817952-28377-227708554989344/.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-1777107404.8320017-28377-20298600748034/.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-1777107404.8320017-28377-20298600748034/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:56:46 -0400 (0:00:00.044) 0:00:58.567 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 25 April 2026 04:56:46 -0400 (0:00:00.036) 0:00:58.603 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:56:46 -0400 (0:00:00.075) 0:00:58.679 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:56:46 -0400 (0:00:00.053) 0:00:58.733 ******** changed: [managed-node2] => (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-1777107406.7661293-28671-197572364845950/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:56:47 -0400 (0:00:01.389) 0:01:00.122 ******** ok: [managed-node2] => { "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-1777107402.6523416-28377-170048268160254/.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-1777107402.6523416-28377-170048268160254/.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-1777107403.8817952-28377-227708554989344/.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-1777107403.8817952-28377-227708554989344/.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-1777107404.8320017-28377-20298600748034/.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-1777107404.8320017-28377-20298600748034/.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-1777107406.7661293-28671-197572364845950/.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-1777107406.7661293-28671-197572364845950/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:56:47 -0400 (0:00:00.081) 0:01:00.204 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2 Saturday 25 April 2026 04:56:48 -0400 (0:00:00.182) 0:01:00.387 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node2 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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 25 April 2026 04:56:48 -0400 (0:00:00.066) 0:01:00.454 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 25 April 2026 04:56:48 -0400 (0:00:00.045) 0:01:00.499 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 25 April 2026 04:56:48 -0400 (0:00:00.043) 0:01:00.543 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 25 April 2026 04:56:48 -0400 (0:00:00.069) 0:01:00.612 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 25 April 2026 04:56:48 -0400 (0:00:00.112) 0:01:00.724 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9 Saturday 25 April 2026 04:56:48 -0400 (0:00:00.112) 0:01:00.836 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:56:48 -0400 (0:00:00.180) 0:01:01.017 ******** Notification for handler Restart rsyslogd has been saved. changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-relp-8.2602.0-1.fc43.x86_64", "Installed: librelp-1.12.0-1.fc43.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:56:51 -0400 (0:00:02.453) 0:01:03.471 ******** changed: [managed-node2] => (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-1777107411.2435133-28939-94666858016228/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:56:52 -0400 (0:00:01.010) 0:01:04.481 ******** ok: [managed-node2] => { "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-1777107402.6523416-28377-170048268160254/.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-1777107402.6523416-28377-170048268160254/.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-1777107403.8817952-28377-227708554989344/.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-1777107403.8817952-28377-227708554989344/.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-1777107404.8320017-28377-20298600748034/.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-1777107404.8320017-28377-20298600748034/.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-1777107406.7661293-28671-197572364845950/.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-1777107406.7661293-28671-197572364845950/.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-1777107411.2435133-28939-94666858016228/.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-1777107411.2435133-28939-94666858016228/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:56:52 -0400 (0:00:00.051) 0:01:04.533 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16 Saturday 25 April 2026 04:56:52 -0400 (0:00:00.044) 0:01:04.578 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:56:52 -0400 (0:00:00.051) 0:01:04.630 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:56:52 -0400 (0:00:00.035) 0:01:04.665 ******** changed: [managed-node2] => (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-1777107412.4497328-28987-139711535023822/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:56:53 -0400 (0:00:00.979) 0:01:05.645 ******** ok: [managed-node2] => { "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-1777107402.6523416-28377-170048268160254/.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-1777107402.6523416-28377-170048268160254/.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-1777107403.8817952-28377-227708554989344/.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-1777107403.8817952-28377-227708554989344/.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-1777107404.8320017-28377-20298600748034/.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-1777107404.8320017-28377-20298600748034/.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-1777107406.7661293-28671-197572364845950/.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-1777107406.7661293-28671-197572364845950/.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-1777107411.2435133-28939-94666858016228/.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-1777107411.2435133-28939-94666858016228/.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-1777107412.4497328-28987-139711535023822/.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-1777107412.4497328-28987-139711535023822/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:56:53 -0400 (0:00:00.066) 0:01:05.711 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2 Saturday 25 April 2026 04:56:53 -0400 (0:00:00.151) 0:01:05.863 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node2 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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 25 April 2026 04:56:53 -0400 (0:00:00.064) 0:01:05.928 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 25 April 2026 04:56:53 -0400 (0:00:00.050) 0:01:05.978 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 25 April 2026 04:56:53 -0400 (0:00:00.042) 0:01:06.021 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 25 April 2026 04:56:53 -0400 (0:00:00.042) 0:01:06.063 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 25 April 2026 04:56:53 -0400 (0:00:00.042) 0:01:06.106 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9 Saturday 25 April 2026 04:56:53 -0400 (0:00:00.039) 0:01:06.146 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:56:53 -0400 (0:00:00.050) 0:01:06.197 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:56:55 -0400 (0:00:01.635) 0:01:07.832 ******** ok: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:56:56 -0400 (0:00:00.930) 0:01:08.762 ******** ok: [managed-node2] => { "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-1777107402.6523416-28377-170048268160254/.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-1777107402.6523416-28377-170048268160254/.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-1777107403.8817952-28377-227708554989344/.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-1777107403.8817952-28377-227708554989344/.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-1777107404.8320017-28377-20298600748034/.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-1777107404.8320017-28377-20298600748034/.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-1777107406.7661293-28671-197572364845950/.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-1777107406.7661293-28671-197572364845950/.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-1777107411.2435133-28939-94666858016228/.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-1777107411.2435133-28939-94666858016228/.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-1777107412.4497328-28987-139711535023822/.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-1777107412.4497328-28987-139711535023822/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:56:56 -0400 (0:00:00.050) 0:01:08.812 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16 Saturday 25 April 2026 04:56:56 -0400 (0:00:00.048) 0:01:08.860 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:56:56 -0400 (0:00:00.053) 0:01:08.914 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:56:56 -0400 (0:00:00.041) 0:01:08.955 ******** changed: [managed-node2] => (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-node2"]\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": "929f138e89d2490308d00594159801d121ebd147", "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-node2\"]\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": "d71882e344d9c6f9c8c8ba9015af8797", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1777107416.7638717-29177-190474116624565/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:56:57 -0400 (0:00:01.028) 0:01:09.983 ******** ok: [managed-node2] => { "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-1777107402.6523416-28377-170048268160254/.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-1777107402.6523416-28377-170048268160254/.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-1777107403.8817952-28377-227708554989344/.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-1777107403.8817952-28377-227708554989344/.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-1777107404.8320017-28377-20298600748034/.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-1777107404.8320017-28377-20298600748034/.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-1777107406.7661293-28671-197572364845950/.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-1777107406.7661293-28671-197572364845950/.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-1777107411.2435133-28939-94666858016228/.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-1777107411.2435133-28939-94666858016228/.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-1777107412.4497328-28987-139711535023822/.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-1777107412.4497328-28987-139711535023822/.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": "929f138e89d2490308d00594159801d121ebd147", "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-node2\"]\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": "929f138e89d2490308d00594159801d121ebd147", "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-1777107416.7638717-29177-190474116624565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d71882e344d9c6f9c8c8ba9015af8797", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1777107416.7638717-29177-190474116624565/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:56:57 -0400 (0:00:00.061) 0:01:10.044 ******** skipping: [managed-node2] => (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-node2"]\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-node2\"]\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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 25 April 2026 04:56:57 -0400 (0:00:00.101) 0:01:10.146 ******** ok: [managed-node2] => (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-yZ2/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-node2] => (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-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 25 April 2026 04:56:57 -0400 (0:00:00.062) 0:01:10.208 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node2 => (item={'name': 'files_output', 'type': 'files'}) included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml for managed-node2 => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 25 April 2026 04:56:57 -0400 (0:00:00.068) 0:01:10.276 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:56:57 -0400 (0:00:00.064) 0:01:10.341 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:56:58 -0400 (0:00:00.042) 0:01:10.384 ******** changed: [managed-node2] => (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-1777107418.165013-29249-194771297224719/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:56:59 -0400 (0:00:01.042) 0:01:11.426 ******** ok: [managed-node2] => { "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-1777107402.6523416-28377-170048268160254/.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-1777107402.6523416-28377-170048268160254/.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-1777107403.8817952-28377-227708554989344/.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-1777107403.8817952-28377-227708554989344/.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-1777107404.8320017-28377-20298600748034/.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-1777107404.8320017-28377-20298600748034/.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-1777107406.7661293-28671-197572364845950/.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-1777107406.7661293-28671-197572364845950/.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-1777107411.2435133-28939-94666858016228/.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-1777107411.2435133-28939-94666858016228/.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-1777107412.4497328-28987-139711535023822/.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-1777107412.4497328-28987-139711535023822/.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": "929f138e89d2490308d00594159801d121ebd147", "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-node2\"]\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": "929f138e89d2490308d00594159801d121ebd147", "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-1777107416.7638717-29177-190474116624565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d71882e344d9c6f9c8c8ba9015af8797", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1777107416.7638717-29177-190474116624565/.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-1777107418.165013-29249-194771297224719/.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-1777107418.165013-29249-194771297224719/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:56:59 -0400 (0:00:00.103) 0:01:11.530 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 25 April 2026 04:56:59 -0400 (0:00:00.079) 0:01:11.609 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:56:59 -0400 (0:00:00.079) 0:01:11.689 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:56:59 -0400 (0:00:00.059) 0:01:11.750 ******** changed: [managed-node2] => (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-1777107419.6238544-29324-87814842255825/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:57:00 -0400 (0:00:01.192) 0:01:12.943 ******** ok: [managed-node2] => { "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-1777107402.6523416-28377-170048268160254/.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-1777107402.6523416-28377-170048268160254/.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-1777107403.8817952-28377-227708554989344/.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-1777107403.8817952-28377-227708554989344/.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-1777107404.8320017-28377-20298600748034/.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-1777107404.8320017-28377-20298600748034/.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-1777107406.7661293-28671-197572364845950/.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-1777107406.7661293-28671-197572364845950/.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-1777107411.2435133-28939-94666858016228/.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-1777107411.2435133-28939-94666858016228/.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-1777107412.4497328-28987-139711535023822/.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-1777107412.4497328-28987-139711535023822/.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": "929f138e89d2490308d00594159801d121ebd147", "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-node2\"]\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": "929f138e89d2490308d00594159801d121ebd147", "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-1777107416.7638717-29177-190474116624565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d71882e344d9c6f9c8c8ba9015af8797", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1777107416.7638717-29177-190474116624565/.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-1777107418.165013-29249-194771297224719/.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-1777107418.165013-29249-194771297224719/.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-1777107419.6238544-29324-87814842255825/.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-1777107419.6238544-29324-87814842255825/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:57:00 -0400 (0:00:00.062) 0:01:13.005 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 25 April 2026 04:57:00 -0400 (0:00:00.119) 0:01:13.125 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:57:00 -0400 (0:00:00.060) 0:01:13.185 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:57:00 -0400 (0:00:00.037) 0:01:13.222 ******** changed: [managed-node2] => (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-1777107420.96406-29394-117594455729740/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:57:01 -0400 (0:00:01.028) 0:01:14.251 ******** ok: [managed-node2] => { "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-1777107402.6523416-28377-170048268160254/.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-1777107402.6523416-28377-170048268160254/.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-1777107403.8817952-28377-227708554989344/.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-1777107403.8817952-28377-227708554989344/.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-1777107404.8320017-28377-20298600748034/.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-1777107404.8320017-28377-20298600748034/.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-1777107406.7661293-28671-197572364845950/.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-1777107406.7661293-28671-197572364845950/.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-1777107411.2435133-28939-94666858016228/.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-1777107411.2435133-28939-94666858016228/.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-1777107412.4497328-28987-139711535023822/.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-1777107412.4497328-28987-139711535023822/.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": "929f138e89d2490308d00594159801d121ebd147", "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-node2\"]\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": "929f138e89d2490308d00594159801d121ebd147", "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-1777107416.7638717-29177-190474116624565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d71882e344d9c6f9c8c8ba9015af8797", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1777107416.7638717-29177-190474116624565/.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-1777107418.165013-29249-194771297224719/.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-1777107418.165013-29249-194771297224719/.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-1777107419.6238544-29324-87814842255825/.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-1777107419.6238544-29324-87814842255825/.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-1777107420.96406-29394-117594455729740/.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-1777107420.96406-29394-117594455729740/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:57:01 -0400 (0:00:00.070) 0:01:14.321 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10 Saturday 25 April 2026 04:57:02 -0400 (0:00:00.052) 0:01:14.374 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:57:02 -0400 (0:00:00.051) 0:01:14.425 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:57:02 -0400 (0:00:00.041) 0:01:14.467 ******** changed: [managed-node2] => (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": "2b70505787091ab58bf937c21180f3ae9c51202e", "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": "d5b35aac0fed083045935e52766dd1e6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 261, "src": "/root/.ansible/tmp/ansible-tmp-1777107422.2692606-29452-172746828382909/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:57:03 -0400 (0:00:01.016) 0:01:15.483 ******** ok: [managed-node2] => { "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-1777107402.6523416-28377-170048268160254/.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-1777107402.6523416-28377-170048268160254/.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-1777107403.8817952-28377-227708554989344/.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-1777107403.8817952-28377-227708554989344/.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-1777107404.8320017-28377-20298600748034/.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-1777107404.8320017-28377-20298600748034/.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-1777107406.7661293-28671-197572364845950/.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-1777107406.7661293-28671-197572364845950/.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-1777107411.2435133-28939-94666858016228/.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-1777107411.2435133-28939-94666858016228/.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-1777107412.4497328-28987-139711535023822/.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-1777107412.4497328-28987-139711535023822/.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": "929f138e89d2490308d00594159801d121ebd147", "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-node2\"]\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": "929f138e89d2490308d00594159801d121ebd147", "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-1777107416.7638717-29177-190474116624565/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d71882e344d9c6f9c8c8ba9015af8797", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 510, "src": "/root/.ansible/tmp/ansible-tmp-1777107416.7638717-29177-190474116624565/.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-1777107418.165013-29249-194771297224719/.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-1777107418.165013-29249-194771297224719/.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-1777107419.6238544-29324-87814842255825/.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-1777107419.6238544-29324-87814842255825/.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-1777107420.96406-29394-117594455729740/.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-1777107420.96406-29394-117594455729740/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "2b70505787091ab58bf937c21180f3ae9c51202e", "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": "2b70505787091ab58bf937c21180f3ae9c51202e", "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-1777107422.2692606-29452-172746828382909/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "d5b35aac0fed083045935e52766dd1e6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 261, "src": "/root/.ansible/tmp/ansible-tmp-1777107422.2692606-29452-172746828382909/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:57:03 -0400 (0:00:00.057) 0:01:15.540 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 25 April 2026 04:57:03 -0400 (0:00:00.093) 0:01:15.634 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 25 April 2026 04:57:03 -0400 (0:00:00.034) 0:01:15.669 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 25 April 2026 04:57:03 -0400 (0:00:00.050) 0:01:15.720 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 25 April 2026 04:57:03 -0400 (0:00:00.046) 0:01:15.767 ******** skipping: [managed-node2] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 25 April 2026 04:57:03 -0400 (0:00:00.064) 0:01:15.831 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 25 April 2026 04:57:03 -0400 (0:00:00.053) 0:01:15.884 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 25 April 2026 04:57:03 -0400 (0:00:00.045) 0:01:15.930 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 25 April 2026 04:57:03 -0400 (0:00:00.045) 0:01:15.976 ******** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "rsyslog", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target network.target system.slice network-online.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "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", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3431886848", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "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", "PrivateBPF": "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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "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 sys_debug_setcontext sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4403", "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 25 April 2026 04:57:04 -0400 (0:00:00.978) 0:01:16.955 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 25 April 2026 04:57:04 -0400 (0:00:00.050) 0:01:17.005 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 25 April 2026 04:57:04 -0400 (0:00:00.054) 0:01:17.060 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 25 April 2026 04:57:04 -0400 (0:00:00.048) 0:01:17.108 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1777107325.500741, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b469de7f813797aff0d514249d57cb8b3ed3157d", "ctime": 1777107314.8247716, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 756, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774828800.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3403, "uid": 0, "version": "446798196", "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 25 April 2026 04:57:05 -0400 (0:00:00.495) 0:01:17.604 ******** Notification for handler Restart rsyslogd has been saved. changed: [managed-node2] => { "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-1777107425.3348267-29592-16694654896837/.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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:69 Saturday 25 April 2026 04:57:06 -0400 (0:00:00.973) 0:01:18.577 ******** NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 25 April 2026 04:57:06 -0400 (0:00:00.003) 0:01:18.580 ******** changed: [managed-node2] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice network-online.target network.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "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", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3445686272", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "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", "PrivateBPF": "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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "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 sys_debug_setcontext sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4403", "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:72 Saturday 25 April 2026 04:57:06 -0400 (0:00:00.759) 0:01:19.340 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2 Saturday 25 April 2026 04:57:07 -0400 (0:00:00.061) 0:01:19.402 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1777107426.8425317, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1777107426.1535325, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 396266, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777107426.1543067, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "3686575635", "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7 Saturday 25 April 2026 04:57:07 -0400 (0:00:00.494) 0:01:19.896 ******** ok: [managed-node2] => { "changed": false, "examined": 12, "files": [ { "atime": 1777107426.8435316, "ctime": 1777107423.0674627, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 396265, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107422.6905375, "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": 1777107426.8435316, "ctime": 1777107407.668468, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 396249, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107407.2965631, "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": 1777107426.8435316, "ctime": 1777107421.8375385, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 396264, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107421.4155393, "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": 1777107426.8435316, "ctime": 1777107413.220256, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 396251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107412.865553, "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": 1777107426.8435316, "ctime": 1777107404.7203925, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 396247, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107404.3515685, "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": 1777107198.351107, "ctime": 1777107159.4856966, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 1424, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1765756800.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": 1777107426.8435316, "ctime": 1777107417.5585446, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 396261, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107417.1855452, "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": 1777107426.8435316, "ctime": 1777107405.644584, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 396248, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107405.2765667, "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": 1777107426.8435316, "ctime": 1777107420.529281, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 396263, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107420.154541, "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": 1777107426.8435316, "ctime": 1777107418.9920762, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 396262, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107418.633543, "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": 1777107415.975547, "ctime": 1777107412.0657613, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 396250, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107411.696555, "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": 1777107426.8435316, "ctime": 1777107403.7297862, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 396246, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107403.1395707, "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 } ], "matched": 12, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13 Saturday 25 April 2026 04:57:08 -0400 (0:00:00.622) 0:01:20.519 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18 Saturday 25 April 2026 04:57:08 -0400 (0:00:00.043) 0:01:20.563 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__conf_size == \"more\"", "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23 Saturday 25 April 2026 04:57:08 -0400 (0:00:00.028) 0:01:20.592 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Saturday 25 April 2026 04:57:08 -0400 (0:00:00.048) 0:01:20.641 ******** ok: [managed-node2] => (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": 1777107426.8435316, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "ctime": 1777107413.220256, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 396251, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777107412.865553, "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": "1232859114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (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": 1777107426.8435316, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "929f138e89d2490308d00594159801d121ebd147", "ctime": 1777107417.5585446, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 396261, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777107417.1855452, "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": "2054786064", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35 Saturday 25 April 2026 04:57:09 -0400 (0:00:01.102) 0:01:21.743 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__check_systemctl_status == \"true\"", "skip_reason": "Conditional result was False" } TASK [Install lsof] ************************************************************ task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:82 Saturday 25 April 2026 04:57:09 -0400 (0:00:00.028) 0:01:21.772 ******** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: lsof-4.98.0-8.fc43.x86_64" ] } lsrpackages: lsof TASK [Check lsof outputs for rsyslogd] ***************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:88 Saturday 25 April 2026 04:57:11 -0400 (0:00:02.287) 0:01:24.059 ******** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd", "delta": "0:00:00.032625", "end": "2026-04-25 04:57:12.259376", "rc": 0, "start": "2026-04-25 04:57:12.226751" } STDOUT: rsyslogd 108698 root 4u IPv4 184624 0t0 TCP *:6514 (LISTEN) rsyslogd 108698 root 5u IPv6 184625 0t0 TCP *:6514 (LISTEN) rsyslogd 108698 root 6u IPv4 184627 0t0 TCP *:20514 (LISTEN) rsyslogd 108698 root 7u IPv6 184628 0t0 TCP *:20514 (LISTEN) TASK [Show lsof output] ******************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:95 Saturday 25 April 2026 04:57:12 -0400 (0:00:00.614) 0:01:24.674 ******** ok: [managed-node2] => {} MSG: lsof returned rsyslogd 108698 root 4u IPv4 184624 0t0 TCP *:6514 (LISTEN) rsyslogd 108698 root 5u IPv6 184625 0t0 TCP *:6514 (LISTEN) rsyslogd 108698 root 6u IPv4 184627 0t0 TCP *:20514 (LISTEN) rsyslogd 108698 root 7u IPv6 184628 0t0 TCP *:20514 (LISTEN) TASK [Check port 6514, 20514 are open for TCP] ********************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:99 Saturday 25 April 2026 04:57:12 -0400 (0:00:00.027) 0:01:24.701 ******** ok: [managed-node2] => (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.027238", "end": "2026-04-25 04:57:12.801284", "item": 6514, "rc": 0, "start": "2026-04-25 04:57:12.774046" } STDOUT: rsyslogd 108698 root 4u IPv4 184624 0t0 TCP *:6514 (LISTEN) rsyslogd 108698 root 5u IPv6 184625 0t0 TCP *:6514 (LISTEN) ok: [managed-node2] => (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.021992", "end": "2026-04-25 04:57:13.270179", "item": 20514, "rc": 0, "start": "2026-04-25 04:57:13.248187" } STDOUT: rsyslogd 108698 root 6u IPv4 184627 0t0 TCP *:20514 (LISTEN) rsyslogd 108698 root 7u IPv6 184628 0t0 TCP *:20514 (LISTEN) TASK [Check the flows in relp_server0 - 0] ************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:107 Saturday 25 April 2026 04:57:13 -0400 (0:00:01.002) 0:01:25.704 ******** ok: [managed-node2] => { "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.006037", "end": "2026-04-25 04:57:13.765035", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:57:13.758998" } STDOUT: 2 TASK [Check the flows in relp_server0 - 1] ************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:115 Saturday 25 April 2026 04:57:13 -0400 (0:00:00.478) 0:01:26.183 ******** ok: [managed-node2] => { "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.006553", "end": "2026-04-25 04:57:14.275934", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:57:14.269381" } STDOUT: 1 TASK [Check the ca cert in relp_server0 - 0] *********************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:123 Saturday 25 April 2026 04:57:14 -0400 (0:00:00.511) 0:01:26.694 ******** ok: [managed-node2] => { "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.005650", "end": "2026-04-25 04:57:14.816394", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:57:14.810744" } STDOUT: 1 TASK [Check the ca cert in relp_server0 - 1] *********************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:131 Saturday 25 April 2026 04:57:14 -0400 (0:00:00.535) 0:01:27.230 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1777107395.5525846, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "79ca6c43fbf6ff882b1cc6b51ee6e2fe420f51b0", "ctime": 1777107395.5493193, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1431, "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": 1777107395.5493193, "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": "1899771779", "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:135 Saturday 25 April 2026 04:57:15 -0400 (0:00:00.469) 0:01:27.700 ******** ok: [managed-node2] => { "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.005771", "end": "2026-04-25 04:57:15.763781", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:57:15.758010" } STDOUT: 1 TASK [Check the cert in relp_server0 - 1] ************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:143 Saturday 25 April 2026 04:57:15 -0400 (0:00:00.489) 0:01:28.189 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1777107395.5525846, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "79ca6c43fbf6ff882b1cc6b51ee6e2fe420f51b0", "ctime": 1777107395.5493193, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1431, "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": 1777107395.5493193, "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": "1899771779", "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:147 Saturday 25 April 2026 04:57:16 -0400 (0:00:00.528) 0:01:28.717 ******** ok: [managed-node2] => { "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.006603", "end": "2026-04-25 04:57:16.792044", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:57:16.785441" } STDOUT: 1 TASK [Check the private key in relp_server0 - 1] ******************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:155 Saturday 25 April 2026 04:57:16 -0400 (0:00:00.488) 0:01:29.205 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1777107426.8515315, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6d78cb3d2e02d2c405c241c89e3c18cd408004fe", "ctime": 1777107395.5493193, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1428, "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": 1777107395.5493193, "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": "1299229512", "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:159 Saturday 25 April 2026 04:57:17 -0400 (0:00:00.508) 0:01:29.714 ******** ok: [managed-node2] => { "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.006050", "end": "2026-04-25 04:57:17.806230", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:57:17.800180" } STDOUT: 1 TASK [Check tls.permittedpeer in relp_server1] ********************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:167 Saturday 25 April 2026 04:57:17 -0400 (0:00:00.508) 0:01:30.222 ******** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.managed-node2\\\"\\]\" \"/etc/rsyslog.d/11-input-relp-relp_server1.conf\" | wc -l", "delta": "0:00:00.006340", "end": "2026-04-25 04:57:18.284972", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:57:18.278632" } STDOUT: 1 TASK [Check maxDataSize is logging_max_message_size] *************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:178 Saturday 25 April 2026 04:57:18 -0400 (0:00:00.486) 0:01:30.709 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['distribution'] in ['CentOS', 'RedHat']", "skip_reason": "Conditional result was False" } TASK [Check preserveFQDN is on] ************************************************ task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:189 Saturday 25 April 2026 04:57:18 -0400 (0:00:00.026) 0:01:30.735 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "-c", "preserveFQDN=\"on\"", "/etc/rsyslog.d/00-global.conf" ], "delta": "0:00:00.003383", "end": "2026-04-25 04:57:18.786517", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:57:18.783134" } STDOUT: 1 TASK [Check ports managed by firewall and selinux] ***************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:195 Saturday 25 April 2026 04:57:18 -0400 (0:00:00.462) 0:01:31.198 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node2 TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 25 April 2026 04:57:18 -0400 (0:00:00.035) 0:01:31.233 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 25 April 2026 04:57:18 -0400 (0:00:00.033) 0:01:31.266 ******** ok: [managed-node2] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"6514/tcp\"\n", "delta": "0:00:00.227290", "end": "2026-04-25 04:57:19.563711", "item": 6514, "rc": 0, "start": "2026-04-25 04:57:19.336421" } STDOUT: 1514/tcp 6514/tcp 20514/tcp ok: [managed-node2] => (item=20514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"20514/tcp\"\n", "delta": "0:00:00.220739", "end": "2026-04-25 04:57:20.229164", "item": 20514, "rc": 0, "start": "2026-04-25 04:57:20.008425" } STDOUT: 1514/tcp 6514/tcp 20514/tcp ok: [managed-node2] => (item=1514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"1514/tcp\"\n", "delta": "0:00:00.224245", "end": "2026-04-25 04:57:20.903230", "item": 1514, "rc": 0, "start": "2026-04-25 04:57:20.678985" } STDOUT: 1514/tcp 6514/tcp 20514/tcp TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 25 April 2026 04:57:20 -0400 (0:00:02.049) 0:01:33.316 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 25 April 2026 04:57:20 -0400 (0:00:00.024) 0:01:33.341 ******** ok: [managed-node2] => (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.278240", "end": "2026-04-25 04:57:21.693074", "item": 6514, "rc": 0, "start": "2026-04-25 04:57:21.414834" } STDOUT: syslog_tls_port_t tcp 6514, 20514 STDERR: egrep: warning: egrep is obsolescent; using grep -E ok: [managed-node2] => (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.277415", "end": "2026-04-25 04:57:22.527569", "item": 20514, "rc": 0, "start": "2026-04-25 04:57:22.250154" } STDOUT: syslog_tls_port_t tcp 6514, 20514 STDERR: egrep: warning: egrep is obsolescent; using grep -E ok: [managed-node2] => (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.278363", "end": "2026-04-25 04:57:23.294579", "item": 1514, "rc": 0, "start": "2026-04-25 04:57:23.016216" } STDOUT: syslogd_port_t tcp 1514 STDERR: egrep: warning: egrep is obsolescent; using grep -E TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 25 April 2026 04:57:23 -0400 (0:00:02.371) 0:01:35.712 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set firewall and selinux to false for cleanup] *************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:198 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.019) 0:01:35.732 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:203 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.023) 0:01:35.755 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.024) 0:01:35.780 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.001) 0:01:35.782 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.020) 0:01:35.802 ******** included: fedora.linux_system_roles.logging for managed-node2 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.060) 0:01:35.863 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.021) 0:01:35.884 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.019) 0:01:35.903 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.019) 0:01:35.922 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.023) 0:01:35.946 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.051) 0:01:35.997 ******** ok: [managed-node2] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.039) 0:01:36.037 ******** ok: [managed-node2] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.039) 0:01:36.077 ******** skipping: [managed-node2] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.032) 0:01:36.109 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.035) 0:01:36.144 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.014) 0:01:36.159 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.043) 0:01:36.203 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.049) 0:01:36.253 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 25 April 2026 04:57:23 -0400 (0:00:00.050) 0:01:36.303 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.058) 0:01:36.362 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.094) 0:01:36.457 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.095) 0:01:36.552 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.075) 0:01:36.629 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.059) 0:01:36.688 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.042) 0:01:36.731 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.053) 0:01:36.784 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.061) 0:01:36.845 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.039) 0:01:36.884 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.015) 0:01:36.900 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.019) 0:01:36.920 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.015) 0:01:36.935 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.015) 0:01:36.950 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.037) 0:01:36.988 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.064) 0:01:37.052 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.040) 0:01:37.093 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.039) 0:01:37.132 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.035) 0:01:37.167 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.032) 0:01:37.200 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.032) 0:01:37.232 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.031) 0:01:37.264 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.031) 0:01:37.295 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 25 April 2026 04:57:24 -0400 (0:00:00.032) 0:01:37.328 ******** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 25 April 2026 04:57:25 -0400 (0:00:00.035) 0:01:37.363 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 25 April 2026 04:57:25 -0400 (0:00:00.034) 0:01:37.398 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 25 April 2026 04:57:25 -0400 (0:00:00.748) 0:01:38.146 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 25 April 2026 04:57:25 -0400 (0:00:00.021) 0:01:38.168 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 25 April 2026 04:57:25 -0400 (0:00:00.021) 0:01:38.189 ******** ok: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 25 April 2026 04:57:25 -0400 (0:00:00.050) 0:01:38.240 ******** skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 25 April 2026 04:57:25 -0400 (0:00:00.074) 0:01:38.314 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 25 April 2026 04:57:26 -0400 (0:00:00.100) 0:01:38.415 ******** ok: [managed-node2] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.061581", "end": "2026-04-25 04:57:26.569130", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "item": "rsyslog", "rc": 1, "start": "2026-04-25 04:57:26.507549" } 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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 25 April 2026 04:57:26 -0400 (0:00:00.568) 0:01:38.983 ******** changed: [managed-node2] => { "changed": true, "cmd": [ "dnf5", "remove", "-y", "rsyslog" ], "delta": "0:00:00.914441", "end": "2026-04-25 04:57:27.988180", "rc": 0, "start": "2026-04-25 04:57:27.073739" } STDOUT: Package Arch Version Repository Size Removing: rsyslog x86_64 8.2602.0-1.fc43 updates 2.9 MiB Removing dependent packages: rsyslog-relp x86_64 8.2602.0-1.fc43 updates 57.3 KiB Removing unused dependencies: libestr x86_64 0.1.11-12.fc43 fedora 48.9 KiB libfastjson x86_64 1.2304.0-7.fc43 fedora 69.8 KiB logrotate x86_64 3.22.0-4.fc43 fedora 148.9 KiB snappy x86_64 1.2.2-2.fc43 fedora 71.8 KiB Transaction Summary: Removing: 6 packages STDERR: After this operation, 3 MiB will be freed (install 0 B, remove 3 MiB). Running transaction [1/7] Prepare transaction 100% | 89.0 B/s | 6.0 B | 00m00s [2/7] Removing rsyslog-relp-0:8.2602.0- 100% | 127.0 B/s | 7.0 B | 00m00s >>> Running %preun scriptlet: rsyslog-0:8.2602.0-1.fc43.x86_64 >>> Finished %preun scriptlet: rsyslog-0:8.2602.0-1.fc43.x86_64 >>> Scriptlet output: >>> Removed '/etc/systemd/system/multi-user.target.wants/rsyslog.service'. >>> [3/7] Removing rsyslog-0:8.2602.0-1.fc4 100% | 4.0 KiB/s | 130.0 B | 00m00s >>> [RPM] /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave [4/7] Removing libestr-0:0.1.11-12.fc43 100% | 2.1 KiB/s | 11.0 B | 00m00s [5/7] Removing libfastjson-0:1.2304.0-7 100% | 1.8 KiB/s | 11.0 B | 00m00s [6/7] Removing snappy-0:1.2.2-2.fc43.x8 100% | 323.0 B/s | 11.0 B | 00m00s >>> Running %preun scriptlet: logrotate-0:3.22.0-4.fc43.x86_64 >>> Finished %preun scriptlet: logrotate-0:3.22.0-4.fc43.x86_64 >>> Scriptlet output: >>> Removed '/etc/systemd/system/timers.target.wants/logrotate.timer'. >>> [7/7] Removing logrotate-0:3.22.0-4.fc4 100% | 39.0 B/s | 19.0 B | 00m00s Complete! TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 25 April 2026 04:57:28 -0400 (0:00:01.436) 0:01:40.420 ******** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-8.2602.0-1.fc43.x86_64", "Installed: libestr-0.1.11-12.fc43.x86_64", "Installed: libfastjson-1.2304.0-7.fc43.x86_64", "Installed: snappy-1.2.2-2.fc43.x86_64", "Installed: logrotate-3.22.0-4.fc43.x86_64" ] } lsrpackages: iproute rsyslog TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 25 April 2026 04:57:31 -0400 (0:00:03.423) 0:01:43.844 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 25 April 2026 04:57:31 -0400 (0:00:00.021) 0:01:43.865 ******** ok: [managed-node2] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": "None", "name": "ModemManager-glib", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager", "release": "2.fc43", "source": "rpm", "version": "1.54.3" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "2.fc43", "source": "rpm", "version": "1.54.3" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "abattis-cantarell-vf-fonts", "release": "15.fc43", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": "None", "name": "alternatives", "release": "3.fc43", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "aspell": [ { "arch": "x86_64", "epoch": "12", "name": "aspell", "release": "5.fc43", "source": "rpm", "version": "0.60.8.1" } ], "aspell-en": [ { "arch": "x86_64", "epoch": "50", "name": "aspell-en", "release": "14.fc43", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": "None", "name": "atheros-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "authselect": [ { "arch": "x86_64", "epoch": "None", "name": "authselect", "release": "1.fc43", "source": "rpm", "version": "1.6.2" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": "None", "name": "authselect-libs", "release": "1.fc43", "source": "rpm", "version": "1.6.2" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": "None", "name": "avahi-libs", "release": "6.fc43", "source": "rpm", "version": "0.9~rc2" } ], "bash": [ { "arch": "x86_64", "epoch": "None", "name": "bash", "release": "2.fc43", "source": "rpm", "version": "5.3.0" } ], "bash-completion": [ { "arch": "noarch", "epoch": "1", "name": "bash-completion", "release": "2.fc43", "source": "rpm", "version": "2.16" } ], "bc": [ { "arch": "x86_64", "epoch": "None", "name": "bc", "release": "2.fc43", "source": "rpm", "version": "1.08.2" } ], "beakerlib": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib", "release": "1.fc43", "source": "rpm", "version": "1.33.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc43eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "4.fc43", "source": "rpm", "version": "2.45.1" } ], "bison": [ { "arch": "x86_64", "epoch": "None", "name": "bison", "release": "11.fc43", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": "None", "name": "bluez", "release": "4.fc43", "source": "rpm", "version": "5.86" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": "None", "name": "boost-atomic", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "boost-filesystem", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": "None", "name": "boost-system", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": "None", "name": "boost-thread", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": "None", "name": "brcmfmac-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc43", "source": "rpm", "version": "6.19.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "21.fc43", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "2.fc43", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.2.fc43", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc43", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "2.fc43", "source": "rpm", "version": "3.9" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "3.fc43", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "cloud-init": [ { "arch": "noarch", "epoch": "None", "name": "cloud-init", "release": "10.fc43", "source": "rpm", "version": "25.2" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": "None", "name": "cloud-utils-growpart", "release": "11.fc43", "source": "rpm", "version": "0.33" } ], "cmake-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "cmake-filesystem", "release": "1.fc43", "source": "rpm", "version": "3.31.11" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "8.fc43", "source": "rpm", "version": "9.7" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "8.fc43", "source": "rpm", "version": "9.7" } ], "cpio": [ { "arch": "x86_64", "epoch": "None", "name": "cpio", "release": "6.fc43", "source": "rpm", "version": "2.15" } ], "cpp": [ { "arch": "x86_64", "epoch": "None", "name": "cpp", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib", "release": "8.fc43", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib-dicts", "release": "8.fc43", "source": "rpm", "version": "2.9.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies", "release": "1.git63291f8.fc43", "source": "rpm", "version": "20251125" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.git63291f8.fc43", "source": "rpm", "version": "20251125" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc43", "source": "rpm", "version": "2.8.4" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "6.fc43", "source": "rpm", "version": "8.15.0" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-gssapi", "release": "33.fc43", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-lib", "release": "33.fc43", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": "1", "name": "dbus", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": "None", "name": "dbus-broker", "release": "2.fc43", "source": "rpm", "version": "37" } ], "dbus-common": [ { "arch": "noarch", "epoch": "1", "name": "dbus-common", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-libs", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-persistent-data", "release": "4.fc43", "source": "rpm", "version": "1.1.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": "12", "name": "dhcp-client", "release": "22.fc43", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": "12", "name": "dhcp-common", "release": "22.fc43", "source": "rpm", "version": "4.4.3" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": "None", "name": "dhcpcd", "release": "2.fc43", "source": "rpm", "version": "10.3.0" } ], "diffutils": [ { "arch": "x86_64", "epoch": "None", "name": "diffutils", "release": "3.fc43", "source": "rpm", "version": "3.12" } ], "dnf-data": [ { "arch": "noarch", "epoch": "None", "name": "dnf-data", "release": "1.fc43", "source": "rpm", "version": "4.24.0" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dns-root-data": [ { "arch": "noarch", "epoch": "None", "name": "dns-root-data", "release": "2.fc43", "source": "rpm", "version": "2026260100" } ], "dosfstools": [ { "arch": "x86_64", "epoch": "None", "name": "dosfstools", "release": "16.fc43", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": "None", "name": "dracut", "release": "8.fc43", "source": "rpm", "version": "107" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": "None", "name": "dracut-config-rescue", "release": "8.fc43", "source": "rpm", "version": "107" } ], "duktape": [ { "arch": "x86_64", "epoch": "None", "name": "duktape", "release": "10.fc43", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": "None", "name": "dyninst", "release": "7.fc43", "source": "rpm", "version": "13.0.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs-libs", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": "None", "name": "efivar-libs", "release": "10.fc43", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc43", "source": "rpm", "version": "1.3.2" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc43", "source": "rpm", "version": "2.7.3" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": "None", "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "43" } ], "fedora-release": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release", "release": "27", "source": "rpm", "version": "43" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "27", "source": "rpm", "version": "43" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "27", "source": "rpm", "version": "43" } ], "fedora-repos": [ { "arch": "noarch", "epoch": "None", "name": "fedora-repos", "release": "1", "source": "rpm", "version": "43" } ], "file": [ { "arch": "x86_64", "epoch": "None", "name": "file", "release": "9.fc43", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "9.fc43", "source": "rpm", "version": "5.46" } ], "filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "filesystem", "release": "50.fc43", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": "1", "name": "findutils", "release": "6.fc43", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": "None", "name": "firewalld", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "flex": [ { "arch": "x86_64", "epoch": "None", "name": "flex", "release": "20.fc43", "source": "rpm", "version": "2.6.4" } ], "fmt": [ { "arch": "x86_64", "epoch": "None", "name": "fmt", "release": "3.fc43", "source": "rpm", "version": "11.2.0" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": "1", "name": "fonts-filesystem", "release": "23.fc43", "source": "rpm", "version": "2.0.5" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "fuse3-libs", "release": "6.fc43", "source": "rpm", "version": "3.16.2" } ], "fwupd": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "gawk": [ { "arch": "x86_64", "epoch": "None", "name": "gawk", "release": "2.fc43", "source": "rpm", "version": "5.3.2" } ], "gcc": [ { "arch": "x86_64", "epoch": "None", "name": "gcc", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "gdbm": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm", "release": "10.fc43", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm-libs", "release": "10.fc43", "source": "rpm", "version": "1.23" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-envsubst", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-libs", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-runtime", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "git": [ { "arch": "x86_64", "epoch": "None", "name": "git", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "3.fc43", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc43", "source": "rpm", "version": "2.86.5" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "gmp": [ { "arch": "x86_64", "epoch": "1", "name": "gmp", "release": "4.fc43", "source": "rpm", "version": "6.3.0" } ], "gnulib-l10n": [ { "arch": "noarch", "epoch": "None", "name": "gnulib-l10n", "release": "1.fc43", "source": "rpm", "version": "20241231" } ], "gnupg2": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-dirmngr": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-dirmngr", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-gpg-agent": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-gpg-agent", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-gpgconf": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-gpgconf", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-keyboxd": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-keyboxd", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-verify": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-verify", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "1.fc43", "source": "rpm", "version": "3.8.12" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "1.fc43", "source": "rpm", "version": "3.8.12" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-fonts-common", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-serif-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "gpg-pubkey": [ { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "66b6dccf", "source": "rpm", "version": "c6e7f081cf80e13146676e88829b606631645531" }, { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "5e67a958", "source": "rpm", "version": "786a53ae2323a752e53a60bda5c0c3bd3a97f4df" } ], "gpgme": [ { "arch": "x86_64", "epoch": "None", "name": "gpgme", "release": "6.fc43", "source": "rpm", "version": "1.24.3" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gpm-libs", "release": "52.fc43", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": "None", "name": "grep", "release": "2.fc43", "source": "rpm", "version": "3.12" } ], "groff-base": [ { "arch": "x86_64", "epoch": "None", "name": "groff-base", "release": "11.fc43", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": "1", "name": "grub2-common", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "85.fc43", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": "None", "name": "gsettings-desktop-schemas", "release": "3.fc43", "source": "rpm", "version": "49.1" } ], "gssproxy": [ { "arch": "x86_64", "epoch": "None", "name": "gssproxy", "release": "9.fc43", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": "None", "name": "gzip", "release": "4.fc43", "source": "rpm", "version": "1.13" } ], "hiredis": [ { "arch": "x86_64", "epoch": "None", "name": "hiredis", "release": "7.fc43", "source": "rpm", "version": "1.2.0" } ], "hostname": [ { "arch": "x86_64", "epoch": "None", "name": "hostname", "release": "3.fc43", "source": "rpm", "version": "3.25" } ], "hunspell": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell", "release": "10.fc43", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-GB", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-US", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell-filesystem", "release": "10.fc43", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": "None", "name": "hwdata", "release": "1.fc43", "source": "rpm", "version": "0.406" } ], "ima-evm-utils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ima-evm-utils-libs", "release": "6.fc43", "source": "rpm", "version": "1.6.2" } ], "inih": [ { "arch": "x86_64", "epoch": "None", "name": "inih", "release": "1.fc43", "source": "rpm", "version": "62" } ], "initscripts-service": [ { "arch": "noarch", "epoch": "None", "name": "initscripts-service", "release": "1.fc43", "source": "rpm", "version": "10.27" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-audio-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "ipcalc": [ { "arch": "x86_64", "epoch": "None", "name": "ipcalc", "release": "12.fc43", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": "None", "name": "iproute", "release": "2.fc43", "source": "rpm", "version": "6.14.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-libs", "release": "12.fc43", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "12.fc43", "source": "rpm", "version": "1.8.11" } ], "iputils": [ { "arch": "x86_64", "epoch": "None", "name": "iputils", "release": "1.fc43", "source": "rpm", "version": "20250605" } ], "jansson": [ { "arch": "x86_64", "epoch": "None", "name": "jansson", "release": "3.fc43", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": "None", "name": "jitterentropy", "release": "3.fc43", "source": "rpm", "version": "3.6.0" } ], "jq": [ { "arch": "x86_64", "epoch": "None", "name": "jq", "release": "3.fc43", "source": "rpm", "version": "1.8.1" } ], "json-c": [ { "arch": "x86_64", "epoch": "None", "name": "json-c", "release": "7.fc43", "source": "rpm", "version": "0.18" } ], "json-glib": [ { "arch": "x86_64", "epoch": "None", "name": "json-glib", "release": "4.fc43", "source": "rpm", "version": "1.10.8" } ], "kbd": [ { "arch": "x86_64", "epoch": "None", "name": "kbd", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": "None", "name": "kbd-legacy", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": "None", "name": "kbd-misc", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kernel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc43", "source": "rpm", "version": "6.19.6" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "keyutils": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils", "release": "6.fc43", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils-libs", "release": "6.fc43", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": "None", "name": "kmod", "release": "2.fc43", "source": "rpm", "version": "34.2" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": "None", "name": "kmod-libs", "release": "2.fc43", "source": "rpm", "version": "34.2" } ], "kpartx": [ { "arch": "x86_64", "epoch": "None", "name": "kpartx", "release": "2.fc43", "source": "rpm", "version": "0.11.1" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": "None", "name": "krb5-libs", "release": "3.fc43", "source": "rpm", "version": "1.22.2" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-core-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-fonts-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "less": [ { "arch": "x86_64", "epoch": "None", "name": "less", "release": "1.fc43", "source": "rpm", "version": "685" } ], "libacl": [ { "arch": "x86_64", "epoch": "None", "name": "libacl", "release": "4.fc43", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": "None", "name": "libaio", "release": "22.fc43", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": "None", "name": "libarchive", "release": "1.fc43", "source": "rpm", "version": "3.8.4" } ], "libassuan": [ { "arch": "x86_64", "epoch": "None", "name": "libassuan", "release": "4.fc43", "source": "rpm", "version": "2.5.7" } ], "libatasmart": [ { "arch": "x86_64", "epoch": "None", "name": "libatasmart", "release": "31.fc43", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": "None", "name": "libattr", "release": "6.fc43", "source": "rpm", "version": "2.5.2" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": "None", "name": "libbasicobjects", "release": "59.fc43", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": "None", "name": "libblkid", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-crypto", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-fs", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-loop", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-mdraid", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-nvme", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-part", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-smart": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-smart", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-swap", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-utils", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libbpf": [ { "arch": "x86_64", "epoch": "2", "name": "libbpf", "release": "3.fc43", "source": "rpm", "version": "1.6.1" } ], "libbrotli": [ { "arch": "x86_64", "epoch": "None", "name": "libbrotli", "release": "1.fc43", "source": "rpm", "version": "1.2.0" } ], "libbsd": [ { "arch": "x86_64", "epoch": "None", "name": "libbsd", "release": "6.fc43", "source": "rpm", "version": "0.12.2" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "1.fc43", "source": "rpm", "version": "2.12" } ], "libcap": [ { "arch": "x86_64", "epoch": "None", "name": "libcap", "release": "4.fc43", "source": "rpm", "version": "2.76" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "1.fc43", "source": "rpm", "version": "0.9.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "1.fc43", "source": "rpm", "version": "0.9.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": "None", "name": "libcbor", "release": "6.fc43", "source": "rpm", "version": "0.12.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": "None", "name": "libcollection", "release": "59.fc43", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": "None", "name": "libcom_err", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "libcomps", "release": "1.fc43", "source": "rpm", "version": "0.1.23" } ], "libcurl": [ { "arch": "x86_64", "epoch": "None", "name": "libcurl", "release": "6.fc43", "source": "rpm", "version": "8.15.0" } ], "libdhash": [ { "arch": "x86_64", "epoch": "None", "name": "libdhash", "release": "59.fc43", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-plugin-expired-pgp-keys": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-plugin-expired-pgp-keys", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc43", "source": "rpm", "version": "2.4.131" } ], "libeconf": [ { "arch": "x86_64", "epoch": "None", "name": "libeconf", "release": "2.fc43", "source": "rpm", "version": "0.7.9" } ], "libedit": [ { "arch": "x86_64", "epoch": "None", "name": "libedit", "release": "57.20251016cvs.fc43", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": "None", "name": "libestr", "release": "12.fc43", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": "None", "name": "libev", "release": "14.fc43", "source": "rpm", "version": "4.33" } ], "libevdev": [ { "arch": "x86_64", "epoch": "None", "name": "libevdev", "release": "1.fc43", "source": "rpm", "version": "1.13.6" } ], "libevent": [ { "arch": "x86_64", "epoch": "None", "name": "libevent", "release": "16.fc43", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": "None", "name": "libfastjson", "release": "7.fc43", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": "None", "name": "libfdisk", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libffi": [ { "arch": "x86_64", "epoch": "None", "name": "libffi", "release": "1.fc43", "source": "rpm", "version": "3.5.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": "None", "name": "libfido2", "release": "3.fc43", "source": "rpm", "version": "1.16.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": "None", "name": "libfsverity", "release": "3.fc43", "source": "rpm", "version": "1.6" } ], "libgcc": [ { "arch": "x86_64", "epoch": "None", "name": "libgcc", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libgcrypt", "release": "3.fc43", "source": "rpm", "version": "1.11.1" } ], "libgomp": [ { "arch": "x86_64", "epoch": "None", "name": "libgomp", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": "None", "name": "libgpg-error", "release": "2.fc43", "source": "rpm", "version": "1.55" } ], "libgudev": [ { "arch": "x86_64", "epoch": "None", "name": "libgudev", "release": "8.fc43", "source": "rpm", "version": "238" } ], "libidn2": [ { "arch": "x86_64", "epoch": "None", "name": "libidn2", "release": "2.fc43", "source": "rpm", "version": "2.3.8" } ], "libini_config": [ { "arch": "x86_64", "epoch": "None", "name": "libini_config", "release": "59.fc43", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": "None", "name": "libjcat", "release": "1.fc43", "source": "rpm", "version": "0.2.6" } ], "libkcapi": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hasher": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hasher", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hmaccalc", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libksba": [ { "arch": "x86_64", "epoch": "None", "name": "libksba", "release": "4.fc43", "source": "rpm", "version": "1.6.7" } ], "liblastlog2": [ { "arch": "x86_64", "epoch": "None", "name": "liblastlog2", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libldb": [ { "arch": "x86_64", "epoch": "2", "name": "libldb", "release": "2.fc43", "source": "rpm", "version": "4.23.5" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": "None", "name": "libmaxminddb", "release": "1.fc43", "source": "rpm", "version": "1.13.3" } ], "libmbim": [ { "arch": "x86_64", "epoch": "None", "name": "libmbim", "release": "2.fc43", "source": "rpm", "version": "1.32.0" } ], "libmd": [ { "arch": "x86_64", "epoch": "None", "name": "libmd", "release": "8.fc43", "source": "rpm", "version": "1.1.0" } ], "libmnl": [ { "arch": "x86_64", "epoch": "None", "name": "libmnl", "release": "8.fc43", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": "None", "name": "libmodulemd", "release": "4.fc43", "source": "rpm", "version": "2.15.2" } ], "libmount": [ { "arch": "x86_64", "epoch": "None", "name": "libmount", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": "None", "name": "libmpc", "release": "8.fc43", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": "None", "name": "libndp", "release": "4.fc43", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": "None", "name": "libnetfilter_conntrack", "release": "1.fc43", "source": "rpm", "version": "1.1.1" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": "None", "name": "libnfnetlink", "release": "31.fc43", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": "1", "name": "libnfsidmap", "release": "1.fc43", "source": "rpm", "version": "2.8.7" } ], "libnftnl": [ { "arch": "x86_64", "epoch": "None", "name": "libnftnl", "release": "2.fc43", "source": "rpm", "version": "1.2.9" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": "None", "name": "libnghttp2", "release": "2.fc43", "source": "rpm", "version": "1.66.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": "None", "name": "libnl3", "release": "2.fc43", "source": "rpm", "version": "3.12.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": "None", "name": "libnsl2", "release": "4.fc43", "source": "rpm", "version": "2.0.1" } ], "libnvme": [ { "arch": "x86_64", "epoch": "None", "name": "libnvme", "release": "1.fc43", "source": "rpm", "version": "1.16.1" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": "None", "name": "libpath_utils", "release": "59.fc43", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": "None", "name": "libpciaccess", "release": "16.fc43", "source": "rpm", "version": "0.16" } ], "libpipeline": [ { "arch": "x86_64", "epoch": "None", "name": "libpipeline", "release": "3.fc43", "source": "rpm", "version": "1.5.8" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "libpkgconf", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "libproxy": [ { "arch": "x86_64", "epoch": "None", "name": "libproxy", "release": "1.fc43", "source": "rpm", "version": "0.5.12" } ], "libpsl": [ { "arch": "x86_64", "epoch": "None", "name": "libpsl", "release": "6.fc43", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": "None", "name": "libpwquality", "release": "14.fc43", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": "None", "name": "libqmi", "release": "2.fc43", "source": "rpm", "version": "1.36.0" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": "None", "name": "libqrtr-glib", "release": "8.fc43", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": "None", "name": "libref_array", "release": "59.fc43", "source": "rpm", "version": "0.1.5" } ], "librelp": [ { "arch": "x86_64", "epoch": "None", "name": "librelp", "release": "1.fc43", "source": "rpm", "version": "1.12.0" } ], "librepo": [ { "arch": "x86_64", "epoch": "None", "name": "librepo", "release": "4.fc43", "source": "rpm", "version": "1.20.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "libreport-filesystem", "release": "9.fc43", "source": "rpm", "version": "2.17.15" } ], "libretls": [ { "arch": "x86_64", "epoch": "None", "name": "libretls", "release": "6.fc43", "source": "rpm", "version": "3.8.1" } ], "libseccomp": [ { "arch": "x86_64", "epoch": "None", "name": "libseccomp", "release": "2.fc43", "source": "rpm", "version": "2.6.0" } ], "libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux-utils", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "libsemanage", "release": "4.fc43", "source": "rpm", "version": "3.9" } ], "libsepol": [ { "arch": "x86_64", "epoch": "None", "name": "libsepol", "release": "2.fc43", "source": "rpm", "version": "3.9" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": "None", "name": "libsmartcols", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "1.fc43", "source": "rpm", "version": "1.0.22" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "2.fc43", "source": "rpm", "version": "0.7.36" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "2.fc43", "source": "rpm", "version": "3.6.6" } ], "libss": [ { "arch": "x86_64", "epoch": "None", "name": "libss", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "libssh": [ { "arch": "x86_64", "epoch": "None", "name": "libssh", "release": "1.fc43", "source": "rpm", "version": "0.11.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc43", "source": "rpm", "version": "0.11.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_certmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": "None", "name": "libtalloc", "release": "4.fc43", "source": "rpm", "version": "2.4.3" } ], "libtasn1": [ { "arch": "x86_64", "epoch": "None", "name": "libtasn1", "release": "1.fc43", "source": "rpm", "version": "4.21.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": "None", "name": "libtdb", "release": "3.fc43", "source": "rpm", "version": "1.4.14" } ], "libtevent": [ { "arch": "x86_64", "epoch": "None", "name": "libtevent", "release": "3.fc43", "source": "rpm", "version": "0.17.1" } ], "libtextstyle": [ { "arch": "x86_64", "epoch": "None", "name": "libtextstyle", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": "None", "name": "libtirpc", "release": "1.fc43", "source": "rpm", "version": "1.3.7" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": "None", "name": "libtool-ltdl", "release": "8.fc43", "source": "rpm", "version": "2.5.4" } ], "libudisks2": [ { "arch": "x86_64", "epoch": "None", "name": "libudisks2", "release": "1.fc43", "source": "rpm", "version": "2.11.1" } ], "libunistring": [ { "arch": "x86_64", "epoch": "None", "name": "libunistring", "release": "10.fc43", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": "None", "name": "libusb1", "release": "4.fc43", "source": "rpm", "version": "1.0.29" } ], "libutempter": [ { "arch": "x86_64", "epoch": "None", "name": "libutempter", "release": "19.fc43", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": "None", "name": "libuuid", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libverto": [ { "arch": "x86_64", "epoch": "None", "name": "libverto", "release": "11.fc43", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": "None", "name": "libverto-libev", "release": "11.fc43", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "1.fc43", "source": "rpm", "version": "4.5.2" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "1.fc43", "source": "rpm", "version": "4.5.2" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": "None", "name": "libxkbcommon", "release": "1.fc43", "source": "rpm", "version": "1.11.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": "None", "name": "libxml2", "release": "5.fc43", "source": "rpm", "version": "2.12.10" } ], "libxmlb": [ { "arch": "x86_64", "epoch": "None", "name": "libxmlb", "release": "1.fc43", "source": "rpm", "version": "0.3.26" } ], "libxslt": [ { "arch": "x86_64", "epoch": "None", "name": "libxslt", "release": "5.fc43", "source": "rpm", "version": "1.1.43" } ], "libyaml": [ { "arch": "x86_64", "epoch": "None", "name": "libyaml", "release": "17.fc43", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd-devel", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ], "linux-firmware": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "1.fc43", "source": "rpm", "version": "0.9.34" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "4.fc43", "source": "rpm", "version": "3.22.0" } ], "lsof": [ { "arch": "x86_64", "epoch": "None", "name": "lsof", "release": "8.fc43", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "4.fc43", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "2.fc43", "source": "rpm", "version": "2.03.34" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "2.fc43", "source": "rpm", "version": "2.03.34" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lz4-libs", "release": "3.fc43", "source": "rpm", "version": "1.10.0" } ], "lzo": [ { "arch": "x86_64", "epoch": "None", "name": "lzo", "release": "15.fc43", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": "None", "name": "m4", "release": "1.fc43", "source": "rpm", "version": "1.4.21" } ], "make": [ { "arch": "x86_64", "epoch": "1", "name": "make", "release": "11.fc43", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": "None", "name": "man-db", "release": "2.fc43", "source": "rpm", "version": "2.13.1" } ], "mdadm": [ { "arch": "x86_64", "epoch": "None", "name": "mdadm", "release": "9.fc43", "source": "rpm", "version": "4.3" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": "None", "name": "mkpasswd", "release": "1.fc43", "source": "rpm", "version": "5.6.6" } ], "mokutil": [ { "arch": "x86_64", "epoch": "2", "name": "mokutil", "release": "2.fc43", "source": "rpm", "version": "0.7.2" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": "None", "name": "mpdecimal", "release": "2.fc43", "source": "rpm", "version": "4.0.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": "None", "name": "mpfr", "release": "2.fc43", "source": "rpm", "version": "4.2.2" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": "None", "name": "mt7xxx-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "ncurses": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "ncurses-base": [ { "arch": "noarch", "epoch": "None", "name": "ncurses-base", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses-libs", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "netcat": [ { "arch": "x86_64", "epoch": "None", "name": "netcat", "release": "3.fc43", "source": "rpm", "version": "1.237" } ], "nettle": [ { "arch": "x86_64", "epoch": "None", "name": "nettle", "release": "2.fc43", "source": "rpm", "version": "3.10.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": "1", "name": "nfs-utils", "release": "1.fc43", "source": "rpm", "version": "2.8.7" } ], "nftables": [ { "arch": "x86_64", "epoch": "1", "name": "nftables", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "nftables-services": [ { "arch": "noarch", "epoch": "1", "name": "nftables-services", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "ngtcp2": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2", "release": "1.fc43", "source": "rpm", "version": "1.21.0" } ], "ngtcp2-crypto-ossl": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2-crypto-ossl", "release": "1.fc43", "source": "rpm", "version": "1.21.0" } ], "npth": [ { "arch": "x86_64", "epoch": "None", "name": "npth", "release": "3.fc43", "source": "rpm", "version": "1.8" } ], "nspr": [ { "arch": "x86_64", "epoch": "None", "name": "nspr", "release": "4.fc43", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g-libs", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-system-compression": [ { "arch": "x86_64", "epoch": "None", "name": "ntfs-3g-system-compression", "release": "1.fc43", "source": "rpm", "version": "1.1" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfsprogs", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nvidia-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "oniguruma": [ { "arch": "x86_64", "epoch": "None", "name": "oniguruma", "release": "3.fc43", "source": "rpm", "version": "6.9.10" } ], "openldap": [ { "arch": "x86_64", "epoch": "None", "name": "openldap", "release": "1.fc43", "source": "rpm", "version": "2.6.13" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": "None", "name": "openssl-pkcs11", "release": "3.fc43", "source": "rpm", "version": "0.4.13" } ], "os-prober": [ { "arch": "x86_64", "epoch": "None", "name": "os-prober", "release": "10.fc43", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit", "release": "1.fc43", "source": "rpm", "version": "0.26.2" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc43", "source": "rpm", "version": "0.26.2" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "4.fc43", "source": "rpm", "version": "1.7.1" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "4.fc43", "source": "rpm", "version": "1.7.1" } ], "parted": [ { "arch": "x86_64", "epoch": "None", "name": "parted", "release": "13.fc43", "source": "rpm", "version": "3.6" } ], "passim": [ { "arch": "x86_64", "epoch": "None", "name": "passim", "release": "1.fc43", "source": "rpm", "version": "0.1.11" } ], "passim-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "1.fc43", "source": "rpm", "version": "0.1.11" } ], "pcre2": [ { "arch": "x86_64", "epoch": "None", "name": "pcre2", "release": "1.fc43", "source": "rpm", "version": "10.47" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc43", "source": "rpm", "version": "10.47" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": "0", "name": "perl-AutoLoader", "release": "523.fc43", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "523.fc43", "source": "rpm", "version": "1.89" } ], "perl-Carp": [ { "arch": "noarch", "epoch": "None", "name": "perl-Carp", "release": "520.fc43", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": "0", "name": "perl-Class-Struct", "release": "523.fc43", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Data-Dumper", "release": "521.fc43", "source": "rpm", "version": "2.191" } ], "perl-Digest": [ { "arch": "noarch", "epoch": "None", "name": "perl-Digest", "release": "520.fc43", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Digest-MD5", "release": "520.fc43", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": "0", "name": "perl-DynaLoader", "release": "523.fc43", "source": "rpm", "version": "1.57" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Encode", "release": "520.fc43", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Errno", "release": "523.fc43", "source": "rpm", "version": "1.38" } ], "perl-Error": [ { "arch": "noarch", "epoch": "1", "name": "perl-Error", "release": "2.fc43", "source": "rpm", "version": "0.17030" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": "None", "name": "perl-Exporter", "release": "520.fc43", "source": "rpm", "version": "5.79" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Fcntl", "release": "523.fc43", "source": "rpm", "version": "1.20" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "523.fc43", "source": "rpm", "version": "2.86" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": "None", "name": "perl-File-Path", "release": "520.fc43", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": "1", "name": "perl-File-Temp", "release": "520.fc43", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-stat", "release": "523.fc43", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "523.fc43", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": "1", "name": "perl-Getopt-Long", "release": "520.fc43", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": "0", "name": "perl-Getopt-Std", "release": "523.fc43", "source": "rpm", "version": "1.14" } ], "perl-Git": [ { "arch": "noarch", "epoch": "None", "name": "perl-Git", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "521.fc43", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "523.fc43", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "521.fc43", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc43", "source": "rpm", "version": "2.095" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "523.fc43", "source": "rpm", "version": "1.24" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "24.fc43", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "520.fc43", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "523.fc43", "source": "rpm", "version": "1.18" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "11.fc43", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "523.fc43", "source": "rpm", "version": "2.23" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "520.fc43", "source": "rpm", "version": "3.94" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "520.fc43", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "521.fc43", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "3.fc43", "source": "rpm", "version": "3.47" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "520.fc43", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc43", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "523.fc43", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "2.fc43", "source": "rpm", "version": "2.040" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "521.fc43", "source": "rpm", "version": "3.37" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "523.fc43", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "521.fc43", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "520.fc43", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "26.fc43", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "520.fc43", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "520.fc43", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "520.fc43", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc43", "source": "rpm", "version": "5.34" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "523.fc43", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "521.fc43", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "523.fc43", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "523.fc43", "source": "rpm", "version": "5.42.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "523.fc43", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "521.fc43", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "523.fc43", "source": "rpm", "version": "5.42.2" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "523.fc43", "source": "rpm", "version": "1.13" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "523.fc43", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "523.fc43", "source": "rpm", "version": "1.40" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "523.fc43", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "520.fc43", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "520.fc43", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "523.fc43", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": "None", "name": "policycoreutils-python-utils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "polkit": [ { "arch": "x86_64", "epoch": "None", "name": "polkit", "release": "6.fc43.2", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "6.fc43.2", "source": "rpm", "version": "126" } ], "popt": [ { "arch": "x86_64", "epoch": "None", "name": "popt", "release": "9.fc43", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": "None", "name": "prefixdevname", "release": "7.fc43", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": "None", "name": "procps-ng", "release": "7.fc43.1", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": "None", "name": "protobuf-c", "release": "1.fc43", "source": "rpm", "version": "1.5.2" } ], "psmisc": [ { "arch": "x86_64", "epoch": "None", "name": "psmisc", "release": "6.fc43", "source": "rpm", "version": "23.7" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": "None", "name": "publicsuffix-list-dafsa", "release": "1.fc43", "source": "rpm", "version": "20260116" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": "None", "name": "python-pip-wheel", "release": "18.fc43", "source": "rpm", "version": "25.1.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": "None", "name": "python-unversioned-command", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc43", "source": "rpm", "version": "25.4.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc43", "source": "rpm", "version": "2.0.0" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc43", "source": "rpm", "version": "3.4.3" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "7.fc43", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "1.fc43", "source": "rpm", "version": "46.0.7" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "7.fc43", "source": "rpm", "version": "1.4.0" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "10.fc43", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc43", "source": "rpm", "version": "4.24.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": "None", "name": "python3-firewall", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": "None", "name": "python3-gobject-base", "release": "4.fc43", "source": "rpm", "version": "3.54.5" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": "None", "name": "python3-hawkey", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": "None", "name": "python3-idna", "release": "6.fc43", "source": "rpm", "version": "3.10" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": "None", "name": "python3-jinja2", "release": "6.fc43", "source": "rpm", "version": "3.1.6" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpatch", "release": "11.fc43", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpointer", "release": "8.fc43", "source": "rpm", "version": "2.4" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema", "release": "6.fc43", "source": "rpm", "version": "4.23.0" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema-specifications", "release": "6.fc43", "source": "rpm", "version": "2024.10.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libcomps", "release": "1.fc43", "source": "rpm", "version": "0.1.23" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "4.fc43", "source": "rpm", "version": "3.9" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "2.fc43", "source": "rpm", "version": "6.0.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "6.fc43", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "noarch", "epoch": "1", "name": "python3-nftables", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "10.fc43", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "7.fc43", "source": "rpm", "version": "25.0" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "33.fc43", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "1.fc43", "source": "rpm", "version": "0.6.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "5.fc43", "source": "rpm", "version": "2.22" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "31.fc43", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "7.fc43", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "5.fc43", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "2.fc43", "source": "rpm", "version": "2.32.5" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "2.fc43", "source": "rpm", "version": "0.27.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "4.fc43", "source": "rpm", "version": "4.6.0" } ], "python3-six": [ { "arch": "noarch", "epoch": "None", "name": "python3-six", "release": "7.fc43", "source": "rpm", "version": "1.17.0" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": "None", "name": "python3-unbound", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3", "release": "1.fc43", "source": "rpm", "version": "2.6.3" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3+socks", "release": "1.fc43", "source": "rpm", "version": "2.6.3" } ], "qa-tools": [ { "arch": "noarch", "epoch": "None", "name": "qa-tools", "release": "6.fc43", "source": "rpm", "version": "4.1" } ], "qcom-wwan-firmware": [ { "arch": "noarch", "epoch": "None", "name": "qcom-wwan-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "quota": [ { "arch": "x86_64", "epoch": "1", "name": "quota", "release": "2.fc43", "source": "rpm", "version": "4.10" } ], "quota-nls": [ { "arch": "noarch", "epoch": "1", "name": "quota-nls", "release": "2.fc43", "source": "rpm", "version": "4.10" } ], "readline": [ { "arch": "x86_64", "epoch": "None", "name": "readline", "release": "2.fc43", "source": "rpm", "version": "8.3" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": "None", "name": "realtek-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "rng-tools": [ { "arch": "x86_64", "epoch": "None", "name": "rng-tools", "release": "7.fc43", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": "None", "name": "rootfiles", "release": "4.fc43", "source": "rpm", "version": "9.0" } ], "rpcbind": [ { "arch": "x86_64", "epoch": "None", "name": "rpcbind", "release": "0.fc43", "source": "rpm", "version": "1.2.8" } ], "rpm": [ { "arch": "x86_64", "epoch": "None", "name": "rpm", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-build-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-audit", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-selinux", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-systemd-inhibit", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sequoia", "release": "1.fc43", "source": "rpm", "version": "1.10.1" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sign-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rsync": [ { "arch": "x86_64", "epoch": "None", "name": "rsync", "release": "5.fc43", "source": "rpm", "version": "3.4.1" } ], "rsyslog": [ { "arch": "x86_64", "epoch": "None", "name": "rsyslog", "release": "1.fc43", "source": "rpm", "version": "8.2602.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": "None", "name": "rtl-sdr", "release": "6.fc43", "source": "rpm", "version": "2.0.1" } ], "sdbus-cpp": [ { "arch": "x86_64", "epoch": "None", "name": "sdbus-cpp", "release": "3.fc43", "source": "rpm", "version": "2.1.0" } ], "sed": [ { "arch": "x86_64", "epoch": "None", "name": "sed", "release": "5.fc43", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy", "release": "1.fc43", "source": "rpm", "version": "43.6" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc43", "source": "rpm", "version": "43.6" } ], "setup": [ { "arch": "noarch", "epoch": "None", "name": "setup", "release": "26.fc43", "source": "rpm", "version": "2.15.0" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": "2", "name": "shadow-utils", "release": "3.fc43", "source": "rpm", "version": "4.18.0" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": "None", "name": "shared-mime-info", "release": "2.fc43", "source": "rpm", "version": "2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": "None", "name": "snappy", "release": "2.fc43", "source": "rpm", "version": "1.2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "sqlite-libs", "release": "2.fc43", "source": "rpm", "version": "3.50.2" } ], "sssd-client": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-client", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "strace": [ { "arch": "x86_64", "epoch": "None", "name": "strace", "release": "1.fc43", "source": "rpm", "version": "6.19" } ], "sudo": [ { "arch": "x86_64", "epoch": "None", "name": "sudo", "release": "6.p2.fc43", "source": "rpm", "version": "1.9.17" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": "None", "name": "sudo-python-plugin", "release": "6.p2.fc43", "source": "rpm", "version": "1.9.17" } ], "systemd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "tar": [ { "arch": "x86_64", "epoch": "2", "name": "tar", "release": "6.fc43", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": "None", "name": "tbb", "release": "2.fc43", "source": "rpm", "version": "2022.2.0" } ], "time": [ { "arch": "x86_64", "epoch": "None", "name": "time", "release": "27.fc43", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": "None", "name": "tiwilink-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": "None", "name": "tpm2-tss", "release": "8.fc43", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": "None", "name": "tzdata", "release": "1.fc43", "source": "rpm", "version": "2026a" } ], "udisks2": [ { "arch": "x86_64", "epoch": "None", "name": "udisks2", "release": "1.fc43", "source": "rpm", "version": "2.11.1" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-anchor", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "unzip": [ { "arch": "x86_64", "epoch": "None", "name": "unzip", "release": "67.fc43", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": "None", "name": "userspace-rcu", "release": "2.fc43", "source": "rpm", "version": "0.15.3" } ], "util-linux": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": "None", "name": "volume_key-libs", "release": "28.fc43", "source": "rpm", "version": "0.3.12" } ], "wcurl": [ { "arch": "noarch", "epoch": "None", "name": "wcurl", "release": "1.fc43", "source": "rpm", "version": "2026.01.05" } ], "wget2": [ { "arch": "x86_64", "epoch": "None", "name": "wget2", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "which": [ { "arch": "x86_64", "epoch": "None", "name": "which", "release": "3.fc43", "source": "rpm", "version": "2.23" } ], "whois-nls": [ { "arch": "noarch", "epoch": "None", "name": "whois-nls", "release": "1.fc43", "source": "rpm", "version": "5.6.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "xfsprogs", "release": "3.fc43", "source": "rpm", "version": "6.15.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": "None", "name": "xkeyboard-config", "release": "1.fc43", "source": "rpm", "version": "2.46" } ], "xxd": [ { "arch": "x86_64", "epoch": "2", "name": "xxd", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": "None", "name": "xxhash-libs", "release": "3.fc43", "source": "rpm", "version": "0.8.3" } ], "xz": [ { "arch": "x86_64", "epoch": "1", "name": "xz", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": "None", "name": "zchunk-libs", "release": "3.fc43", "source": "rpm", "version": "1.5.1" } ], "zip": [ { "arch": "x86_64", "epoch": "None", "name": "zip", "release": "44.fc43", "source": "rpm", "version": "3.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat", "release": "2.fc43", "source": "rpm", "version": "2.3.3" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "2.fc43", "source": "rpm", "version": "2.3.3" } ], "zram-generator": [ { "arch": "x86_64", "epoch": "None", "name": "zram-generator", "release": "3.fc43", "source": "rpm", "version": "1.2.1" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": "None", "name": "zram-generator-defaults", "release": "3.fc43", "source": "rpm", "version": "1.2.1" } ], "zstd": [ { "arch": "x86_64", "epoch": "None", "name": "zstd", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ] } }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 25 April 2026 04:57:32 -0400 (0:00:01.069) 0:01:44.935 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_version": "8.2602.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 25 April 2026 04:57:32 -0400 (0:00:00.026) 0:01:44.962 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 25 April 2026 04:57:32 -0400 (0:00:00.023) 0:01:44.985 ******** ok: [managed-node2] => {} MSG: Rsyslog_version is 8.2602.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 25 April 2026 04:57:32 -0400 (0:00:00.029) 0:01:45.014 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 25 April 2026 04:57:32 -0400 (0:00:00.033) 0:01:45.048 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 25 April 2026 04:57:33 -0400 (0:00:00.531) 0:01:45.579 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 25 April 2026 04:57:33 -0400 (0:00:00.516) 0:01:46.096 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 25 April 2026 04:57:34 -0400 (0:00:00.496) 0:01:46.593 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 25 April 2026 04:57:34 -0400 (0:00:00.201) 0:01:46.795 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 25 April 2026 04:57:34 -0400 (0:00:00.106) 0:01:46.901 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 25 April 2026 04:57:34 -0400 (0:00:00.049) 0:01:46.951 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 25 April 2026 04:57:34 -0400 (0:00:00.068) 0:01:47.019 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 25 April 2026 04:57:34 -0400 (0:00:00.023) 0:01:47.043 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 25 April 2026 04:57:34 -0400 (0:00:00.038) 0:01:47.081 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 25 April 2026 04:57:34 -0400 (0:00:00.019) 0:01:47.100 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 25 April 2026 04:57:34 -0400 (0:00:00.021) 0:01:47.121 ******** ok: [managed-node2] => { "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.127907", "end": "2026-04-25 04:57:35.317519", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:57:35.189612" } 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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 25 April 2026 04:57:35 -0400 (0:00:00.610) 0:01:47.732 ******** changed: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (item=/etc/rsyslog.d/11-input-relp-relp_server0.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "path": "/etc/rsyslog.d/11-input-relp-relp_server0.conf", "state": "absent" } changed: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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" } 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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 25 April 2026 04:57:40 -0400 (0:00:05.295) 0:01:53.027 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 25 April 2026 04:57:40 -0400 (0:00:00.035) 0:01:53.063 ******** skipping: [managed-node2] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 25 April 2026 04:57:40 -0400 (0:00:00.052) 0:01:53.116 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 25 April 2026 04:57:40 -0400 (0:00:00.039) 0:01:53.155 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 25 April 2026 04:57:40 -0400 (0:00:00.038) 0:01:53.194 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 25 April 2026 04:57:40 -0400 (0:00:00.039) 0:01:53.233 ******** ok: [managed-node2] => { "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 network.target basic.target sysinit.target network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "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", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3450925056", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "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", "PrivateBPF": "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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "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 sys_debug_setcontext sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4403", "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 25 April 2026 04:57:42 -0400 (0:00:01.228) 0:01:54.462 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 25 April 2026 04:57:42 -0400 (0:00:00.036) 0:01:54.498 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 25 April 2026 04:57:42 -0400 (0:00:00.035) 0:01:54.533 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 25 April 2026 04:57:42 -0400 (0:00:00.039) 0:01:54.573 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 25 April 2026 04:57:42 -0400 (0:00:00.036) 0:01:54.610 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:211 Saturday 25 April 2026 04:57:42 -0400 (0:00:00.040) 0:01:54.650 ******** NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 25 April 2026 04:57:42 -0400 (0:00:00.002) 0:01:54.653 ******** changed: [managed-node2] => { "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 network.target basic.target sysinit.target network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "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", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3450904576", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "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", "PrivateBPF": "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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "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 sys_debug_setcontext sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4403", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Check ports managed by firewall and selinux - 2] ************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:214 Saturday 25 April 2026 04:57:43 -0400 (0:00:01.211) 0:01:55.864 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node2 TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 25 April 2026 04:57:43 -0400 (0:00:00.044) 0:01:55.908 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 25 April 2026 04:57:43 -0400 (0:00:00.064) 0:01:55.973 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 25 April 2026 04:57:43 -0400 (0:00:00.025) 0:01:55.999 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 25 April 2026 04:57:43 -0400 (0:00:00.027) 0:01:56.027 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 25 April 2026 04:57:43 -0400 (0:00:00.048) 0:01:56.075 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set firewall true and selinux false] ************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:220 Saturday 25 April 2026 04:57:43 -0400 (0:00:00.048) 0:01:56.123 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:225 Saturday 25 April 2026 04:57:43 -0400 (0:00:00.063) 0:01:56.187 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 04:57:43 -0400 (0:00:00.059) 0:01:56.246 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 04:57:43 -0400 (0:00:00.006) 0:01:56.253 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 04:57:43 -0400 (0:00:00.043) 0:01:56.296 ******** included: fedora.linux_system_roles.logging for managed-node2 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.138) 0:01:56.435 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.035) 0:01:56.470 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.035) 0:01:56.505 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.030) 0:01:56.536 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.029) 0:01:56.565 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.066) 0:01:56.632 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.078) 0:01:56.710 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.078) 0:01:56.789 ******** skipping: [managed-node2] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.077) 0:01:56.866 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.081) 0:01:56.948 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.069) 0:01:57.018 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.069) 0:01:57.087 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.071) 0:01:57.158 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 25 April 2026 04:57:44 -0400 (0:00:00.110) 0:01:57.269 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 25 April 2026 04:57:45 -0400 (0:00:00.123) 0:01:57.392 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 25 April 2026 04:57:45 -0400 (0:00:00.118) 0:01:57.510 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 25 April 2026 04:57:45 -0400 (0:00:00.075) 0:01:57.586 ******** ok: [managed-node2] => { "ansible_facts": { "logging_firewall_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 25 April 2026 04:57:45 -0400 (0:00:00.065) 0:01:57.652 ******** ok: [managed-node2] => (item=6514/tcp) => { "ansible_facts": { "logging_firewall_ports": [ { "port": "6514/tcp", "state": "enabled" } ] }, "ansible_loop_var": "item", "changed": false, "item": "6514/tcp" } ok: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 25 April 2026 04:57:45 -0400 (0:00:00.111) 0:01:57.763 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 25 April 2026 04:57:45 -0400 (0:00:00.032) 0:01:57.795 ******** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 25 April 2026 04:57:45 -0400 (0:00:00.109) 0:01:57.905 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 25 April 2026 04:57:45 -0400 (0:00:00.084) 0:01:57.990 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 25 April 2026 04:57:46 -0400 (0:00:00.684) 0:01:58.674 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 25 April 2026 04:57:46 -0400 (0:00:00.057) 0:01:58.732 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 25 April 2026 04:57:46 -0400 (0:00:00.053) 0:01:58.786 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 25 April 2026 04:57:46 -0400 (0:00:00.056) 0:01:58.842 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 25 April 2026 04:57:46 -0400 (0:00:00.057) 0:01:58.900 ******** skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_43.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_43.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 25 April 2026 04:57:46 -0400 (0:00:00.140) 0:01:59.040 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 25 April 2026 04:57:46 -0400 (0:00:00.073) 0:01:59.114 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 25 April 2026 04:57:46 -0400 (0:00:00.049) 0:01:59.163 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 25 April 2026 04:57:46 -0400 (0:00:00.044) 0:01:59.208 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 25 April 2026 04:57:46 -0400 (0:00:00.050) 0:01:59.259 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 25 April 2026 04:57:49 -0400 (0:00:02.101) 0:02:01.360 ******** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 25 April 2026 04:57:49 -0400 (0:00:00.045) 0:02:01.406 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 25 April 2026 04:57:49 -0400 (0:00:00.039) 0:02:01.445 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 25 April 2026 04:57:49 -0400 (0:00:00.039) 0:02:01.485 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 25 April 2026 04:57:49 -0400 (0:00:00.069) 0:02:01.555 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 25 April 2026 04:57:49 -0400 (0:00:00.091) 0:02:01.646 ******** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-04-25 04:55:59 EDT", "ActiveEnterTimestampMonotonic": "618616962", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus-broker.service dbus.socket basic.target sysinit.target polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-04-25 04:55:58 EDT", "AssertTimestampMonotonic": "617733938", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BusName": "org.fedoraproject.FirewallD1", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "517512000", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "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 2026-04-25 04:55:58 EDT", "ConditionTimestampMonotonic": "617733935", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ipset.service iptables.service ebtables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "9573", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-04-25 04:55:58 EDT", "ExecMainHandoffTimestampMonotonic": "617761238", "ExecMainPID": "96800", "ExecMainStartTimestamp": "Sat 2026-04-25 04:55:58 EDT", "ExecMainStartTimestampMonotonic": "617736667", "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 }", "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 2026-04-25 04:55:58 EDT", "InactiveExitTimestampMonotonic": "617737844", "InvocationID": "12c2e99c30bd419ab23c66e0a0171cd2", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "96800", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3435679744", "MemoryCurrent": "37912576", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "38424576", "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", "PrivateBPF": "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": "tmpfs", "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 dbus-broker.service dbus.socket sysinit.target", "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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-04-25 04:57:31 EDT", "StateChangeTimestampMonotonic": "710236998", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "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": "4403", "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 25 April 2026 04:57:50 -0400 (0:00:00.735) 0:02:02.382 ******** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-04-25 04:55:59 EDT", "ActiveEnterTimestampMonotonic": "618616962", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice dbus-broker.service dbus.socket basic.target sysinit.target polkit.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-04-25 04:55:58 EDT", "AssertTimestampMonotonic": "617733938", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BusName": "org.fedoraproject.FirewallD1", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "517512000", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "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 2026-04-25 04:55:58 EDT", "ConditionTimestampMonotonic": "617733935", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ipset.service iptables.service ebtables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "9573", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-04-25 04:55:58 EDT", "ExecMainHandoffTimestampMonotonic": "617761238", "ExecMainPID": "96800", "ExecMainStartTimestamp": "Sat 2026-04-25 04:55:58 EDT", "ExecMainStartTimestampMonotonic": "617736667", "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 }", "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 2026-04-25 04:55:58 EDT", "InactiveExitTimestampMonotonic": "617737844", "InvocationID": "12c2e99c30bd419ab23c66e0a0171cd2", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "96800", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3435151360", "MemoryCurrent": "37912576", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "38424576", "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", "PrivateBPF": "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": "tmpfs", "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 dbus-broker.service dbus.socket sysinit.target", "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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-04-25 04:57:31 EDT", "StateChangeTimestampMonotonic": "710236998", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "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": "4403", "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 25 April 2026 04:57:50 -0400 (0:00:00.758) 0:02:03.141 ******** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.14", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 25 April 2026 04:57:50 -0400 (0:00:00.078) 0:02:03.219 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 25 April 2026 04:57:50 -0400 (0:00:00.037) 0:02:03.257 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 25 April 2026 04:57:50 -0400 (0:00:00.037) 0:02:03.295 ******** ok: [managed-node2] => (item={'port': '6514/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "6514/tcp", "state": "enabled" } } changed: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 25 April 2026 04:57:52 -0400 (0:00:01.347) 0:02:04.642 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.099) 0:02:04.742 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.059) 0:02:04.801 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.057) 0:02:04.859 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.047) 0:02:04.906 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.047) 0:02:04.954 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.043) 0:02:04.997 ******** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.040) 0:02:05.038 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.040) 0:02:05.079 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.040) 0:02:05.120 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.014) 0:02:05.134 ******** ok: [managed-node2] => (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-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.069) 0:02:05.203 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.017) 0:02:05.221 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 25 April 2026 04:57:52 -0400 (0:00:00.014) 0:02:05.236 ******** 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-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 25 April 2026 04:57:53 -0400 (0:00:00.120) 0:02:05.356 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 25 April 2026 04:57:53 -0400 (0:00:00.045) 0:02:05.402 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 25 April 2026 04:57:53 -0400 (0:00:00.037) 0:02:05.440 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 25 April 2026 04:57:53 -0400 (0:00:00.059) 0:02:05.499 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 25 April 2026 04:57:53 -0400 (0:00:00.036) 0:02:05.536 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 25 April 2026 04:57:53 -0400 (0:00:00.035) 0:02:05.572 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 25 April 2026 04:57:53 -0400 (0:00:00.035) 0:02:05.607 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 25 April 2026 04:57:53 -0400 (0:00:00.038) 0:02:05.646 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 25 April 2026 04:57:53 -0400 (0:00:00.049) 0:02:05.696 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 25 April 2026 04:57:55 -0400 (0:00:02.165) 0:02:07.861 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 25 April 2026 04:57:55 -0400 (0:00:00.038) 0:02:07.900 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 25 April 2026 04:57:57 -0400 (0:00:02.159) 0:02:10.059 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 25 April 2026 04:57:59 -0400 (0:00:02.184) 0:02:12.244 ******** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 25 April 2026 04:57:59 -0400 (0:00:00.038) 0:02:12.282 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 25 April 2026 04:57:59 -0400 (0:00:00.037) 0:02:12.319 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 25 April 2026 04:58:00 -0400 (0:00:00.040) 0:02:12.359 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 25 April 2026 04:58:02 -0400 (0:00:02.019) 0:02:14.378 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.117) 0:02:14.496 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.100) 0:02:14.596 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.060) 0:02:14.657 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.118) 0:02:14.775 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.087) 0:02:14.863 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.069) 0:02:14.932 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.061) 0:02:14.993 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.056) 0:02:15.050 ******** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.054) 0:02:15.104 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.062) 0:02:15.167 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.063) 0:02:15.230 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.057) 0:02:15.287 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 25 April 2026 04:58:02 -0400 (0:00:00.043) 0:02:15.331 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 25 April 2026 04:58:03 -0400 (0:00:00.041) 0:02:15.373 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 25 April 2026 04:58:03 -0400 (0:00:00.022) 0:02:15.395 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 25 April 2026 04:58:03 -0400 (0:00:00.020) 0:02:15.415 ******** ok: [managed-node2] => (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-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 25 April 2026 04:58:04 -0400 (0:00:01.839) 0:02:17.255 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 25 April 2026 04:58:04 -0400 (0:00:00.019) 0:02:17.274 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:d82524217f20ff83bbe15637004cfaca5a3a3fbc8d60cde1cd55661bbe79b65a", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:a055774062f0d6d098aebce8d9cc7faca0af0ff882b2e9ed2ffa8378dacb12f9", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:1e661dc39944305722e21f949c6c3053df15eaf89fe24d2e19ca81d85ebc4349", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:08b5514096149cae96a52dfaee9ddf1e75e3cdbde7e2dfaf16251c1e3492b7b4", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:fcaa98e0d12a9a8d8ccb644d2fffbe15f257263e57153cc6bf81b5392c584090", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:0dcee5e548282eba286f988d4e3505d29d61b343d206380ad7ada8c1536a55b2", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:5baaef772a482efc47a0635326c12e172ba2ba65c4c194f4e3c23f28bb1fbf6a", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:4f9828aa2eb9028104ff01744a97c1efe3292b2b26dd1a48ffdd48b348d2de5e", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:0d729a6a048ca699428cd2799731b898393d34949a27949b1c857700bf5edb4a", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:3bec0fc981cc085d3637b84d331d5de3cabbff26c1a74031444147453380dae0", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:c81ef8fb2bd0fe3aa1ff9d02c53533ba87752173eca3a930272ff0a04d6eaf00", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:e6010fece9b86c7808d394a838cca96056fc4dd3826d6a25b2eafcb2c838f7aa", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:d71dc51cf0e4c1a088c896eadf0c7e741700cc9d9c047ba3ad8e48fb85d02361", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:0075645da24dcb5a6ad47c2856fcd92a2f4a21612e5e152f94dabbd98a95cba4", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:73010aa40317ac258474479eee69061ad15c1174d7d04532fdd5d8c5bb117c7e", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:7b4617ad67f3be4a8c30f3847692148a48ddba8812c56743a1851d2c2922acd3", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:4c833e75831c838e6c9e18db0e1dcca52772943e8b8b934b9c3f47b382739dfd", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:28571ee30245b5d6f36f075c5f1fee9863e6b375a1e1d7c0dd9d2355fe78687b", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:389720c6e2f8faf556126343a43124b9ec4f54e0ae9cf3a04e3123957711fc5e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:c0fe177457eb8b7328973435258183d8830d2ff1a957465a4f1a10f8538d2021", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:68ebf63c946860be33db1f5cef8d732f30940fe02ec40821c81cf325ce300ab3", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:4f018a0ce34abaf1a5bd637a4cbdc1b9231d8bf0a28e6e6374a585ee5828f527", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:b4233f6f9f468d55a42f23cfbe0d83c0cc8fde3fb8b687ea03aeacefcc28fed0", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:f80d4cec3b2d125a9a443a77af8fb455d7255a287acf09c372d8ad239268e058", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:77b91e2372cf422f8cbce609596c99a7889c66330a0a17d4a81f6667473cbb6b", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:391573dcbf7aa0921d83027ca73a4802633ea04739fc62d99d9333ac87152b66", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:ed93a67d8aeaa33c1796ea06387e59adc2ddcbb9149e69523fee7943b5be7f86", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:3d38e4fbc0de66298f8470ea092f4180e434360fe967a7d4894c10f54e15f702", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:21c2ef7661b970905ba3ace565331f7bd05184b959db6675fa4fd6a83477981d", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:6067e11ce80aea409da8a2ebd9b4077bee8b0e302dd022839ae544007c24690d", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:5de751aeb1fb8f4dc5e3107914a244e295729ca4dcf4e0443dcfaaf2383e1fb9", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:9e39f64c38f4ab8895620c37dce900757187b69f84916b27017c68b4715be957", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:02c268e9cf7d0094e3be80c613a6241e0de179863a0ddcd17c2e7abe0f58ee9e", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:8368e76ca14bd0756153dc980a5a20fdded74a3161bf5c4bc0c2d54836eeed40", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0d287477998ebe13205e76915dce9d9d5e7c987d74c95c31ee7e455a6d1a289d", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:dba53cf5c139b86c53f3390a9be2e996224a8c4daf85f67c56ef750a1d3509e4", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:5667138bf692133314a8583f1ee4ab77803310c295a1c33eb9577825f6df2283", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:a08341c8e73745ff0f035d9f828e318f5a184782299828778a137ae1171c73ee", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a540d1a3fb4df67620134b5c6eda5b089e1c9ed7627d4432c7208a4dd1c135e7", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:958770fe9b4538bcd40ee165842ced5f581198bcd1144b27ccda1edbaae0c38d", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:da6cc37fff80131705a5d1331a02e4b856123ffd88df09020c09219b3ed2cc1e", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9e4a046574944e72e3b3cf7b47ad634041afd98ad0c29158d44adde096047f87", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:428ad2fc7a6dbc4d90c0c7ba1aee59cc1ead7c3dc83e61ad8643a86f52971974", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:d1c9ce7f82c4bfc8aa23d3bce24772b94e9d587ea9ee1a3ee451370a1afd14af", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:e92d6244a872921eac8afd8a6bfb0712721d510cf22e39813da31fccc76b0c9a", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:a244c7e26ab68dbdb51d489a4b2666d7e31ca3d04c2be84b6f9074a7288df8ab", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9158846c27d81ca3e695bd093ec311ad1df23900fea228abbde594ed227f6bee", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:ed2d35096f229c8cd8f1ec0345ed0dd5aea77196554012853201455e1833807d", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:5afa147edfb582deda66985d22425de1d24c83e23dee40375964a3545b53d864", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:95a5166d24a8b8e2fd245a1468a44d2397cd7d47fee1ff10dfc79034f68f558a", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:c3bd94d7ed2fd990c3bd0852a30b01e5851a9379fa67abdf62177c6d8edf3ba1", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:d0a92f93674bcffa9852cbb527d1b9bcfe85525d4996fe56aae2f6548a9a7927", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:5adc88ac1964ce84970acaf773c8a7e23acdfe420e2de506a804792423c03b0b", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:cb44b59408240800cdfe471ee796a43ccfaba64dafc4d901c47257ead616fa0f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:80504af00f0b1e89860ab0b5321c3288e68c5ae8f296d73d829bfe1a0fb8bad3", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f5fe5aa165b78c031e26d1a5fec362b2e1903b461719d84d1beee0a7a009d093", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:a26f3bd4418f21bd775fa5b5c625f05cceb1262d283f1c55524c92eaa706ea2b", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:8daec64f6afcb4f521f3334d9add20583f5ae8107f6f6b40daba47d88f3e1c6a", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:2b8996a5371d33aac21413dfedc6f09bb8ae5f348babdd10a2ab56dfa1a0aff8", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:a10bbe1fef0d37e22ee6ef12877b535d00428b66a2002a3a2130c5b7b707ae1e", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:893366d3d5183303e36f68bd9c5b8310c7b767f5accb9ce08432bed41da81518", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:ad716b713a1440663f7b44c74b1627124e935e95cb105e0ea8a33a298e2c9fd3", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:3bdd9e2481cbeb3acf9ff1ed5adc0e4ecd379fecbafd85f9aade525d3f76d044", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:c68810d0e6e827fb2e292435b682f99ba64b24554b65da60ecbe261de0207eb0", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:403931be799866bc4bf246e1d2595983d982dc36fb80eb7d74478ec7df200feb", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:975614ed2187fc0f60ad069c311d89d1cbd807a10f1b02a206774a4a53f35859", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:d1d721a7dce533313106912160a3bbd345b5a18c5ec2a4f7708327cbf303bcaa", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:d3efe66192fa64138b71fe043910cdd11ff0d8167a8f55a88c3819e18a450fca", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:ede45eabce1274776421df27dbe410a3b788a94e608ccb9b91bfcb7468940787", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:740129e8431346f4a8116cbc6d7790bad990c3af0cd5633f8faddd95187c056b", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:0d5b00523427aa3c8f90dfd6eb0249952f4d631a7ff0149ea2298105037a18c8", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:db083935bd7f2301ce9097bec8810ea10c69f106f71c3e30383818db3bc5a076", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:1427493879d15a9d11d5cf32e6e83a4f7b42148957c1a748e2d8c4ed84671f09", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:2fc37ebb33a2549097cc9ea3ac597daf507f7929fe3be7722537b0691e736d01", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:1ab9d07b1717c0a062a28517615e4579a22b3ad00fb705f4de46e108f713e64e", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:f5ff2483ff127157fcddd35e85e09b988e6d9f34efc9f6980790fd48f43eebc7", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:071ec1221bcb31589115d18581ec6adf8354d740b70f513d3c90e477561b0d6c", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:11c4842cd9ea9dd18ecc6c9670243efb3afe5b93e69a0e32f14a2e4923c4462b", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:9e63b9d43cc357d2cf23f01d4e49644a53577005ac4c350964021239cb6173a5", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:fe5cf31ffd6571bab7fb0948de1b9b7ddc1aba8df03df60790bbc6d7d5c527b7", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:632fe0d21ae2f52f882335b684869ad06cf17efc75d94d7ecac34ecda86879df", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:f44c0d43dbec932f587fa0db9fcca8f4b00bb9378f8394879e1fbd08a057f232", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:4c41bd0f6e7fbc6a0746a7a320f78d0b3ba8ff51f204290937f124d3887601c9", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:5e938c08aa3f61eedc190d8b2f38a25cee77f5e172e86e712a949ac9c3fc21cf", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:925d89b606aaf8e7c7874a8c73254ce2f0b291455711aab1e6d34823a8443ec8", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:0daedae57b69a989e8dd85708575ae82fc3fe4efb6b190611a4fcd77e6b39730", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:009d81c7beef0cfc05a21cc9a64e5adfd5944f488839a6ce0a8655ef805993b3", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:1e3e809493efb05c308b4f01e66bb38f9cfbc70769f8cfef63539c6722762be3", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:414b58320c9dd554c9f5aa766a10d0f62676084c61d27490cfa2f91bbe3ae5df", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:fe0ec35b2fe6dc78fbc892b40f34b02c4e98c19367a2b3f8f0a2b5011b186a29", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:76c14b05ff171ea011245a4e04a7c326ecada9593fe1de6358ff3e64b2ee6877", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:740899c995414a6c8b38abc1cb7c404e3d469254441ae17aa9b2640995ba8f08", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:68caa8d2d69f872b1f3d583e9900b07f1aebbd75c88957285568101f115b39c0", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:b8fe0ce73f61d774857a96f583db292c45188c6739f6bf36c27e555a3cb33c5b", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:e9e0684f685ecc832e0ca156b395f98f392c8d7792bd7f1b941383e925797ad4", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:562bc1f8f829c316e1ac247dae66a3091ff61f8507960bc3c648fecb127a316b", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:3164ccd0a73445b3113accce3976d057617a2ac0e4f450f93730b9033cf0f62c", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:e7272291e25f12bc81a69ed832840077470244d107996c52965dba871f42e506", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:bd9753e91f9d7f577392924eecc0fe41ec9ba0d71c6cd4212a73b37ab1fa7dde", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:bff8443baf91413cd8200346c4bf48538eeb43b8ede97ff08a42737a420baf75", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:7e2ff6017e21d92685264cfc863d069e99d6065a387bd1e9b0783573ca9a5222", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:800b6fcb90b44675bde7eda5386250be1aa37d0537f89003d4463a814c91a025", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:d708adec0a4cfdac1960f834c0195ae8fde19a5aba4736a9454ff892b4e41fab", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:3ffef681881f73eeb4fa3844e6d64ef797180601b696d239b08700e568cd900d", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8311f9a072795a44d11b7ee0b6c81f46ca6ad0eb999658303ad5a63c9b6cb155", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:614a5934a12bed2db9574cb6e6be7f7e579d746b807ebd2456760d03e9635537", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:a5a47d6a0bb53e0714a5cbdfe5b85bb842b44e98e6a2d905909edb2654789101", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:f4b087881264767c9ae10c88ed42805b9d460991acbbf1f9c9a3ed19d860be3c", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:4bf11bb68f3b301085836a9ae6e9f848ec06713e2bf797158571675b975c73ec", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:a596cef5ae7d7b53d2ce1f0f03becdb173316bb9cd6842f1afa4cda56aca11b7", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:1f9ef9472a42e5dca3904b7b42d3e58bf2c0256143391ef209632debe2062408", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:e20adb548210891f4e31016e8798b287034f01af0984ef09421f515672ab6532", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:c246c9a4526206b54cc62f3c060e5f5c7e934649fdd507c364f5f29bb55ca345", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:22ead791e00b5cf098ec7e42454e6ec1618820765d0e8bb1f6e0d581984d5351", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:c56be1f46850f4b9ab890c837aed67ff8576a5c0fc49e3452277d641cfce0293", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:72ab759aa0a57c79d1da0afe2f07457f41cedca4d2a9c3fc1b2c0f0dd9ee197b", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:1e352fb35db7aa603ad16f872965d2463868c61951bd5e711cbd0b0520e7cc19", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:adf8ac8f1b40631dbb649333fff76b63dd8b487eeb15e86c7061355a27b7b121", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:ae12c34ace251b19001f62a7bba9e228a8b3cbcffc12926b20cead44903b2dc9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:05ac763addaa21e115941bd6f4406b80585031ae6fd3e5486cce5a0faee8f5d7", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:4cac7dab84ad2f337014babc87f3b75eb5ef8c58b639ca7f8b1fb29b3c6f6c73", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:3f73c3e90fcb9e37025d6d1cfb557dd317ad8629dcf3cfc364e3d59a3e238995", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:ff042e199883da3648cd7cca8f02f7e3c0a74c0d0ed983672f550b14df64fb0d", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:e0cd54f8a4de266ed3f9b216430f92d987028b3f75a016a125c0337859219fdb", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:d9578e529a471f2609ff9e1075368994170c3bee4f83bb40ef8f5ec24d35cd41", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:49c8a528afc7f5502f81dd97097eb9bb93fe2f85cfb7a19ce700874d545ccb4a", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:bd72408b1a3a0854d52128a04b60e95ec21e594aa9e589a9be6843cc8dc58e17", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:19c31c124100bbe98d81d0d4e193cffecfc3905238051b13997399eeb7445325", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:850c2ace80c7287380dcbeae8762bf546e53264f243cd6c65376c76868d5d6d0", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:b872988852204073bb22815a844c036083ac38462cb7f222cee43e786690a4f3", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:9d3536f37a417c9f266542790c15867fde7c5abf09206d30a005a01c83bcb11c", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:df0377488de72420a9b7e2149225fb81e2ac0cc7e95a2bf5590b04d43800ad65", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:fe23221dd875b0310bfe35283b6315b5bd35a9e91fea14a76634c767d3847cbe", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:1d1b2f05d26ca27d797b307b34c16d2c442cd5cee0f6bab4db4dfacf2a492ebd", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:6246131cb8eabeae87168dd4a05276ff6a9617d4a587aa03e461223445823419", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:6764d6cc70f3582dc730364aacc61ec7cdc06224a70381e6aefe79c32c12cbbc", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:ef023c80383a7246c6fa66f9eaac29a859d896fc0313506a86643bf1a0a810de", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:907014de8a45e6d9db807f3344a926cb369263507d2c044a46fd201f50b3d6da", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:8e985cace4916849f280447b9980812affbc599e704e4aed2d4b5351bd90f53f", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:b5fd99aef264e464dbd885d960c4ae1fd7313dbd2d8c785624f82e731ed5f0bb", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:3589a25de4fbfc05c1d7d1dc96ae6f3708e539f339d5f89042158e500424d739", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:708b0d6608e481962a748e540c15c5aab81fc556472838606dc5cc28dec379b8", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:44cbfd16ced30ada7e92b39c50f0365ecaa6e2b857b7534a72beea73f85f2842", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:f1b23f0ce86a93eed3e7758d8386e941d66c6d73c9dc4e36620e8ad27d79ea78", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:302a7725d02e6fc1dfb7906b6624d8b47ee554988814faeec707da052a698213", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:d38f514dbe5131bed073a0e6876fa7924a5d36281cda825f8c6ca48f6100d32a", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:b8d3819efe8def5af5fb8759eba293611fffb5c9155a4cc4d85187fb36302e9d", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:746eecf27b5357ddf7f3e9c215b43c039250c766b5bedf8a9bedfcffc113a3bf", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:70570fc1bb79f18114021ffa198a22e7bb1438d3c46a4c61a93ad6a3acd7e4f4", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:b373d41bb85c2982936c6658a170d892fb7027bd065fceeca1b78fc366db18e3", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:089ddbefb601418ad0e8b01ee827739e15d6f295aaeec05cf563df8535ee9de4", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:1a1d477363976f1dbea6452da37ce18749f0614a3fd62221a705c1f6ff65d57d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:a1625f72c1c34ab96c5bd1e70db52ed1c8b8edc6e3a160d6af1c7c2c887dd62f", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:805fe7b832407a1e03d28f8a1d0782d6c092e109afb92da507030af6ccf3cf0b", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:525abf894dda7fd6c92966b5e5921fb0f0178c2e098afc3127bee1d8a8e2051c", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:d4af8286972757e352a01910480e04577d90bd252f497f26d14e786a348a0fca", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:7ee0e1af06d7d9371058cd96f5377052c48fc7fb04a7ed6a749461e1e610c81d", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:32526e4ab51681902f767b3ef4c0265e9b308321ba8243b3f2534bfb4adbab55", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:31e75a740b8381cc6e91b2e9b5042b0dbb558de813953edd3331a9a1fbf42fef", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:8db80e045ea2847c5906f97a9806276d280864af9261b8776fbf1c2fbcf12aa6", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:b77add72ac422ce5ad5075450a1c2134c4cccbc4f1c0f2f92d108d3945651de7", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:39152c634373fd400a1ba23caa0d730d67491129abd54cc8b7cc55522cd6dcc1", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:0c572c08bb74987ad66aef454123a7d7a42a4c3d48500f3765b075d170c74608", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:70298c63072249adec1a6519fd63fb3923796c378662086e86bacbce9ea20778", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:fcb8dbd0a7d1a882b271a85b202b4edfb8b1ec724d1e93d87c97a33eb49e3425", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:b9a84f32cc2d1d24fec3b13e163e1a063b285cd4dbffec56cf77d8e0586ad836", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:137e14c621f9cdce90c8b41de058a9b3b0d83cfbb853472ce70a874e2b1fe12c", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:e0329b1ed53cb6321c72b290e81635fe84fa1d027218de22159cfc27df406ada", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:2150bf5105fbb776e938e5143e5485c205f026fa2dd6c8d390775fad0e7d95e8", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:b32d3d741ad14bcb21f0425dbfc371bd6e420b9b5d8e531580e9a4a6f49610cb", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:d955c06264c52117b49f4f0b1f7fe9457e7219529c58971774ea1c41eef24c17", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:97644aa9c3df0212d4f4326ebe87da00bceb4ee88d3debddd3697d8820589558", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:506f19ce6674d87790fe8b43600ce88ed5457d8aae6d6e3e0bbc226eadfd34b4", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:d7d3e14954b783ac0a88f84b2d838c4bc8de81b7234b6fc82f773618f565301f", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:83094cb0edd1d40705f09b52bf1f19b62e2d240b79624379b4be0d4ef00e22df", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0f4dd3c722441be69ecd2be47661b8345475c2c409181e1e3dc9c5f6103e5bad", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:a68c75a0225c18822152262d708b4c06cee43cfaae59591405dfe1c222730aa7", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:7994e53d0fd5439e780e2226c40d3f74dcc7d0d553056eafd00eada23668cb0a", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:56d0e8cb71bf4b186dd5dac95d97c0c47630ac022ce83fe27dd0c426076c89f8", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:db961fb13378b838d53364ee075db6ef6d528771dce76d8dec6b7d15ba5ea69b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:1a5b04de53df4323fa9dbaf52a9b1f74d8c9c2ff4c9b2c7b603376fcce241f6c", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:b9cc348c1666d58aafb252a00c03b4ac2b93e9b097cbed19af23916b18b87870", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:53e872c358ffdee171dd5302622b32ad29bfbe4543da59f2ab127ff929b18191", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:c990dc28b26d38ed11bfcc5de53eabb2732355d55d290ff0a4452f4992460c0b", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:110d79701d35deebddf65775b52f4a6e808c2b64d7be235ab75d8ad4d28e66bc", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:b3c0336c2fd047c9f68c36dbe984d95c4cbedca6ad8353b99c01f507e2e76bcb", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:76a4a24023843393d59ba793dd9d5538333d1adc76198092cd4ebce94168cd67", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:f6d2f02b6973e5164e8de2009d1ee5aa7c7caf089bccc654efb1038b6c757abf", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:104f547f2cfb9f0eb402b62e22fe6db0eec8029090f5ae799473e28a73ff7204", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:3848c3e3192d401abbd7ad3c65c0c2b32500349371dd3e5b2a18b26818a19d1d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:3cc9bb309d032135383b70ba49525000e7380cc20ba73c78d49093e7f522866a", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:49b2dd53f15e0c5826f85172d4f8f77ac8b0ee93bee0ce47cd11c3e347ff074a", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:925379d529995891f2395548d852d3cb877f7cb6703f0228bc8b53082f99f4cd", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:4661fcabf6e8c4bc46edacd1c422b57b5d11ea20ba0de1f7b33072b499eb6b5e", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:98471b9680eba04e5aac560995f6b96a97a26749f90a64bf52e8aa8aa0401b4b", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:a15b58d2db8168a92643e5ebcc86346e425c33325573d16f62a17638f5f51d4e", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:18b7981442cb758f637ed60457e14acf28798e5da6804f0e3b48d186c950a2e4", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:bab11a77951c459deef1d4810de648579cd6bb22cb685f19223becc811c9dc75", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:b855f34cb1ca4cdcf0d95c01f076128d97dd94fd11cafe1de10d2f4e40302cdb", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:1fe729721d66a123f3ee41a9fb81ebde39e59bc126de6b0d562063c3d9f73bfa", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:bca44701ef6711900b35a09467d21587431fe2d945f433e83b971beed08d5849", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:069f4f18b8ba8825200209246f9de7c7cf14c58d6fe2f494467049b5c653067c", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:6dfd1d08c61aed69df53c805cba2e2bdf696bd6001a95f2fd65358a48f283b40", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:f3db44c4cf49b3b5dfa67589af36dc3a6bdaa36d1d76bc89a2ff9ddca2218cf1", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:72780f421cd5951666d83f81e7919759ff066faa8f50f8e500fdf1ef71a4e50f", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:155d82657abf6681a74e0f076926cbefff5742e803e77c549318d4b023134e3d", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:19221e32dccbe3a663f4dd2d554d552722dad04fdadac630a7c87d314652ce4e", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:e328f1135fece180510318a723d1a380253a67fdcfd082f92f8479d6a2ce1092", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:31f6cad0940b35dc8ab8df228a89b7f44dca53a75c93635e97c6faad2d35f771", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c04c79d765d55727ca268312a73c2517a1b059cdf878ec0cae129901cd177719", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:babfa6a2255a501f7f2d9461447653e1ff4b23ccac52901958592f29faa01674", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:d69882eb94c49e856959445e7172832c85540cf506fab7801eb1b90124256d17", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:48fef31638b4c1034094db79fb8cce736e15a80554cd00b0f426afd49a86c825", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:c859fe89bcab9034397c17a65aa943dc48ca26adf63a79676a8e965e2c0120ad", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:69a30048cd763933ff8b948caecbf8431f593a4b7937dacfc108c093bb20bee6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:641eac918fa14deb898d36df0c8e32d09a6e9fe20a3e46df5d4fd887935dbe68", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:7aac53095d57a23aa90eba2381094201dc49e88903c64f283b9476cfc65e652b", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:1eb60aadd657c3a8ef14fc612c3a1d12d780935dfd53f4d3a2bd822f51a12685", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:7c98b1b0d0cb247fb025660d9491c650033123609b9ef783b1a0f13b06169378", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ddaaa7b3d937ec486357f578297b6a4d606fb7b880df503dcf5fda22a48e2a78", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:68c768d504783b552a9ed4bd9e2399178db75c93baa60534fccf914d346618c3", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:4554aeeb68b5a17add1abf8e62e309a308f69bfd2d962d5157fbc3c54ac705d2", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:eeff7e706b6dca1f1b533b2d4406b22c79c80a6128cc8776c46a9fadc9688ad5", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:1fb29bd7cfa8f439c90492aa0c6c43715d088131f971d6d86ee661f95c133409", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:3901fb4d64e5e3e3f2f08708183f05e6bfbd1b81faf6f8c0f856f514a910f240", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:9c14cea73db4adb7b5c9ceccb86eae861d97d1e41433dbddd31832510e3b2928", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:dc15e3fffd86e74cc9a9832486ffd74991b93fa7a7067680dde26244fedcef86", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:ddd1e9c52fae8e48923aa8bb539e6edce05e0333a1f711a716f67c39849a7975", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:5ebf2d0a203e96bb932a079059f6e26eb2ead11cf8aa55b0e591c9e27438d85e", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:771c74dac7a95855370c5a0acb1b41fd7814515d031539bd8e336f6d5c33e58b", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:b5777be9f15559d3de6f2161651df48b4977e827fcbdd7321965c1e52dba511a", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:f522321cc61340e4b601f143a22acec86251215dcf58fbe113c2298b23387300", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:59eb4a4522c980cd3a5bb6f10e634e7d142effdaaf15427fd527320c480c26de", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:28fc17be863cab643dae3fa423d2538125312c1d66eea7832da2522056f5483d", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:aaa711c047760e46ade20f88a508663b28e068a572023a3e512f515f77710bc2", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:87a80b3bb5ab26f0e60a73cd063776e9dc22de018209696f9120d77a729c344c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:3946ac4330524cf91cc35e8546408c9250e56511ce980660eaa278e132977b52", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:2170c6162e63fd5302f04dd2ded7602c708ef7c25398216c09e0a99280efc35b", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:f1442e3d0d7f5017fb8a1b51c8ddcfc8b6cc61fc5b6e4460ae96351722602385", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:18e7b0f3d9fec94283912b9045b76aa0d303211fe8a45211847d52dbf1a79741", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:4c688a58922f6892776e388430c758bf597d3c653c92ec7f18d39c7706f3cfb7", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:056980d843b4c6e027767bd66c5273f06ac31ff015340688ab28be7548224f1e", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:764b83bef44be8152fdd79e77b18963361e99a70489e8f88e21f083f9812f1d7", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:74dc25699bd01be15c0ebf563d298424794e96e01cc7740d7f9246f76112e7fd", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:a50f2aabbd917fec8e015c7be3538684e991613cd9964ea85b35e24c842cc002", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:573932df0c0001f1f6418328c98976b1e0dba1803642c2e270614678871bce55", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:114b1f5187114761c51152ec89f240b1fb3b2bbe30723ee703eb017ac1eb5043", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:48e1f4dfe41d1582e06233be1eee622a16f1ba40f74d71b77cb421483442547f", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:c18cfd183f6dbb997f66d08fcc6ca17c58e35d09291df33f4eeb0b051307419e", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:c06a7778d990d092f221628355301f3af7a53752058c7a9e0682c69d4652fe47", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:3f6e2d0356fce17e684c14c86821c1172e4804213a6ce3b14ddb4e4d545c044f", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:1c883a14c6f28a9ce13dcbda74cbe0420a40e3c4034210894c9db86da189a9c8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:45e68edaec8e5ee4aa6ae3bd380d07575397d3dcc72f26b10f221d541d7b2da9", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7b37e2385b64d54dbb39788c8953d2d7a8bad6a6470702056ec2b379ce0b3e52", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:cd67d49fb895e77c2a058872d84ff57c35dd86093d2dc155dffd27fd8846dbc4", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6dea7f1a4dc5d9eceacd75e9cf1f3a9c770d772afe69c6304462b46b4481ba63", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:b2e62bfb48b4da464843ee5502afe6b3d36896d88ddfc4499f56ae7529880129", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:c8c856ee2ece0175eadf699db0561cb05cb7e352475f244cc0409ef7a901ca2c", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:f910b00bca79446c64ebf9d3d637e793c63710133a835a1acac776d138b2b70f", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:bc58af5006ed05250d7e5c264299420994a4a68aee90a0118e0d9d7d4f632ead", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:3af5d5cd167534549043f6d0985f153f250d843b033fb3bac1de63e6f4c287c1", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f618ca9b28f9082ceecd395bc1483be93d11254f91c21980e69771e4004e4f90", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:2a13cc7fafd15f0132b20e0be4e5bfec77f59dc27740dd13de25e14f85424625", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:df3b7a8f9afd744ce392368bd789259a4edb2d18160b29be70dea1119aba45fc", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:78eea79a31def53b4878730eefabe778525e75e05c370b29a5e3dd817031c24b", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:1ca58c2e31c78921ecc1c6d033256040d540996a0fc3b0be3fee7f5c9086cc7c", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:b977dd427a379ace4b1b36e72ccb162e2c7bd0deb3b5fc435a311d38ff83fc1d", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:b46e584297b57c8fd258c7fd63fa2cf3cdedb9b235047fcba07d7d0bc4c7b3b2", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:a1df440fb42c2b279819fac6d4c40a3658f4cc8e355df4dab45067ccb5e46088", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:13d4fab805e8306158c22f1a0a320fdf5bb2a466a80b99003afde892e195903b", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:d2e6497f87560a6f40f2cc79fe1dc92c00ed03f1de86ba2f222d0148f133186b", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:c1b4a93f0780b5e4e4d3c81e153bda5b7d4990fecc37baf9c9e56ace41d4eb37", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:dfd0db878f03c823c5efa6396cb27239d75e12d2dbd27fb09f3c9bf5f0a95acc", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:90d48d64a988c96ada9fef17d6516fad66658a16c4fa3089d380615cf53431db", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:ee475372af8700673ced6ce4b92ec637a228ded8b8371e9f5043220248429d91", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:30a34147f78bd97a93d15aec0f7e72062355b7526147d694686b09f5f1183aae", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:6bf5840177c1df0cb8786d243c988771dda1493f441e17eaf2c3200e78baa97d", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:73cb41baf279e9752653650a646ba523289760d7e3ba8ae7825203658b7b3a88", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0a0e9183e3963cd3ffe7932f5d86241d5e4ca7143b4dfa5336d817a58e7ec47", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:fa055a685c1f3947dca43a00c1a27848bdf48fb3b5130f95b1ebbd0ed2f0f113", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:c5dd00b796d3c738d42b51a8785b314128831fff1e69234883ef229c22153b09", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:cda6a8332c14fa5ae4b9332682288fcd19caa0f3a5323681f6a67bddcb00e9f8", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:b7e73ebaf4a10ce5f607c5abec66ad040db396e25f56c55b57afa962e8f4dc55", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:56c37b790145a3615f0e54036c3dd9e0e1df971a88a5a459269a95cb01732248", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:126ae5e8122cd85662dd6871ce3a157ed42fb7af2e0ddd514666a049dff6e353", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:3b49932530a8b2d8aa432c7f96a378f6d3a45a1325cf8a0942c0d7810051a54c", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:f4ef95ce67ee9d7a26ec1e2678f7cc5523853a1e91cf79b3e2521db91eca8765", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:1ca387f51000e6172b3393ad8177ce312463235f748cd941e2eb56bdd8085970", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:9c7a7f56a2a972176ca65f4d896f014a9c4f74e9984d40f9143dbfb10ecb1736", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:d4e63d47345556f6693139a1780fa5ba5b674c06596c0c288433077d2b2377b4", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:b760e67dd1eed3c992acd556db4a018565e38d39c665347f3e5d80171afe478b", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:b4338a24b5cdb782c676e99bc144eaf29b4663ca6d5dac7bfe6d8a83e20b7140", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:f76610983adf6e0cc76ba4960f5b0f5972cdde114c90a47fbc9ef2a11a53385f", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:b933602aacd715370acf761b155e2e4490c5447834d0fb7e75f3f53c85f0414e", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:be5476081eb095a023b297b5840b9c236c5d9a8b07377539bb38da521b5b43f4", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:4afa00b38662ce7a62a84e3882b859c93e2fcecd9b340d5511bf1e87c7b253e4", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:11dace00a766787e786c074d94f488fde35537a7a6e92ee9f3c264e52031ebb0", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:92ba18c560bc7b96d19f65f0eba3509616c74ce4dc0cd21725562082bb556b95", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:224734f7c3eb398b25bc9092846e11be75bbc13546e8371c8f79f521aa3bee71", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:b511ac498b610e3934faa56e87289715cdd510448a9aa003824670dd87a4c489", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:2709edf3b53c9d6f97103a847ee17aa0212bd9a81ef1c2ea275ed48c957ea0f8", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:9c21dcccb38d9f3d20c0c86370149931b07b4d5c7de3cb725fc7ba8703d87781", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:9d2b436e5da6efcb4d6a1f3f88a0e93a9916332684124cd0ce174354cbcd5f9c", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:15b3d0b53e1b13321a90738d690a27ce74191d4c3aefd458814b174ad361cdd0", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:4d43318ef5cd34f6a4bddbe3dc7900817c12ca50c274bc0c16f815473cb2c41c", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:0086cf30bb9aba60ef5e9e419025e405e47a6f7d0e9ad509d9de8b140bc555f8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:eaf31f9920aa2f4c4689e89dad1e358b2048a76e167b83a9ba31664538e97adc", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:042ae51b506da2f4d393b9c2e1c74835da586325dcdb5aae3ef6fdd5f4322322", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:0010210d875e9f4416c79b1ac140aa4d4e598d1ce6617f13df6c0b81092585ae", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:8213e267567e7468835f335f4d67f80d5afd5a10c1776b25fc7690493e24d5e5", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:d1980ee3eb6ff401e259a01601b00d43b7e00a02d8179da8687dc898ebd82760", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:088c89bc2cc650486b2a2fbff9f55159e55ec446e0dba2f070b112947f0e253d", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:4689ea282158f48e384232eafc689cba25cedd1197e95f83f660cbbcfbb5f656", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:02d7dd190e89d53230c73bffb6a5a7858f69aa5de84cc425c89899a8cf0db57a", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:1cb9f53d5883c8a534615c10c3e26d183859376d86141fe110a7a20ffadb813f", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:3c36330c520be04be697a46f4cf87434eb6e796090e92a9a6ec838ca5dcdcad3", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:30a91e60faaed2512ce35fbd31b275b2f074bc9e56b5f041321b967635d08abd", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:424dae7f4dd185c15254a371927425c06bedccaa8ff4bd58b4932200d3ccdab0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:4dc63162f2cfadd8e648ffd4e6e4dccf86e37b459132025718bcae12dcaeac89", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:3061eaee9784ba135761f88a02486dc0568d68228a152500294a1878e3af8036", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:0c9fdcdc8c61cc21db5ee1e3a1dc15417e494dcbca07271f2d8ef3452648a171", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:4376d2bf9c1a20c2c4aba21863cb06a5c72b10b55c65e71cfa07597ae5be4d03", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:ce68e57548d07714cd42328da946cbc713ffbaaa6cac2b4c1e2b49bdb89f3a9e", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:65095dfeb5954b01641e8fa9fe16458371cca1a0b01442a49587443e204193e4", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:a64c79ce6da40dc0f97bc70f39c18aa519f24eb57566c11375e709f72b98761f", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:d1a4858f1d8601672b3a5ec236370fe8d786da265b48cca4a269c9d3fcdb924c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:2fd442aae3495427bb1ec233139ab64ec39273a4747d43fbc87e0e8558beea35", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:a07921d17b33acc3b8fc616cc0ed57b243f4278bd5e9107864b8db619fd7e2ba", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:f8ab85019c8cd4bf8f13b399eadb300c285ac49d882708afecbea5ba47b6fdb7", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:fc37150f3974d1922627d37b72d92bba095cd04237bdd0341d33ebfc07b1cb0e", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:da480ff77440b4abd69efc553c3a3bd69c7f157dce32a6a1427c83c451b6daa4", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:8c3bb980728f671f0ec75ff073ae6a62a69eca81acd35e1be8fe28e25936dae9", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:8113363e81a28733ec8ff08bd800987ffd5e01e82eb6b5888f84d9250e925d0a", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:457a862b0267097fda4e211233a23ec5a0f5bb1716b96ce4f500650fb17e21da", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:cd056524fd2ed91e2c0921d807a4bb5853017d0951c3081839236541e78d41ce", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:5b8dac75146753f767d746be42262349e5d2b3a9a44f41c5bc86369313f32547", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:3853ff27aee5439bd156d98fa79b65fd6f225f8426c414922d58194ef11f5a87", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:8147c5768444583010a3a411e78bb4c88fc6c426d80d59e5c9a82868006e07b9", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:bf8cbd045f9ebd18ae608c202e073fb222d2dfdfb774005b60183affef9dc780", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:84b36e50517db2ded0a5ed9a89096ee926ab18cfd2f78ee74ab7863aa035617f", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:f73ae645bb1dd4c3ff06680c8465706a8f1f5822585c5c81cdac82ec8a1baef0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:342bdd8440b21aa2fcf83874f58e2141e159469ba89cb6774755d90d061d9d64", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:38794048ff0bfb5cb344217c0740d843e146062c327d245c2eaed5f9a3a40475", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:ba9b481e4c76a1e9029c369d2a68659df55060b8f19e245fc34eff2b28468e5f", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:43e9410f7e7798d43d6a24f6a65194a1f4a92e335eabf6fdd12c1270de45fc23", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:a904e44050770282fba4d2492b6199e995b105b0aa25db35f29176f6b523a2ab", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:5723008858bbfabc8692cd95d9697ef7f3db24f8ddeb68d2cd95e3141a35b161", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:3324054ee88e363ea7f512b0b9b02465d30f65bbfbfb6c59562ee0eaa2f6a435", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:62e57a6577b0f047880dd910ab61606696a1619a3142bbca097bcc98f6f419d2", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:5209baa78fc18d90bf48da388f6f25ca41510037325041d397f756e951b82bfd", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:5a9c4d8a97863711d779fa6c5866808fffe8ef959a560fde126e1a237c8338f4", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:5e9925da1d09dc745b07e49bf26c2c3db43685381cf40e9216746ef9ed77df26", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:b3a13e818d54f38de2480d2637bf139cef7d39808c7b1fe5acbaec86134cb03c", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:0b2445290ddb4361f73a7c3a7d1c6a77a8fe2e06b4129fd66bc2a8872eb5a2c6", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:457c0d61271ddfeb3049279aa1bfc103320d58708399e89a2f01722c056f1bc2", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:33945b68b97770c9f1e61f96ce2cebc3b57e9bc3244df698de8f0a8380042e73", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:0e9ed9c5a9c10309af9e076e3a67939c74b825c024b1b76de79a8487fe4d1e3a", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:d1b495b4782232370390416b5b153f591a205c3aaad801c5771438bd76ccd4fb", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:fb531ad1652c8d94fda9a1b0db59ac17556860c252765349578367f652283381", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:e28e28a61454e90de6d3572c4e79f38e217c30ed4e81f5cfe8f05798834a2e3d", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:91f0d7c9c6e60ce2840de151f37ce82f05419db0fcc9d3b6e22c405bf47a12b6", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:5fdc8a5efdd229de2586bb22644a1aad768accfb19f25056df0504ddda3c0278", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:1d16831bba5200dbaacbc1ce7690e4d45a7776e8c7e6b1bd552de02baaaafe86", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:36331466453692f3735192ede42c4ab45f524b3e3766a11cf24006fcd70a8602", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:5f235d2937c0f66578c922e748bde01637f905600bef4708a8c924b5565b06ba", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:028801eb22816316177b28b019a3d680507a4739e7300809a7d2d75d064e816c", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:9bf905862748897e19f9e6cfee979a6706652ac70da697f45b5d5d7e4f672605", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:20f3c6c9b9d6db277c70ec362c2f90bb59caf4574df33892bbcc5a7244301cde", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:417898f92a9b09e0631049965c846874ad9ba763994b6908f60ab7dea15c6cf7", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:d50f307037a579d3018224745ec8fff27297a142fc3114d1f32e33296d0148b3", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:e1719daf112a0906a79a8cbe43a09512f32dbbbb8757f352612835a16e297616", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:663fbcaa8da4789e843d15f4bea829a08520121c5504885c5a1478262ae90388", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:f7904dd42427338cd297e54907dfe1f45c7747a04d8e8799b0217a571e948760", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:012a0ce979798d964f2c1c21dcb59b4f31f884ce070fcc67cbc317a42cd249f4", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:b8fd5d0c0e8352f1a5361dd6c53f1cc6f05ce9fd48950bc6c552a8f1634f08fd", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:40b4c8971134e8d11db671ba13cd706103ab22e295f42e2d9446d10f520299db", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:94e8c15ddf830b39f1c3280eb60b1fec7f537b4d9f5b475bf70132b99ed976e0", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e6b782ccdb615a568b7cf0239f7fce8f0448eba73f7c8dd7117585d34a52e20d", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:ab86851e99374f0661d7909c5dc55968601c7818c13b74fc9e44fff1af4ec06f", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:1eeeb1c71b8541dcc4b4c88057f97a5380350b4d99d8b33fcdb3f311d0bd1500", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:12365a36a7ca79079ae27993b9145548702ff611c2e61e8db3e251cd27a1e3d5", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:65451fe137f78df716f80198ad66d089ab846a920059435bbf75cfa13c84b8e1", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:c5fce9c397b5e2a58706ca8026634f11406b7b90e33a91038a8deb7b7a55c223", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:8e5e1c964e8b68584724bc9de8cdb08f54bc84d79df8bd9fb349eaa8e6f7241c", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:dadd4ab73997e45569b6072255cc50f3ef5472023c011afc7fbf66b5b7db1a71", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:f85cd9f64bbaedc310aa7641c9c009f5b81720359ea0d2a75fa50f38139896a7", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:971b623c15c870bb0af996588196e5699adc7de68bf9a740c70adf7d6c0438fc", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:2b65a8c624d224b7f93fee6765b0220e7ddf729942e1aaba926b9e8f04d83e48", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:01e7da41984c9eb025e1505a8ace402af254b540eba46ba67628d3d5a43f142c", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:a594a46e1a4ac351132327ae5e374a55264638479e3aa93e3d83888494ac951c", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:508c06618d02da2f2bbe4a8fa679fd166b3bd022cbfdc6ed772b0176d9f89c0e", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:f2fb83f08f0435d077e6348369dc67fc21de6e50abd34baec3a19c75d5fce989", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:7417ff09d5beaa6b41bf0f4274f8f0bfd1ee4caa4e3baec4239adadac5bccbc1", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:773cccab377532edc3046346f65edce92e58f08f2e0f858f1b4ec4051dff366c", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:348467b42368cf200678687fb55d08edbddbeef571195a65acaea650952a6e83", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:f3f70a4af71105bfd2af494752198f9a4fa893e12cf4d34f9d6e5dc399173d59", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:33b83274c606a90abc322a2e9e3927046b436c523ab5b049b24acf9f751078d4", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:795a5436a51f8eff006974837360d8028cf93ea99e41d615ea7be5a1d4c25fd5", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:5455b3ba39a4323fa21d4e55af4d9ecffdd6a9c258eb1528479ac53b17180ccc", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:e0f719ac7d211a6f115dadd7b8ab5ec6ce4badc6bc42f88dbaa5af7e1c6635d8", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:fe90f1641471465e71f82742471772ad53ca03e99f33037faab6b6b21a0d120c", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:f1c77fd88facb2424fb7a18113ff5ae4a13b466639b66f6bea2bef4183b6d12c", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:3d83a0ab7fe55cb1ec1da090bbeaf8bccdd861d28cb861cda62eeb8cb260d1f7", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:1b5e71dcf67305e80143a23b409107e114d7492957137fa225c5182ccedd0eef", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:82e94ab00375ebeab53327f2ac540ed7f124f1e0276a87cdb3ce76d4b109a88c", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:1cec9da42b038efa17fabd516d28f07b6d256bddb6878c580dead567c8c9cfb5", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:cb8e142bc3424c92e6a45bb51d5080397af4e014177d071c84134e556fe7de1f", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:5fadbf2fadd69b0320e1b43fb5e9ddfc8af63c5a8d74dcd69eace8a88c36dc8b", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:e6f0375bf3a6d0178b08d563def77e9fe18a27f5f0d2f699ec26b811c0ee4793", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:0e628deecf4b7da6f229ab06548c3112629d3971d760ff37ea7f03dd21707974", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:b17707ff8b2c8422fd1be113221fa97bc393231b5b22b0f9123068284f34b1d1", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:affda62823d317b104386ef230d6fd4a8013c98573a21a393db2850bda3ba198", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:e29b52429026ea139b77a2bec3b58ac30b9e6ab4a6cf25379e88b2f9a22d8354", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:940554c436ea14eead5ba2adde98b78fed54d5f2c80cc64b07ef838f7e7c0351", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:066b66c5bbdb5be58cc5f1cd3e69f98d058017bc10ab1b308867243b0e09c429", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:632efb70e61d69cdae407e0c801c8b971610f3003657c8282fa3a699ba5181c2", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:ca8c44038777ed28d4f03319458048c37d92eb7f2fd62e6da730d7a1d3bb97eb", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:9d6b0f59c45b4f8f07e49cd690cf4e2607cbb44c9c9974c65d4b6d58159c2b40", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:7e809231e8809385192ff97030f3f259bf3b408a6ab903b5086777bac25fd5b7", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:6a61b9bae78de14d769b6865a3c1018dd55fb342ed8a86301227f28007bb3b07", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:5c3a1baff75a2bcc2911d85b2b72970cf9c0f0ff409cd3cca764dc71a17832fb", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:2fa120d661ccefb66c6e5437e05fe1b37261f32109628bdeaa23534200b65a96", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:1173285a56c18d192b797c2d126444f50c1f452d0ba36460e4be7be090645a1b", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:2c4606929d2376e628ee0c134a9bf52d55d86e02d234593d7d7d9035ba522289", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:e615fcfd0fadf7dfd951e2e7ae76be104ca6bd916d619520821b0e843932f114", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:1bb3c6c86df8bb15d2fc4574f2661eee8a1f5c28d69ad896394d5774b765a425", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:164 Saturday 25 April 2026 04:58:08 -0400 (0:00:03.120) 0:02:20.395 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:d82524217f20ff83bbe15637004cfaca5a3a3fbc8d60cde1cd55661bbe79b65a", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:a055774062f0d6d098aebce8d9cc7faca0af0ff882b2e9ed2ffa8378dacb12f9", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:1e661dc39944305722e21f949c6c3053df15eaf89fe24d2e19ca81d85ebc4349", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:08b5514096149cae96a52dfaee9ddf1e75e3cdbde7e2dfaf16251c1e3492b7b4", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:fcaa98e0d12a9a8d8ccb644d2fffbe15f257263e57153cc6bf81b5392c584090", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:0dcee5e548282eba286f988d4e3505d29d61b343d206380ad7ada8c1536a55b2", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:5baaef772a482efc47a0635326c12e172ba2ba65c4c194f4e3c23f28bb1fbf6a", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:4f9828aa2eb9028104ff01744a97c1efe3292b2b26dd1a48ffdd48b348d2de5e", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:0d729a6a048ca699428cd2799731b898393d34949a27949b1c857700bf5edb4a", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:3bec0fc981cc085d3637b84d331d5de3cabbff26c1a74031444147453380dae0", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:c81ef8fb2bd0fe3aa1ff9d02c53533ba87752173eca3a930272ff0a04d6eaf00", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:e6010fece9b86c7808d394a838cca96056fc4dd3826d6a25b2eafcb2c838f7aa", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:d71dc51cf0e4c1a088c896eadf0c7e741700cc9d9c047ba3ad8e48fb85d02361", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:0075645da24dcb5a6ad47c2856fcd92a2f4a21612e5e152f94dabbd98a95cba4", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:73010aa40317ac258474479eee69061ad15c1174d7d04532fdd5d8c5bb117c7e", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:7b4617ad67f3be4a8c30f3847692148a48ddba8812c56743a1851d2c2922acd3", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:4c833e75831c838e6c9e18db0e1dcca52772943e8b8b934b9c3f47b382739dfd", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:28571ee30245b5d6f36f075c5f1fee9863e6b375a1e1d7c0dd9d2355fe78687b", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:389720c6e2f8faf556126343a43124b9ec4f54e0ae9cf3a04e3123957711fc5e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:c0fe177457eb8b7328973435258183d8830d2ff1a957465a4f1a10f8538d2021", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:68ebf63c946860be33db1f5cef8d732f30940fe02ec40821c81cf325ce300ab3", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:4f018a0ce34abaf1a5bd637a4cbdc1b9231d8bf0a28e6e6374a585ee5828f527", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:b4233f6f9f468d55a42f23cfbe0d83c0cc8fde3fb8b687ea03aeacefcc28fed0", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:f80d4cec3b2d125a9a443a77af8fb455d7255a287acf09c372d8ad239268e058", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:77b91e2372cf422f8cbce609596c99a7889c66330a0a17d4a81f6667473cbb6b", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:391573dcbf7aa0921d83027ca73a4802633ea04739fc62d99d9333ac87152b66", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:ed93a67d8aeaa33c1796ea06387e59adc2ddcbb9149e69523fee7943b5be7f86", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:3d38e4fbc0de66298f8470ea092f4180e434360fe967a7d4894c10f54e15f702", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:21c2ef7661b970905ba3ace565331f7bd05184b959db6675fa4fd6a83477981d", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:6067e11ce80aea409da8a2ebd9b4077bee8b0e302dd022839ae544007c24690d", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:5de751aeb1fb8f4dc5e3107914a244e295729ca4dcf4e0443dcfaaf2383e1fb9", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:9e39f64c38f4ab8895620c37dce900757187b69f84916b27017c68b4715be957", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:02c268e9cf7d0094e3be80c613a6241e0de179863a0ddcd17c2e7abe0f58ee9e", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:8368e76ca14bd0756153dc980a5a20fdded74a3161bf5c4bc0c2d54836eeed40", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0d287477998ebe13205e76915dce9d9d5e7c987d74c95c31ee7e455a6d1a289d", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:dba53cf5c139b86c53f3390a9be2e996224a8c4daf85f67c56ef750a1d3509e4", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:5667138bf692133314a8583f1ee4ab77803310c295a1c33eb9577825f6df2283", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:a08341c8e73745ff0f035d9f828e318f5a184782299828778a137ae1171c73ee", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a540d1a3fb4df67620134b5c6eda5b089e1c9ed7627d4432c7208a4dd1c135e7", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:958770fe9b4538bcd40ee165842ced5f581198bcd1144b27ccda1edbaae0c38d", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:da6cc37fff80131705a5d1331a02e4b856123ffd88df09020c09219b3ed2cc1e", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9e4a046574944e72e3b3cf7b47ad634041afd98ad0c29158d44adde096047f87", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:428ad2fc7a6dbc4d90c0c7ba1aee59cc1ead7c3dc83e61ad8643a86f52971974", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:d1c9ce7f82c4bfc8aa23d3bce24772b94e9d587ea9ee1a3ee451370a1afd14af", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:e92d6244a872921eac8afd8a6bfb0712721d510cf22e39813da31fccc76b0c9a", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:a244c7e26ab68dbdb51d489a4b2666d7e31ca3d04c2be84b6f9074a7288df8ab", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9158846c27d81ca3e695bd093ec311ad1df23900fea228abbde594ed227f6bee", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:ed2d35096f229c8cd8f1ec0345ed0dd5aea77196554012853201455e1833807d", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:5afa147edfb582deda66985d22425de1d24c83e23dee40375964a3545b53d864", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:95a5166d24a8b8e2fd245a1468a44d2397cd7d47fee1ff10dfc79034f68f558a", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:c3bd94d7ed2fd990c3bd0852a30b01e5851a9379fa67abdf62177c6d8edf3ba1", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:d0a92f93674bcffa9852cbb527d1b9bcfe85525d4996fe56aae2f6548a9a7927", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:5adc88ac1964ce84970acaf773c8a7e23acdfe420e2de506a804792423c03b0b", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:cb44b59408240800cdfe471ee796a43ccfaba64dafc4d901c47257ead616fa0f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:80504af00f0b1e89860ab0b5321c3288e68c5ae8f296d73d829bfe1a0fb8bad3", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f5fe5aa165b78c031e26d1a5fec362b2e1903b461719d84d1beee0a7a009d093", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:a26f3bd4418f21bd775fa5b5c625f05cceb1262d283f1c55524c92eaa706ea2b", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:8daec64f6afcb4f521f3334d9add20583f5ae8107f6f6b40daba47d88f3e1c6a", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:2b8996a5371d33aac21413dfedc6f09bb8ae5f348babdd10a2ab56dfa1a0aff8", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:a10bbe1fef0d37e22ee6ef12877b535d00428b66a2002a3a2130c5b7b707ae1e", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:893366d3d5183303e36f68bd9c5b8310c7b767f5accb9ce08432bed41da81518", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:ad716b713a1440663f7b44c74b1627124e935e95cb105e0ea8a33a298e2c9fd3", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:3bdd9e2481cbeb3acf9ff1ed5adc0e4ecd379fecbafd85f9aade525d3f76d044", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:c68810d0e6e827fb2e292435b682f99ba64b24554b65da60ecbe261de0207eb0", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:403931be799866bc4bf246e1d2595983d982dc36fb80eb7d74478ec7df200feb", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:975614ed2187fc0f60ad069c311d89d1cbd807a10f1b02a206774a4a53f35859", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:d1d721a7dce533313106912160a3bbd345b5a18c5ec2a4f7708327cbf303bcaa", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:d3efe66192fa64138b71fe043910cdd11ff0d8167a8f55a88c3819e18a450fca", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:ede45eabce1274776421df27dbe410a3b788a94e608ccb9b91bfcb7468940787", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:740129e8431346f4a8116cbc6d7790bad990c3af0cd5633f8faddd95187c056b", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:0d5b00523427aa3c8f90dfd6eb0249952f4d631a7ff0149ea2298105037a18c8", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:db083935bd7f2301ce9097bec8810ea10c69f106f71c3e30383818db3bc5a076", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:1427493879d15a9d11d5cf32e6e83a4f7b42148957c1a748e2d8c4ed84671f09", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:2fc37ebb33a2549097cc9ea3ac597daf507f7929fe3be7722537b0691e736d01", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:1ab9d07b1717c0a062a28517615e4579a22b3ad00fb705f4de46e108f713e64e", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:f5ff2483ff127157fcddd35e85e09b988e6d9f34efc9f6980790fd48f43eebc7", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:071ec1221bcb31589115d18581ec6adf8354d740b70f513d3c90e477561b0d6c", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:11c4842cd9ea9dd18ecc6c9670243efb3afe5b93e69a0e32f14a2e4923c4462b", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:9e63b9d43cc357d2cf23f01d4e49644a53577005ac4c350964021239cb6173a5", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:fe5cf31ffd6571bab7fb0948de1b9b7ddc1aba8df03df60790bbc6d7d5c527b7", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:632fe0d21ae2f52f882335b684869ad06cf17efc75d94d7ecac34ecda86879df", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:f44c0d43dbec932f587fa0db9fcca8f4b00bb9378f8394879e1fbd08a057f232", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:4c41bd0f6e7fbc6a0746a7a320f78d0b3ba8ff51f204290937f124d3887601c9", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:5e938c08aa3f61eedc190d8b2f38a25cee77f5e172e86e712a949ac9c3fc21cf", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:925d89b606aaf8e7c7874a8c73254ce2f0b291455711aab1e6d34823a8443ec8", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:0daedae57b69a989e8dd85708575ae82fc3fe4efb6b190611a4fcd77e6b39730", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:009d81c7beef0cfc05a21cc9a64e5adfd5944f488839a6ce0a8655ef805993b3", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:1e3e809493efb05c308b4f01e66bb38f9cfbc70769f8cfef63539c6722762be3", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:414b58320c9dd554c9f5aa766a10d0f62676084c61d27490cfa2f91bbe3ae5df", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:fe0ec35b2fe6dc78fbc892b40f34b02c4e98c19367a2b3f8f0a2b5011b186a29", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:76c14b05ff171ea011245a4e04a7c326ecada9593fe1de6358ff3e64b2ee6877", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:740899c995414a6c8b38abc1cb7c404e3d469254441ae17aa9b2640995ba8f08", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:68caa8d2d69f872b1f3d583e9900b07f1aebbd75c88957285568101f115b39c0", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:b8fe0ce73f61d774857a96f583db292c45188c6739f6bf36c27e555a3cb33c5b", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:e9e0684f685ecc832e0ca156b395f98f392c8d7792bd7f1b941383e925797ad4", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:562bc1f8f829c316e1ac247dae66a3091ff61f8507960bc3c648fecb127a316b", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:3164ccd0a73445b3113accce3976d057617a2ac0e4f450f93730b9033cf0f62c", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:e7272291e25f12bc81a69ed832840077470244d107996c52965dba871f42e506", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:bd9753e91f9d7f577392924eecc0fe41ec9ba0d71c6cd4212a73b37ab1fa7dde", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:bff8443baf91413cd8200346c4bf48538eeb43b8ede97ff08a42737a420baf75", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:7e2ff6017e21d92685264cfc863d069e99d6065a387bd1e9b0783573ca9a5222", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:800b6fcb90b44675bde7eda5386250be1aa37d0537f89003d4463a814c91a025", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:d708adec0a4cfdac1960f834c0195ae8fde19a5aba4736a9454ff892b4e41fab", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:3ffef681881f73eeb4fa3844e6d64ef797180601b696d239b08700e568cd900d", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8311f9a072795a44d11b7ee0b6c81f46ca6ad0eb999658303ad5a63c9b6cb155", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:614a5934a12bed2db9574cb6e6be7f7e579d746b807ebd2456760d03e9635537", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:a5a47d6a0bb53e0714a5cbdfe5b85bb842b44e98e6a2d905909edb2654789101", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:f4b087881264767c9ae10c88ed42805b9d460991acbbf1f9c9a3ed19d860be3c", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:4bf11bb68f3b301085836a9ae6e9f848ec06713e2bf797158571675b975c73ec", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:a596cef5ae7d7b53d2ce1f0f03becdb173316bb9cd6842f1afa4cda56aca11b7", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:1f9ef9472a42e5dca3904b7b42d3e58bf2c0256143391ef209632debe2062408", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:e20adb548210891f4e31016e8798b287034f01af0984ef09421f515672ab6532", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:c246c9a4526206b54cc62f3c060e5f5c7e934649fdd507c364f5f29bb55ca345", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:22ead791e00b5cf098ec7e42454e6ec1618820765d0e8bb1f6e0d581984d5351", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:c56be1f46850f4b9ab890c837aed67ff8576a5c0fc49e3452277d641cfce0293", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:72ab759aa0a57c79d1da0afe2f07457f41cedca4d2a9c3fc1b2c0f0dd9ee197b", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:1e352fb35db7aa603ad16f872965d2463868c61951bd5e711cbd0b0520e7cc19", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:adf8ac8f1b40631dbb649333fff76b63dd8b487eeb15e86c7061355a27b7b121", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:ae12c34ace251b19001f62a7bba9e228a8b3cbcffc12926b20cead44903b2dc9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:05ac763addaa21e115941bd6f4406b80585031ae6fd3e5486cce5a0faee8f5d7", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:4cac7dab84ad2f337014babc87f3b75eb5ef8c58b639ca7f8b1fb29b3c6f6c73", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:3f73c3e90fcb9e37025d6d1cfb557dd317ad8629dcf3cfc364e3d59a3e238995", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:ff042e199883da3648cd7cca8f02f7e3c0a74c0d0ed983672f550b14df64fb0d", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:e0cd54f8a4de266ed3f9b216430f92d987028b3f75a016a125c0337859219fdb", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:d9578e529a471f2609ff9e1075368994170c3bee4f83bb40ef8f5ec24d35cd41", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:49c8a528afc7f5502f81dd97097eb9bb93fe2f85cfb7a19ce700874d545ccb4a", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:bd72408b1a3a0854d52128a04b60e95ec21e594aa9e589a9be6843cc8dc58e17", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:19c31c124100bbe98d81d0d4e193cffecfc3905238051b13997399eeb7445325", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:850c2ace80c7287380dcbeae8762bf546e53264f243cd6c65376c76868d5d6d0", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:b872988852204073bb22815a844c036083ac38462cb7f222cee43e786690a4f3", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:9d3536f37a417c9f266542790c15867fde7c5abf09206d30a005a01c83bcb11c", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:df0377488de72420a9b7e2149225fb81e2ac0cc7e95a2bf5590b04d43800ad65", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:fe23221dd875b0310bfe35283b6315b5bd35a9e91fea14a76634c767d3847cbe", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:1d1b2f05d26ca27d797b307b34c16d2c442cd5cee0f6bab4db4dfacf2a492ebd", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:6246131cb8eabeae87168dd4a05276ff6a9617d4a587aa03e461223445823419", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:6764d6cc70f3582dc730364aacc61ec7cdc06224a70381e6aefe79c32c12cbbc", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:ef023c80383a7246c6fa66f9eaac29a859d896fc0313506a86643bf1a0a810de", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:907014de8a45e6d9db807f3344a926cb369263507d2c044a46fd201f50b3d6da", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:8e985cace4916849f280447b9980812affbc599e704e4aed2d4b5351bd90f53f", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:b5fd99aef264e464dbd885d960c4ae1fd7313dbd2d8c785624f82e731ed5f0bb", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:3589a25de4fbfc05c1d7d1dc96ae6f3708e539f339d5f89042158e500424d739", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:708b0d6608e481962a748e540c15c5aab81fc556472838606dc5cc28dec379b8", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:44cbfd16ced30ada7e92b39c50f0365ecaa6e2b857b7534a72beea73f85f2842", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:f1b23f0ce86a93eed3e7758d8386e941d66c6d73c9dc4e36620e8ad27d79ea78", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:302a7725d02e6fc1dfb7906b6624d8b47ee554988814faeec707da052a698213", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:d38f514dbe5131bed073a0e6876fa7924a5d36281cda825f8c6ca48f6100d32a", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:b8d3819efe8def5af5fb8759eba293611fffb5c9155a4cc4d85187fb36302e9d", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:746eecf27b5357ddf7f3e9c215b43c039250c766b5bedf8a9bedfcffc113a3bf", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:70570fc1bb79f18114021ffa198a22e7bb1438d3c46a4c61a93ad6a3acd7e4f4", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:b373d41bb85c2982936c6658a170d892fb7027bd065fceeca1b78fc366db18e3", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:089ddbefb601418ad0e8b01ee827739e15d6f295aaeec05cf563df8535ee9de4", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:1a1d477363976f1dbea6452da37ce18749f0614a3fd62221a705c1f6ff65d57d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:a1625f72c1c34ab96c5bd1e70db52ed1c8b8edc6e3a160d6af1c7c2c887dd62f", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:805fe7b832407a1e03d28f8a1d0782d6c092e109afb92da507030af6ccf3cf0b", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:525abf894dda7fd6c92966b5e5921fb0f0178c2e098afc3127bee1d8a8e2051c", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:d4af8286972757e352a01910480e04577d90bd252f497f26d14e786a348a0fca", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:7ee0e1af06d7d9371058cd96f5377052c48fc7fb04a7ed6a749461e1e610c81d", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:32526e4ab51681902f767b3ef4c0265e9b308321ba8243b3f2534bfb4adbab55", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:31e75a740b8381cc6e91b2e9b5042b0dbb558de813953edd3331a9a1fbf42fef", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:8db80e045ea2847c5906f97a9806276d280864af9261b8776fbf1c2fbcf12aa6", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:b77add72ac422ce5ad5075450a1c2134c4cccbc4f1c0f2f92d108d3945651de7", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:39152c634373fd400a1ba23caa0d730d67491129abd54cc8b7cc55522cd6dcc1", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:0c572c08bb74987ad66aef454123a7d7a42a4c3d48500f3765b075d170c74608", "enabled": 1 } }, "kmscon": { "100": { "checksum": "sha256:70298c63072249adec1a6519fd63fb3923796c378662086e86bacbce9ea20778", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:fcb8dbd0a7d1a882b271a85b202b4edfb8b1ec724d1e93d87c97a33eb49e3425", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:b9a84f32cc2d1d24fec3b13e163e1a063b285cd4dbffec56cf77d8e0586ad836", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:137e14c621f9cdce90c8b41de058a9b3b0d83cfbb853472ce70a874e2b1fe12c", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:e0329b1ed53cb6321c72b290e81635fe84fa1d027218de22159cfc27df406ada", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:2150bf5105fbb776e938e5143e5485c205f026fa2dd6c8d390775fad0e7d95e8", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:b32d3d741ad14bcb21f0425dbfc371bd6e420b9b5d8e531580e9a4a6f49610cb", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:d955c06264c52117b49f4f0b1f7fe9457e7219529c58971774ea1c41eef24c17", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:97644aa9c3df0212d4f4326ebe87da00bceb4ee88d3debddd3697d8820589558", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:506f19ce6674d87790fe8b43600ce88ed5457d8aae6d6e3e0bbc226eadfd34b4", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:d7d3e14954b783ac0a88f84b2d838c4bc8de81b7234b6fc82f773618f565301f", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:83094cb0edd1d40705f09b52bf1f19b62e2d240b79624379b4be0d4ef00e22df", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0f4dd3c722441be69ecd2be47661b8345475c2c409181e1e3dc9c5f6103e5bad", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:a68c75a0225c18822152262d708b4c06cee43cfaae59591405dfe1c222730aa7", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:7994e53d0fd5439e780e2226c40d3f74dcc7d0d553056eafd00eada23668cb0a", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:56d0e8cb71bf4b186dd5dac95d97c0c47630ac022ce83fe27dd0c426076c89f8", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:db961fb13378b838d53364ee075db6ef6d528771dce76d8dec6b7d15ba5ea69b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:1a5b04de53df4323fa9dbaf52a9b1f74d8c9c2ff4c9b2c7b603376fcce241f6c", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:b9cc348c1666d58aafb252a00c03b4ac2b93e9b097cbed19af23916b18b87870", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:53e872c358ffdee171dd5302622b32ad29bfbe4543da59f2ab127ff929b18191", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:c990dc28b26d38ed11bfcc5de53eabb2732355d55d290ff0a4452f4992460c0b", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:110d79701d35deebddf65775b52f4a6e808c2b64d7be235ab75d8ad4d28e66bc", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:b3c0336c2fd047c9f68c36dbe984d95c4cbedca6ad8353b99c01f507e2e76bcb", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:76a4a24023843393d59ba793dd9d5538333d1adc76198092cd4ebce94168cd67", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:f6d2f02b6973e5164e8de2009d1ee5aa7c7caf089bccc654efb1038b6c757abf", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:104f547f2cfb9f0eb402b62e22fe6db0eec8029090f5ae799473e28a73ff7204", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:3848c3e3192d401abbd7ad3c65c0c2b32500349371dd3e5b2a18b26818a19d1d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:3cc9bb309d032135383b70ba49525000e7380cc20ba73c78d49093e7f522866a", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:49b2dd53f15e0c5826f85172d4f8f77ac8b0ee93bee0ce47cd11c3e347ff074a", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:925379d529995891f2395548d852d3cb877f7cb6703f0228bc8b53082f99f4cd", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:4661fcabf6e8c4bc46edacd1c422b57b5d11ea20ba0de1f7b33072b499eb6b5e", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:98471b9680eba04e5aac560995f6b96a97a26749f90a64bf52e8aa8aa0401b4b", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:a15b58d2db8168a92643e5ebcc86346e425c33325573d16f62a17638f5f51d4e", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:18b7981442cb758f637ed60457e14acf28798e5da6804f0e3b48d186c950a2e4", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:bab11a77951c459deef1d4810de648579cd6bb22cb685f19223becc811c9dc75", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:b855f34cb1ca4cdcf0d95c01f076128d97dd94fd11cafe1de10d2f4e40302cdb", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:1fe729721d66a123f3ee41a9fb81ebde39e59bc126de6b0d562063c3d9f73bfa", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:bca44701ef6711900b35a09467d21587431fe2d945f433e83b971beed08d5849", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:069f4f18b8ba8825200209246f9de7c7cf14c58d6fe2f494467049b5c653067c", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:6dfd1d08c61aed69df53c805cba2e2bdf696bd6001a95f2fd65358a48f283b40", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:f3db44c4cf49b3b5dfa67589af36dc3a6bdaa36d1d76bc89a2ff9ddca2218cf1", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:72780f421cd5951666d83f81e7919759ff066faa8f50f8e500fdf1ef71a4e50f", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:155d82657abf6681a74e0f076926cbefff5742e803e77c549318d4b023134e3d", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:19221e32dccbe3a663f4dd2d554d552722dad04fdadac630a7c87d314652ce4e", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:e328f1135fece180510318a723d1a380253a67fdcfd082f92f8479d6a2ce1092", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:31f6cad0940b35dc8ab8df228a89b7f44dca53a75c93635e97c6faad2d35f771", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c04c79d765d55727ca268312a73c2517a1b059cdf878ec0cae129901cd177719", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:babfa6a2255a501f7f2d9461447653e1ff4b23ccac52901958592f29faa01674", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:d69882eb94c49e856959445e7172832c85540cf506fab7801eb1b90124256d17", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:48fef31638b4c1034094db79fb8cce736e15a80554cd00b0f426afd49a86c825", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:c859fe89bcab9034397c17a65aa943dc48ca26adf63a79676a8e965e2c0120ad", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:69a30048cd763933ff8b948caecbf8431f593a4b7937dacfc108c093bb20bee6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:641eac918fa14deb898d36df0c8e32d09a6e9fe20a3e46df5d4fd887935dbe68", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:7aac53095d57a23aa90eba2381094201dc49e88903c64f283b9476cfc65e652b", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:1eb60aadd657c3a8ef14fc612c3a1d12d780935dfd53f4d3a2bd822f51a12685", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:7c98b1b0d0cb247fb025660d9491c650033123609b9ef783b1a0f13b06169378", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ddaaa7b3d937ec486357f578297b6a4d606fb7b880df503dcf5fda22a48e2a78", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:68c768d504783b552a9ed4bd9e2399178db75c93baa60534fccf914d346618c3", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:4554aeeb68b5a17add1abf8e62e309a308f69bfd2d962d5157fbc3c54ac705d2", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:eeff7e706b6dca1f1b533b2d4406b22c79c80a6128cc8776c46a9fadc9688ad5", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:1fb29bd7cfa8f439c90492aa0c6c43715d088131f971d6d86ee661f95c133409", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:3901fb4d64e5e3e3f2f08708183f05e6bfbd1b81faf6f8c0f856f514a910f240", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:9c14cea73db4adb7b5c9ceccb86eae861d97d1e41433dbddd31832510e3b2928", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:dc15e3fffd86e74cc9a9832486ffd74991b93fa7a7067680dde26244fedcef86", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:ddd1e9c52fae8e48923aa8bb539e6edce05e0333a1f711a716f67c39849a7975", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:5ebf2d0a203e96bb932a079059f6e26eb2ead11cf8aa55b0e591c9e27438d85e", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:771c74dac7a95855370c5a0acb1b41fd7814515d031539bd8e336f6d5c33e58b", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:b5777be9f15559d3de6f2161651df48b4977e827fcbdd7321965c1e52dba511a", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:f522321cc61340e4b601f143a22acec86251215dcf58fbe113c2298b23387300", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:59eb4a4522c980cd3a5bb6f10e634e7d142effdaaf15427fd527320c480c26de", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:28fc17be863cab643dae3fa423d2538125312c1d66eea7832da2522056f5483d", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:aaa711c047760e46ade20f88a508663b28e068a572023a3e512f515f77710bc2", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:87a80b3bb5ab26f0e60a73cd063776e9dc22de018209696f9120d77a729c344c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:3946ac4330524cf91cc35e8546408c9250e56511ce980660eaa278e132977b52", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:2170c6162e63fd5302f04dd2ded7602c708ef7c25398216c09e0a99280efc35b", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:f1442e3d0d7f5017fb8a1b51c8ddcfc8b6cc61fc5b6e4460ae96351722602385", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:18e7b0f3d9fec94283912b9045b76aa0d303211fe8a45211847d52dbf1a79741", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:4c688a58922f6892776e388430c758bf597d3c653c92ec7f18d39c7706f3cfb7", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:056980d843b4c6e027767bd66c5273f06ac31ff015340688ab28be7548224f1e", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:764b83bef44be8152fdd79e77b18963361e99a70489e8f88e21f083f9812f1d7", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:74dc25699bd01be15c0ebf563d298424794e96e01cc7740d7f9246f76112e7fd", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:a50f2aabbd917fec8e015c7be3538684e991613cd9964ea85b35e24c842cc002", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:573932df0c0001f1f6418328c98976b1e0dba1803642c2e270614678871bce55", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:114b1f5187114761c51152ec89f240b1fb3b2bbe30723ee703eb017ac1eb5043", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:48e1f4dfe41d1582e06233be1eee622a16f1ba40f74d71b77cb421483442547f", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:c18cfd183f6dbb997f66d08fcc6ca17c58e35d09291df33f4eeb0b051307419e", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:c06a7778d990d092f221628355301f3af7a53752058c7a9e0682c69d4652fe47", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:3f6e2d0356fce17e684c14c86821c1172e4804213a6ce3b14ddb4e4d545c044f", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:1c883a14c6f28a9ce13dcbda74cbe0420a40e3c4034210894c9db86da189a9c8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:45e68edaec8e5ee4aa6ae3bd380d07575397d3dcc72f26b10f221d541d7b2da9", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7b37e2385b64d54dbb39788c8953d2d7a8bad6a6470702056ec2b379ce0b3e52", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:cd67d49fb895e77c2a058872d84ff57c35dd86093d2dc155dffd27fd8846dbc4", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6dea7f1a4dc5d9eceacd75e9cf1f3a9c770d772afe69c6304462b46b4481ba63", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:b2e62bfb48b4da464843ee5502afe6b3d36896d88ddfc4499f56ae7529880129", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:c8c856ee2ece0175eadf699db0561cb05cb7e352475f244cc0409ef7a901ca2c", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:f910b00bca79446c64ebf9d3d637e793c63710133a835a1acac776d138b2b70f", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:bc58af5006ed05250d7e5c264299420994a4a68aee90a0118e0d9d7d4f632ead", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:3af5d5cd167534549043f6d0985f153f250d843b033fb3bac1de63e6f4c287c1", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f618ca9b28f9082ceecd395bc1483be93d11254f91c21980e69771e4004e4f90", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:2a13cc7fafd15f0132b20e0be4e5bfec77f59dc27740dd13de25e14f85424625", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:df3b7a8f9afd744ce392368bd789259a4edb2d18160b29be70dea1119aba45fc", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:78eea79a31def53b4878730eefabe778525e75e05c370b29a5e3dd817031c24b", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:1ca58c2e31c78921ecc1c6d033256040d540996a0fc3b0be3fee7f5c9086cc7c", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:b977dd427a379ace4b1b36e72ccb162e2c7bd0deb3b5fc435a311d38ff83fc1d", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:b46e584297b57c8fd258c7fd63fa2cf3cdedb9b235047fcba07d7d0bc4c7b3b2", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:a1df440fb42c2b279819fac6d4c40a3658f4cc8e355df4dab45067ccb5e46088", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:13d4fab805e8306158c22f1a0a320fdf5bb2a466a80b99003afde892e195903b", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:d2e6497f87560a6f40f2cc79fe1dc92c00ed03f1de86ba2f222d0148f133186b", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:c1b4a93f0780b5e4e4d3c81e153bda5b7d4990fecc37baf9c9e56ace41d4eb37", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:dfd0db878f03c823c5efa6396cb27239d75e12d2dbd27fb09f3c9bf5f0a95acc", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:90d48d64a988c96ada9fef17d6516fad66658a16c4fa3089d380615cf53431db", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:ee475372af8700673ced6ce4b92ec637a228ded8b8371e9f5043220248429d91", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:30a34147f78bd97a93d15aec0f7e72062355b7526147d694686b09f5f1183aae", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:6bf5840177c1df0cb8786d243c988771dda1493f441e17eaf2c3200e78baa97d", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:73cb41baf279e9752653650a646ba523289760d7e3ba8ae7825203658b7b3a88", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0a0e9183e3963cd3ffe7932f5d86241d5e4ca7143b4dfa5336d817a58e7ec47", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:fa055a685c1f3947dca43a00c1a27848bdf48fb3b5130f95b1ebbd0ed2f0f113", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:c5dd00b796d3c738d42b51a8785b314128831fff1e69234883ef229c22153b09", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:cda6a8332c14fa5ae4b9332682288fcd19caa0f3a5323681f6a67bddcb00e9f8", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:b7e73ebaf4a10ce5f607c5abec66ad040db396e25f56c55b57afa962e8f4dc55", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:56c37b790145a3615f0e54036c3dd9e0e1df971a88a5a459269a95cb01732248", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:126ae5e8122cd85662dd6871ce3a157ed42fb7af2e0ddd514666a049dff6e353", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:3b49932530a8b2d8aa432c7f96a378f6d3a45a1325cf8a0942c0d7810051a54c", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:f4ef95ce67ee9d7a26ec1e2678f7cc5523853a1e91cf79b3e2521db91eca8765", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:1ca387f51000e6172b3393ad8177ce312463235f748cd941e2eb56bdd8085970", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:9c7a7f56a2a972176ca65f4d896f014a9c4f74e9984d40f9143dbfb10ecb1736", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:d4e63d47345556f6693139a1780fa5ba5b674c06596c0c288433077d2b2377b4", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:b760e67dd1eed3c992acd556db4a018565e38d39c665347f3e5d80171afe478b", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:b4338a24b5cdb782c676e99bc144eaf29b4663ca6d5dac7bfe6d8a83e20b7140", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:f76610983adf6e0cc76ba4960f5b0f5972cdde114c90a47fbc9ef2a11a53385f", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:b933602aacd715370acf761b155e2e4490c5447834d0fb7e75f3f53c85f0414e", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:be5476081eb095a023b297b5840b9c236c5d9a8b07377539bb38da521b5b43f4", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:4afa00b38662ce7a62a84e3882b859c93e2fcecd9b340d5511bf1e87c7b253e4", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:11dace00a766787e786c074d94f488fde35537a7a6e92ee9f3c264e52031ebb0", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:92ba18c560bc7b96d19f65f0eba3509616c74ce4dc0cd21725562082bb556b95", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:224734f7c3eb398b25bc9092846e11be75bbc13546e8371c8f79f521aa3bee71", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:b511ac498b610e3934faa56e87289715cdd510448a9aa003824670dd87a4c489", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:2709edf3b53c9d6f97103a847ee17aa0212bd9a81ef1c2ea275ed48c957ea0f8", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:9c21dcccb38d9f3d20c0c86370149931b07b4d5c7de3cb725fc7ba8703d87781", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:9d2b436e5da6efcb4d6a1f3f88a0e93a9916332684124cd0ce174354cbcd5f9c", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:15b3d0b53e1b13321a90738d690a27ce74191d4c3aefd458814b174ad361cdd0", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:4d43318ef5cd34f6a4bddbe3dc7900817c12ca50c274bc0c16f815473cb2c41c", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:0086cf30bb9aba60ef5e9e419025e405e47a6f7d0e9ad509d9de8b140bc555f8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:eaf31f9920aa2f4c4689e89dad1e358b2048a76e167b83a9ba31664538e97adc", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:042ae51b506da2f4d393b9c2e1c74835da586325dcdb5aae3ef6fdd5f4322322", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:0010210d875e9f4416c79b1ac140aa4d4e598d1ce6617f13df6c0b81092585ae", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:8213e267567e7468835f335f4d67f80d5afd5a10c1776b25fc7690493e24d5e5", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:d1980ee3eb6ff401e259a01601b00d43b7e00a02d8179da8687dc898ebd82760", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:088c89bc2cc650486b2a2fbff9f55159e55ec446e0dba2f070b112947f0e253d", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:4689ea282158f48e384232eafc689cba25cedd1197e95f83f660cbbcfbb5f656", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:02d7dd190e89d53230c73bffb6a5a7858f69aa5de84cc425c89899a8cf0db57a", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:1cb9f53d5883c8a534615c10c3e26d183859376d86141fe110a7a20ffadb813f", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:3c36330c520be04be697a46f4cf87434eb6e796090e92a9a6ec838ca5dcdcad3", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:30a91e60faaed2512ce35fbd31b275b2f074bc9e56b5f041321b967635d08abd", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:424dae7f4dd185c15254a371927425c06bedccaa8ff4bd58b4932200d3ccdab0", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:4dc63162f2cfadd8e648ffd4e6e4dccf86e37b459132025718bcae12dcaeac89", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:3061eaee9784ba135761f88a02486dc0568d68228a152500294a1878e3af8036", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:0c9fdcdc8c61cc21db5ee1e3a1dc15417e494dcbca07271f2d8ef3452648a171", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:4376d2bf9c1a20c2c4aba21863cb06a5c72b10b55c65e71cfa07597ae5be4d03", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:ce68e57548d07714cd42328da946cbc713ffbaaa6cac2b4c1e2b49bdb89f3a9e", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:65095dfeb5954b01641e8fa9fe16458371cca1a0b01442a49587443e204193e4", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:a64c79ce6da40dc0f97bc70f39c18aa519f24eb57566c11375e709f72b98761f", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:d1a4858f1d8601672b3a5ec236370fe8d786da265b48cca4a269c9d3fcdb924c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:2fd442aae3495427bb1ec233139ab64ec39273a4747d43fbc87e0e8558beea35", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:a07921d17b33acc3b8fc616cc0ed57b243f4278bd5e9107864b8db619fd7e2ba", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:f8ab85019c8cd4bf8f13b399eadb300c285ac49d882708afecbea5ba47b6fdb7", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:fc37150f3974d1922627d37b72d92bba095cd04237bdd0341d33ebfc07b1cb0e", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:da480ff77440b4abd69efc553c3a3bd69c7f157dce32a6a1427c83c451b6daa4", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:8c3bb980728f671f0ec75ff073ae6a62a69eca81acd35e1be8fe28e25936dae9", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:8113363e81a28733ec8ff08bd800987ffd5e01e82eb6b5888f84d9250e925d0a", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:457a862b0267097fda4e211233a23ec5a0f5bb1716b96ce4f500650fb17e21da", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:cd056524fd2ed91e2c0921d807a4bb5853017d0951c3081839236541e78d41ce", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:5b8dac75146753f767d746be42262349e5d2b3a9a44f41c5bc86369313f32547", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:3853ff27aee5439bd156d98fa79b65fd6f225f8426c414922d58194ef11f5a87", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:8147c5768444583010a3a411e78bb4c88fc6c426d80d59e5c9a82868006e07b9", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:bf8cbd045f9ebd18ae608c202e073fb222d2dfdfb774005b60183affef9dc780", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:84b36e50517db2ded0a5ed9a89096ee926ab18cfd2f78ee74ab7863aa035617f", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:f73ae645bb1dd4c3ff06680c8465706a8f1f5822585c5c81cdac82ec8a1baef0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:342bdd8440b21aa2fcf83874f58e2141e159469ba89cb6774755d90d061d9d64", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:38794048ff0bfb5cb344217c0740d843e146062c327d245c2eaed5f9a3a40475", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:ba9b481e4c76a1e9029c369d2a68659df55060b8f19e245fc34eff2b28468e5f", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:43e9410f7e7798d43d6a24f6a65194a1f4a92e335eabf6fdd12c1270de45fc23", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:a904e44050770282fba4d2492b6199e995b105b0aa25db35f29176f6b523a2ab", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:5723008858bbfabc8692cd95d9697ef7f3db24f8ddeb68d2cd95e3141a35b161", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:3324054ee88e363ea7f512b0b9b02465d30f65bbfbfb6c59562ee0eaa2f6a435", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:62e57a6577b0f047880dd910ab61606696a1619a3142bbca097bcc98f6f419d2", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:5209baa78fc18d90bf48da388f6f25ca41510037325041d397f756e951b82bfd", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:5a9c4d8a97863711d779fa6c5866808fffe8ef959a560fde126e1a237c8338f4", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:5e9925da1d09dc745b07e49bf26c2c3db43685381cf40e9216746ef9ed77df26", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:b3a13e818d54f38de2480d2637bf139cef7d39808c7b1fe5acbaec86134cb03c", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:0b2445290ddb4361f73a7c3a7d1c6a77a8fe2e06b4129fd66bc2a8872eb5a2c6", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:457c0d61271ddfeb3049279aa1bfc103320d58708399e89a2f01722c056f1bc2", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:33945b68b97770c9f1e61f96ce2cebc3b57e9bc3244df698de8f0a8380042e73", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:0e9ed9c5a9c10309af9e076e3a67939c74b825c024b1b76de79a8487fe4d1e3a", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:d1b495b4782232370390416b5b153f591a205c3aaad801c5771438bd76ccd4fb", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:fb531ad1652c8d94fda9a1b0db59ac17556860c252765349578367f652283381", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:e28e28a61454e90de6d3572c4e79f38e217c30ed4e81f5cfe8f05798834a2e3d", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:91f0d7c9c6e60ce2840de151f37ce82f05419db0fcc9d3b6e22c405bf47a12b6", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:5fdc8a5efdd229de2586bb22644a1aad768accfb19f25056df0504ddda3c0278", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:1d16831bba5200dbaacbc1ce7690e4d45a7776e8c7e6b1bd552de02baaaafe86", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:36331466453692f3735192ede42c4ab45f524b3e3766a11cf24006fcd70a8602", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:5f235d2937c0f66578c922e748bde01637f905600bef4708a8c924b5565b06ba", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:028801eb22816316177b28b019a3d680507a4739e7300809a7d2d75d064e816c", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:9bf905862748897e19f9e6cfee979a6706652ac70da697f45b5d5d7e4f672605", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:20f3c6c9b9d6db277c70ec362c2f90bb59caf4574df33892bbcc5a7244301cde", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:417898f92a9b09e0631049965c846874ad9ba763994b6908f60ab7dea15c6cf7", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:d50f307037a579d3018224745ec8fff27297a142fc3114d1f32e33296d0148b3", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:e1719daf112a0906a79a8cbe43a09512f32dbbbb8757f352612835a16e297616", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:663fbcaa8da4789e843d15f4bea829a08520121c5504885c5a1478262ae90388", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:f7904dd42427338cd297e54907dfe1f45c7747a04d8e8799b0217a571e948760", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:012a0ce979798d964f2c1c21dcb59b4f31f884ce070fcc67cbc317a42cd249f4", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:b8fd5d0c0e8352f1a5361dd6c53f1cc6f05ce9fd48950bc6c552a8f1634f08fd", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:40b4c8971134e8d11db671ba13cd706103ab22e295f42e2d9446d10f520299db", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:94e8c15ddf830b39f1c3280eb60b1fec7f537b4d9f5b475bf70132b99ed976e0", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e6b782ccdb615a568b7cf0239f7fce8f0448eba73f7c8dd7117585d34a52e20d", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:ab86851e99374f0661d7909c5dc55968601c7818c13b74fc9e44fff1af4ec06f", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:1eeeb1c71b8541dcc4b4c88057f97a5380350b4d99d8b33fcdb3f311d0bd1500", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:12365a36a7ca79079ae27993b9145548702ff611c2e61e8db3e251cd27a1e3d5", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:65451fe137f78df716f80198ad66d089ab846a920059435bbf75cfa13c84b8e1", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:c5fce9c397b5e2a58706ca8026634f11406b7b90e33a91038a8deb7b7a55c223", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:8e5e1c964e8b68584724bc9de8cdb08f54bc84d79df8bd9fb349eaa8e6f7241c", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:dadd4ab73997e45569b6072255cc50f3ef5472023c011afc7fbf66b5b7db1a71", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:f85cd9f64bbaedc310aa7641c9c009f5b81720359ea0d2a75fa50f38139896a7", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:971b623c15c870bb0af996588196e5699adc7de68bf9a740c70adf7d6c0438fc", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:2b65a8c624d224b7f93fee6765b0220e7ddf729942e1aaba926b9e8f04d83e48", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:01e7da41984c9eb025e1505a8ace402af254b540eba46ba67628d3d5a43f142c", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:a594a46e1a4ac351132327ae5e374a55264638479e3aa93e3d83888494ac951c", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:508c06618d02da2f2bbe4a8fa679fd166b3bd022cbfdc6ed772b0176d9f89c0e", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:f2fb83f08f0435d077e6348369dc67fc21de6e50abd34baec3a19c75d5fce989", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:7417ff09d5beaa6b41bf0f4274f8f0bfd1ee4caa4e3baec4239adadac5bccbc1", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:773cccab377532edc3046346f65edce92e58f08f2e0f858f1b4ec4051dff366c", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:348467b42368cf200678687fb55d08edbddbeef571195a65acaea650952a6e83", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:f3f70a4af71105bfd2af494752198f9a4fa893e12cf4d34f9d6e5dc399173d59", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:33b83274c606a90abc322a2e9e3927046b436c523ab5b049b24acf9f751078d4", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:795a5436a51f8eff006974837360d8028cf93ea99e41d615ea7be5a1d4c25fd5", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:5455b3ba39a4323fa21d4e55af4d9ecffdd6a9c258eb1528479ac53b17180ccc", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:e0f719ac7d211a6f115dadd7b8ab5ec6ce4badc6bc42f88dbaa5af7e1c6635d8", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:fe90f1641471465e71f82742471772ad53ca03e99f33037faab6b6b21a0d120c", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:f1c77fd88facb2424fb7a18113ff5ae4a13b466639b66f6bea2bef4183b6d12c", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:3d83a0ab7fe55cb1ec1da090bbeaf8bccdd861d28cb861cda62eeb8cb260d1f7", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:1b5e71dcf67305e80143a23b409107e114d7492957137fa225c5182ccedd0eef", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:82e94ab00375ebeab53327f2ac540ed7f124f1e0276a87cdb3ce76d4b109a88c", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:1cec9da42b038efa17fabd516d28f07b6d256bddb6878c580dead567c8c9cfb5", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:cb8e142bc3424c92e6a45bb51d5080397af4e014177d071c84134e556fe7de1f", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:5fadbf2fadd69b0320e1b43fb5e9ddfc8af63c5a8d74dcd69eace8a88c36dc8b", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:e6f0375bf3a6d0178b08d563def77e9fe18a27f5f0d2f699ec26b811c0ee4793", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:0e628deecf4b7da6f229ab06548c3112629d3971d760ff37ea7f03dd21707974", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:b17707ff8b2c8422fd1be113221fa97bc393231b5b22b0f9123068284f34b1d1", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:affda62823d317b104386ef230d6fd4a8013c98573a21a393db2850bda3ba198", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:e29b52429026ea139b77a2bec3b58ac30b9e6ab4a6cf25379e88b2f9a22d8354", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:940554c436ea14eead5ba2adde98b78fed54d5f2c80cc64b07ef838f7e7c0351", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:066b66c5bbdb5be58cc5f1cd3e69f98d058017bc10ab1b308867243b0e09c429", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:632efb70e61d69cdae407e0c801c8b971610f3003657c8282fa3a699ba5181c2", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:ca8c44038777ed28d4f03319458048c37d92eb7f2fd62e6da730d7a1d3bb97eb", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:9d6b0f59c45b4f8f07e49cd690cf4e2607cbb44c9c9974c65d4b6d58159c2b40", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:7e809231e8809385192ff97030f3f259bf3b408a6ab903b5086777bac25fd5b7", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:6a61b9bae78de14d769b6865a3c1018dd55fb342ed8a86301227f28007bb3b07", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:5c3a1baff75a2bcc2911d85b2b72970cf9c0f0ff409cd3cca764dc71a17832fb", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:2fa120d661ccefb66c6e5437e05fe1b37261f32109628bdeaa23534200b65a96", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:1173285a56c18d192b797c2d126444f50c1f452d0ba36460e4be7be090645a1b", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:2c4606929d2376e628ee0c134a9bf52d55d86e02d234593d7d7d9035ba522289", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:e615fcfd0fadf7dfd951e2e7ae76be104ca6bd916d619520821b0e843932f114", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:1bb3c6c86df8bb15d2fc4574f2661eee8a1f5c28d69ad896394d5774b765a425", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:170 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.135) 0:02:20.530 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.048) 0:02:20.578 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:191 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.020) 0:02:20.598 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.025) 0:02:20.624 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.041) 0:02:20.665 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.035) 0:02:20.700 ******** included: fedora.linux_system_roles.certificate for managed-node2 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.075) 0:02:20.776 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.059) 0:02:20.835 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.041) 0:02:20.877 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.038) 0:02:20.916 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.041) 0:02:20.957 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.037) 0:02:20.994 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.035) 0:02:21.029 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.048) 0:02:21.078 ******** skipping: [managed-node2] => (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-node2] => (item=Fedora.yml) => { "ansible_facts": { "__certificate_certmonger_packages": [ "certmonger", "python3-packaging" ] }, "ansible_included_var_files": [ "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/vars/Fedora.yml" ], "ansible_loop_var": "item", "changed": false, "item": "Fedora.yml" } skipping: [managed-node2] => (item=Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_43.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_43.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 25 April 2026 04:58:08 -0400 (0:00:00.082) 0:02:21.160 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Saturday 25 April 2026 04:58:10 -0400 (0:00:02.167) 0:02:23.328 ******** ok: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Saturday 25 April 2026 04:58:13 -0400 (0:00:02.052) 0:02:25.381 ******** ok: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Saturday 25 April 2026 04:58:13 -0400 (0:00:00.517) 0:02:25.898 ******** ok: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Saturday 25 April 2026 04:58:14 -0400 (0:00:00.503) 0:02:26.401 ******** ok: [managed-node2] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:certmonger_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-04-25 04:56:34 EDT", "ActiveEnterTimestampMonotonic": "653338125", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target dbus.socket dbus-broker.service syslog.target systemd-journald.socket sysinit.target network.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-04-25 04:56:34 EDT", "AssertTimestampMonotonic": "653305596", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "BusName": "org.fedorahosted.certmonger", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "558297000", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-04-25 04:56:34 EDT", "ConditionTimestampMonotonic": "653305593", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "10263", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "DelegateNamespaces": "18446744073709551615", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-04-25 04:56:34 EDT", "ExecMainHandoffTimestampMonotonic": "653314529", "ExecMainPID": "101640", "ExecMainStartTimestamp": "Sat 2026-04-25 04:56:34 EDT", "ExecMainStartTimestampMonotonic": "653306384", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-04-25 04:56:34 EDT", "InactiveExitTimestampMonotonic": "653307080", "InvocationID": "1041105ed3d44d009ea72c02e822a228", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "101640", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3317329920", "MemoryCurrent": "3698688", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "12238848", "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", "PrivateBPF": "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 dbus.socket sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-04-25 04:57:31 EDT", "StateChangeTimestampMonotonic": "710237455", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "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": "4403", "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Saturday 25 April 2026 04:58:14 -0400 (0:00:00.671) 0:02:27.073 ******** changed: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Saturday 25 April 2026 04:58:15 -0400 (0:00:01.006) 0:02:28.080 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Saturday 25 April 2026 04:58:15 -0400 (0:00:00.054) 0:02:28.134 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Saturday 25 April 2026 04:58:15 -0400 (0:00:00.080) 0:02:28.215 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Saturday 25 April 2026 04:58:15 -0400 (0:00:00.052) 0:02:28.267 ******** skipping: [managed-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Saturday 25 April 2026 04:58:16 -0400 (0:00:00.083) 0:02:28.351 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Saturday 25 April 2026 04:58:16 -0400 (0:00:00.105) 0:02:28.457 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 25 April 2026 04:58:16 -0400 (0:00:00.091) 0:02:28.548 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 25 April 2026 04:58:16 -0400 (0:00:00.075) 0:02:28.624 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 25 April 2026 04:58:16 -0400 (0:00:00.057) 0:02:28.682 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 25 April 2026 04:58:16 -0400 (0:00:00.058) 0:02:28.741 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 25 April 2026 04:58:16 -0400 (0:00:00.061) 0:02:28.802 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 25 April 2026 04:58:16 -0400 (0:00:00.058) 0:02:28.861 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 25 April 2026 04:58:16 -0400 (0:00:00.056) 0:02:28.917 ******** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 25 April 2026 04:58:16 -0400 (0:00:00.066) 0:02:28.983 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 25 April 2026 04:58:16 -0400 (0:00:00.054) 0:02:29.037 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 25 April 2026 04:58:17 -0400 (0:00:00.680) 0:02:29.718 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 25 April 2026 04:58:17 -0400 (0:00:00.024) 0:02:29.742 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 25 April 2026 04:58:17 -0400 (0:00:00.023) 0:02:29.766 ******** ok: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 25 April 2026 04:58:17 -0400 (0:00:00.057) 0:02:29.823 ******** skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 25 April 2026 04:58:17 -0400 (0:00:00.081) 0:02:29.905 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 25 April 2026 04:58:17 -0400 (0:00:00.083) 0:02:29.988 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 25 April 2026 04:58:17 -0400 (0:00:00.049) 0:02:30.038 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 25 April 2026 04:58:17 -0400 (0:00:00.036) 0:02:30.075 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 25 April 2026 04:58:19 -0400 (0:00:01.626) 0:02:31.702 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 25 April 2026 04:58:19 -0400 (0:00:00.035) 0:02:31.737 ******** ok: [managed-node2] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": "None", "name": "ModemManager-glib", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager", "release": "2.fc43", "source": "rpm", "version": "1.54.3" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "2.fc43", "source": "rpm", "version": "1.54.3" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "abattis-cantarell-vf-fonts", "release": "15.fc43", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": "None", "name": "alternatives", "release": "3.fc43", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "aspell": [ { "arch": "x86_64", "epoch": "12", "name": "aspell", "release": "5.fc43", "source": "rpm", "version": "0.60.8.1" } ], "aspell-en": [ { "arch": "x86_64", "epoch": "50", "name": "aspell-en", "release": "14.fc43", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": "None", "name": "atheros-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "authselect": [ { "arch": "x86_64", "epoch": "None", "name": "authselect", "release": "1.fc43", "source": "rpm", "version": "1.6.2" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": "None", "name": "authselect-libs", "release": "1.fc43", "source": "rpm", "version": "1.6.2" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": "None", "name": "avahi-libs", "release": "6.fc43", "source": "rpm", "version": "0.9~rc2" } ], "bash": [ { "arch": "x86_64", "epoch": "None", "name": "bash", "release": "2.fc43", "source": "rpm", "version": "5.3.0" } ], "bash-completion": [ { "arch": "noarch", "epoch": "1", "name": "bash-completion", "release": "2.fc43", "source": "rpm", "version": "2.16" } ], "bc": [ { "arch": "x86_64", "epoch": "None", "name": "bc", "release": "2.fc43", "source": "rpm", "version": "1.08.2" } ], "beakerlib": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib", "release": "1.fc43", "source": "rpm", "version": "1.33.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc43eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "4.fc43", "source": "rpm", "version": "2.45.1" } ], "bison": [ { "arch": "x86_64", "epoch": "None", "name": "bison", "release": "11.fc43", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": "None", "name": "bluez", "release": "4.fc43", "source": "rpm", "version": "5.86" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": "None", "name": "boost-atomic", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "boost-filesystem", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": "None", "name": "boost-system", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": "None", "name": "boost-thread", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": "None", "name": "brcmfmac-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc43", "source": "rpm", "version": "6.19.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "21.fc43", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "2.fc43", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.2.fc43", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc43", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "2.fc43", "source": "rpm", "version": "3.9" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "3.fc43", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "cloud-init": [ { "arch": "noarch", "epoch": "None", "name": "cloud-init", "release": "10.fc43", "source": "rpm", "version": "25.2" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": "None", "name": "cloud-utils-growpart", "release": "11.fc43", "source": "rpm", "version": "0.33" } ], "cmake-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "cmake-filesystem", "release": "1.fc43", "source": "rpm", "version": "3.31.11" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "8.fc43", "source": "rpm", "version": "9.7" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "8.fc43", "source": "rpm", "version": "9.7" } ], "cpio": [ { "arch": "x86_64", "epoch": "None", "name": "cpio", "release": "6.fc43", "source": "rpm", "version": "2.15" } ], "cpp": [ { "arch": "x86_64", "epoch": "None", "name": "cpp", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib", "release": "8.fc43", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib-dicts", "release": "8.fc43", "source": "rpm", "version": "2.9.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies", "release": "1.git63291f8.fc43", "source": "rpm", "version": "20251125" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.git63291f8.fc43", "source": "rpm", "version": "20251125" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc43", "source": "rpm", "version": "2.8.4" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "6.fc43", "source": "rpm", "version": "8.15.0" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-gssapi", "release": "33.fc43", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-lib", "release": "33.fc43", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": "1", "name": "dbus", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": "None", "name": "dbus-broker", "release": "2.fc43", "source": "rpm", "version": "37" } ], "dbus-common": [ { "arch": "noarch", "epoch": "1", "name": "dbus-common", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-libs", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-persistent-data", "release": "4.fc43", "source": "rpm", "version": "1.1.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": "12", "name": "dhcp-client", "release": "22.fc43", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": "12", "name": "dhcp-common", "release": "22.fc43", "source": "rpm", "version": "4.4.3" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": "None", "name": "dhcpcd", "release": "2.fc43", "source": "rpm", "version": "10.3.0" } ], "diffutils": [ { "arch": "x86_64", "epoch": "None", "name": "diffutils", "release": "3.fc43", "source": "rpm", "version": "3.12" } ], "dnf-data": [ { "arch": "noarch", "epoch": "None", "name": "dnf-data", "release": "1.fc43", "source": "rpm", "version": "4.24.0" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dns-root-data": [ { "arch": "noarch", "epoch": "None", "name": "dns-root-data", "release": "2.fc43", "source": "rpm", "version": "2026260100" } ], "dosfstools": [ { "arch": "x86_64", "epoch": "None", "name": "dosfstools", "release": "16.fc43", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": "None", "name": "dracut", "release": "8.fc43", "source": "rpm", "version": "107" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": "None", "name": "dracut-config-rescue", "release": "8.fc43", "source": "rpm", "version": "107" } ], "duktape": [ { "arch": "x86_64", "epoch": "None", "name": "duktape", "release": "10.fc43", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": "None", "name": "dyninst", "release": "7.fc43", "source": "rpm", "version": "13.0.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs-libs", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": "None", "name": "efivar-libs", "release": "10.fc43", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc43", "source": "rpm", "version": "1.3.2" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc43", "source": "rpm", "version": "2.7.3" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": "None", "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "43" } ], "fedora-release": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release", "release": "27", "source": "rpm", "version": "43" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "27", "source": "rpm", "version": "43" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "27", "source": "rpm", "version": "43" } ], "fedora-repos": [ { "arch": "noarch", "epoch": "None", "name": "fedora-repos", "release": "1", "source": "rpm", "version": "43" } ], "file": [ { "arch": "x86_64", "epoch": "None", "name": "file", "release": "9.fc43", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "9.fc43", "source": "rpm", "version": "5.46" } ], "filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "filesystem", "release": "50.fc43", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": "1", "name": "findutils", "release": "6.fc43", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": "None", "name": "firewalld", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "flex": [ { "arch": "x86_64", "epoch": "None", "name": "flex", "release": "20.fc43", "source": "rpm", "version": "2.6.4" } ], "fmt": [ { "arch": "x86_64", "epoch": "None", "name": "fmt", "release": "3.fc43", "source": "rpm", "version": "11.2.0" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": "1", "name": "fonts-filesystem", "release": "23.fc43", "source": "rpm", "version": "2.0.5" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "fuse3-libs", "release": "6.fc43", "source": "rpm", "version": "3.16.2" } ], "fwupd": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "gawk": [ { "arch": "x86_64", "epoch": "None", "name": "gawk", "release": "2.fc43", "source": "rpm", "version": "5.3.2" } ], "gcc": [ { "arch": "x86_64", "epoch": "None", "name": "gcc", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "gdbm": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm", "release": "10.fc43", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm-libs", "release": "10.fc43", "source": "rpm", "version": "1.23" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-envsubst", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-libs", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-runtime", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "git": [ { "arch": "x86_64", "epoch": "None", "name": "git", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "3.fc43", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc43", "source": "rpm", "version": "2.86.5" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "gmp": [ { "arch": "x86_64", "epoch": "1", "name": "gmp", "release": "4.fc43", "source": "rpm", "version": "6.3.0" } ], "gnulib-l10n": [ { "arch": "noarch", "epoch": "None", "name": "gnulib-l10n", "release": "1.fc43", "source": "rpm", "version": "20241231" } ], "gnupg2": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-dirmngr": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-dirmngr", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-gpg-agent": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-gpg-agent", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-gpgconf": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-gpgconf", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-keyboxd": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-keyboxd", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-verify": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-verify", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "1.fc43", "source": "rpm", "version": "3.8.12" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "1.fc43", "source": "rpm", "version": "3.8.12" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-fonts-common", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-serif-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "gpg-pubkey": [ { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "66b6dccf", "source": "rpm", "version": "c6e7f081cf80e13146676e88829b606631645531" }, { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "5e67a958", "source": "rpm", "version": "786a53ae2323a752e53a60bda5c0c3bd3a97f4df" } ], "gpgme": [ { "arch": "x86_64", "epoch": "None", "name": "gpgme", "release": "6.fc43", "source": "rpm", "version": "1.24.3" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gpm-libs", "release": "52.fc43", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": "None", "name": "grep", "release": "2.fc43", "source": "rpm", "version": "3.12" } ], "groff-base": [ { "arch": "x86_64", "epoch": "None", "name": "groff-base", "release": "11.fc43", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": "1", "name": "grub2-common", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "85.fc43", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": "None", "name": "gsettings-desktop-schemas", "release": "3.fc43", "source": "rpm", "version": "49.1" } ], "gssproxy": [ { "arch": "x86_64", "epoch": "None", "name": "gssproxy", "release": "9.fc43", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": "None", "name": "gzip", "release": "4.fc43", "source": "rpm", "version": "1.13" } ], "hiredis": [ { "arch": "x86_64", "epoch": "None", "name": "hiredis", "release": "7.fc43", "source": "rpm", "version": "1.2.0" } ], "hostname": [ { "arch": "x86_64", "epoch": "None", "name": "hostname", "release": "3.fc43", "source": "rpm", "version": "3.25" } ], "hunspell": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell", "release": "10.fc43", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-GB", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-US", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell-filesystem", "release": "10.fc43", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": "None", "name": "hwdata", "release": "1.fc43", "source": "rpm", "version": "0.406" } ], "ima-evm-utils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ima-evm-utils-libs", "release": "6.fc43", "source": "rpm", "version": "1.6.2" } ], "inih": [ { "arch": "x86_64", "epoch": "None", "name": "inih", "release": "1.fc43", "source": "rpm", "version": "62" } ], "initscripts-service": [ { "arch": "noarch", "epoch": "None", "name": "initscripts-service", "release": "1.fc43", "source": "rpm", "version": "10.27" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-audio-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "ipcalc": [ { "arch": "x86_64", "epoch": "None", "name": "ipcalc", "release": "12.fc43", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": "None", "name": "iproute", "release": "2.fc43", "source": "rpm", "version": "6.14.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-libs", "release": "12.fc43", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "12.fc43", "source": "rpm", "version": "1.8.11" } ], "iputils": [ { "arch": "x86_64", "epoch": "None", "name": "iputils", "release": "1.fc43", "source": "rpm", "version": "20250605" } ], "jansson": [ { "arch": "x86_64", "epoch": "None", "name": "jansson", "release": "3.fc43", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": "None", "name": "jitterentropy", "release": "3.fc43", "source": "rpm", "version": "3.6.0" } ], "jq": [ { "arch": "x86_64", "epoch": "None", "name": "jq", "release": "3.fc43", "source": "rpm", "version": "1.8.1" } ], "json-c": [ { "arch": "x86_64", "epoch": "None", "name": "json-c", "release": "7.fc43", "source": "rpm", "version": "0.18" } ], "json-glib": [ { "arch": "x86_64", "epoch": "None", "name": "json-glib", "release": "4.fc43", "source": "rpm", "version": "1.10.8" } ], "kbd": [ { "arch": "x86_64", "epoch": "None", "name": "kbd", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": "None", "name": "kbd-legacy", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": "None", "name": "kbd-misc", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kernel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc43", "source": "rpm", "version": "6.19.6" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "keyutils": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils", "release": "6.fc43", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils-libs", "release": "6.fc43", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": "None", "name": "kmod", "release": "2.fc43", "source": "rpm", "version": "34.2" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": "None", "name": "kmod-libs", "release": "2.fc43", "source": "rpm", "version": "34.2" } ], "kpartx": [ { "arch": "x86_64", "epoch": "None", "name": "kpartx", "release": "2.fc43", "source": "rpm", "version": "0.11.1" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": "None", "name": "krb5-libs", "release": "3.fc43", "source": "rpm", "version": "1.22.2" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-core-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-fonts-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "less": [ { "arch": "x86_64", "epoch": "None", "name": "less", "release": "1.fc43", "source": "rpm", "version": "685" } ], "libacl": [ { "arch": "x86_64", "epoch": "None", "name": "libacl", "release": "4.fc43", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": "None", "name": "libaio", "release": "22.fc43", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": "None", "name": "libarchive", "release": "1.fc43", "source": "rpm", "version": "3.8.4" } ], "libassuan": [ { "arch": "x86_64", "epoch": "None", "name": "libassuan", "release": "4.fc43", "source": "rpm", "version": "2.5.7" } ], "libatasmart": [ { "arch": "x86_64", "epoch": "None", "name": "libatasmart", "release": "31.fc43", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": "None", "name": "libattr", "release": "6.fc43", "source": "rpm", "version": "2.5.2" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": "None", "name": "libbasicobjects", "release": "59.fc43", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": "None", "name": "libblkid", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-crypto", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-fs", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-loop", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-mdraid", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-nvme", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-part", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-smart": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-smart", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-swap", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-utils", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libbpf": [ { "arch": "x86_64", "epoch": "2", "name": "libbpf", "release": "3.fc43", "source": "rpm", "version": "1.6.1" } ], "libbrotli": [ { "arch": "x86_64", "epoch": "None", "name": "libbrotli", "release": "1.fc43", "source": "rpm", "version": "1.2.0" } ], "libbsd": [ { "arch": "x86_64", "epoch": "None", "name": "libbsd", "release": "6.fc43", "source": "rpm", "version": "0.12.2" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "1.fc43", "source": "rpm", "version": "2.12" } ], "libcap": [ { "arch": "x86_64", "epoch": "None", "name": "libcap", "release": "4.fc43", "source": "rpm", "version": "2.76" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "1.fc43", "source": "rpm", "version": "0.9.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "1.fc43", "source": "rpm", "version": "0.9.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": "None", "name": "libcbor", "release": "6.fc43", "source": "rpm", "version": "0.12.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": "None", "name": "libcollection", "release": "59.fc43", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": "None", "name": "libcom_err", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "libcomps", "release": "1.fc43", "source": "rpm", "version": "0.1.23" } ], "libcurl": [ { "arch": "x86_64", "epoch": "None", "name": "libcurl", "release": "6.fc43", "source": "rpm", "version": "8.15.0" } ], "libdhash": [ { "arch": "x86_64", "epoch": "None", "name": "libdhash", "release": "59.fc43", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-plugin-expired-pgp-keys": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-plugin-expired-pgp-keys", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc43", "source": "rpm", "version": "2.4.131" } ], "libeconf": [ { "arch": "x86_64", "epoch": "None", "name": "libeconf", "release": "2.fc43", "source": "rpm", "version": "0.7.9" } ], "libedit": [ { "arch": "x86_64", "epoch": "None", "name": "libedit", "release": "57.20251016cvs.fc43", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": "None", "name": "libestr", "release": "12.fc43", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": "None", "name": "libev", "release": "14.fc43", "source": "rpm", "version": "4.33" } ], "libevdev": [ { "arch": "x86_64", "epoch": "None", "name": "libevdev", "release": "1.fc43", "source": "rpm", "version": "1.13.6" } ], "libevent": [ { "arch": "x86_64", "epoch": "None", "name": "libevent", "release": "16.fc43", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": "None", "name": "libfastjson", "release": "7.fc43", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": "None", "name": "libfdisk", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libffi": [ { "arch": "x86_64", "epoch": "None", "name": "libffi", "release": "1.fc43", "source": "rpm", "version": "3.5.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": "None", "name": "libfido2", "release": "3.fc43", "source": "rpm", "version": "1.16.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": "None", "name": "libfsverity", "release": "3.fc43", "source": "rpm", "version": "1.6" } ], "libgcc": [ { "arch": "x86_64", "epoch": "None", "name": "libgcc", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libgcrypt", "release": "3.fc43", "source": "rpm", "version": "1.11.1" } ], "libgomp": [ { "arch": "x86_64", "epoch": "None", "name": "libgomp", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": "None", "name": "libgpg-error", "release": "2.fc43", "source": "rpm", "version": "1.55" } ], "libgudev": [ { "arch": "x86_64", "epoch": "None", "name": "libgudev", "release": "8.fc43", "source": "rpm", "version": "238" } ], "libidn2": [ { "arch": "x86_64", "epoch": "None", "name": "libidn2", "release": "2.fc43", "source": "rpm", "version": "2.3.8" } ], "libini_config": [ { "arch": "x86_64", "epoch": "None", "name": "libini_config", "release": "59.fc43", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": "None", "name": "libjcat", "release": "1.fc43", "source": "rpm", "version": "0.2.6" } ], "libkcapi": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hasher": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hasher", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hmaccalc", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libksba": [ { "arch": "x86_64", "epoch": "None", "name": "libksba", "release": "4.fc43", "source": "rpm", "version": "1.6.7" } ], "liblastlog2": [ { "arch": "x86_64", "epoch": "None", "name": "liblastlog2", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libldb": [ { "arch": "x86_64", "epoch": "2", "name": "libldb", "release": "2.fc43", "source": "rpm", "version": "4.23.5" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": "None", "name": "libmaxminddb", "release": "1.fc43", "source": "rpm", "version": "1.13.3" } ], "libmbim": [ { "arch": "x86_64", "epoch": "None", "name": "libmbim", "release": "2.fc43", "source": "rpm", "version": "1.32.0" } ], "libmd": [ { "arch": "x86_64", "epoch": "None", "name": "libmd", "release": "8.fc43", "source": "rpm", "version": "1.1.0" } ], "libmnl": [ { "arch": "x86_64", "epoch": "None", "name": "libmnl", "release": "8.fc43", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": "None", "name": "libmodulemd", "release": "4.fc43", "source": "rpm", "version": "2.15.2" } ], "libmount": [ { "arch": "x86_64", "epoch": "None", "name": "libmount", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": "None", "name": "libmpc", "release": "8.fc43", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": "None", "name": "libndp", "release": "4.fc43", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": "None", "name": "libnetfilter_conntrack", "release": "1.fc43", "source": "rpm", "version": "1.1.1" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": "None", "name": "libnfnetlink", "release": "31.fc43", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": "1", "name": "libnfsidmap", "release": "1.fc43", "source": "rpm", "version": "2.8.7" } ], "libnftnl": [ { "arch": "x86_64", "epoch": "None", "name": "libnftnl", "release": "2.fc43", "source": "rpm", "version": "1.2.9" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": "None", "name": "libnghttp2", "release": "2.fc43", "source": "rpm", "version": "1.66.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": "None", "name": "libnl3", "release": "2.fc43", "source": "rpm", "version": "3.12.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": "None", "name": "libnsl2", "release": "4.fc43", "source": "rpm", "version": "2.0.1" } ], "libnvme": [ { "arch": "x86_64", "epoch": "None", "name": "libnvme", "release": "1.fc43", "source": "rpm", "version": "1.16.1" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": "None", "name": "libpath_utils", "release": "59.fc43", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": "None", "name": "libpciaccess", "release": "16.fc43", "source": "rpm", "version": "0.16" } ], "libpipeline": [ { "arch": "x86_64", "epoch": "None", "name": "libpipeline", "release": "3.fc43", "source": "rpm", "version": "1.5.8" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "libpkgconf", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "libproxy": [ { "arch": "x86_64", "epoch": "None", "name": "libproxy", "release": "1.fc43", "source": "rpm", "version": "0.5.12" } ], "libpsl": [ { "arch": "x86_64", "epoch": "None", "name": "libpsl", "release": "6.fc43", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": "None", "name": "libpwquality", "release": "14.fc43", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": "None", "name": "libqmi", "release": "2.fc43", "source": "rpm", "version": "1.36.0" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": "None", "name": "libqrtr-glib", "release": "8.fc43", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": "None", "name": "libref_array", "release": "59.fc43", "source": "rpm", "version": "0.1.5" } ], "librelp": [ { "arch": "x86_64", "epoch": "None", "name": "librelp", "release": "1.fc43", "source": "rpm", "version": "1.12.0" } ], "librepo": [ { "arch": "x86_64", "epoch": "None", "name": "librepo", "release": "4.fc43", "source": "rpm", "version": "1.20.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "libreport-filesystem", "release": "9.fc43", "source": "rpm", "version": "2.17.15" } ], "libretls": [ { "arch": "x86_64", "epoch": "None", "name": "libretls", "release": "6.fc43", "source": "rpm", "version": "3.8.1" } ], "libseccomp": [ { "arch": "x86_64", "epoch": "None", "name": "libseccomp", "release": "2.fc43", "source": "rpm", "version": "2.6.0" } ], "libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux-utils", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "libsemanage", "release": "4.fc43", "source": "rpm", "version": "3.9" } ], "libsepol": [ { "arch": "x86_64", "epoch": "None", "name": "libsepol", "release": "2.fc43", "source": "rpm", "version": "3.9" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": "None", "name": "libsmartcols", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "1.fc43", "source": "rpm", "version": "1.0.22" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "2.fc43", "source": "rpm", "version": "0.7.36" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "2.fc43", "source": "rpm", "version": "3.6.6" } ], "libss": [ { "arch": "x86_64", "epoch": "None", "name": "libss", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "libssh": [ { "arch": "x86_64", "epoch": "None", "name": "libssh", "release": "1.fc43", "source": "rpm", "version": "0.11.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc43", "source": "rpm", "version": "0.11.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_certmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": "None", "name": "libtalloc", "release": "4.fc43", "source": "rpm", "version": "2.4.3" } ], "libtasn1": [ { "arch": "x86_64", "epoch": "None", "name": "libtasn1", "release": "1.fc43", "source": "rpm", "version": "4.21.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": "None", "name": "libtdb", "release": "3.fc43", "source": "rpm", "version": "1.4.14" } ], "libtevent": [ { "arch": "x86_64", "epoch": "None", "name": "libtevent", "release": "3.fc43", "source": "rpm", "version": "0.17.1" } ], "libtextstyle": [ { "arch": "x86_64", "epoch": "None", "name": "libtextstyle", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": "None", "name": "libtirpc", "release": "1.fc43", "source": "rpm", "version": "1.3.7" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": "None", "name": "libtool-ltdl", "release": "8.fc43", "source": "rpm", "version": "2.5.4" } ], "libudisks2": [ { "arch": "x86_64", "epoch": "None", "name": "libudisks2", "release": "1.fc43", "source": "rpm", "version": "2.11.1" } ], "libunistring": [ { "arch": "x86_64", "epoch": "None", "name": "libunistring", "release": "10.fc43", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": "None", "name": "libusb1", "release": "4.fc43", "source": "rpm", "version": "1.0.29" } ], "libutempter": [ { "arch": "x86_64", "epoch": "None", "name": "libutempter", "release": "19.fc43", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": "None", "name": "libuuid", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libverto": [ { "arch": "x86_64", "epoch": "None", "name": "libverto", "release": "11.fc43", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": "None", "name": "libverto-libev", "release": "11.fc43", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "1.fc43", "source": "rpm", "version": "4.5.2" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "1.fc43", "source": "rpm", "version": "4.5.2" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": "None", "name": "libxkbcommon", "release": "1.fc43", "source": "rpm", "version": "1.11.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": "None", "name": "libxml2", "release": "5.fc43", "source": "rpm", "version": "2.12.10" } ], "libxmlb": [ { "arch": "x86_64", "epoch": "None", "name": "libxmlb", "release": "1.fc43", "source": "rpm", "version": "0.3.26" } ], "libxslt": [ { "arch": "x86_64", "epoch": "None", "name": "libxslt", "release": "5.fc43", "source": "rpm", "version": "1.1.43" } ], "libyaml": [ { "arch": "x86_64", "epoch": "None", "name": "libyaml", "release": "17.fc43", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd-devel", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ], "linux-firmware": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "1.fc43", "source": "rpm", "version": "0.9.34" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "4.fc43", "source": "rpm", "version": "3.22.0" } ], "lsof": [ { "arch": "x86_64", "epoch": "None", "name": "lsof", "release": "8.fc43", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "4.fc43", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "2.fc43", "source": "rpm", "version": "2.03.34" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "2.fc43", "source": "rpm", "version": "2.03.34" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lz4-libs", "release": "3.fc43", "source": "rpm", "version": "1.10.0" } ], "lzo": [ { "arch": "x86_64", "epoch": "None", "name": "lzo", "release": "15.fc43", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": "None", "name": "m4", "release": "1.fc43", "source": "rpm", "version": "1.4.21" } ], "make": [ { "arch": "x86_64", "epoch": "1", "name": "make", "release": "11.fc43", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": "None", "name": "man-db", "release": "2.fc43", "source": "rpm", "version": "2.13.1" } ], "mdadm": [ { "arch": "x86_64", "epoch": "None", "name": "mdadm", "release": "9.fc43", "source": "rpm", "version": "4.3" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": "None", "name": "mkpasswd", "release": "1.fc43", "source": "rpm", "version": "5.6.6" } ], "mokutil": [ { "arch": "x86_64", "epoch": "2", "name": "mokutil", "release": "2.fc43", "source": "rpm", "version": "0.7.2" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": "None", "name": "mpdecimal", "release": "2.fc43", "source": "rpm", "version": "4.0.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": "None", "name": "mpfr", "release": "2.fc43", "source": "rpm", "version": "4.2.2" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": "None", "name": "mt7xxx-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "ncurses": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "ncurses-base": [ { "arch": "noarch", "epoch": "None", "name": "ncurses-base", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses-libs", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "netcat": [ { "arch": "x86_64", "epoch": "None", "name": "netcat", "release": "3.fc43", "source": "rpm", "version": "1.237" } ], "nettle": [ { "arch": "x86_64", "epoch": "None", "name": "nettle", "release": "2.fc43", "source": "rpm", "version": "3.10.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": "1", "name": "nfs-utils", "release": "1.fc43", "source": "rpm", "version": "2.8.7" } ], "nftables": [ { "arch": "x86_64", "epoch": "1", "name": "nftables", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "nftables-services": [ { "arch": "noarch", "epoch": "1", "name": "nftables-services", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "ngtcp2": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2", "release": "1.fc43", "source": "rpm", "version": "1.21.0" } ], "ngtcp2-crypto-ossl": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2-crypto-ossl", "release": "1.fc43", "source": "rpm", "version": "1.21.0" } ], "npth": [ { "arch": "x86_64", "epoch": "None", "name": "npth", "release": "3.fc43", "source": "rpm", "version": "1.8" } ], "nspr": [ { "arch": "x86_64", "epoch": "None", "name": "nspr", "release": "4.fc43", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g-libs", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-system-compression": [ { "arch": "x86_64", "epoch": "None", "name": "ntfs-3g-system-compression", "release": "1.fc43", "source": "rpm", "version": "1.1" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfsprogs", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nvidia-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "oniguruma": [ { "arch": "x86_64", "epoch": "None", "name": "oniguruma", "release": "3.fc43", "source": "rpm", "version": "6.9.10" } ], "openldap": [ { "arch": "x86_64", "epoch": "None", "name": "openldap", "release": "1.fc43", "source": "rpm", "version": "2.6.13" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": "None", "name": "openssl-pkcs11", "release": "3.fc43", "source": "rpm", "version": "0.4.13" } ], "os-prober": [ { "arch": "x86_64", "epoch": "None", "name": "os-prober", "release": "10.fc43", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit", "release": "1.fc43", "source": "rpm", "version": "0.26.2" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc43", "source": "rpm", "version": "0.26.2" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "4.fc43", "source": "rpm", "version": "1.7.1" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "4.fc43", "source": "rpm", "version": "1.7.1" } ], "parted": [ { "arch": "x86_64", "epoch": "None", "name": "parted", "release": "13.fc43", "source": "rpm", "version": "3.6" } ], "passim": [ { "arch": "x86_64", "epoch": "None", "name": "passim", "release": "1.fc43", "source": "rpm", "version": "0.1.11" } ], "passim-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "1.fc43", "source": "rpm", "version": "0.1.11" } ], "pcre2": [ { "arch": "x86_64", "epoch": "None", "name": "pcre2", "release": "1.fc43", "source": "rpm", "version": "10.47" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc43", "source": "rpm", "version": "10.47" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": "0", "name": "perl-AutoLoader", "release": "523.fc43", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "523.fc43", "source": "rpm", "version": "1.89" } ], "perl-Carp": [ { "arch": "noarch", "epoch": "None", "name": "perl-Carp", "release": "520.fc43", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": "0", "name": "perl-Class-Struct", "release": "523.fc43", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Data-Dumper", "release": "521.fc43", "source": "rpm", "version": "2.191" } ], "perl-Digest": [ { "arch": "noarch", "epoch": "None", "name": "perl-Digest", "release": "520.fc43", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Digest-MD5", "release": "520.fc43", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": "0", "name": "perl-DynaLoader", "release": "523.fc43", "source": "rpm", "version": "1.57" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Encode", "release": "520.fc43", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Errno", "release": "523.fc43", "source": "rpm", "version": "1.38" } ], "perl-Error": [ { "arch": "noarch", "epoch": "1", "name": "perl-Error", "release": "2.fc43", "source": "rpm", "version": "0.17030" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": "None", "name": "perl-Exporter", "release": "520.fc43", "source": "rpm", "version": "5.79" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Fcntl", "release": "523.fc43", "source": "rpm", "version": "1.20" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "523.fc43", "source": "rpm", "version": "2.86" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": "None", "name": "perl-File-Path", "release": "520.fc43", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": "1", "name": "perl-File-Temp", "release": "520.fc43", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-stat", "release": "523.fc43", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "523.fc43", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": "1", "name": "perl-Getopt-Long", "release": "520.fc43", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": "0", "name": "perl-Getopt-Std", "release": "523.fc43", "source": "rpm", "version": "1.14" } ], "perl-Git": [ { "arch": "noarch", "epoch": "None", "name": "perl-Git", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "521.fc43", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "523.fc43", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "521.fc43", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc43", "source": "rpm", "version": "2.095" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "523.fc43", "source": "rpm", "version": "1.24" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "24.fc43", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "520.fc43", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "523.fc43", "source": "rpm", "version": "1.18" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "11.fc43", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "523.fc43", "source": "rpm", "version": "2.23" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "520.fc43", "source": "rpm", "version": "3.94" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "520.fc43", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "521.fc43", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "3.fc43", "source": "rpm", "version": "3.47" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "520.fc43", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc43", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "523.fc43", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "2.fc43", "source": "rpm", "version": "2.040" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "521.fc43", "source": "rpm", "version": "3.37" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "523.fc43", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "521.fc43", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "520.fc43", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "26.fc43", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "520.fc43", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "520.fc43", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "520.fc43", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc43", "source": "rpm", "version": "5.34" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "523.fc43", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "521.fc43", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "523.fc43", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "523.fc43", "source": "rpm", "version": "5.42.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "523.fc43", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "521.fc43", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "523.fc43", "source": "rpm", "version": "5.42.2" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "523.fc43", "source": "rpm", "version": "1.13" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "523.fc43", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "523.fc43", "source": "rpm", "version": "1.40" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "523.fc43", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "520.fc43", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "520.fc43", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "523.fc43", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": "None", "name": "policycoreutils-python-utils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "polkit": [ { "arch": "x86_64", "epoch": "None", "name": "polkit", "release": "6.fc43.2", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "6.fc43.2", "source": "rpm", "version": "126" } ], "popt": [ { "arch": "x86_64", "epoch": "None", "name": "popt", "release": "9.fc43", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": "None", "name": "prefixdevname", "release": "7.fc43", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": "None", "name": "procps-ng", "release": "7.fc43.1", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": "None", "name": "protobuf-c", "release": "1.fc43", "source": "rpm", "version": "1.5.2" } ], "psmisc": [ { "arch": "x86_64", "epoch": "None", "name": "psmisc", "release": "6.fc43", "source": "rpm", "version": "23.7" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": "None", "name": "publicsuffix-list-dafsa", "release": "1.fc43", "source": "rpm", "version": "20260116" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": "None", "name": "python-pip-wheel", "release": "18.fc43", "source": "rpm", "version": "25.1.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": "None", "name": "python-unversioned-command", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc43", "source": "rpm", "version": "25.4.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc43", "source": "rpm", "version": "2.0.0" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc43", "source": "rpm", "version": "3.4.3" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "7.fc43", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "1.fc43", "source": "rpm", "version": "46.0.7" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "7.fc43", "source": "rpm", "version": "1.4.0" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "10.fc43", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc43", "source": "rpm", "version": "4.24.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": "None", "name": "python3-firewall", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": "None", "name": "python3-gobject-base", "release": "4.fc43", "source": "rpm", "version": "3.54.5" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": "None", "name": "python3-hawkey", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": "None", "name": "python3-idna", "release": "6.fc43", "source": "rpm", "version": "3.10" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": "None", "name": "python3-jinja2", "release": "6.fc43", "source": "rpm", "version": "3.1.6" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpatch", "release": "11.fc43", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpointer", "release": "8.fc43", "source": "rpm", "version": "2.4" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema", "release": "6.fc43", "source": "rpm", "version": "4.23.0" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema-specifications", "release": "6.fc43", "source": "rpm", "version": "2024.10.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libcomps", "release": "1.fc43", "source": "rpm", "version": "0.1.23" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "4.fc43", "source": "rpm", "version": "3.9" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "2.fc43", "source": "rpm", "version": "6.0.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "6.fc43", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "noarch", "epoch": "1", "name": "python3-nftables", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "10.fc43", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "7.fc43", "source": "rpm", "version": "25.0" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "33.fc43", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "1.fc43", "source": "rpm", "version": "0.6.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "5.fc43", "source": "rpm", "version": "2.22" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "31.fc43", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "7.fc43", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "5.fc43", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "2.fc43", "source": "rpm", "version": "2.32.5" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "2.fc43", "source": "rpm", "version": "0.27.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "4.fc43", "source": "rpm", "version": "4.6.0" } ], "python3-six": [ { "arch": "noarch", "epoch": "None", "name": "python3-six", "release": "7.fc43", "source": "rpm", "version": "1.17.0" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": "None", "name": "python3-unbound", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3", "release": "1.fc43", "source": "rpm", "version": "2.6.3" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3+socks", "release": "1.fc43", "source": "rpm", "version": "2.6.3" } ], "qa-tools": [ { "arch": "noarch", "epoch": "None", "name": "qa-tools", "release": "6.fc43", "source": "rpm", "version": "4.1" } ], "qcom-wwan-firmware": [ { "arch": "noarch", "epoch": "None", "name": "qcom-wwan-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "quota": [ { "arch": "x86_64", "epoch": "1", "name": "quota", "release": "2.fc43", "source": "rpm", "version": "4.10" } ], "quota-nls": [ { "arch": "noarch", "epoch": "1", "name": "quota-nls", "release": "2.fc43", "source": "rpm", "version": "4.10" } ], "readline": [ { "arch": "x86_64", "epoch": "None", "name": "readline", "release": "2.fc43", "source": "rpm", "version": "8.3" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": "None", "name": "realtek-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "rng-tools": [ { "arch": "x86_64", "epoch": "None", "name": "rng-tools", "release": "7.fc43", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": "None", "name": "rootfiles", "release": "4.fc43", "source": "rpm", "version": "9.0" } ], "rpcbind": [ { "arch": "x86_64", "epoch": "None", "name": "rpcbind", "release": "0.fc43", "source": "rpm", "version": "1.2.8" } ], "rpm": [ { "arch": "x86_64", "epoch": "None", "name": "rpm", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-build-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-audit", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-selinux", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-systemd-inhibit", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sequoia", "release": "1.fc43", "source": "rpm", "version": "1.10.1" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sign-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rsync": [ { "arch": "x86_64", "epoch": "None", "name": "rsync", "release": "5.fc43", "source": "rpm", "version": "3.4.1" } ], "rsyslog": [ { "arch": "x86_64", "epoch": "None", "name": "rsyslog", "release": "1.fc43", "source": "rpm", "version": "8.2602.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": "None", "name": "rtl-sdr", "release": "6.fc43", "source": "rpm", "version": "2.0.1" } ], "sdbus-cpp": [ { "arch": "x86_64", "epoch": "None", "name": "sdbus-cpp", "release": "3.fc43", "source": "rpm", "version": "2.1.0" } ], "sed": [ { "arch": "x86_64", "epoch": "None", "name": "sed", "release": "5.fc43", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy", "release": "1.fc43", "source": "rpm", "version": "43.6" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc43", "source": "rpm", "version": "43.6" } ], "setup": [ { "arch": "noarch", "epoch": "None", "name": "setup", "release": "26.fc43", "source": "rpm", "version": "2.15.0" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": "2", "name": "shadow-utils", "release": "3.fc43", "source": "rpm", "version": "4.18.0" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": "None", "name": "shared-mime-info", "release": "2.fc43", "source": "rpm", "version": "2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": "None", "name": "snappy", "release": "2.fc43", "source": "rpm", "version": "1.2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "sqlite-libs", "release": "2.fc43", "source": "rpm", "version": "3.50.2" } ], "sssd-client": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-client", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "strace": [ { "arch": "x86_64", "epoch": "None", "name": "strace", "release": "1.fc43", "source": "rpm", "version": "6.19" } ], "sudo": [ { "arch": "x86_64", "epoch": "None", "name": "sudo", "release": "6.p2.fc43", "source": "rpm", "version": "1.9.17" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": "None", "name": "sudo-python-plugin", "release": "6.p2.fc43", "source": "rpm", "version": "1.9.17" } ], "systemd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "tar": [ { "arch": "x86_64", "epoch": "2", "name": "tar", "release": "6.fc43", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": "None", "name": "tbb", "release": "2.fc43", "source": "rpm", "version": "2022.2.0" } ], "time": [ { "arch": "x86_64", "epoch": "None", "name": "time", "release": "27.fc43", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": "None", "name": "tiwilink-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": "None", "name": "tpm2-tss", "release": "8.fc43", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": "None", "name": "tzdata", "release": "1.fc43", "source": "rpm", "version": "2026a" } ], "udisks2": [ { "arch": "x86_64", "epoch": "None", "name": "udisks2", "release": "1.fc43", "source": "rpm", "version": "2.11.1" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-anchor", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "unzip": [ { "arch": "x86_64", "epoch": "None", "name": "unzip", "release": "67.fc43", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": "None", "name": "userspace-rcu", "release": "2.fc43", "source": "rpm", "version": "0.15.3" } ], "util-linux": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": "None", "name": "volume_key-libs", "release": "28.fc43", "source": "rpm", "version": "0.3.12" } ], "wcurl": [ { "arch": "noarch", "epoch": "None", "name": "wcurl", "release": "1.fc43", "source": "rpm", "version": "2026.01.05" } ], "wget2": [ { "arch": "x86_64", "epoch": "None", "name": "wget2", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "which": [ { "arch": "x86_64", "epoch": "None", "name": "which", "release": "3.fc43", "source": "rpm", "version": "2.23" } ], "whois-nls": [ { "arch": "noarch", "epoch": "None", "name": "whois-nls", "release": "1.fc43", "source": "rpm", "version": "5.6.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "xfsprogs", "release": "3.fc43", "source": "rpm", "version": "6.15.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": "None", "name": "xkeyboard-config", "release": "1.fc43", "source": "rpm", "version": "2.46" } ], "xxd": [ { "arch": "x86_64", "epoch": "2", "name": "xxd", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": "None", "name": "xxhash-libs", "release": "3.fc43", "source": "rpm", "version": "0.8.3" } ], "xz": [ { "arch": "x86_64", "epoch": "1", "name": "xz", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": "None", "name": "zchunk-libs", "release": "3.fc43", "source": "rpm", "version": "1.5.1" } ], "zip": [ { "arch": "x86_64", "epoch": "None", "name": "zip", "release": "44.fc43", "source": "rpm", "version": "3.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat", "release": "2.fc43", "source": "rpm", "version": "2.3.3" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "2.fc43", "source": "rpm", "version": "2.3.3" } ], "zram-generator": [ { "arch": "x86_64", "epoch": "None", "name": "zram-generator", "release": "3.fc43", "source": "rpm", "version": "1.2.1" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": "None", "name": "zram-generator-defaults", "release": "3.fc43", "source": "rpm", "version": "1.2.1" } ], "zstd": [ { "arch": "x86_64", "epoch": "None", "name": "zstd", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ] } }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 25 April 2026 04:58:20 -0400 (0:00:01.146) 0:02:32.884 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_version": "8.2602.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 25 April 2026 04:58:20 -0400 (0:00:00.044) 0:02:32.928 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 25 April 2026 04:58:20 -0400 (0:00:00.037) 0:02:32.965 ******** ok: [managed-node2] => {} MSG: Rsyslog_version is 8.2602.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 25 April 2026 04:58:20 -0400 (0:00:00.045) 0:02:33.010 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 25 April 2026 04:58:20 -0400 (0:00:00.060) 0:02:33.071 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 25 April 2026 04:58:21 -0400 (0:00:00.670) 0:02:33.741 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 25 April 2026 04:58:21 -0400 (0:00:00.536) 0:02:34.277 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 25 April 2026 04:58:22 -0400 (0:00:00.508) 0:02:34.786 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 25 April 2026 04:58:22 -0400 (0:00:00.205) 0:02:34.992 ******** changed: [managed-node2] => (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-1777107502.7638621-32844-257969729311932/.source.conf", "state": "file", "uid": 0 } skipping: [managed-node2] => (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-node2] => (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-1777107503.7029908-32844-269720887384604/.source.conf", "state": "file", "uid": 0 } changed: [managed-node2] => (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-1777107504.6276999-32844-240899221434873/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 25 April 2026 04:58:25 -0400 (0:00:02.832) 0:02:37.825 ******** ok: [managed-node2] => { "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-1777107502.7638621-32844-257969729311932/.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-1777107502.7638621-32844-257969729311932/.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-1777107503.7029908-32844-269720887384604/.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-1777107503.7029908-32844-269720887384604/.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-1777107504.6276999-32844-240899221434873/.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-1777107504.6276999-32844-240899221434873/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 25 April 2026 04:58:25 -0400 (0:00:00.046) 0:02:37.871 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 25 April 2026 04:58:25 -0400 (0:00:00.055) 0:02:37.927 ******** ok: [managed-node2] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 25 April 2026 04:58:25 -0400 (0:00:00.049) 0:02:37.976 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for managed-node2 => (item={'name': 'system_input', 'type': 'basics'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 25 April 2026 04:58:25 -0400 (0:00:00.059) 0:02:38.035 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:58:25 -0400 (0:00:00.051) 0:02:38.087 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:58:25 -0400 (0:00:00.037) 0:02:38.124 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:58:25 -0400 (0:00:00.031) 0:02:38.156 ******** ok: [managed-node2] => { "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-1777107502.7638621-32844-257969729311932/.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-1777107502.7638621-32844-257969729311932/.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-1777107503.7029908-32844-269720887384604/.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-1777107503.7029908-32844-269720887384604/.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-1777107504.6276999-32844-240899221434873/.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-1777107504.6276999-32844-240899221434873/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:58:25 -0400 (0:00:00.046) 0:02:38.202 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 25 April 2026 04:58:25 -0400 (0:00:00.032) 0:02:38.234 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:58:25 -0400 (0:00:00.053) 0:02:38.287 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:58:25 -0400 (0:00:00.036) 0:02:38.324 ******** changed: [managed-node2] => (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-1777107506.1664739-32968-36611285051481/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:58:27 -0400 (0:00:01.028) 0:02:39.353 ******** ok: [managed-node2] => { "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-1777107502.7638621-32844-257969729311932/.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-1777107502.7638621-32844-257969729311932/.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-1777107503.7029908-32844-269720887384604/.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-1777107503.7029908-32844-269720887384604/.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-1777107504.6276999-32844-240899221434873/.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-1777107504.6276999-32844-240899221434873/.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-1777107506.1664739-32968-36611285051481/.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-1777107506.1664739-32968-36611285051481/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:58:27 -0400 (0:00:00.049) 0:02:39.402 ******** skipping: [managed-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 25 April 2026 04:58:27 -0400 (0:00:00.149) 0:02:39.552 ******** ok: [managed-node2] => (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-yZ2/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-node2] => (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-yZ2/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-node2] => (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-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 25 April 2026 04:58:27 -0400 (0:00:00.094) 0:02:39.647 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml for managed-node2 => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml for managed-node2 => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node2 => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2 Saturday 25 April 2026 04:58:27 -0400 (0:00:00.129) 0:02:39.776 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node2 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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 25 April 2026 04:58:27 -0400 (0:00:00.052) 0:02:39.828 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 25 April 2026 04:58:27 -0400 (0:00:00.130) 0:02:39.959 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 25 April 2026 04:58:27 -0400 (0:00:00.064) 0:02:40.023 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 25 April 2026 04:58:27 -0400 (0:00:00.060) 0:02:40.084 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 25 April 2026 04:58:27 -0400 (0:00:00.071) 0:02:40.156 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9 Saturday 25 April 2026 04:58:27 -0400 (0:00:00.068) 0:02:40.224 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:58:27 -0400 (0:00:00.083) 0:02:40.307 ******** Notification for handler Restart rsyslogd has been saved. changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-relp-8.2602.0-1.fc43.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:58:30 -0400 (0:00:02.448) 0:02:42.755 ******** changed: [managed-node2] => (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-1777107510.5265083-33150-135452229308282/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:58:31 -0400 (0:00:01.033) 0:02:43.789 ******** ok: [managed-node2] => { "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-1777107502.7638621-32844-257969729311932/.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-1777107502.7638621-32844-257969729311932/.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-1777107503.7029908-32844-269720887384604/.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-1777107503.7029908-32844-269720887384604/.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-1777107504.6276999-32844-240899221434873/.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-1777107504.6276999-32844-240899221434873/.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-1777107506.1664739-32968-36611285051481/.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-1777107506.1664739-32968-36611285051481/.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-1777107510.5265083-33150-135452229308282/.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-1777107510.5265083-33150-135452229308282/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:58:31 -0400 (0:00:00.047) 0:02:43.837 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16 Saturday 25 April 2026 04:58:31 -0400 (0:00:00.043) 0:02:43.880 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:58:31 -0400 (0:00:00.049) 0:02:43.929 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:58:31 -0400 (0:00:00.034) 0:02:43.963 ******** changed: [managed-node2] => (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-1777107511.7562127-33208-54927773156604/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:58:32 -0400 (0:00:00.986) 0:02:44.950 ******** ok: [managed-node2] => { "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-1777107502.7638621-32844-257969729311932/.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-1777107502.7638621-32844-257969729311932/.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-1777107503.7029908-32844-269720887384604/.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-1777107503.7029908-32844-269720887384604/.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-1777107504.6276999-32844-240899221434873/.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-1777107504.6276999-32844-240899221434873/.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-1777107506.1664739-32968-36611285051481/.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-1777107506.1664739-32968-36611285051481/.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-1777107510.5265083-33150-135452229308282/.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-1777107510.5265083-33150-135452229308282/.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-1777107511.7562127-33208-54927773156604/.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-1777107511.7562127-33208-54927773156604/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:58:32 -0400 (0:00:00.064) 0:02:45.015 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2 Saturday 25 April 2026 04:58:32 -0400 (0:00:00.107) 0:02:45.122 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml for managed-node2 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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 25 April 2026 04:58:32 -0400 (0:00:00.076) 0:02:45.198 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 25 April 2026 04:58:32 -0400 (0:00:00.062) 0:02:45.261 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 25 April 2026 04:58:32 -0400 (0:00:00.050) 0:02:45.312 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 25 April 2026 04:58:33 -0400 (0:00:00.045) 0:02:45.357 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 25 April 2026 04:58:33 -0400 (0:00:00.062) 0:02:45.420 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9 Saturday 25 April 2026 04:58:33 -0400 (0:00:00.049) 0:02:45.469 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:58:33 -0400 (0:00:00.049) 0:02:45.519 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:58:34 -0400 (0:00:01.563) 0:02:47.083 ******** ok: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:58:35 -0400 (0:00:00.923) 0:02:48.006 ******** ok: [managed-node2] => { "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-1777107502.7638621-32844-257969729311932/.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-1777107502.7638621-32844-257969729311932/.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-1777107503.7029908-32844-269720887384604/.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-1777107503.7029908-32844-269720887384604/.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-1777107504.6276999-32844-240899221434873/.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-1777107504.6276999-32844-240899221434873/.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-1777107506.1664739-32968-36611285051481/.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-1777107506.1664739-32968-36611285051481/.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-1777107510.5265083-33150-135452229308282/.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-1777107510.5265083-33150-135452229308282/.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-1777107511.7562127-33208-54927773156604/.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-1777107511.7562127-33208-54927773156604/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:58:35 -0400 (0:00:00.081) 0:02:48.088 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16 Saturday 25 April 2026 04:58:35 -0400 (0:00:00.076) 0:02:48.165 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:58:35 -0400 (0:00:00.095) 0:02:48.260 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:58:36 -0400 (0:00:00.102) 0:02:48.363 ******** changed: [managed-node2] => (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-node2"]\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "55a6111b68b3f37dd104bb6b4888ed4321fc5bcf", "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-node2\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "md5sum": "19c5bc58e1a2ce5a8bfd17948776eb02", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 480, "src": "/root/.ansible/tmp/ansible-tmp-1777107516.2266042-33413-166396273827504/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:58:37 -0400 (0:00:01.095) 0:02:49.459 ******** ok: [managed-node2] => { "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-1777107502.7638621-32844-257969729311932/.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-1777107502.7638621-32844-257969729311932/.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-1777107503.7029908-32844-269720887384604/.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-1777107503.7029908-32844-269720887384604/.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-1777107504.6276999-32844-240899221434873/.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-1777107504.6276999-32844-240899221434873/.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-1777107506.1664739-32968-36611285051481/.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-1777107506.1664739-32968-36611285051481/.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-1777107510.5265083-33150-135452229308282/.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-1777107510.5265083-33150-135452229308282/.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-1777107511.7562127-33208-54927773156604/.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-1777107511.7562127-33208-54927773156604/.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": "55a6111b68b3f37dd104bb6b4888ed4321fc5bcf", "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-node2\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "55a6111b68b3f37dd104bb6b4888ed4321fc5bcf", "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-1777107516.2266042-33413-166396273827504/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "19c5bc58e1a2ce5a8bfd17948776eb02", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 480, "src": "/root/.ansible/tmp/ansible-tmp-1777107516.2266042-33413-166396273827504/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:58:37 -0400 (0:00:00.057) 0:02:49.516 ******** skipping: [managed-node2] => (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-node2"]\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-node2\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 25 April 2026 04:58:37 -0400 (0:00:00.116) 0:02:49.633 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:58:37 -0400 (0:00:00.068) 0:02:49.701 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:58:37 -0400 (0:00:00.058) 0:02:49.760 ******** changed: [managed-node2] => (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-1777107517.5354536-33480-105357866124841/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:58:38 -0400 (0:00:01.000) 0:02:50.760 ******** ok: [managed-node2] => { "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-1777107502.7638621-32844-257969729311932/.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-1777107502.7638621-32844-257969729311932/.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-1777107503.7029908-32844-269720887384604/.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-1777107503.7029908-32844-269720887384604/.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-1777107504.6276999-32844-240899221434873/.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-1777107504.6276999-32844-240899221434873/.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-1777107506.1664739-32968-36611285051481/.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-1777107506.1664739-32968-36611285051481/.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-1777107510.5265083-33150-135452229308282/.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-1777107510.5265083-33150-135452229308282/.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-1777107511.7562127-33208-54927773156604/.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-1777107511.7562127-33208-54927773156604/.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": "55a6111b68b3f37dd104bb6b4888ed4321fc5bcf", "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-node2\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "55a6111b68b3f37dd104bb6b4888ed4321fc5bcf", "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-1777107516.2266042-33413-166396273827504/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "19c5bc58e1a2ce5a8bfd17948776eb02", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 480, "src": "/root/.ansible/tmp/ansible-tmp-1777107516.2266042-33413-166396273827504/.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-1777107517.5354536-33480-105357866124841/.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-1777107517.5354536-33480-105357866124841/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:58:38 -0400 (0:00:00.068) 0:02:50.829 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 25 April 2026 04:58:38 -0400 (0:00:00.058) 0:02:50.887 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:58:38 -0400 (0:00:00.057) 0:02:50.945 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:58:38 -0400 (0:00:00.039) 0:02:50.984 ******** changed: [managed-node2] => (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-1777107518.7708194-33542-58978267808444/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:58:39 -0400 (0:00:01.006) 0:02:51.991 ******** ok: [managed-node2] => { "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-1777107502.7638621-32844-257969729311932/.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-1777107502.7638621-32844-257969729311932/.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-1777107503.7029908-32844-269720887384604/.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-1777107503.7029908-32844-269720887384604/.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-1777107504.6276999-32844-240899221434873/.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-1777107504.6276999-32844-240899221434873/.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-1777107506.1664739-32968-36611285051481/.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-1777107506.1664739-32968-36611285051481/.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-1777107510.5265083-33150-135452229308282/.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-1777107510.5265083-33150-135452229308282/.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-1777107511.7562127-33208-54927773156604/.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-1777107511.7562127-33208-54927773156604/.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": "55a6111b68b3f37dd104bb6b4888ed4321fc5bcf", "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-node2\"]\n )\n}\n" } ], "state": "present", "type": "output", "weight": "31" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "55a6111b68b3f37dd104bb6b4888ed4321fc5bcf", "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-1777107516.2266042-33413-166396273827504/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "19c5bc58e1a2ce5a8bfd17948776eb02", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 480, "src": "/root/.ansible/tmp/ansible-tmp-1777107516.2266042-33413-166396273827504/.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-1777107517.5354536-33480-105357866124841/.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-1777107517.5354536-33480-105357866124841/.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-1777107518.7708194-33542-58978267808444/.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-1777107518.7708194-33542-58978267808444/.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:58:39 -0400 (0:00:00.068) 0:02:52.059 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 25 April 2026 04:58:39 -0400 (0:00:00.100) 0:02:52.160 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 25 April 2026 04:58:39 -0400 (0:00:00.035) 0:02:52.196 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 25 April 2026 04:58:39 -0400 (0:00:00.046) 0:02:52.242 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 25 April 2026 04:58:39 -0400 (0:00:00.039) 0:02:52.281 ******** skipping: [managed-node2] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 25 April 2026 04:58:39 -0400 (0:00:00.057) 0:02:52.339 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 25 April 2026 04:58:40 -0400 (0:00:00.052) 0:02:52.392 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 25 April 2026 04:58:40 -0400 (0:00:00.049) 0:02:52.441 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 25 April 2026 04:58:40 -0400 (0:00:00.051) 0:02:52.492 ******** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "rsyslog", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-04-25 04:57:43 EDT", "ActiveEnterTimestampMonotonic": "722312183", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target basic.target sysinit.target network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-04-25 04:57:43 EDT", "AssertTimestampMonotonic": "722278289", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "161809000", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-04-25 04:57:43 EDT", "ConditionTimestampMonotonic": "722278286", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "11277", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-04-25 04:57:43 EDT", "ExecMainHandoffTimestampMonotonic": "722308501", "ExecMainPID": "118235", "ExecMainStartTimestamp": "Sat 2026-04-25 04:57:43 EDT", "ExecMainStartTimestampMonotonic": "722279422", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2026-04-25 04:57:43 EDT] ; stop_time=[n/a] ; pid=118235 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-04-25 04:57:43 EDT] ; stop_time=[n/a] ; pid=118235 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-04-25 04:57:43 EDT", "InactiveExitTimestampMonotonic": "722280130", "InvocationID": "46ced303552441fbb3c106c5d9560df5", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "118235", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3400105984", "MemoryCurrent": "2293760", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "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", "PrivateBPF": "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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-04-25 04:57:43 EDT", "StateChangeTimestampMonotonic": "722312183", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "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 sys_debug_setcontext sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4403", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 25 April 2026 04:58:40 -0400 (0:00:00.691) 0:02:53.184 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 25 April 2026 04:58:40 -0400 (0:00:00.046) 0:02:53.230 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 25 April 2026 04:58:40 -0400 (0:00:00.039) 0:02:53.269 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 25 April 2026 04:58:40 -0400 (0:00:00.043) 0:02:53.313 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1777107463.4024804, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b469de7f813797aff0d514249d57cb8b3ed3157d", "ctime": 1777107450.5994983, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 803, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1774828800.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3403, "uid": 0, "version": "2266865642", "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 25 April 2026 04:58:41 -0400 (0:00:00.516) 0:02:53.830 ******** Notification for handler Restart rsyslogd has been saved. changed: [managed-node2] => { "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-1777107521.5597844-33676-88603639239272/.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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:263 Saturday 25 April 2026 04:58:42 -0400 (0:00:00.963) 0:02:54.793 ******** NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 25 April 2026 04:58:42 -0400 (0:00:00.005) 0:02:54.799 ******** changed: [managed-node2] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-04-25 04:57:43 EDT", "ActiveEnterTimestampMonotonic": "722312183", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice network.target basic.target sysinit.target network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-04-25 04:57:43 EDT", "AssertTimestampMonotonic": "722278289", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "168667000", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-04-25 04:57:43 EDT", "ConditionTimestampMonotonic": "722278286", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "11277", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-04-25 04:57:43 EDT", "ExecMainHandoffTimestampMonotonic": "722308501", "ExecMainPID": "118235", "ExecMainStartTimestamp": "Sat 2026-04-25 04:57:43 EDT", "ExecMainStartTimestampMonotonic": "722279422", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[Sat 2026-04-25 04:57:43 EDT] ; stop_time=[n/a] ; pid=118235 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-04-25 04:57:43 EDT] ; stop_time=[n/a] ; pid=118235 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-04-25 04:57:43 EDT", "InactiveExitTimestampMonotonic": "722280130", "InvocationID": "46ced303552441fbb3c106c5d9560df5", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "118235", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3441623040", "MemoryCurrent": "2273280", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "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", "PrivateBPF": "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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-04-25 04:57:43 EDT", "StateChangeTimestampMonotonic": "722312183", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "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 sys_debug_setcontext sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4403", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Ensure config file size and counts - 2] ********************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:266 Saturday 25 April 2026 04:58:43 -0400 (0:00:00.997) 0:02:55.797 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml for managed-node2 TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2 Saturday 25 April 2026 04:58:43 -0400 (0:00:00.030) 0:02:55.827 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1777107523.3584685, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1777107522.3554683, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393834, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777107522.3562727, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "3618113315", "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7 Saturday 25 April 2026 04:58:43 -0400 (0:00:00.475) 0:02:56.303 ******** ok: [managed-node2] => { "changed": false, "examined": 10, "files": [ { "atime": 1777107523.3584685, "ctime": 1777107519.5697038, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393842, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107519.217467, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1153, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1777107523.3584685, "ctime": 1777107512.536235, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107512.1774642, "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": 1777107523.3584685, "ctime": 1777107506.9394221, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393766, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107506.5864623, "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": 1777107523.3584685, "ctime": 1777107504.5152135, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393762, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107504.1454613, "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": 1777107198.351107, "ctime": 1777107159.4856966, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 1424, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1765756800.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": 1777107523.3584685, "ctime": 1777107505.407462, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393763, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107505.0554616, "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": 1777107523.3584685, "ctime": 1777107518.3345761, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393764, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107517.9784665, "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": 1777107515.2254655, "ctime": 1777107511.3766036, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393761, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107511.0114639, "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": 1777107523.3584685, "ctime": 1777107517.0452342, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393840, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107516.693466, "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": 1777107523.3584685, "ctime": 1777107503.583461, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 393759, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1777107503.226461, "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 } ], "matched": 10, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13 Saturday 25 April 2026 04:58:44 -0400 (0:00:00.479) 0:02:56.783 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18 Saturday 25 April 2026 04:58:44 -0400 (0:00:00.032) 0:02:56.815 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__conf_size == \"more\"", "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23 Saturday 25 April 2026 04:58:44 -0400 (0:00:00.020) 0:02:56.835 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Saturday 25 April 2026 04:58:44 -0400 (0:00:00.028) 0:02:56.863 ******** ok: [managed-node2] => (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": 1777107523.3584685, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "ctime": 1777107512.536235, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393839, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777107512.1774642, "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": "4217038198", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [managed-node2] => (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": 1777107523.3584685, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "55a6111b68b3f37dd104bb6b4888ed4321fc5bcf", "ctime": 1777107517.0452342, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393840, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1777107516.693466, "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": "3488614016", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35 Saturday 25 April 2026 04:58:45 -0400 (0:00:01.002) 0:02:57.866 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:276 Saturday 25 April 2026 04:58:45 -0400 (0:00:00.029) 0:02:57.896 ******** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\ngrep \"7514\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l", "delta": "0:00:00.006037", "end": "2026-04-25 04:58:45.985241", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:58:45.979204" } STDOUT: 1 TASK [Check the ca cert in relp_client0 - 0] *********************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:285 Saturday 25 April 2026 04:58:46 -0400 (0:00:00.501) 0:02:58.398 ******** ok: [managed-node2] => { "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.006289", "end": "2026-04-25 04:58:46.458845", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:58:46.452556" } STDOUT: 1 TASK [Check the ca cert in relp_client0 - 1] *********************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:293 Saturday 25 April 2026 04:58:46 -0400 (0:00:00.478) 0:02:58.876 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1777107495.5542557, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bbfc16b8f95b65c7333b0884e1a03f7876b5e4b9", "ctime": 1777107495.5504632, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1431, "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": 1777107495.5504632, "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": "1899771779", "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:297 Saturday 25 April 2026 04:58:47 -0400 (0:00:00.490) 0:02:59.367 ******** ok: [managed-node2] => { "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.005565", "end": "2026-04-25 04:58:47.442095", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:58:47.436530" } STDOUT: 1 TASK [Check the cert in relp_client0 - 1] ************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:305 Saturday 25 April 2026 04:58:47 -0400 (0:00:00.488) 0:02:59.855 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1777107495.5542557, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bbfc16b8f95b65c7333b0884e1a03f7876b5e4b9", "ctime": 1777107495.5504632, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1431, "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": 1777107495.5504632, "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": "1899771779", "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:309 Saturday 25 April 2026 04:58:48 -0400 (0:00:01.488) 0:03:01.344 ******** ok: [managed-node2] => { "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.006074", "end": "2026-04-25 04:58:49.399924", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:58:49.393850" } STDOUT: 1 TASK [Check the private key in relp_client0 - 1] ******************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:317 Saturday 25 April 2026 04:58:49 -0400 (0:00:00.470) 0:03:01.814 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1777107426.8515315, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6d78cb3d2e02d2c405c241c89e3c18cd408004fe", "ctime": 1777107495.5504632, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1428, "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": 1777107495.5504632, "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": "1299229512", "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:321 Saturday 25 April 2026 04:58:49 -0400 (0:00:00.482) 0:03:02.297 ******** ok: [managed-node2] => { "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.005740", "end": "2026-04-25 04:58:50.352279", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:58:50.346539" } STDOUT: 1 TASK [Check tls.permittedpeer in relp_client1] ********************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:329 Saturday 25 April 2026 04:58:50 -0400 (0:00:00.472) 0:03:02.770 ******** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail; grep \"tls.permittedpeer=\\[\\\"\\*.managed-node2\\\"\\]\" \"/etc/rsyslog.d/31-output-relp-relp_client1.conf\" | wc -l", "delta": "0:00:00.005787", "end": "2026-04-25 04:58:50.831513", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:58:50.825726" } STDOUT: 1 TASK [Check ports managed by firewall and selinux - 3] ************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:339 Saturday 25 April 2026 04:58:50 -0400 (0:00:00.476) 0:03:03.246 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node2 TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 25 April 2026 04:58:50 -0400 (0:00:00.030) 0:03:03.276 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 25 April 2026 04:58:50 -0400 (0:00:00.031) 0:03:03.307 ******** ok: [managed-node2] => (item=6514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"6514/tcp\"\n", "delta": "0:00:00.222665", "end": "2026-04-25 04:58:51.599746", "item": 6514, "rc": 0, "start": "2026-04-25 04:58:51.377081" } STDOUT: 1514/tcp 6514/tcp 7514/tcp 20514/tcp ok: [managed-node2] => (item=7514) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nfirewall-cmd --list-ports | grep \"7514/tcp\"\n", "delta": "0:00:00.228820", "end": "2026-04-25 04:58:52.284813", "item": 7514, "rc": 0, "start": "2026-04-25 04:58:52.055993" } STDOUT: 1514/tcp 6514/tcp 7514/tcp 20514/tcp TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 25 April 2026 04:58:52 -0400 (0:00:01.392) 0:03:04.700 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 25 April 2026 04:58:52 -0400 (0:00:00.017) 0:03:04.718 ******** ok: [managed-node2] => (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.279252", "end": "2026-04-25 04:58:53.064199", "item": 6514, "rc": 0, "start": "2026-04-25 04:58:52.784947" } STDOUT: syslog_tls_port_t tcp 6514, 20514, 7514 STDERR: egrep: warning: egrep is obsolescent; using grep -E ok: [managed-node2] => (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.280108", "end": "2026-04-25 04:58:53.791153", "item": 7514, "rc": 0, "start": "2026-04-25 04:58:53.511045" } 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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 25 April 2026 04:58:53 -0400 (0:00:01.486) 0:03:06.204 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set firewall and selinux to false for cleanup - 2] *********************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:342 Saturday 25 April 2026 04:58:53 -0400 (0:00:00.019) 0:03:06.223 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:347 Saturday 25 April 2026 04:58:53 -0400 (0:00:00.022) 0:03:06.245 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:9 Saturday 25 April 2026 04:58:53 -0400 (0:00:00.027) 0:03:06.273 ******** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:23 Saturday 25 April 2026 04:58:53 -0400 (0:00:00.001) 0:03:06.275 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/run_role_with_clear_facts.yml:33 Saturday 25 April 2026 04:58:53 -0400 (0:00:00.020) 0:03:06.295 ******** included: fedora.linux_system_roles.logging for managed-node2 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.121) 0:03:06.417 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.023) 0:03:06.440 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.020) 0:03:06.460 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.018) 0:03:06.479 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.019) 0:03:06.499 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.037) 0:03:06.536 ******** ok: [managed-node2] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.040) 0:03:06.577 ******** ok: [managed-node2] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.040) 0:03:06.618 ******** skipping: [managed-node2] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.033) 0:03:06.651 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.036) 0:03:06.688 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.014) 0:03:06.702 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.043) 0:03:06.746 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.037) 0:03:06.784 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.032) 0:03:06.817 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.033) 0:03:06.850 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.032) 0:03:06.883 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.040) 0:03:06.924 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.032) 0:03:06.956 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.030) 0:03:06.987 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.037) 0:03:07.025 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.043) 0:03:07.069 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.041) 0:03:07.110 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.032) 0:03:07.142 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.014) 0:03:07.156 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.014) 0:03:07.170 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.013) 0:03:07.184 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.014) 0:03:07.198 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.032) 0:03:07.231 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node2 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.038) 0:03:07.269 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.032) 0:03:07.302 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 25 April 2026 04:58:54 -0400 (0:00:00.034) 0:03:07.336 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 25 April 2026 04:58:55 -0400 (0:00:00.034) 0:03:07.371 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 25 April 2026 04:58:55 -0400 (0:00:00.035) 0:03:07.406 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 25 April 2026 04:58:55 -0400 (0:00:00.033) 0:03:07.440 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 25 April 2026 04:58:55 -0400 (0:00:00.033) 0:03:07.474 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 25 April 2026 04:58:55 -0400 (0:00:00.033) 0:03:07.508 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 25 April 2026 04:58:55 -0400 (0:00:00.035) 0:03:07.544 ******** included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 25 April 2026 04:58:55 -0400 (0:00:00.034) 0:03:07.578 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 25 April 2026 04:58:55 -0400 (0:00:00.026) 0:03:07.604 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 25 April 2026 04:58:55 -0400 (0:00:00.683) 0:03:08.288 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 25 April 2026 04:58:55 -0400 (0:00:00.022) 0:03:08.310 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 25 April 2026 04:58:55 -0400 (0:00:00.020) 0:03:08.330 ******** ok: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_43.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 25 April 2026 04:58:56 -0400 (0:00:00.049) 0:03:08.380 ******** skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=/tmp/collections-yZ2/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-yZ2/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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 25 April 2026 04:58:56 -0400 (0:00:00.072) 0:03:08.453 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 25 April 2026 04:58:56 -0400 (0:00:00.082) 0:03:08.535 ******** ok: [managed-node2] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.059909", "end": "2026-04-25 04:58:56.689442", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "item": "rsyslog", "rc": 1, "start": "2026-04-25 04:58:56.629533" } 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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 25 April 2026 04:58:56 -0400 (0:00:00.576) 0:03:09.112 ******** changed: [managed-node2] => { "changed": true, "cmd": [ "dnf5", "remove", "-y", "rsyslog" ], "delta": "0:00:00.899200", "end": "2026-04-25 04:58:58.099955", "rc": 0, "start": "2026-04-25 04:58:57.200755" } STDOUT: Package Arch Version Repository Size Removing: rsyslog x86_64 8.2602.0-1.fc43 updates 2.9 MiB Removing dependent packages: rsyslog-relp x86_64 8.2602.0-1.fc43 updates 57.3 KiB Removing unused dependencies: libestr x86_64 0.1.11-12.fc43 fedora 48.9 KiB libfastjson x86_64 1.2304.0-7.fc43 fedora 69.8 KiB logrotate x86_64 3.22.0-4.fc43 fedora 148.9 KiB snappy x86_64 1.2.2-2.fc43 fedora 71.8 KiB Transaction Summary: Removing: 6 packages STDERR: After this operation, 3 MiB will be freed (install 0 B, remove 3 MiB). Running transaction [1/7] Prepare transaction 100% | 88.0 B/s | 6.0 B | 00m00s [2/7] Removing rsyslog-relp-0:8.2602.0- 100% | 148.0 B/s | 7.0 B | 00m00s >>> Running %preun scriptlet: rsyslog-0:8.2602.0-1.fc43.x86_64 >>> Finished %preun scriptlet: rsyslog-0:8.2602.0-1.fc43.x86_64 >>> Scriptlet output: >>> Removed '/etc/systemd/system/multi-user.target.wants/rsyslog.service'. >>> [3/7] Removing rsyslog-0:8.2602.0-1.fc4 100% | 4.1 KiB/s | 130.0 B | 00m00s >>> [RPM] /etc/rsyslog.conf saved as /etc/rsyslog.conf.rpmsave [4/7] Removing libestr-0:0.1.11-12.fc43 100% | 1.8 KiB/s | 11.0 B | 00m00s [5/7] Removing libfastjson-0:1.2304.0-7 100% | 1.8 KiB/s | 11.0 B | 00m00s [6/7] Removing snappy-0:1.2.2-2.fc43.x8 100% | 323.0 B/s | 11.0 B | 00m00s >>> Running %preun scriptlet: logrotate-0:3.22.0-4.fc43.x86_64 >>> Finished %preun scriptlet: logrotate-0:3.22.0-4.fc43.x86_64 >>> Scriptlet output: >>> Removed '/etc/systemd/system/timers.target.wants/logrotate.timer'. >>> [7/7] Removing logrotate-0:3.22.0-4.fc4 100% | 40.0 B/s | 19.0 B | 00m00s Complete! TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 25 April 2026 04:58:58 -0400 (0:00:01.423) 0:03:10.535 ******** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-8.2602.0-1.fc43.x86_64", "Installed: libestr-0.1.11-12.fc43.x86_64", "Installed: libfastjson-1.2304.0-7.fc43.x86_64", "Installed: snappy-1.2.2-2.fc43.x86_64", "Installed: logrotate-3.22.0-4.fc43.x86_64" ] } lsrpackages: iproute rsyslog TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 25 April 2026 04:59:01 -0400 (0:00:03.507) 0:03:14.043 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 25 April 2026 04:59:01 -0400 (0:00:00.022) 0:03:14.065 ******** ok: [managed-node2] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": "None", "name": "ModemManager-glib", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager", "release": "2.fc43", "source": "rpm", "version": "1.54.3" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": "1", "name": "NetworkManager-libnm", "release": "2.fc43", "source": "rpm", "version": "1.54.3" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "abattis-cantarell-vf-fonts", "release": "15.fc43", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": "None", "name": "alternatives", "release": "3.fc43", "source": "rpm", "version": "1.33" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "aspell": [ { "arch": "x86_64", "epoch": "12", "name": "aspell", "release": "5.fc43", "source": "rpm", "version": "0.60.8.1" } ], "aspell-en": [ { "arch": "x86_64", "epoch": "50", "name": "aspell-en", "release": "14.fc43", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": "None", "name": "atheros-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "authselect": [ { "arch": "x86_64", "epoch": "None", "name": "authselect", "release": "1.fc43", "source": "rpm", "version": "1.6.2" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": "None", "name": "authselect-libs", "release": "1.fc43", "source": "rpm", "version": "1.6.2" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": "None", "name": "avahi-libs", "release": "6.fc43", "source": "rpm", "version": "0.9~rc2" } ], "bash": [ { "arch": "x86_64", "epoch": "None", "name": "bash", "release": "2.fc43", "source": "rpm", "version": "5.3.0" } ], "bash-completion": [ { "arch": "noarch", "epoch": "1", "name": "bash-completion", "release": "2.fc43", "source": "rpm", "version": "2.16" } ], "bc": [ { "arch": "x86_64", "epoch": "None", "name": "bc", "release": "2.fc43", "source": "rpm", "version": "1.08.2" } ], "beakerlib": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib", "release": "1.fc43", "source": "rpm", "version": "1.33.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": "None", "name": "beakerlib-redhat", "release": "35.fc43eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": "None", "name": "binutils", "release": "4.fc43", "source": "rpm", "version": "2.45.1" } ], "bison": [ { "arch": "x86_64", "epoch": "None", "name": "bison", "release": "11.fc43", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": "None", "name": "bluez", "release": "4.fc43", "source": "rpm", "version": "5.86" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": "None", "name": "boost-atomic", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "boost-filesystem", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": "None", "name": "boost-system", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": "None", "name": "boost-thread", "release": "17.fc43", "source": "rpm", "version": "1.83.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": "None", "name": "brcmfmac-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc43", "source": "rpm", "version": "6.19.1" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "bzip2-libs", "release": "21.fc43", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": "None", "name": "c-ares", "release": "2.fc43", "source": "rpm", "version": "1.34.5" } ], "ca-certificates": [ { "arch": "noarch", "epoch": "None", "name": "ca-certificates", "release": "1.2.fc43", "source": "rpm", "version": "2025.2.80_v9.0.304" } ], "certmonger": [ { "arch": "x86_64", "epoch": "None", "name": "certmonger", "release": "1.fc43", "source": "rpm", "version": "0.79.21" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": "None", "name": "checkpolicy", "release": "2.fc43", "source": "rpm", "version": "3.9" } ], "chrony": [ { "arch": "x86_64", "epoch": "None", "name": "chrony", "release": "3.fc43", "source": "rpm", "version": "4.8" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "cirrus-audio-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "cloud-init": [ { "arch": "noarch", "epoch": "None", "name": "cloud-init", "release": "10.fc43", "source": "rpm", "version": "25.2" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": "None", "name": "cloud-utils-growpart", "release": "11.fc43", "source": "rpm", "version": "0.33" } ], "cmake-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "cmake-filesystem", "release": "1.fc43", "source": "rpm", "version": "3.31.11" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "8.fc43", "source": "rpm", "version": "9.7" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "8.fc43", "source": "rpm", "version": "9.7" } ], "cpio": [ { "arch": "x86_64", "epoch": "None", "name": "cpio", "release": "6.fc43", "source": "rpm", "version": "2.15" } ], "cpp": [ { "arch": "x86_64", "epoch": "None", "name": "cpp", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib", "release": "8.fc43", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": "None", "name": "cracklib-dicts", "release": "8.fc43", "source": "rpm", "version": "2.9.11" } ], "crypto-policies": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies", "release": "1.git63291f8.fc43", "source": "rpm", "version": "20251125" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": "None", "name": "crypto-policies-scripts", "release": "1.git63291f8.fc43", "source": "rpm", "version": "20251125" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": "None", "name": "cryptsetup-libs", "release": "1.fc43", "source": "rpm", "version": "2.8.4" } ], "curl": [ { "arch": "x86_64", "epoch": "None", "name": "curl", "release": "6.fc43", "source": "rpm", "version": "8.15.0" } ], "cyrus-sasl-gssapi": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-gssapi", "release": "33.fc43", "source": "rpm", "version": "2.1.28" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": "None", "name": "cyrus-sasl-lib", "release": "33.fc43", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": "1", "name": "dbus", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": "None", "name": "dbus-broker", "release": "2.fc43", "source": "rpm", "version": "37" } ], "dbus-common": [ { "arch": "noarch", "epoch": "1", "name": "dbus-common", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-libs", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "dbus-tools": [ { "arch": "x86_64", "epoch": "1", "name": "dbus-tools", "release": "4.fc43", "source": "rpm", "version": "1.16.0" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": "None", "name": "default-fonts-core-sans", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "device-mapper": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-event-libs", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-libs", "release": "2.fc43", "source": "rpm", "version": "1.02.208" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": "None", "name": "device-mapper-persistent-data", "release": "4.fc43", "source": "rpm", "version": "1.1.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": "12", "name": "dhcp-client", "release": "22.fc43", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": "12", "name": "dhcp-common", "release": "22.fc43", "source": "rpm", "version": "4.4.3" } ], "dhcpcd": [ { "arch": "x86_64", "epoch": "None", "name": "dhcpcd", "release": "2.fc43", "source": "rpm", "version": "10.3.0" } ], "diffutils": [ { "arch": "x86_64", "epoch": "None", "name": "diffutils", "release": "3.fc43", "source": "rpm", "version": "3.12" } ], "dnf-data": [ { "arch": "noarch", "epoch": "None", "name": "dnf-data", "release": "1.fc43", "source": "rpm", "version": "4.24.0" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dns-root-data": [ { "arch": "noarch", "epoch": "None", "name": "dns-root-data", "release": "2.fc43", "source": "rpm", "version": "2026260100" } ], "dosfstools": [ { "arch": "x86_64", "epoch": "None", "name": "dosfstools", "release": "16.fc43", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": "None", "name": "dracut", "release": "8.fc43", "source": "rpm", "version": "107" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": "None", "name": "dracut-config-rescue", "release": "8.fc43", "source": "rpm", "version": "107" } ], "duktape": [ { "arch": "x86_64", "epoch": "None", "name": "duktape", "release": "10.fc43", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": "None", "name": "dyninst", "release": "7.fc43", "source": "rpm", "version": "13.0.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": "None", "name": "e2fsprogs-libs", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": "None", "name": "efivar-libs", "release": "10.fc43", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-debuginfod-client-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": "None", "name": "elfutils-default-yama-scope", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libelf-devel", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "elfutils-libs", "release": "1.fc43", "source": "rpm", "version": "0.194" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": "None", "name": "exfatprogs", "release": "1.fc43", "source": "rpm", "version": "1.3.2" } ], "expat": [ { "arch": "x86_64", "epoch": "None", "name": "expat", "release": "1.fc43", "source": "rpm", "version": "2.7.3" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": "None", "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "43" } ], "fedora-release": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release", "release": "27", "source": "rpm", "version": "43" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "27", "source": "rpm", "version": "43" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "27", "source": "rpm", "version": "43" } ], "fedora-repos": [ { "arch": "noarch", "epoch": "None", "name": "fedora-repos", "release": "1", "source": "rpm", "version": "43" } ], "file": [ { "arch": "x86_64", "epoch": "None", "name": "file", "release": "9.fc43", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "9.fc43", "source": "rpm", "version": "5.46" } ], "filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "filesystem", "release": "50.fc43", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": "1", "name": "findutils", "release": "6.fc43", "source": "rpm", "version": "4.10.0" } ], "firewalld": [ { "arch": "noarch", "epoch": "None", "name": "firewalld", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "firewalld-filesystem", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "flex": [ { "arch": "x86_64", "epoch": "None", "name": "flex", "release": "20.fc43", "source": "rpm", "version": "2.6.4" } ], "fmt": [ { "arch": "x86_64", "epoch": "None", "name": "fmt", "release": "3.fc43", "source": "rpm", "version": "11.2.0" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": "1", "name": "fonts-filesystem", "release": "23.fc43", "source": "rpm", "version": "2.0.5" } ], "fuse3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "fuse3-libs", "release": "6.fc43", "source": "rpm", "version": "3.16.2" } ], "fwupd": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-modem-manager", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": "None", "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc43", "source": "rpm", "version": "2.0.20" } ], "gawk": [ { "arch": "x86_64", "epoch": "None", "name": "gawk", "release": "2.fc43", "source": "rpm", "version": "5.3.2" } ], "gcc": [ { "arch": "x86_64", "epoch": "None", "name": "gcc", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "gdbm": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm", "release": "10.fc43", "source": "rpm", "version": "1.23" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": "1", "name": "gdbm-libs", "release": "10.fc43", "source": "rpm", "version": "1.23" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-envsubst", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-libs", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "gettext-runtime", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "git": [ { "arch": "x86_64", "epoch": "None", "name": "git", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "git-core": [ { "arch": "x86_64", "epoch": "None", "name": "git-core", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": "None", "name": "git-core-doc", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "glib-networking": [ { "arch": "x86_64", "epoch": "None", "name": "glib-networking", "release": "3.fc43", "source": "rpm", "version": "2.80.1" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc43", "source": "rpm", "version": "2.86.5" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "11.fc43", "source": "rpm", "version": "2.42" } ], "gmp": [ { "arch": "x86_64", "epoch": "1", "name": "gmp", "release": "4.fc43", "source": "rpm", "version": "6.3.0" } ], "gnulib-l10n": [ { "arch": "noarch", "epoch": "None", "name": "gnulib-l10n", "release": "1.fc43", "source": "rpm", "version": "20241231" } ], "gnupg2": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-dirmngr": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-dirmngr", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-gpg-agent": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-gpg-agent", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-gpgconf": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-gpgconf", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-keyboxd": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-keyboxd", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnupg2-verify": [ { "arch": "x86_64", "epoch": "None", "name": "gnupg2-verify", "release": "5.fc43", "source": "rpm", "version": "2.4.9" } ], "gnutls": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls", "release": "1.fc43", "source": "rpm", "version": "3.8.12" } ], "gnutls-dane": [ { "arch": "x86_64", "epoch": "None", "name": "gnutls-dane", "release": "1.fc43", "source": "rpm", "version": "3.8.12" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-fonts-common", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-sans-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": "None", "name": "google-noto-serif-vf-fonts", "release": "2.fc43", "source": "rpm", "version": "20251101" } ], "gpg-pubkey": [ { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "66b6dccf", "source": "rpm", "version": "c6e7f081cf80e13146676e88829b606631645531" }, { "arch": "None", "epoch": "None", "name": "gpg-pubkey", "release": "5e67a958", "source": "rpm", "version": "786a53ae2323a752e53a60bda5c0c3bd3a97f4df" } ], "gpgme": [ { "arch": "x86_64", "epoch": "None", "name": "gpgme", "release": "6.fc43", "source": "rpm", "version": "1.24.3" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "gpm-libs", "release": "52.fc43", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": "None", "name": "grep", "release": "2.fc43", "source": "rpm", "version": "3.12" } ], "groff-base": [ { "arch": "x86_64", "epoch": "None", "name": "groff-base", "release": "11.fc43", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": "1", "name": "grub2-common", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "43.fc43", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "85.fc43", "source": "rpm", "version": "8.40" } ], "gsettings-desktop-schemas": [ { "arch": "x86_64", "epoch": "None", "name": "gsettings-desktop-schemas", "release": "3.fc43", "source": "rpm", "version": "49.1" } ], "gssproxy": [ { "arch": "x86_64", "epoch": "None", "name": "gssproxy", "release": "9.fc43", "source": "rpm", "version": "0.9.2" } ], "gzip": [ { "arch": "x86_64", "epoch": "None", "name": "gzip", "release": "4.fc43", "source": "rpm", "version": "1.13" } ], "hiredis": [ { "arch": "x86_64", "epoch": "None", "name": "hiredis", "release": "7.fc43", "source": "rpm", "version": "1.2.0" } ], "hostname": [ { "arch": "x86_64", "epoch": "None", "name": "hostname", "release": "3.fc43", "source": "rpm", "version": "3.25" } ], "hunspell": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell", "release": "10.fc43", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-GB", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": "None", "name": "hunspell-en-US", "release": "12.fc43", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": "None", "name": "hunspell-filesystem", "release": "10.fc43", "source": "rpm", "version": "1.7.2" } ], "hwdata": [ { "arch": "noarch", "epoch": "None", "name": "hwdata", "release": "1.fc43", "source": "rpm", "version": "0.406" } ], "ima-evm-utils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ima-evm-utils-libs", "release": "6.fc43", "source": "rpm", "version": "1.6.2" } ], "inih": [ { "arch": "x86_64", "epoch": "None", "name": "inih", "release": "1.fc43", "source": "rpm", "version": "62" } ], "initscripts-service": [ { "arch": "noarch", "epoch": "None", "name": "initscripts-service", "release": "1.fc43", "source": "rpm", "version": "10.27" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-audio-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "ipcalc": [ { "arch": "x86_64", "epoch": "None", "name": "ipcalc", "release": "12.fc43", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": "None", "name": "iproute", "release": "2.fc43", "source": "rpm", "version": "6.14.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-libs", "release": "12.fc43", "source": "rpm", "version": "1.8.11" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": "None", "name": "iptables-nft", "release": "12.fc43", "source": "rpm", "version": "1.8.11" } ], "iputils": [ { "arch": "x86_64", "epoch": "None", "name": "iputils", "release": "1.fc43", "source": "rpm", "version": "20250605" } ], "jansson": [ { "arch": "x86_64", "epoch": "None", "name": "jansson", "release": "3.fc43", "source": "rpm", "version": "2.14" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": "None", "name": "jitterentropy", "release": "3.fc43", "source": "rpm", "version": "3.6.0" } ], "jq": [ { "arch": "x86_64", "epoch": "None", "name": "jq", "release": "3.fc43", "source": "rpm", "version": "1.8.1" } ], "json-c": [ { "arch": "x86_64", "epoch": "None", "name": "json-c", "release": "7.fc43", "source": "rpm", "version": "0.18" } ], "json-glib": [ { "arch": "x86_64", "epoch": "None", "name": "json-glib", "release": "4.fc43", "source": "rpm", "version": "1.10.8" } ], "kbd": [ { "arch": "x86_64", "epoch": "None", "name": "kbd", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": "None", "name": "kbd-legacy", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kbd-misc": [ { "arch": "noarch", "epoch": "None", "name": "kbd-misc", "release": "3.fc43", "source": "rpm", "version": "2.8.0" } ], "kernel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc43", "source": "rpm", "version": "6.19.6" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc43", "source": "rpm", "version": "6.19.12" } ], "keyutils": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils", "release": "6.fc43", "source": "rpm", "version": "1.6.3" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": "None", "name": "keyutils-libs", "release": "6.fc43", "source": "rpm", "version": "1.6.3" } ], "kmod": [ { "arch": "x86_64", "epoch": "None", "name": "kmod", "release": "2.fc43", "source": "rpm", "version": "34.2" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": "None", "name": "kmod-libs", "release": "2.fc43", "source": "rpm", "version": "34.2" } ], "kpartx": [ { "arch": "x86_64", "epoch": "None", "name": "kpartx", "release": "2.fc43", "source": "rpm", "version": "0.11.1" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": "None", "name": "krb5-libs", "release": "3.fc43", "source": "rpm", "version": "1.22.2" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-core-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "langpacks-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": "None", "name": "langpacks-fonts-en", "release": "5.fc43", "source": "rpm", "version": "4.2" } ], "less": [ { "arch": "x86_64", "epoch": "None", "name": "less", "release": "1.fc43", "source": "rpm", "version": "685" } ], "libacl": [ { "arch": "x86_64", "epoch": "None", "name": "libacl", "release": "4.fc43", "source": "rpm", "version": "2.3.2" } ], "libaio": [ { "arch": "x86_64", "epoch": "None", "name": "libaio", "release": "22.fc43", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": "None", "name": "libarchive", "release": "1.fc43", "source": "rpm", "version": "3.8.4" } ], "libassuan": [ { "arch": "x86_64", "epoch": "None", "name": "libassuan", "release": "4.fc43", "source": "rpm", "version": "2.5.7" } ], "libatasmart": [ { "arch": "x86_64", "epoch": "None", "name": "libatasmart", "release": "31.fc43", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": "None", "name": "libattr", "release": "6.fc43", "source": "rpm", "version": "2.5.2" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": "None", "name": "libbasicobjects", "release": "59.fc43", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": "None", "name": "libblkid", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libblockdev": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-crypto", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-fs", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-loop", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-mdraid", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-nvme", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-part", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-smart": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-smart", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-swap", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libblockdev-utils", "release": "1.fc43", "source": "rpm", "version": "3.4.0" } ], "libbpf": [ { "arch": "x86_64", "epoch": "2", "name": "libbpf", "release": "3.fc43", "source": "rpm", "version": "1.6.1" } ], "libbrotli": [ { "arch": "x86_64", "epoch": "None", "name": "libbrotli", "release": "1.fc43", "source": "rpm", "version": "1.2.0" } ], "libbsd": [ { "arch": "x86_64", "epoch": "None", "name": "libbsd", "release": "6.fc43", "source": "rpm", "version": "0.12.2" } ], "libbytesize": [ { "arch": "x86_64", "epoch": "None", "name": "libbytesize", "release": "1.fc43", "source": "rpm", "version": "2.12" } ], "libcap": [ { "arch": "x86_64", "epoch": "None", "name": "libcap", "release": "4.fc43", "source": "rpm", "version": "2.76" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "1.fc43", "source": "rpm", "version": "0.9.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "1.fc43", "source": "rpm", "version": "0.9.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": "None", "name": "libcbor", "release": "6.fc43", "source": "rpm", "version": "0.12.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": "None", "name": "libcollection", "release": "59.fc43", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": "None", "name": "libcom_err", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "libcomps", "release": "1.fc43", "source": "rpm", "version": "0.1.23" } ], "libcurl": [ { "arch": "x86_64", "epoch": "None", "name": "libcurl", "release": "6.fc43", "source": "rpm", "version": "8.15.0" } ], "libdhash": [ { "arch": "x86_64", "epoch": "None", "name": "libdhash", "release": "59.fc43", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-plugin-expired-pgp-keys": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-plugin-expired-pgp-keys", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdrm": [ { "arch": "x86_64", "epoch": "None", "name": "libdrm", "release": "1.fc43", "source": "rpm", "version": "2.4.131" } ], "libeconf": [ { "arch": "x86_64", "epoch": "None", "name": "libeconf", "release": "2.fc43", "source": "rpm", "version": "0.7.9" } ], "libedit": [ { "arch": "x86_64", "epoch": "None", "name": "libedit", "release": "57.20251016cvs.fc43", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": "None", "name": "libestr", "release": "12.fc43", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": "None", "name": "libev", "release": "14.fc43", "source": "rpm", "version": "4.33" } ], "libevdev": [ { "arch": "x86_64", "epoch": "None", "name": "libevdev", "release": "1.fc43", "source": "rpm", "version": "1.13.6" } ], "libevent": [ { "arch": "x86_64", "epoch": "None", "name": "libevent", "release": "16.fc43", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": "None", "name": "libfastjson", "release": "7.fc43", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": "None", "name": "libfdisk", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libffi": [ { "arch": "x86_64", "epoch": "None", "name": "libffi", "release": "1.fc43", "source": "rpm", "version": "3.5.2" } ], "libfido2": [ { "arch": "x86_64", "epoch": "None", "name": "libfido2", "release": "3.fc43", "source": "rpm", "version": "1.16.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": "None", "name": "libfsverity", "release": "3.fc43", "source": "rpm", "version": "1.6" } ], "libgcc": [ { "arch": "x86_64", "epoch": "None", "name": "libgcc", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libgcrypt", "release": "3.fc43", "source": "rpm", "version": "1.11.1" } ], "libgomp": [ { "arch": "x86_64", "epoch": "None", "name": "libgomp", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": "None", "name": "libgpg-error", "release": "2.fc43", "source": "rpm", "version": "1.55" } ], "libgudev": [ { "arch": "x86_64", "epoch": "None", "name": "libgudev", "release": "8.fc43", "source": "rpm", "version": "238" } ], "libidn2": [ { "arch": "x86_64", "epoch": "None", "name": "libidn2", "release": "2.fc43", "source": "rpm", "version": "2.3.8" } ], "libini_config": [ { "arch": "x86_64", "epoch": "None", "name": "libini_config", "release": "59.fc43", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": "None", "name": "libjcat", "release": "1.fc43", "source": "rpm", "version": "0.2.6" } ], "libkcapi": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hasher": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hasher", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": "None", "name": "libkcapi-hmaccalc", "release": "6.fc43", "source": "rpm", "version": "1.5.0" } ], "libksba": [ { "arch": "x86_64", "epoch": "None", "name": "libksba", "release": "4.fc43", "source": "rpm", "version": "1.6.7" } ], "liblastlog2": [ { "arch": "x86_64", "epoch": "None", "name": "liblastlog2", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libldb": [ { "arch": "x86_64", "epoch": "2", "name": "libldb", "release": "2.fc43", "source": "rpm", "version": "4.23.5" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": "None", "name": "libmaxminddb", "release": "1.fc43", "source": "rpm", "version": "1.13.3" } ], "libmbim": [ { "arch": "x86_64", "epoch": "None", "name": "libmbim", "release": "2.fc43", "source": "rpm", "version": "1.32.0" } ], "libmd": [ { "arch": "x86_64", "epoch": "None", "name": "libmd", "release": "8.fc43", "source": "rpm", "version": "1.1.0" } ], "libmnl": [ { "arch": "x86_64", "epoch": "None", "name": "libmnl", "release": "8.fc43", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": "None", "name": "libmodulemd", "release": "4.fc43", "source": "rpm", "version": "2.15.2" } ], "libmount": [ { "arch": "x86_64", "epoch": "None", "name": "libmount", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libmpc": [ { "arch": "x86_64", "epoch": "None", "name": "libmpc", "release": "8.fc43", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": "None", "name": "libndp", "release": "4.fc43", "source": "rpm", "version": "1.9" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": "None", "name": "libnetfilter_conntrack", "release": "1.fc43", "source": "rpm", "version": "1.1.1" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": "None", "name": "libnfnetlink", "release": "31.fc43", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": "1", "name": "libnfsidmap", "release": "1.fc43", "source": "rpm", "version": "2.8.7" } ], "libnftnl": [ { "arch": "x86_64", "epoch": "None", "name": "libnftnl", "release": "2.fc43", "source": "rpm", "version": "1.2.9" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": "None", "name": "libnghttp2", "release": "2.fc43", "source": "rpm", "version": "1.66.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": "None", "name": "libnl3", "release": "2.fc43", "source": "rpm", "version": "3.12.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": "None", "name": "libnsl2", "release": "4.fc43", "source": "rpm", "version": "2.0.1" } ], "libnvme": [ { "arch": "x86_64", "epoch": "None", "name": "libnvme", "release": "1.fc43", "source": "rpm", "version": "1.16.1" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": "None", "name": "libpath_utils", "release": "59.fc43", "source": "rpm", "version": "0.2.1" } ], "libpciaccess": [ { "arch": "x86_64", "epoch": "None", "name": "libpciaccess", "release": "16.fc43", "source": "rpm", "version": "0.16" } ], "libpipeline": [ { "arch": "x86_64", "epoch": "None", "name": "libpipeline", "release": "3.fc43", "source": "rpm", "version": "1.5.8" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "libpkgconf", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "libproxy": [ { "arch": "x86_64", "epoch": "None", "name": "libproxy", "release": "1.fc43", "source": "rpm", "version": "0.5.12" } ], "libpsl": [ { "arch": "x86_64", "epoch": "None", "name": "libpsl", "release": "6.fc43", "source": "rpm", "version": "0.21.5" } ], "libpwquality": [ { "arch": "x86_64", "epoch": "None", "name": "libpwquality", "release": "14.fc43", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": "None", "name": "libqmi", "release": "2.fc43", "source": "rpm", "version": "1.36.0" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": "None", "name": "libqrtr-glib", "release": "8.fc43", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": "None", "name": "libref_array", "release": "59.fc43", "source": "rpm", "version": "0.1.5" } ], "librelp": [ { "arch": "x86_64", "epoch": "None", "name": "librelp", "release": "1.fc43", "source": "rpm", "version": "1.12.0" } ], "librepo": [ { "arch": "x86_64", "epoch": "None", "name": "librepo", "release": "4.fc43", "source": "rpm", "version": "1.20.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": "None", "name": "libreport-filesystem", "release": "9.fc43", "source": "rpm", "version": "2.17.15" } ], "libretls": [ { "arch": "x86_64", "epoch": "None", "name": "libretls", "release": "6.fc43", "source": "rpm", "version": "3.8.1" } ], "libseccomp": [ { "arch": "x86_64", "epoch": "None", "name": "libseccomp", "release": "2.fc43", "source": "rpm", "version": "2.6.0" } ], "libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": "None", "name": "libselinux-utils", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "libsemanage", "release": "4.fc43", "source": "rpm", "version": "3.9" } ], "libsepol": [ { "arch": "x86_64", "epoch": "None", "name": "libsepol", "release": "2.fc43", "source": "rpm", "version": "3.9" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": "None", "name": "libsmartcols", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "1.fc43", "source": "rpm", "version": "1.0.22" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "2.fc43", "source": "rpm", "version": "0.7.36" } ], "libsoup3": [ { "arch": "x86_64", "epoch": "None", "name": "libsoup3", "release": "2.fc43", "source": "rpm", "version": "3.6.6" } ], "libss": [ { "arch": "x86_64", "epoch": "None", "name": "libss", "release": "2.fc43", "source": "rpm", "version": "1.47.3" } ], "libssh": [ { "arch": "x86_64", "epoch": "None", "name": "libssh", "release": "1.fc43", "source": "rpm", "version": "0.11.4" } ], "libssh-config": [ { "arch": "noarch", "epoch": "None", "name": "libssh-config", "release": "1.fc43", "source": "rpm", "version": "0.11.4" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_certmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_nss_idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": "None", "name": "libsss_sudo", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "libstdc++": [ { "arch": "x86_64", "epoch": "None", "name": "libstdc++", "release": "7.fc43", "source": "rpm", "version": "15.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": "None", "name": "libtalloc", "release": "4.fc43", "source": "rpm", "version": "2.4.3" } ], "libtasn1": [ { "arch": "x86_64", "epoch": "None", "name": "libtasn1", "release": "1.fc43", "source": "rpm", "version": "4.21.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": "None", "name": "libtdb", "release": "3.fc43", "source": "rpm", "version": "1.4.14" } ], "libtevent": [ { "arch": "x86_64", "epoch": "None", "name": "libtevent", "release": "3.fc43", "source": "rpm", "version": "0.17.1" } ], "libtextstyle": [ { "arch": "x86_64", "epoch": "None", "name": "libtextstyle", "release": "2.fc43", "source": "rpm", "version": "0.25.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": "None", "name": "libtirpc", "release": "1.fc43", "source": "rpm", "version": "1.3.7" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": "None", "name": "libtool-ltdl", "release": "8.fc43", "source": "rpm", "version": "2.5.4" } ], "libudisks2": [ { "arch": "x86_64", "epoch": "None", "name": "libudisks2", "release": "1.fc43", "source": "rpm", "version": "2.11.1" } ], "libunistring": [ { "arch": "x86_64", "epoch": "None", "name": "libunistring", "release": "10.fc43", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": "None", "name": "libusb1", "release": "4.fc43", "source": "rpm", "version": "1.0.29" } ], "libutempter": [ { "arch": "x86_64", "epoch": "None", "name": "libutempter", "release": "19.fc43", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": "None", "name": "libuuid", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "libverto": [ { "arch": "x86_64", "epoch": "None", "name": "libverto", "release": "11.fc43", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": "None", "name": "libverto-libev", "release": "11.fc43", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt", "release": "1.fc43", "source": "rpm", "version": "4.5.2" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libxcrypt-devel", "release": "1.fc43", "source": "rpm", "version": "4.5.2" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": "None", "name": "libxkbcommon", "release": "1.fc43", "source": "rpm", "version": "1.11.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": "None", "name": "libxml2", "release": "5.fc43", "source": "rpm", "version": "2.12.10" } ], "libxmlb": [ { "arch": "x86_64", "epoch": "None", "name": "libxmlb", "release": "1.fc43", "source": "rpm", "version": "0.3.26" } ], "libxslt": [ { "arch": "x86_64", "epoch": "None", "name": "libxslt", "release": "5.fc43", "source": "rpm", "version": "1.1.43" } ], "libyaml": [ { "arch": "x86_64", "epoch": "None", "name": "libyaml", "release": "17.fc43", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": "None", "name": "libzstd-devel", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ], "linux-firmware": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lmdb-libs", "release": "1.fc43", "source": "rpm", "version": "0.9.34" } ], "logrotate": [ { "arch": "x86_64", "epoch": "None", "name": "logrotate", "release": "4.fc43", "source": "rpm", "version": "3.22.0" } ], "lsof": [ { "arch": "x86_64", "epoch": "None", "name": "lsof", "release": "8.fc43", "source": "rpm", "version": "4.98.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lua-libs", "release": "4.fc43", "source": "rpm", "version": "5.4.8" } ], "lvm2": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2", "release": "2.fc43", "source": "rpm", "version": "2.03.34" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lvm2-libs", "release": "2.fc43", "source": "rpm", "version": "2.03.34" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": "None", "name": "lz4-libs", "release": "3.fc43", "source": "rpm", "version": "1.10.0" } ], "lzo": [ { "arch": "x86_64", "epoch": "None", "name": "lzo", "release": "15.fc43", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": "None", "name": "m4", "release": "1.fc43", "source": "rpm", "version": "1.4.21" } ], "make": [ { "arch": "x86_64", "epoch": "1", "name": "make", "release": "11.fc43", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": "None", "name": "man-db", "release": "2.fc43", "source": "rpm", "version": "2.13.1" } ], "mdadm": [ { "arch": "x86_64", "epoch": "None", "name": "mdadm", "release": "9.fc43", "source": "rpm", "version": "4.3" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": "None", "name": "mkpasswd", "release": "1.fc43", "source": "rpm", "version": "5.6.6" } ], "mokutil": [ { "arch": "x86_64", "epoch": "2", "name": "mokutil", "release": "2.fc43", "source": "rpm", "version": "0.7.2" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": "None", "name": "mpdecimal", "release": "2.fc43", "source": "rpm", "version": "4.0.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": "None", "name": "mpfr", "release": "2.fc43", "source": "rpm", "version": "4.2.2" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": "None", "name": "mt7xxx-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "ncurses": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "ncurses-base": [ { "arch": "noarch", "epoch": "None", "name": "ncurses-base", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": "None", "name": "ncurses-libs", "release": "7.20250614.fc43", "source": "rpm", "version": "6.5" } ], "netcat": [ { "arch": "x86_64", "epoch": "None", "name": "netcat", "release": "3.fc43", "source": "rpm", "version": "1.237" } ], "nettle": [ { "arch": "x86_64", "epoch": "None", "name": "nettle", "release": "2.fc43", "source": "rpm", "version": "3.10.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": "1", "name": "nfs-utils", "release": "1.fc43", "source": "rpm", "version": "2.8.7" } ], "nftables": [ { "arch": "x86_64", "epoch": "1", "name": "nftables", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "nftables-services": [ { "arch": "noarch", "epoch": "1", "name": "nftables-services", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "ngtcp2": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2", "release": "1.fc43", "source": "rpm", "version": "1.21.0" } ], "ngtcp2-crypto-ossl": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2-crypto-ossl", "release": "1.fc43", "source": "rpm", "version": "1.21.0" } ], "npth": [ { "arch": "x86_64", "epoch": "None", "name": "npth", "release": "3.fc43", "source": "rpm", "version": "1.8" } ], "nspr": [ { "arch": "x86_64", "epoch": "None", "name": "nspr", "release": "4.fc43", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc43", "source": "rpm", "version": "3.121.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfs-3g-libs", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-system-compression": [ { "arch": "x86_64", "epoch": "None", "name": "ntfs-3g-system-compression", "release": "1.fc43", "source": "rpm", "version": "1.1" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": "2", "name": "ntfsprogs", "release": "10.fc43", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nvidia-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "oniguruma": [ { "arch": "x86_64", "epoch": "None", "name": "oniguruma", "release": "3.fc43", "source": "rpm", "version": "6.9.10" } ], "openldap": [ { "arch": "x86_64", "epoch": "None", "name": "openldap", "release": "1.fc43", "source": "rpm", "version": "2.6.13" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "8.fc43", "source": "rpm", "version": "10.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": "1", "name": "openssl", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-devel", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": "1", "name": "openssl-libs", "release": "2.fc43", "source": "rpm", "version": "3.5.4" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": "None", "name": "openssl-pkcs11", "release": "3.fc43", "source": "rpm", "version": "0.4.13" } ], "os-prober": [ { "arch": "x86_64", "epoch": "None", "name": "os-prober", "release": "10.fc43", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit", "release": "1.fc43", "source": "rpm", "version": "0.26.2" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": "None", "name": "p11-kit-trust", "release": "1.fc43", "source": "rpm", "version": "0.26.2" } ], "pam": [ { "arch": "x86_64", "epoch": "None", "name": "pam", "release": "4.fc43", "source": "rpm", "version": "1.7.1" } ], "pam-libs": [ { "arch": "x86_64", "epoch": "None", "name": "pam-libs", "release": "4.fc43", "source": "rpm", "version": "1.7.1" } ], "parted": [ { "arch": "x86_64", "epoch": "None", "name": "parted", "release": "13.fc43", "source": "rpm", "version": "3.6" } ], "passim": [ { "arch": "x86_64", "epoch": "None", "name": "passim", "release": "1.fc43", "source": "rpm", "version": "0.1.11" } ], "passim-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "1.fc43", "source": "rpm", "version": "0.1.11" } ], "pcre2": [ { "arch": "x86_64", "epoch": "None", "name": "pcre2", "release": "1.fc43", "source": "rpm", "version": "10.47" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": "None", "name": "pcre2-syntax", "release": "1.fc43", "source": "rpm", "version": "10.47" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": "0", "name": "perl-AutoLoader", "release": "523.fc43", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "523.fc43", "source": "rpm", "version": "1.89" } ], "perl-Carp": [ { "arch": "noarch", "epoch": "None", "name": "perl-Carp", "release": "520.fc43", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": "0", "name": "perl-Class-Struct", "release": "523.fc43", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Data-Dumper", "release": "521.fc43", "source": "rpm", "version": "2.191" } ], "perl-Digest": [ { "arch": "noarch", "epoch": "None", "name": "perl-Digest", "release": "520.fc43", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Digest-MD5", "release": "520.fc43", "source": "rpm", "version": "2.59" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": "0", "name": "perl-DynaLoader", "release": "523.fc43", "source": "rpm", "version": "1.57" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Encode", "release": "520.fc43", "source": "rpm", "version": "3.21" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Errno", "release": "523.fc43", "source": "rpm", "version": "1.38" } ], "perl-Error": [ { "arch": "noarch", "epoch": "1", "name": "perl-Error", "release": "2.fc43", "source": "rpm", "version": "0.17030" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": "None", "name": "perl-Exporter", "release": "520.fc43", "source": "rpm", "version": "5.79" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": "0", "name": "perl-Fcntl", "release": "523.fc43", "source": "rpm", "version": "1.20" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "523.fc43", "source": "rpm", "version": "2.86" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": "None", "name": "perl-File-Path", "release": "520.fc43", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": "1", "name": "perl-File-Temp", "release": "520.fc43", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-stat", "release": "523.fc43", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "523.fc43", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": "1", "name": "perl-Getopt-Long", "release": "520.fc43", "source": "rpm", "version": "2.58" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": "0", "name": "perl-Getopt-Std", "release": "523.fc43", "source": "rpm", "version": "1.14" } ], "perl-Git": [ { "arch": "noarch", "epoch": "None", "name": "perl-Git", "release": "1.fc43", "source": "rpm", "version": "2.53.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": "None", "name": "perl-HTTP-Tiny", "release": "521.fc43", "source": "rpm", "version": "0.090" } ], "perl-IO": [ { "arch": "x86_64", "epoch": "0", "name": "perl-IO", "release": "523.fc43", "source": "rpm", "version": "1.55" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-IP", "release": "521.fc43", "source": "rpm", "version": "0.43" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": "None", "name": "perl-IO-Socket-SSL", "release": "2.fc43", "source": "rpm", "version": "2.095" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": "0", "name": "perl-IPC-Open3", "release": "523.fc43", "source": "rpm", "version": "1.24" } ], "perl-MIME-Base32": [ { "arch": "noarch", "epoch": "None", "name": "perl-MIME-Base32", "release": "24.fc43", "source": "rpm", "version": "1.303" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": "None", "name": "perl-MIME-Base64", "release": "520.fc43", "source": "rpm", "version": "3.16" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": "0", "name": "perl-NDBM_File", "release": "523.fc43", "source": "rpm", "version": "1.18" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": "None", "name": "perl-Net-SSLeay", "release": "11.fc43", "source": "rpm", "version": "1.94" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": "0", "name": "perl-POSIX", "release": "523.fc43", "source": "rpm", "version": "2.23" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": "None", "name": "perl-PathTools", "release": "520.fc43", "source": "rpm", "version": "3.94" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Escapes", "release": "520.fc43", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": "None", "name": "perl-Pod-Perldoc", "release": "521.fc43", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": "1", "name": "perl-Pod-Simple", "release": "3.fc43", "source": "rpm", "version": "3.47" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": "4", "name": "perl-Pod-Usage", "release": "520.fc43", "source": "rpm", "version": "2.05" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": "5", "name": "perl-Scalar-List-Utils", "release": "1.fc43", "source": "rpm", "version": "1.70" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": "0", "name": "perl-SelectSaver", "release": "523.fc43", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": "4", "name": "perl-Socket", "release": "2.fc43", "source": "rpm", "version": "2.040" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": "1", "name": "perl-Storable", "release": "521.fc43", "source": "rpm", "version": "3.37" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": "0", "name": "perl-Symbol", "release": "523.fc43", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-ANSIColor", "release": "521.fc43", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Term-Cap", "release": "520.fc43", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": "None", "name": "perl-TermReadKey", "release": "26.fc43", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-ParseWords", "release": "520.fc43", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": "None", "name": "perl-Text-Tabs+Wrap", "release": "520.fc43", "source": "rpm", "version": "2024.001" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": "2", "name": "perl-Time-Local", "release": "520.fc43", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": "None", "name": "perl-URI", "release": "2.fc43", "source": "rpm", "version": "5.34" } ], "perl-base": [ { "arch": "noarch", "epoch": "0", "name": "perl-base", "release": "523.fc43", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": "None", "name": "perl-constant", "release": "521.fc43", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": "0", "name": "perl-if", "release": "523.fc43", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "523.fc43", "source": "rpm", "version": "5.42.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "523.fc43", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": "None", "name": "perl-libnet", "release": "521.fc43", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": "4", "name": "perl-libs", "release": "523.fc43", "source": "rpm", "version": "5.42.2" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "523.fc43", "source": "rpm", "version": "1.13" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "523.fc43", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "523.fc43", "source": "rpm", "version": "1.40" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "523.fc43", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": "1", "name": "perl-parent", "release": "520.fc43", "source": "rpm", "version": "0.244" } ], "perl-podlators": [ { "arch": "noarch", "epoch": "1", "name": "perl-podlators", "release": "520.fc43", "source": "rpm", "version": "6.0.2" } ], "perl-vars": [ { "arch": "noarch", "epoch": "0", "name": "perl-vars", "release": "523.fc43", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": "None", "name": "pkgconf-m4", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": "None", "name": "pkgconf-pkg-config", "release": "3.fc43", "source": "rpm", "version": "2.3.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-core-libs", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": "None", "name": "plymouth-scripts", "release": "24.fc43", "source": "rpm", "version": "24.004.60" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": "None", "name": "policycoreutils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "policycoreutils-python-utils": [ { "arch": "noarch", "epoch": "None", "name": "policycoreutils-python-utils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "polkit": [ { "arch": "x86_64", "epoch": "None", "name": "polkit", "release": "6.fc43.2", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "6.fc43.2", "source": "rpm", "version": "126" } ], "popt": [ { "arch": "x86_64", "epoch": "None", "name": "popt", "release": "9.fc43", "source": "rpm", "version": "1.19" } ], "prefixdevname": [ { "arch": "x86_64", "epoch": "None", "name": "prefixdevname", "release": "7.fc43", "source": "rpm", "version": "0.2.0" } ], "procps-ng": [ { "arch": "x86_64", "epoch": "None", "name": "procps-ng", "release": "7.fc43.1", "source": "rpm", "version": "4.0.4" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": "None", "name": "protobuf-c", "release": "1.fc43", "source": "rpm", "version": "1.5.2" } ], "psmisc": [ { "arch": "x86_64", "epoch": "None", "name": "psmisc", "release": "6.fc43", "source": "rpm", "version": "23.7" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": "None", "name": "publicsuffix-list-dafsa", "release": "1.fc43", "source": "rpm", "version": "20260116" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": "None", "name": "python-pip-wheel", "release": "18.fc43", "source": "rpm", "version": "25.1.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": "None", "name": "python-unversioned-command", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3-attrs": [ { "arch": "noarch", "epoch": "None", "name": "python3-attrs", "release": "1.fc43", "source": "rpm", "version": "25.4.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": "None", "name": "python3-audit", "release": "1.fc43", "source": "rpm", "version": "4.1.4" } ], "python3-cffi": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cffi", "release": "2.fc43", "source": "rpm", "version": "2.0.0" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": "None", "name": "python3-charset-normalizer", "release": "3.fc43", "source": "rpm", "version": "3.4.3" } ], "python3-configobj": [ { "arch": "noarch", "epoch": "None", "name": "python3-configobj", "release": "7.fc43", "source": "rpm", "version": "5.0.9" } ], "python3-cryptography": [ { "arch": "x86_64", "epoch": "None", "name": "python3-cryptography", "release": "1.fc43", "source": "rpm", "version": "46.0.7" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": "None", "name": "python3-dbus", "release": "7.fc43", "source": "rpm", "version": "1.4.0" } ], "python3-distro": [ { "arch": "noarch", "epoch": "None", "name": "python3-distro", "release": "10.fc43", "source": "rpm", "version": "1.9.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf", "release": "1.fc43", "source": "rpm", "version": "4.24.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": "None", "name": "python3-firewall", "release": "1.fc43", "source": "rpm", "version": "2.3.2" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": "None", "name": "python3-gobject-base", "release": "4.fc43", "source": "rpm", "version": "3.54.5" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": "None", "name": "python3-hawkey", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": "None", "name": "python3-idna", "release": "6.fc43", "source": "rpm", "version": "3.10" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": "None", "name": "python3-jinja2", "release": "6.fc43", "source": "rpm", "version": "3.1.6" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpatch", "release": "11.fc43", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonpointer", "release": "8.fc43", "source": "rpm", "version": "2.4" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema", "release": "6.fc43", "source": "rpm", "version": "4.23.0" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": "None", "name": "python3-jsonschema-specifications", "release": "6.fc43", "source": "rpm", "version": "2024.10.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libcomps", "release": "1.fc43", "source": "rpm", "version": "0.1.23" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf", "release": "1.fc43", "source": "rpm", "version": "0.75.0" } ], "python3-libdnf5": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libdnf5", "release": "2.fc43", "source": "rpm", "version": "5.2.18.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "2.fc43", "source": "rpm", "version": "3.14.3" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libselinux", "release": "5.fc43", "source": "rpm", "version": "3.9" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libsemanage", "release": "4.fc43", "source": "rpm", "version": "3.9" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-lxml", "release": "2.fc43", "source": "rpm", "version": "6.0.1" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": "None", "name": "python3-markupsafe", "release": "6.fc43", "source": "rpm", "version": "3.0.2" } ], "python3-nftables": [ { "arch": "noarch", "epoch": "1", "name": "python3-nftables", "release": "6.fc43.1", "source": "rpm", "version": "1.1.3" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": "None", "name": "python3-oauthlib", "release": "10.fc43", "source": "rpm", "version": "3.2.2" } ], "python3-packaging": [ { "arch": "noarch", "epoch": "None", "name": "python3-packaging", "release": "7.fc43", "source": "rpm", "version": "25.0" } ], "python3-ply": [ { "arch": "noarch", "epoch": "None", "name": "python3-ply", "release": "33.fc43", "source": "rpm", "version": "3.11" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": "None", "name": "python3-policycoreutils", "release": "7.fc43", "source": "rpm", "version": "3.9" } ], "python3-pyasn1": [ { "arch": "noarch", "epoch": "None", "name": "python3-pyasn1", "release": "1.fc43", "source": "rpm", "version": "0.6.2" } ], "python3-pycparser": [ { "arch": "noarch", "epoch": "None", "name": "python3-pycparser", "release": "5.fc43", "source": "rpm", "version": "2.22" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": "None", "name": "python3-pysocks", "release": "31.fc43", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": "None", "name": "python3-pyyaml", "release": "7.fc43", "source": "rpm", "version": "6.0.2" } ], "python3-referencing": [ { "arch": "noarch", "epoch": "None", "name": "python3-referencing", "release": "5.fc43", "source": "rpm", "version": "0.36.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": "None", "name": "python3-requests", "release": "2.fc43", "source": "rpm", "version": "2.32.5" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpds-py", "release": "2.fc43", "source": "rpm", "version": "0.27.0" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": "None", "name": "python3-rpm", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": "None", "name": "python3-setools", "release": "4.fc43", "source": "rpm", "version": "4.6.0" } ], "python3-six": [ { "arch": "noarch", "epoch": "None", "name": "python3-six", "release": "7.fc43", "source": "rpm", "version": "1.17.0" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": "None", "name": "python3-unbound", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3", "release": "1.fc43", "source": "rpm", "version": "2.6.3" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": "None", "name": "python3-urllib3+socks", "release": "1.fc43", "source": "rpm", "version": "2.6.3" } ], "qa-tools": [ { "arch": "noarch", "epoch": "None", "name": "qa-tools", "release": "6.fc43", "source": "rpm", "version": "4.1" } ], "qcom-wwan-firmware": [ { "arch": "noarch", "epoch": "None", "name": "qcom-wwan-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "quota": [ { "arch": "x86_64", "epoch": "1", "name": "quota", "release": "2.fc43", "source": "rpm", "version": "4.10" } ], "quota-nls": [ { "arch": "noarch", "epoch": "1", "name": "quota-nls", "release": "2.fc43", "source": "rpm", "version": "4.10" } ], "readline": [ { "arch": "x86_64", "epoch": "None", "name": "readline", "release": "2.fc43", "source": "rpm", "version": "8.3" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": "None", "name": "realtek-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "restraint": [ { "arch": "x86_64", "epoch": "None", "name": "restraint", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": "None", "name": "restraint-rhts", "release": "1.fc43eng", "source": "rpm", "version": "0.4.14" } ], "rng-tools": [ { "arch": "x86_64", "epoch": "None", "name": "rng-tools", "release": "7.fc43", "source": "rpm", "version": "6.17" } ], "rootfiles": [ { "arch": "noarch", "epoch": "None", "name": "rootfiles", "release": "4.fc43", "source": "rpm", "version": "9.0" } ], "rpcbind": [ { "arch": "x86_64", "epoch": "None", "name": "rpcbind", "release": "0.fc43", "source": "rpm", "version": "1.2.8" } ], "rpm": [ { "arch": "x86_64", "epoch": "None", "name": "rpm", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-build-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-audit": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-audit", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-selinux", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-plugin-systemd-inhibit", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sequoia", "release": "1.fc43", "source": "rpm", "version": "1.10.1" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": "None", "name": "rpm-sign-libs", "release": "1.fc43", "source": "rpm", "version": "6.0.1" } ], "rsync": [ { "arch": "x86_64", "epoch": "None", "name": "rsync", "release": "5.fc43", "source": "rpm", "version": "3.4.1" } ], "rsyslog": [ { "arch": "x86_64", "epoch": "None", "name": "rsyslog", "release": "1.fc43", "source": "rpm", "version": "8.2602.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": "None", "name": "rtl-sdr", "release": "6.fc43", "source": "rpm", "version": "2.0.1" } ], "sdbus-cpp": [ { "arch": "x86_64", "epoch": "None", "name": "sdbus-cpp", "release": "3.fc43", "source": "rpm", "version": "2.1.0" } ], "sed": [ { "arch": "x86_64", "epoch": "None", "name": "sed", "release": "5.fc43", "source": "rpm", "version": "4.9" } ], "selinux-policy": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy", "release": "1.fc43", "source": "rpm", "version": "43.6" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc43", "source": "rpm", "version": "43.6" } ], "setup": [ { "arch": "noarch", "epoch": "None", "name": "setup", "release": "26.fc43", "source": "rpm", "version": "2.15.0" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": "2", "name": "shadow-utils", "release": "3.fc43", "source": "rpm", "version": "4.18.0" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": "None", "name": "shared-mime-info", "release": "2.fc43", "source": "rpm", "version": "2.4" } ], "snappy": [ { "arch": "x86_64", "epoch": "None", "name": "snappy", "release": "2.fc43", "source": "rpm", "version": "1.2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": "None", "name": "sqlite-libs", "release": "2.fc43", "source": "rpm", "version": "3.50.2" } ], "sssd-client": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-client", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-common", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-kcm", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-krb5-common": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-krb5-common", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": "None", "name": "sssd-nfs-idmap", "release": "1.fc43", "source": "rpm", "version": "2.12.0" } ], "strace": [ { "arch": "x86_64", "epoch": "None", "name": "strace", "release": "1.fc43", "source": "rpm", "version": "6.19" } ], "sudo": [ { "arch": "x86_64", "epoch": "None", "name": "sudo", "release": "6.p2.fc43", "source": "rpm", "version": "1.9.17" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": "None", "name": "sudo-python-plugin", "release": "6.p2.fc43", "source": "rpm", "version": "1.9.17" } ], "systemd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc43", "source": "rpm", "version": "258.7" } ], "systemtap": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-client", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-devel", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": "None", "name": "systemtap-runtime", "release": "1.fc43", "source": "rpm", "version": "5.4" } ], "tar": [ { "arch": "x86_64", "epoch": "2", "name": "tar", "release": "6.fc43", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": "None", "name": "tbb", "release": "2.fc43", "source": "rpm", "version": "2022.2.0" } ], "time": [ { "arch": "x86_64", "epoch": "None", "name": "time", "release": "27.fc43", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": "None", "name": "tiwilink-firmware", "release": "1.fc43", "source": "rpm", "version": "20260309" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": "None", "name": "tpm2-tss", "release": "8.fc43", "source": "rpm", "version": "4.1.3" } ], "tzdata": [ { "arch": "noarch", "epoch": "None", "name": "tzdata", "release": "1.fc43", "source": "rpm", "version": "2026a" } ], "udisks2": [ { "arch": "x86_64", "epoch": "None", "name": "udisks2", "release": "1.fc43", "source": "rpm", "version": "2.11.1" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-anchor", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": "None", "name": "unbound-libs", "release": "1.fc43", "source": "rpm", "version": "1.24.2" } ], "unzip": [ { "arch": "x86_64", "epoch": "None", "name": "unzip", "release": "67.fc43", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": "None", "name": "userspace-rcu", "release": "2.fc43", "source": "rpm", "version": "0.15.3" } ], "util-linux": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc43", "source": "rpm", "version": "2.41.4" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": "None", "name": "volume_key-libs", "release": "28.fc43", "source": "rpm", "version": "0.3.12" } ], "wcurl": [ { "arch": "noarch", "epoch": "None", "name": "wcurl", "release": "1.fc43", "source": "rpm", "version": "2026.01.05" } ], "wget2": [ { "arch": "x86_64", "epoch": "None", "name": "wget2", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "wget2-libs": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-libs", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "wget2-wget": [ { "arch": "x86_64", "epoch": "None", "name": "wget2-wget", "release": "1.fc43", "source": "rpm", "version": "2.2.1" } ], "which": [ { "arch": "x86_64", "epoch": "None", "name": "which", "release": "3.fc43", "source": "rpm", "version": "2.23" } ], "whois-nls": [ { "arch": "noarch", "epoch": "None", "name": "whois-nls", "release": "1.fc43", "source": "rpm", "version": "5.6.6" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": "None", "name": "xfsprogs", "release": "3.fc43", "source": "rpm", "version": "6.15.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": "None", "name": "xkeyboard-config", "release": "1.fc43", "source": "rpm", "version": "2.46" } ], "xxd": [ { "arch": "x86_64", "epoch": "2", "name": "xxd", "release": "1.fc43", "source": "rpm", "version": "9.2.280" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": "None", "name": "xxhash-libs", "release": "3.fc43", "source": "rpm", "version": "0.8.3" } ], "xz": [ { "arch": "x86_64", "epoch": "1", "name": "xz", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": "1", "name": "xz-devel", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": "1", "name": "xz-libs", "release": "4.fc43", "source": "rpm", "version": "5.8.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": "None", "name": "zchunk-libs", "release": "3.fc43", "source": "rpm", "version": "1.5.1" } ], "zip": [ { "arch": "x86_64", "epoch": "None", "name": "zip", "release": "44.fc43", "source": "rpm", "version": "3.0" } ], "zlib-ng-compat": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat", "release": "2.fc43", "source": "rpm", "version": "2.3.3" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "2.fc43", "source": "rpm", "version": "2.3.3" } ], "zram-generator": [ { "arch": "x86_64", "epoch": "None", "name": "zram-generator", "release": "3.fc43", "source": "rpm", "version": "1.2.1" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": "None", "name": "zram-generator-defaults", "release": "3.fc43", "source": "rpm", "version": "1.2.1" } ], "zstd": [ { "arch": "x86_64", "epoch": "None", "name": "zstd", "release": "2.fc43", "source": "rpm", "version": "1.5.7" } ] } }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 25 April 2026 04:59:02 -0400 (0:00:01.078) 0:03:15.144 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_version": "8.2602.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 25 April 2026 04:59:02 -0400 (0:00:00.035) 0:03:15.179 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 25 April 2026 04:59:02 -0400 (0:00:00.025) 0:03:15.205 ******** ok: [managed-node2] => {} MSG: Rsyslog_version is 8.2602.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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 25 April 2026 04:59:02 -0400 (0:00:00.032) 0:03:15.237 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 25 April 2026 04:59:02 -0400 (0:00:00.034) 0:03:15.272 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 25 April 2026 04:59:03 -0400 (0:00:00.505) 0:03:15.778 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 25 April 2026 04:59:03 -0400 (0:00:00.489) 0:03:16.268 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 25 April 2026 04:59:04 -0400 (0:00:00.502) 0:03:16.770 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 25 April 2026 04:59:04 -0400 (0:00:00.147) 0:03:16.917 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 25 April 2026 04:59:04 -0400 (0:00:00.072) 0:03:16.990 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 25 April 2026 04:59:04 -0400 (0:00:00.048) 0:03:17.039 ******** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 25 April 2026 04:59:04 -0400 (0:00:00.056) 0:03:17.095 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 25 April 2026 04:59:04 -0400 (0:00:00.017) 0:03:17.113 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 25 April 2026 04:59:04 -0400 (0:00:00.033) 0:03:17.146 ******** ok: [managed-node2] => (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-yZ2/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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 25 April 2026 04:59:04 -0400 (0:00:00.050) 0:03:17.197 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for managed-node2 => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 25 April 2026 04:59:04 -0400 (0:00:00.059) 0:03:17.257 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:59:04 -0400 (0:00:00.070) 0:03:17.328 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:59:05 -0400 (0:00:00.043) 0:03:17.371 ******** ok: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:59:06 -0400 (0:00:00.978) 0:03:18.350 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:59:06 -0400 (0:00:00.050) 0:03:18.401 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 25 April 2026 04:59:06 -0400 (0:00:00.048) 0:03:18.449 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for managed-node2 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 25 April 2026 04:59:06 -0400 (0:00:00.059) 0:03:18.508 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 25 April 2026 04:59:06 -0400 (0:00:00.055) 0:03:18.564 ******** ok: [managed-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 25 April 2026 04:59:07 -0400 (0:00:00.987) 0:03:19.551 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 25 April 2026 04:59:07 -0400 (0:00:00.062) 0:03:19.614 ******** skipping: [managed-node2] => (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-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 25 April 2026 04:59:07 -0400 (0:00:00.101) 0:03:19.715 ******** ok: [managed-node2] => { "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.108987", "end": "2026-04-25 04:59:07.911846", "failed_when_result": false, "rc": 0, "start": "2026-04-25 04:59:07.802859" } 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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 25 April 2026 04:59:07 -0400 (0:00:00.610) 0:03:20.326 ******** changed: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => (item=/etc/rsyslog.d/31-output-relp-relp_client1.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "path": "/etc/rsyslog.d/31-output-relp-relp_client1.conf", "state": "absent" } changed: [managed-node2] => (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" } 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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 25 April 2026 04:59:11 -0400 (0:00:03.329) 0:03:23.655 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 25 April 2026 04:59:11 -0400 (0:00:00.081) 0:03:23.736 ******** skipping: [managed-node2] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 25 April 2026 04:59:11 -0400 (0:00:00.116) 0:03:23.853 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 25 April 2026 04:59:11 -0400 (0:00:00.143) 0:03:23.996 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 25 April 2026 04:59:11 -0400 (0:00:00.080) 0:03:24.077 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 25 April 2026 04:59:11 -0400 (0:00:00.086) 0:03:24.163 ******** ok: [managed-node2] => { "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 system.slice network.target basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "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", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3456110592", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "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", "PrivateBPF": "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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "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 sys_debug_setcontext sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4403", "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 25 April 2026 04:59:13 -0400 (0:00:01.327) 0:03:25.491 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 25 April 2026 04:59:13 -0400 (0:00:00.051) 0:03:25.542 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 25 April 2026 04:59:13 -0400 (0:00:00.069) 0:03:25.612 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 25 April 2026 04:59:13 -0400 (0:00:00.085) 0:03:25.700 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 25 April 2026 04:59:13 -0400 (0:00:00.082) 0:03:25.782 ******** skipping: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:355 Saturday 25 April 2026 04:59:13 -0400 (0:00:00.083) 0:03:25.865 ******** NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for managed-node2 META: triggered running handlers for managed-node2 RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 25 April 2026 04:59:13 -0400 (0:00:00.010) 0:03:25.876 ******** changed: [managed-node2] => { "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 system.slice network.target basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryAccounting": "no", "CacheDirectoryMode": "0755", "CacheDirectoryQuota": "[not set]", "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", "DelegateNamespaces": "18446744073709551615", "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": "3891245056", "EffectiveMemoryMax": "3891245056", "EffectiveTasksMax": "4403", "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": "14677", "LimitNPROCSoft": "14677", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14677", "LimitSIGPENDINGSoft": "14677", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3451285504", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "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", "PrivateBPF": "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", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryAccounting": "no", "StateDirectoryMode": "0755", "StateDirectoryQuota": "[not set]", "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 sys_debug_setcontext sysfs tuxcall ulimit uselib ustat vm86 vm86old vserver", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4403", "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 [Stop tracking certificate] *********************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:358 Saturday 25 April 2026 04:59:14 -0400 (0:00:01.284) 0:03:27.161 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/logging_cert.crt" ], "delta": "0:00:00.031009", "end": "2026-04-25 04:59:15.271880", "rc": 0, "start": "2026-04-25 04:59:15.240871" } STDOUT: Request "20260425085635" removed. TASK [Clean up pki files] ****************************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:362 Saturday 25 April 2026 04:59:15 -0400 (0:00:00.530) 0:03:27.691 ******** changed: [managed-node2] => (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-node2] => (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-node2] => (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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:371 Saturday 25 April 2026 04:59:16 -0400 (0:00:01.402) 0:03:29.094 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml for managed-node2 TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 25 April 2026 04:59:16 -0400 (0:00:00.031) 0:03:29.125 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 25 April 2026 04:59:16 -0400 (0:00:00.067) 0:03:29.193 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 25 April 2026 04:59:16 -0400 (0:00:00.027) 0:03:29.221 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 25 April 2026 04:59:16 -0400 (0:00:00.028) 0:03:29.249 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 25 April 2026 04:59:16 -0400 (0:00:00.034) 0:03:29.284 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Assert /var/log/messages] ************************************************ task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:374 Saturday 25 April 2026 04:59:16 -0400 (0:00:00.021) 0:03:29.305 ******** included: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml for managed-node2 TASK [Get content of /var/log/messages] **************************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3 Saturday 25 April 2026 04:59:16 -0400 (0:00:00.029) 0:03:29.334 ******** ok: [managed-node2] => { "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-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9 Saturday 25 April 2026 04:59:17 -0400 (0:00:00.616) 0:03:29.951 ******** skipping: [managed-node2] => { "false_condition": "errors is not none" } TASK [Ensure no errors in /var/log/messages] *********************************** task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:21 Saturday 25 April 2026 04:59:17 -0400 (0:00:00.061) 0:03:30.013 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Remove /var/log/messages] ************************************************ task path: /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:25 Saturday 25 April 2026 04:59:17 -0400 (0:00:00.035) 0:03:30.049 ******** changed: [managed-node2] => { "changed": true, "path": "/var/log/messages", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=354 changed=47 unreachable=0 failed=0 skipped=354 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 April 2026 04:59:18 -0400 (0:00:00.473) 0:03:30.522 ******** =============================================================================== fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 5.30s /tmp/collections-yZ2/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 ------ 5.03s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 3.97s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.85s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.51s /tmp/collections-yZ2/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 --- 3.42s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 3.33s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.29s /tmp/collections-yZ2/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 --- 3.15s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.12s /tmp/collections-yZ2/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.83s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 2.68s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.45s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.45s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Check associated selinux ports (manage - tcp) --------------------------- 2.37s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.33s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Install lsof ------------------------------------------------------------ 2.29s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:82 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.27s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 2.18s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.17s /tmp/collections-yZ2/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5