[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.3] 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-1r3 executable location = /usr/local/bin/ansible-playbook python version = 3.14.3 (main, Feb 4 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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:2 Saturday 07 March 2026 03:33:31 -0500 (0:00:00.027) 0:00:00.027 ******** [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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:23 Saturday 07 March 2026 03:33:32 -0500 (0:00:01.317) 0:00:01.344 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:28 Saturday 07 March 2026 03:33:32 -0500 (0:00:00.028) 0:00:01.373 ******** included: fedora.linux_system_roles.logging for managed-node2 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 07 March 2026 03:33:32 -0500 (0:00:00.100) 0:00:01.473 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 07 March 2026 03:33:32 -0500 (0:00:00.043) 0:00:01.517 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009674", "end": "2026-03-07 03:33:33.494303", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:33:33.484629" } STDOUT: running TASK [fedora.linux_system_roles.logging : Require installed systemd] *********** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 07 March 2026 03:33:33 -0500 (0:00:00.706) 0:00:02.223 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 07 March 2026 03:33:33 -0500 (0:00:00.044) 0:00:02.268 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 07 March 2026 03:33:33 -0500 (0:00:00.050) 0:00:02.319 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 07 March 2026 03:33:33 -0500 (0:00:00.075) 0:00:02.394 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 07 March 2026 03:33:33 -0500 (0:00:00.063) 0:00:02.458 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 07 March 2026 03:33:33 -0500 (0:00:00.086) 0:00:02.545 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 07 March 2026 03:33:33 -0500 (0:00:00.055) 0:00:02.600 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.059) 0:00:02.660 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.065) 0:00:02.726 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.072) 0:00:02.798 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.053) 0:00:02.852 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.060) 0:00:02.913 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.094) 0:00:03.007 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.085) 0:00:03.093 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.063) 0:00:03.156 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.061) 0:00:03.218 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.131) 0:00:03.349 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.062) 0:00:03.412 ******** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.145) 0:00:03.557 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 03:33:34 -0500 (0:00:00.055) 0:00:03.613 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 03:33:35 -0500 (0:00:00.048) 0:00:03.661 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 03:33:35 -0500 (0:00:00.596) 0:00:04.258 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 03:33:35 -0500 (0:00:00.046) 0:00:04.304 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 03:33:36 -0500 (0:00:00.501) 0:00:04.805 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 03:33:36 -0500 (0:00:00.054) 0:00:04.860 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 03:33:36 -0500 (0:00:00.099) 0:00:04.960 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 03:33:36 -0500 (0:00:00.057) 0:00:05.017 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008894", "end": "2026-03-07 03:33:36.812590", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:33:36.803696" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 03:33:36 -0500 (0:00:00.519) 0:00:05.536 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 03:33:36 -0500 (0:00:00.050) 0:00:05.587 ******** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 03:33:36 -0500 (0:00:00.062) 0:00:05.649 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 03:33:38 -0500 (0:00:01.775) 0:00:07.425 ******** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 03:33:38 -0500 (0:00:00.036) 0:00:07.461 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 03:33:38 -0500 (0:00:00.034) 0:00:07.496 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 03:33:38 -0500 (0:00:00.034) 0:00:07.531 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 03:33:38 -0500 (0:00:00.069) 0:00:07.600 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 03:33:39 -0500 (0:00:00.095) 0:00:07.696 ******** 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": "system.slice sysinit.target polkit.service basic.target dbus-broker.service dbus.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.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": "ip6tables.service iptables.service ebtables.service ipset.service 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": "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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3506462720", "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 sysinit.target dbus-broker.service 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": "4406", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 03:33:39 -0500 (0:00:00.909) 0:00:08.606 ******** 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": "basic.target dbus-broker.service polkit.service system.slice dbus.socket sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.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": "ip6tables.service ipset.service shutdown.target ebtables.service iptables.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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3490840576", "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": "dbus-broker.service system.slice 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": "4406", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 03:33:41 -0500 (0:00:01.901) 0:00:10.507 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 03:33:41 -0500 (0:00:00.078) 0:00:10.586 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 03:33:41 -0500 (0:00:00.056) 0:00:10.642 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 03:33:42 -0500 (0:00:00.057) 0:00:10.699 ******** [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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 03:33:44 -0500 (0:00:02.292) 0:00:12.992 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.072) 0:00:13.065 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.037) 0:00:13.102 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.036) 0:00:13.138 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.035) 0:00:13.174 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.034) 0:00:13.208 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.034) 0:00:13.243 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.036) 0:00:13.280 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.047) 0:00:13.327 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.046) 0:00:13.374 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.050) 0:00:13.424 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.064) 0:00:13.489 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.013) 0:00:13.502 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.013) 0:00:13.516 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 07 March 2026 03:33:44 -0500 (0:00:00.092) 0:00:13.609 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 07 March 2026 03:33:45 -0500 (0:00:00.048) 0:00:13.657 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 07 March 2026 03:33:45 -0500 (0:00:00.061) 0:00:13.719 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 07 March 2026 03:33:45 -0500 (0:00:00.121) 0:00:13.840 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 07 March 2026 03:33:45 -0500 (0:00:00.526) 0:00:14.366 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 07 March 2026 03:33:45 -0500 (0:00:00.049) 0:00:14.416 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 07 March 2026 03:33:46 -0500 (0:00:00.503) 0:00:14.919 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 07 March 2026 03:33:46 -0500 (0:00:00.067) 0:00:14.986 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 07 March 2026 03:33:46 -0500 (0:00:00.081) 0:00:15.069 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 07 March 2026 03:33:47 -0500 (0:00:01.511) 0:00:16.581 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 07 March 2026 03:33:47 -0500 (0:00:00.062) 0:00:16.643 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 07 March 2026 03:33:49 -0500 (0:00:01.496) 0:00:18.140 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 07 March 2026 03:33:51 -0500 (0:00:01.920) 0:00:20.060 ******** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 07 March 2026 03:33:51 -0500 (0:00:00.035) 0:00:20.096 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 07 March 2026 03:33:51 -0500 (0:00:00.035) 0:00:20.131 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 07 March 2026 03:33:51 -0500 (0:00:00.035) 0:00:20.167 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 07 March 2026 03:33:52 -0500 (0:00:01.246) 0:00:21.413 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009214", "end": "2026-03-07 03:33:53.215321", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:33:53.206107" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 07 March 2026 03:33:53 -0500 (0:00:00.520) 0:00:21.934 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 07 March 2026 03:33:53 -0500 (0:00:00.038) 0:00:21.973 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 07 March 2026 03:33:53 -0500 (0:00:00.049) 0:00:22.022 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 07 March 2026 03:33:53 -0500 (0:00:00.087) 0:00:22.110 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 07 March 2026 03:33:53 -0500 (0:00:00.067) 0:00:22.178 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 07 March 2026 03:33:53 -0500 (0:00:00.067) 0:00:22.246 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 07 March 2026 03:33:53 -0500 (0:00:00.062) 0:00:22.308 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 07 March 2026 03:33:53 -0500 (0:00:00.101) 0:00:22.410 ******** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 07 March 2026 03:33:53 -0500 (0:00:00.140) 0:00:22.550 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 07 March 2026 03:33:53 -0500 (0:00:00.064) 0:00:22.615 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 07 March 2026 03:33:54 -0500 (0:00:00.054) 0:00:22.669 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 07 March 2026 03:33:54 -0500 (0:00:00.054) 0:00:22.723 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 07 March 2026 03:33:54 -0500 (0:00:00.052) 0:00:22.776 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 07 March 2026 03:33:54 -0500 (0:00:00.054) 0:00:22.830 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 07 March 2026 03:33:54 -0500 (0:00:00.034) 0:00:22.864 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 07 March 2026 03:33:54 -0500 (0:00:00.028) 0:00:22.893 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 07 March 2026 03:33:59 -0500 (0:00:05.151) 0:00:28.044 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 07 March 2026 03:33:59 -0500 (0:00:00.021) 0:00:28.065 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:d82524217f20ff83bbe15637004cfaca5a3a3fbc8d60cde1cd55661bbe79b65a", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:1cd643cf4633fdfcadf36445bf83ae0d34b073efd87c78ee537d78f47635e51d", "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:2e35f181e65f77e09afc7e2654b45e82b05d806be28b71516ec26ebeb7bfafc3", "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:8acb134ad4e314baeb7edeecb05e68f004c2b3211c0248ea10d2b9c9ad6bf4db", "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:f0a30ba6097b76265248ed09f93dc48bf7d8fe3bb72a46408c5ec77f7dd4c09b", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:ebb9ff12784312adff525c8bc0755d29b92ef96c76d9fe819f68ec5afb603c01", "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:556076368519a07517feb79c10570dc18a5ae67f5dccd1f7c4f008c45068f058", "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:ab64f6522f43ba56887d762eaa7d73768bea8d1c074955c4a125b7f1599a25e2", "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:5bf63e5bd75c7914a22f25a8ed559df711ec52c8ec4cf960e877d7390a843c82", "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:90b75527d40a3fd9e86396b841b99e7ed6994df43e40c8d9d4a5a56916ac79e6", "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:e0508a705274da1ef882ddfe1fc2b25c2f85f5b793d4a110b6a07279bb6f4272", "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:e57d0b4cd47d32d0ab2da3d610ffcd49a78ce2b614fdc1292a1025e570fdf5ee", "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:6c6813551e7c559df41132e82eaeea6db27175f768744d15b5f0a7ab9fdbc5ee", "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:02df48ab8b69921e18bb7f23a4e7c753cdfcdf4d4f1fdb3c52463e443a6d61d5", "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:6eeef1326abbb69eb9f6a19411d943e4ad68011b14133e4f7acdfae2ecc6f690", "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:34c9cbc57d59a2017c6c75bd69146fd4434fb8f884aba9160539953d6a57d54d", "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:a595991aab540fb9a875229ec9664588885eb00ee320ffc4e5330c50d3f4bee8", "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:a8eb88f666c18149c83b340f6339b5b127caaecea50901ff9866897415139509", "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:aa1916f6260c49b71db8fba7d3d28da0491ec091385a3673815408b4e860f10a", "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:03ac3aac1621905ff1dc5cd4dee94f806777a53588d6fa875cd347de953aacc9", "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:ae8064e9ce1a30b347ea52a3099a7599f5f5db8387a8370e76d8eba27ff52b5b", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:6e3515e91d996aa1d1a17d3b9d79970b8d4fb5225a72a74877e8a42b0fc1f8f6", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:9c7a7f56a2a972176ca65f4d896f014a9c4f74e9984d40f9143dbfb10ecb1736", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:d4e63d47345556f6693139a1780fa5ba5b674c06596c0c288433077d2b2377b4", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:6565d305e423e9da3516635358c15a3b89bf6b22013ac6d8981d35c51b24e52f", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:b4338a24b5cdb782c676e99bc144eaf29b4663ca6d5dac7bfe6d8a83e20b7140", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:44b4dbcec28f2f997ad5776e51ca3307cb77feb1d0610ff135ec33a25aee21a3", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:aa01b53eb7750fc1ac0dcb0e3da0a45b2c4e63c5925bcbcf18273abb740b8dbf", "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:d37764eb02f422d4d4a2097a084ff51e4e5abcc3d62fb185bf499494b4758428", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:4d43318ef5cd34f6a4bddbe3dc7900817c12ca50c274bc0c16f815473cb2c41c", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:0086cf30bb9aba60ef5e9e419025e405e47a6f7d0e9ad509d9de8b140bc555f8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:a56ca89ceeabb81d305d2f4f3cd8c23a5cb98063370eed65ed0398e79421aa6c", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:7b79ab1a787ef8efae72a9820b650d792c4866129607d090738b40f4552064af", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:0010210d875e9f4416c79b1ac140aa4d4e598d1ce6617f13df6c0b81092585ae", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:8213e267567e7468835f335f4d67f80d5afd5a10c1776b25fc7690493e24d5e5", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:779b9809dffa275f1e9cd2cda12b11e48ef396a0c8d194c2d19cafbe018dd2c2", "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:bc0dcfe8df2578628b28c2003ce908b6c16d9691c2a8ea1adbd5efa2328b4fac", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:30a91e60faaed2512ce35fbd31b275b2f074bc9e56b5f041321b967635d08abd", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:84ead4a7a238acae688fbac34229e728db8842910371ab9f498d5fe070d3bad2", "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:3fb5afe0df54a1f9409b167454aee7bb311d3b70ecca5b71751c073a26d811ad", "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:b5cc32d9b2d90d72809657262a233b8f3217dfb7ed83e0b7819dcf5595de124c", "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:b114acae9fe129a71cf2f11ce8da08fffac153ebdbd1e4cfa9bd123627bb6886", "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:e27da45b3cf67df670434da67da72f0634b43c11a9764b62bc7bca7738e32a44", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:5a9c4d8a97863711d779fa6c5866808fffe8ef959a560fde126e1a237c8338f4", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:5e9925da1d09dc745b07e49bf26c2c3db43685381cf40e9216746ef9ed77df26", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:3b9b79e4473ecb1172b1d7a48be33a51c5feb8a8099399971bde1ae34ed51c29", "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:ad393da31180f8aca67491872fd593bbe7dbf9121c66a384e9e5340f8db49fd4", "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:9f445e19e929a629c9f3ce60352e0d2c64f1b6055263e99786b54fd132995111", "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:5b8023ec3f9458112f353f5072f47b810b7352dc5cec9b94d2d561a2836360c3", "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:563f8db6ef2abf88fc5a1f851e11931298e74aaa6440f8fcf7333eff5bf13e4b", "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:273d3fd030608c3d0c10ee23e0f1a567fb3609695f58301ed7b20532f27ea622", "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:1e052bd8a28ca3375c7ffb4384cc81ce10e728998f00a9c274d638a75b042296", "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:aa5061f45d1401796b7de08bfc0540c6a079620d2c9aa9b980d02f96fa2f3327", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:164 Saturday 07 March 2026 03:34:02 -0500 (0:00:03.243) 0:00:31.309 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:d82524217f20ff83bbe15637004cfaca5a3a3fbc8d60cde1cd55661bbe79b65a", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:1cd643cf4633fdfcadf36445bf83ae0d34b073efd87c78ee537d78f47635e51d", "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:2e35f181e65f77e09afc7e2654b45e82b05d806be28b71516ec26ebeb7bfafc3", "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:8acb134ad4e314baeb7edeecb05e68f004c2b3211c0248ea10d2b9c9ad6bf4db", "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:f0a30ba6097b76265248ed09f93dc48bf7d8fe3bb72a46408c5ec77f7dd4c09b", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:ebb9ff12784312adff525c8bc0755d29b92ef96c76d9fe819f68ec5afb603c01", "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:556076368519a07517feb79c10570dc18a5ae67f5dccd1f7c4f008c45068f058", "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:ab64f6522f43ba56887d762eaa7d73768bea8d1c074955c4a125b7f1599a25e2", "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:5bf63e5bd75c7914a22f25a8ed559df711ec52c8ec4cf960e877d7390a843c82", "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:90b75527d40a3fd9e86396b841b99e7ed6994df43e40c8d9d4a5a56916ac79e6", "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:e0508a705274da1ef882ddfe1fc2b25c2f85f5b793d4a110b6a07279bb6f4272", "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:e57d0b4cd47d32d0ab2da3d610ffcd49a78ce2b614fdc1292a1025e570fdf5ee", "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:6c6813551e7c559df41132e82eaeea6db27175f768744d15b5f0a7ab9fdbc5ee", "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:02df48ab8b69921e18bb7f23a4e7c753cdfcdf4d4f1fdb3c52463e443a6d61d5", "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:6eeef1326abbb69eb9f6a19411d943e4ad68011b14133e4f7acdfae2ecc6f690", "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:34c9cbc57d59a2017c6c75bd69146fd4434fb8f884aba9160539953d6a57d54d", "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:a595991aab540fb9a875229ec9664588885eb00ee320ffc4e5330c50d3f4bee8", "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:a8eb88f666c18149c83b340f6339b5b127caaecea50901ff9866897415139509", "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:aa1916f6260c49b71db8fba7d3d28da0491ec091385a3673815408b4e860f10a", "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:03ac3aac1621905ff1dc5cd4dee94f806777a53588d6fa875cd347de953aacc9", "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:ae8064e9ce1a30b347ea52a3099a7599f5f5db8387a8370e76d8eba27ff52b5b", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:6e3515e91d996aa1d1a17d3b9d79970b8d4fb5225a72a74877e8a42b0fc1f8f6", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:9c7a7f56a2a972176ca65f4d896f014a9c4f74e9984d40f9143dbfb10ecb1736", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:d4e63d47345556f6693139a1780fa5ba5b674c06596c0c288433077d2b2377b4", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:6565d305e423e9da3516635358c15a3b89bf6b22013ac6d8981d35c51b24e52f", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:b4338a24b5cdb782c676e99bc144eaf29b4663ca6d5dac7bfe6d8a83e20b7140", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:44b4dbcec28f2f997ad5776e51ca3307cb77feb1d0610ff135ec33a25aee21a3", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:aa01b53eb7750fc1ac0dcb0e3da0a45b2c4e63c5925bcbcf18273abb740b8dbf", "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:d37764eb02f422d4d4a2097a084ff51e4e5abcc3d62fb185bf499494b4758428", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:4d43318ef5cd34f6a4bddbe3dc7900817c12ca50c274bc0c16f815473cb2c41c", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:0086cf30bb9aba60ef5e9e419025e405e47a6f7d0e9ad509d9de8b140bc555f8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:a56ca89ceeabb81d305d2f4f3cd8c23a5cb98063370eed65ed0398e79421aa6c", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:7b79ab1a787ef8efae72a9820b650d792c4866129607d090738b40f4552064af", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:0010210d875e9f4416c79b1ac140aa4d4e598d1ce6617f13df6c0b81092585ae", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:8213e267567e7468835f335f4d67f80d5afd5a10c1776b25fc7690493e24d5e5", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:779b9809dffa275f1e9cd2cda12b11e48ef396a0c8d194c2d19cafbe018dd2c2", "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:bc0dcfe8df2578628b28c2003ce908b6c16d9691c2a8ea1adbd5efa2328b4fac", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:30a91e60faaed2512ce35fbd31b275b2f074bc9e56b5f041321b967635d08abd", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:84ead4a7a238acae688fbac34229e728db8842910371ab9f498d5fe070d3bad2", "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:3fb5afe0df54a1f9409b167454aee7bb311d3b70ecca5b71751c073a26d811ad", "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:b5cc32d9b2d90d72809657262a233b8f3217dfb7ed83e0b7819dcf5595de124c", "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:b114acae9fe129a71cf2f11ce8da08fffac153ebdbd1e4cfa9bd123627bb6886", "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:e27da45b3cf67df670434da67da72f0634b43c11a9764b62bc7bca7738e32a44", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:5a9c4d8a97863711d779fa6c5866808fffe8ef959a560fde126e1a237c8338f4", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:5e9925da1d09dc745b07e49bf26c2c3db43685381cf40e9216746ef9ed77df26", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:3b9b79e4473ecb1172b1d7a48be33a51c5feb8a8099399971bde1ae34ed51c29", "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:ad393da31180f8aca67491872fd593bbe7dbf9121c66a384e9e5340f8db49fd4", "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:9f445e19e929a629c9f3ce60352e0d2c64f1b6055263e99786b54fd132995111", "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:5b8023ec3f9458112f353f5072f47b810b7352dc5cec9b94d2d561a2836360c3", "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:563f8db6ef2abf88fc5a1f851e11931298e74aaa6440f8fcf7333eff5bf13e4b", "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:273d3fd030608c3d0c10ee23e0f1a567fb3609695f58301ed7b20532f27ea622", "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:1e052bd8a28ca3375c7ffb4384cc81ce10e728998f00a9c274d638a75b042296", "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:aa5061f45d1401796b7de08bfc0540c6a079620d2c9aa9b980d02f96fa2f3327", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:170 Saturday 07 March 2026 03:34:02 -0500 (0:00:00.125) 0:00:31.435 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 07 March 2026 03:34:02 -0500 (0:00:00.060) 0:00:31.496 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:191 Saturday 07 March 2026 03:34:02 -0500 (0:00:00.027) 0:00:31.523 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 07 March 2026 03:34:02 -0500 (0:00:00.037) 0:00:31.561 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 07 March 2026 03:34:02 -0500 (0:00:00.075) 0:00:31.637 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 07 March 2026 03:34:03 -0500 (0:00:00.058) 0:00:31.696 ******** included: fedora.linux_system_roles.certificate for managed-node2 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 07 March 2026 03:34:03 -0500 (0:00:00.132) 0:00:31.828 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 07 March 2026 03:34:03 -0500 (0:00:00.099) 0:00:31.927 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 07 March 2026 03:34:03 -0500 (0:00:00.063) 0:00:31.991 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 07 March 2026 03:34:03 -0500 (0:00:00.599) 0:00:32.591 ******** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Saturday 07 March 2026 03:34:04 -0500 (0:00:00.135) 0:00:32.726 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.010027", "end": "2026-03-07 03:34:04.651506", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:34:04.641479" } STDOUT: running TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Saturday 07 March 2026 03:34:04 -0500 (0:00:00.676) 0:00:33.403 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Saturday 07 March 2026 03:34:04 -0500 (0:00:00.070) 0:00:33.473 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Saturday 07 March 2026 03:34:04 -0500 (0:00:00.083) 0:00:33.557 ******** 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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 07 March 2026 03:34:05 -0500 (0:00:00.214) 0:00:33.771 ******** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: python3-cryptography-45.0.4-4.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-30.fc43.noarch", "Installed: python3-pyasn1-0.6.2-1.fc43.noarch" ] } lsrpackages: python3-cryptography python3-dbus python3-pyasn1 TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Saturday 07 March 2026 03:34:07 -0500 (0:00:02.859) 0:00:36.630 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Saturday 07 March 2026 03:34:11 -0500 (0:00:03.324) 0:00:39.955 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Saturday 07 March 2026 03:34:11 -0500 (0:00:00.686) 0:00:40.642 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Saturday 07 March 2026 03:34:12 -0500 (0:00:00.547) 0:00:41.189 ******** 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": "systemd-journald.socket syslog.target basic.target sysinit.target system.slice dbus-broker.service network.target dbus.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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "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": "3405467648", "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": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "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": "4406", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Saturday 07 March 2026 03:34:13 -0500 (0:00:01.117) 0:00:42.307 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Saturday 07 March 2026 03:34:15 -0500 (0:00:01.564) 0:00:43.872 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Saturday 07 March 2026 03:34:15 -0500 (0:00:00.047) 0:00:43.919 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Saturday 07 March 2026 03:34:15 -0500 (0:00:00.104) 0:00:44.024 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Saturday 07 March 2026 03:34:15 -0500 (0:00:00.078) 0:00:44.103 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Saturday 07 March 2026 03:34:15 -0500 (0:00:00.085) 0:00:44.188 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Saturday 07 March 2026 03:34:15 -0500 (0:00:00.064) 0:00:44.253 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 07 March 2026 03:34:15 -0500 (0:00:00.079) 0:00:44.332 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 07 March 2026 03:34:15 -0500 (0:00:00.054) 0:00:44.387 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 07 March 2026 03:34:15 -0500 (0:00:00.050) 0:00:44.437 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 07 March 2026 03:34:15 -0500 (0:00:00.051) 0:00:44.488 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 07 March 2026 03:34:15 -0500 (0:00:00.044) 0:00:44.533 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 07 March 2026 03:34:15 -0500 (0:00:00.051) 0:00:44.584 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 07 March 2026 03:34:16 -0500 (0:00:00.084) 0:00:44.669 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 07 March 2026 03:34:16 -0500 (0:00:00.053) 0:00:44.722 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 07 March 2026 03:34:16 -0500 (0:00:00.036) 0:00:44.758 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 07 March 2026 03:34:16 -0500 (0:00:00.038) 0:00:44.796 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 07 March 2026 03:34:16 -0500 (0:00:00.468) 0:00:45.265 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 07 March 2026 03:34:16 -0500 (0:00:00.029) 0:00:45.294 ******** ok: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 07 March 2026 03:34:16 -0500 (0:00:00.051) 0:00:45.346 ******** skipping: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 07 March 2026 03:34:16 -0500 (0:00:00.070) 0:00:45.417 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 07 March 2026 03:34:16 -0500 (0:00:00.159) 0:00:45.577 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 07 March 2026 03:34:17 -0500 (0:00:00.086) 0:00:45.663 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 07 March 2026 03:34:17 -0500 (0:00:00.078) 0:00:45.742 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 07 March 2026 03:34:18 -0500 (0:00:01.577) 0:00:47.319 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 07 March 2026 03:34:18 -0500 (0:00:00.031) 0:00:47.351 ******** 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": "20260110" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "20260110" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "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" } ], "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": "20260110" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc43", "source": "rpm", "version": "6.17.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.1.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": "20260110" } ], "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": "3.fc43", "source": "rpm", "version": "3.31.10" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "7.fc43", "source": "rpm", "version": "9.7" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "7.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": "5.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" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "dnf-plugins-core", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "dnf-utils": [ { "arch": "noarch", "epoch": "None", "name": "dnf-utils", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.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.1" } ], "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": "26", "source": "rpm", "version": "43" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "26", "source": "rpm", "version": "43" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "26", "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": "8.fc43", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "8.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": "5.fc42", "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" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc43", "source": "rpm", "version": "2.86.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "10.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": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "85.fc43", "source": "rpm", "version": "8.40" } ], "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.404" } ], "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": "20260110" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "1.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.18.13" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc43", "source": "rpm", "version": "6.18.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "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": "2.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.3" } ], "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": "3.fc43", "source": "rpm", "version": "2.76" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "1.fc43", "source": "rpm", "version": "0.9.1" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "1.fc43", "source": "rpm", "version": "0.9.1" } ], "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": "5.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": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.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": "1.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.3" } ], "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.5" } ], "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.3" } ], "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.1" } ], "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.3" } ], "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": "0.rc3.fc43", "source": "rpm", "version": "2.8.5" } ], "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" } ], "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.3" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "2.fc43", "source": "rpm", "version": "1.0.21" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "3.fc43", "source": "rpm", "version": "0.7.35" } ], "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": "2.fc43", "source": "rpm", "version": "4.20.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.3" } ], "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.24" } ], "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": "20260110" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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.5" } ], "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": "20260110" } ], "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": "0.rc3.fc43", "source": "rpm", "version": "2.8.5" } ], "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.19.0" } ], "ngtcp2-crypto-ossl": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2-crypto-ossl", "release": "1.fc43", "source": "rpm", "version": "1.19.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": "3.fc43", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "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": "20260110" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "4.fc43", "source": "rpm", "version": "2.6.10" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "6.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "6.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "6.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-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "2.fc43", "source": "rpm", "version": "0.1.10" } ], "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": "521.fc43", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "521.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": "521.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": "521.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": "521.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": "521.fc43", "source": "rpm", "version": "1.20" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "521.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": "521.fc43", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.fc43", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "521.fc43", "source": "rpm", "version": "5.42.0" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "521.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": "521.fc43", "source": "rpm", "version": "5.42.0" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "521.fc43", "source": "rpm", "version": "1.13" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "521.fc43", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "521.fc43", "source": "rpm", "version": "1.40" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "521.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": "521.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", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "6.fc43", "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": "1.fc43", "source": "rpm", "version": "3.14.3" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.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.3" } ], "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": "4.fc43", "source": "rpm", "version": "45.0.4" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "6.fc43", "source": "rpm", "version": "2.9.0.post0" } ], "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-dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf-plugins-core", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "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": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "1.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": "30.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-systemd": [ { "arch": "x86_64", "epoch": "None", "name": "python3-systemd", "release": "17.fc43", "source": "rpm", "version": "235" } ], "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": "20260110" } ], "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": "20260110" } ], "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.2508.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": "42.24" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc43", "source": "rpm", "version": "42.24" } ], "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" } ], "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.5" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "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": "20260110" } ], "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": "2025c" } ], "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.3" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc43", "source": "rpm", "version": "2.41.3" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc43", "source": "rpm", "version": "2.41.3" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "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.5" } ], "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.045" } ], "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": "1.fc43", "source": "rpm", "version": "2.3.3" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "1.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 07 March 2026 03:34:20 -0500 (0:00:01.612) 0:00:48.964 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_version": "8.2508.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 07 March 2026 03:34:20 -0500 (0:00:00.028) 0:00:48.993 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 07 March 2026 03:34:20 -0500 (0:00:00.023) 0:00:49.016 ******** ok: [managed-node2] => {} MSG: Rsyslog_version is 8.2508.0, which is newer than "8.37.0-7.2". TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 07 March 2026 03:34:20 -0500 (0:00:00.030) 0:00:49.047 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 07 March 2026 03:34:20 -0500 (0:00:00.031) 0:00:49.078 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 07 March 2026 03:34:20 -0500 (0:00:00.492) 0:00:49.570 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 07 March 2026 03:34:21 -0500 (0:00:00.497) 0:00:50.068 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 07 March 2026 03:34:21 -0500 (0:00:00.501) 0:00:50.570 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 07 March 2026 03:34:22 -0500 (0:00:00.128) 0:00:50.698 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 07 March 2026 03:34:24 -0500 (0:00:02.941) 0:00:53.640 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1772872464.0823298-26475-52231097543737/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 07 March 2026 03:34:25 -0500 (0:00:00.045) 0:00:53.685 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 07 March 2026 03:34:25 -0500 (0:00:00.055) 0:00:53.741 ******** ok: [managed-node2] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 07 March 2026 03:34:25 -0500 (0:00:00.103) 0:00:53.844 ******** included: /tmp/collections-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 07 March 2026 03:34:25 -0500 (0:00:00.199) 0:00:54.043 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:34:25 -0500 (0:00:00.209) 0:00:54.253 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:34:25 -0500 (0:00:00.085) 0:00:54.338 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:34:25 -0500 (0:00:00.106) 0:00:54.445 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1772872464.0823298-26475-52231097543737/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:34:25 -0500 (0:00:00.087) 0:00:54.532 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 07 March 2026 03:34:25 -0500 (0:00:00.066) 0:00:54.599 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:34:26 -0500 (0:00:00.110) 0:00:54.710 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:34:26 -0500 (0:00:00.059) 0:00:54.769 ******** 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-1772872466.3706496-26675-25472322870365/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:34:27 -0500 (0:00:01.161) 0:00:55.930 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1772872464.0823298-26475-52231097543737/.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-1772872466.3706496-26675-25472322870365/.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-1772872466.3706496-26675-25472322870365/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:34:27 -0500 (0:00:00.117) 0:00:56.048 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2 Saturday 07 March 2026 03:34:27 -0500 (0:00:00.365) 0:00:56.414 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 07 March 2026 03:34:27 -0500 (0:00:00.131) 0:00:56.545 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 07 March 2026 03:34:28 -0500 (0:00:00.141) 0:00:56.686 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 07 March 2026 03:34:28 -0500 (0:00:00.141) 0:00:56.828 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 07 March 2026 03:34:28 -0500 (0:00:00.115) 0:00:56.944 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 07 March 2026 03:34:28 -0500 (0:00:00.142) 0:00:57.086 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9 Saturday 07 March 2026 03:34:28 -0500 (0:00:00.076) 0:00:57.163 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:34:28 -0500 (0:00:00.084) 0:00:57.247 ******** Notification for handler Restart rsyslogd has been saved. changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-relp-8.2508.0-1.fc43.x86_64", "Installed: librelp-1.11.0-7.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:34:30 -0500 (0:00:02.143) 0:00:59.390 ******** 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-1772872470.830775-26857-81137332667050/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:34:31 -0500 (0:00:00.977) 0:01:00.368 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1772872464.0823298-26475-52231097543737/.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-1772872466.3706496-26675-25472322870365/.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-1772872466.3706496-26675-25472322870365/.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-1772872470.830775-26857-81137332667050/.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-1772872470.830775-26857-81137332667050/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:34:31 -0500 (0:00:00.059) 0:01:00.427 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16 Saturday 07 March 2026 03:34:31 -0500 (0:00:00.050) 0:01:00.478 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:34:31 -0500 (0:00:00.056) 0:01:00.534 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:34:31 -0500 (0:00:00.068) 0:01:00.603 ******** 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-1772872472.1251698-26926-51277852216534/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:34:33 -0500 (0:00:01.094) 0:01:01.697 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1772872464.0823298-26475-52231097543737/.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-1772872466.3706496-26675-25472322870365/.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-1772872466.3706496-26675-25472322870365/.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-1772872470.830775-26857-81137332667050/.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-1772872470.830775-26857-81137332667050/.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-1772872472.1251698-26926-51277852216534/.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-1772872472.1251698-26926-51277852216534/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:34:33 -0500 (0:00:00.052) 0:01:01.750 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:2 Saturday 07 March 2026 03:34:33 -0500 (0:00:00.094) 0:01:01.845 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 07 March 2026 03:34:33 -0500 (0:00:00.066) 0:01:01.911 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 07 March 2026 03:34:33 -0500 (0:00:00.064) 0:01:01.976 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 07 March 2026 03:34:33 -0500 (0:00:00.084) 0:01:02.060 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 07 March 2026 03:34:33 -0500 (0:00:00.102) 0:01:02.162 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 07 March 2026 03:34:33 -0500 (0:00:00.087) 0:01:02.250 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:9 Saturday 07 March 2026 03:34:33 -0500 (0:00:00.065) 0:01:02.315 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:34:33 -0500 (0:00:00.070) 0:01:02.386 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:34:35 -0500 (0:00:01.519) 0:01:03.906 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:34:36 -0500 (0:00:00.976) 0:01:04.883 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1772872464.0823298-26475-52231097543737/.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-1772872466.3706496-26675-25472322870365/.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-1772872466.3706496-26675-25472322870365/.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-1772872470.830775-26857-81137332667050/.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-1772872470.830775-26857-81137332667050/.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-1772872472.1251698-26926-51277852216534/.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-1772872472.1251698-26926-51277852216534/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:34:36 -0500 (0:00:00.110) 0:01:04.994 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/relp/main.yml:16 Saturday 07 March 2026 03:34:36 -0500 (0:00:00.072) 0:01:05.066 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:34:36 -0500 (0:00:00.073) 0:01:05.139 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:34:36 -0500 (0:00:00.053) 0:01:05.192 ******** 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-1772872476.7033405-27139-129957517352544/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:34:37 -0500 (0:00:01.125) 0:01:06.318 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1772872464.0823298-26475-52231097543737/.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-1772872466.3706496-26675-25472322870365/.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-1772872466.3706496-26675-25472322870365/.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-1772872470.830775-26857-81137332667050/.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-1772872470.830775-26857-81137332667050/.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-1772872472.1251698-26926-51277852216534/.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-1772872472.1251698-26926-51277852216534/.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-1772872476.7033405-27139-129957517352544/.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-1772872476.7033405-27139-129957517352544/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:34:37 -0500 (0:00:00.146) 0:01:06.465 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 07 March 2026 03:34:38 -0500 (0:00:00.237) 0:01:06.702 ******** 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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 07 March 2026 03:34:38 -0500 (0:00:00.184) 0:01:06.887 ******** included: /tmp/collections-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 07 March 2026 03:34:38 -0500 (0:00:00.162) 0:01:07.050 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:34:38 -0500 (0:00:00.088) 0:01:07.138 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:34:38 -0500 (0:00:00.086) 0:01:07.225 ******** 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-1772872478.7033486-27367-106198451555892/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:34:39 -0500 (0:00:01.087) 0:01:08.313 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1772872464.0823298-26475-52231097543737/.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-1772872466.3706496-26675-25472322870365/.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-1772872466.3706496-26675-25472322870365/.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-1772872470.830775-26857-81137332667050/.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-1772872470.830775-26857-81137332667050/.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-1772872472.1251698-26926-51277852216534/.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-1772872472.1251698-26926-51277852216534/.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-1772872476.7033405-27139-129957517352544/.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-1772872476.7033405-27139-129957517352544/.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-1772872478.7033486-27367-106198451555892/.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-1772872478.7033486-27367-106198451555892/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:34:39 -0500 (0:00:00.051) 0:01:08.365 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 07 March 2026 03:34:39 -0500 (0:00:00.050) 0:01:08.415 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:34:39 -0500 (0:00:00.067) 0:01:08.482 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:34:39 -0500 (0:00:00.061) 0:01:08.543 ******** 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-1772872480.1098452-27421-196235433040727/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:34:41 -0500 (0:00:01.150) 0:01:09.693 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1772872464.0823298-26475-52231097543737/.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-1772872466.3706496-26675-25472322870365/.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-1772872466.3706496-26675-25472322870365/.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-1772872470.830775-26857-81137332667050/.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-1772872470.830775-26857-81137332667050/.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-1772872472.1251698-26926-51277852216534/.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-1772872472.1251698-26926-51277852216534/.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-1772872476.7033405-27139-129957517352544/.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-1772872476.7033405-27139-129957517352544/.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-1772872478.7033486-27367-106198451555892/.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-1772872478.7033486-27367-106198451555892/.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-1772872480.1098452-27421-196235433040727/.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-1772872480.1098452-27421-196235433040727/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:34:41 -0500 (0:00:00.084) 0:01:09.778 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 07 March 2026 03:34:41 -0500 (0:00:00.155) 0:01:09.934 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:34:41 -0500 (0:00:00.104) 0:01:10.038 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:34:41 -0500 (0:00:00.062) 0:01:10.100 ******** 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-1772872481.5630696-27494-116433267756304/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:34:42 -0500 (0:00:01.067) 0:01:11.168 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1772872464.0823298-26475-52231097543737/.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-1772872466.3706496-26675-25472322870365/.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-1772872466.3706496-26675-25472322870365/.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-1772872470.830775-26857-81137332667050/.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-1772872470.830775-26857-81137332667050/.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-1772872472.1251698-26926-51277852216534/.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-1772872472.1251698-26926-51277852216534/.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-1772872476.7033405-27139-129957517352544/.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-1772872476.7033405-27139-129957517352544/.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-1772872478.7033486-27367-106198451555892/.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-1772872478.7033486-27367-106198451555892/.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-1772872480.1098452-27421-196235433040727/.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-1772872480.1098452-27421-196235433040727/.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-1772872481.5630696-27494-116433267756304/.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-1772872481.5630696-27494-116433267756304/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:34:42 -0500 (0:00:00.081) 0:01:11.249 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/forwards/main.yml:10 Saturday 07 March 2026 03:34:42 -0500 (0:00:00.065) 0:01:11.314 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:34:42 -0500 (0:00:00.057) 0:01:11.372 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:34:42 -0500 (0:00:00.039) 0:01:11.412 ******** 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": "c50a3e41c708a0192d17578ea630ed779a79b028", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_output", "sections": [ { "options": "ruleset(name=\"forwards_output\") {\n *.* action(name=\"forwards_output\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "686f4c6abd6198923f60887e636fc9cc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 261, "src": "/root/.ansible/tmp/ansible-tmp-1772872482.8981657-27562-48202945475491/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:34:43 -0500 (0:00:01.063) 0:01:12.475 ******** 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-1772872462.1317503-26475-159120760019786/.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-1772872462.1317503-26475-159120760019786/.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-1772872463.170107-26475-128408494432156/.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-1772872463.170107-26475-128408494432156/.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-1772872464.0823298-26475-52231097543737/.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-1772872464.0823298-26475-52231097543737/.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-1772872466.3706496-26675-25472322870365/.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-1772872466.3706496-26675-25472322870365/.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-1772872470.830775-26857-81137332667050/.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-1772872470.830775-26857-81137332667050/.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-1772872472.1251698-26926-51277852216534/.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-1772872472.1251698-26926-51277852216534/.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-1772872476.7033405-27139-129957517352544/.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-1772872476.7033405-27139-129957517352544/.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-1772872478.7033486-27367-106198451555892/.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-1772872478.7033486-27367-106198451555892/.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-1772872480.1098452-27421-196235433040727/.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-1772872480.1098452-27421-196235433040727/.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-1772872481.5630696-27494-116433267756304/.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-1772872481.5630696-27494-116433267756304/.source.conf", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_output", "sections": [ { "options": "ruleset(name=\"forwards_output\") {\n *.* action(name=\"forwards_output\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "c50a3e41c708a0192d17578ea630ed779a79b028", "content": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_output.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1772872482.8981657-27562-48202945475491/.source.conf", "unsafe_writes": false, "validate": null } }, "md5sum": "686f4c6abd6198923f60887e636fc9cc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 261, "src": "/root/.ansible/tmp/ansible-tmp-1772872482.8981657-27562-48202945475491/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:34:43 -0500 (0:00:00.055) 0:01:12.531 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 07 March 2026 03:34:43 -0500 (0:00:00.100) 0:01:12.631 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 07 March 2026 03:34:44 -0500 (0:00:00.039) 0:01:12.671 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 07 March 2026 03:34:44 -0500 (0:00:00.055) 0:01:12.726 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 07 March 2026 03:34:44 -0500 (0:00:00.041) 0:01:12.768 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 07 March 2026 03:34:44 -0500 (0:00:00.058) 0:01:12.826 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 07 March 2026 03:34:44 -0500 (0:00:00.045) 0:01:12.872 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 07 March 2026 03:34:44 -0500 (0:00:00.045) 0:01:12.917 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 07 March 2026 03:34:44 -0500 (0:00:00.045) 0:01:12.962 ******** 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": "network.target network-online.target sysinit.target basic.target system.slice", "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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3456159744", "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": "sysinit.target system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "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": "4406", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 07 March 2026 03:34:45 -0500 (0:00:00.978) 0:01:13.940 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 07 March 2026 03:34:45 -0500 (0:00:00.048) 0:01:13.988 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 07 March 2026 03:34:45 -0500 (0:00:00.038) 0:01:14.027 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 07 March 2026 03:34:45 -0500 (0:00:00.058) 0:01:14.086 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1772872389.4757144, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b469de7f813797aff0d514249d57cb8b3ed3157d", "ctime": 1772872378.7337286, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 751, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1757030400.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3403, "uid": 0, "version": "1260841542", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 07 March 2026 03:34:45 -0500 (0:00:00.514) 0:01:14.600 ******** 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-1772872486.0137682-27708-118282548064303/.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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:73 Saturday 07 March 2026 03:34:46 -0500 (0:00:00.947) 0:01:15.548 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 07 March 2026 03:34:46 -0500 (0:00:00.003) 0:01:15.551 ******** 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.target network-online.target basic.target sysinit.target system.slice", "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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3458236416", "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": "sysinit.target system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "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": "4406", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Ensure config file size and counts] ************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:76 Saturday 07 March 2026 03:34:47 -0500 (0:00:00.769) 0:01:16.320 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2 Saturday 07 March 2026 03:34:47 -0500 (0:00:00.050) 0:01:16.371 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1772872487.5025604, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1772872486.8185613, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264674, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772872486.8190906, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "4066235239", "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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7 Saturday 07 March 2026 03:34:48 -0500 (0:00:00.537) 0:01:16.908 ******** ok: [managed-node2] => { "changed": false, "examined": 12, "files": [ { "atime": 1772872247.9298635, "ctime": 1772872210.0144575, "dev": 51714, "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, "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": 1772872487.5025604, "ctime": 1772872467.1799893, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264657, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872466.8055913, "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": 1772872487.5025604, "ctime": 1772872482.397854, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264672, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872482.0255685, "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": 1772872487.5025604, "ctime": 1772872464.9194384, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264656, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872464.5235949, "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": 1772872487.5025604, "ctime": 1772872480.95857, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264671, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872480.6045706, "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": 1772872487.5025604, "ctime": 1772872463.0564027, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264654, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872462.5705976, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 158, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772872487.5025604, "ctime": 1772872483.7514114, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264673, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872483.3645666, "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": 1772872487.5025604, "ctime": 1772872477.5615723, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264659, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872477.1315758, "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": 1772872487.5025604, "ctime": 1772872479.591913, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264660, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872479.2355728, "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": 1772872487.5025604, "ctime": 1772872463.956932, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264655, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872463.605596, "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": 1772872487.5025604, "ctime": 1772872472.974389, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264658, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872472.6135826, "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": 1772872475.769578, "ctime": 1772872471.6405272, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264652, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872471.2835846, "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 } ], "matched": 12, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13 Saturday 07 March 2026 03:34:48 -0500 (0:00:00.681) 0:01:17.590 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18 Saturday 07 March 2026 03:34:48 -0500 (0:00:00.053) 0:01:17.643 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23 Saturday 07 March 2026 03:34:49 -0500 (0:00:00.033) 0:01:17.676 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Saturday 07 March 2026 03:34:49 -0500 (0:00:00.039) 0:01:17.716 ******** 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": 1772872487.5025604, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a1a448a9442e997c4a6fbd6c747551fc47f94af3", "ctime": 1772872472.974389, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264658, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772872472.6135826, "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": "1539399663", "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": 1772872487.5025604, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "929f138e89d2490308d00594159801d121ebd147", "ctime": 1772872477.5615723, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 264659, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772872477.1315758, "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": "3282292811", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35 Saturday 07 March 2026 03:34:50 -0500 (0:00:00.997) 0:01:18.713 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__check_systemctl_status == \"true\"", "skip_reason": "Conditional result was False" } TASK [Install lsof] ************************************************************ task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86 Saturday 07 March 2026 03:34:50 -0500 (0:00:00.019) 0:01:18.733 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:92 Saturday 07 March 2026 03:34:52 -0500 (0:00:02.169) 0:01:20.902 ******** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\nlsof -i -nP | grep rsyslogd", "delta": "0:00:00.030306", "end": "2026-03-07 03:34:52.790863", "rc": 0, "start": "2026-03-07 03:34:52.760557" } STDOUT: rsyslogd 97056 root 4u IPv4 166967 0t0 TCP *:6514 (LISTEN) rsyslogd 97056 root 5u IPv6 166968 0t0 TCP *:6514 (LISTEN) rsyslogd 97056 root 6u IPv4 166970 0t0 TCP *:20514 (LISTEN) rsyslogd 97056 root 7u IPv6 166971 0t0 TCP *:20514 (LISTEN) TASK [Show lsof output] ******************************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:99 Saturday 07 March 2026 03:34:52 -0500 (0:00:00.613) 0:01:21.516 ******** ok: [managed-node2] => {} MSG: lsof returned rsyslogd 97056 root 4u IPv4 166967 0t0 TCP *:6514 (LISTEN) rsyslogd 97056 root 5u IPv6 166968 0t0 TCP *:6514 (LISTEN) rsyslogd 97056 root 6u IPv4 166970 0t0 TCP *:20514 (LISTEN) rsyslogd 97056 root 7u IPv6 166971 0t0 TCP *:20514 (LISTEN) TASK [Check port 6514, 20514 are open for TCP] ********************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:103 Saturday 07 March 2026 03:34:52 -0500 (0:00:00.058) 0:01:21.575 ******** 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.024148", "end": "2026-03-07 03:34:53.357878", "item": 6514, "rc": 0, "start": "2026-03-07 03:34:53.333730" } STDOUT: rsyslogd 97056 root 4u IPv4 166967 0t0 TCP *:6514 (LISTEN) rsyslogd 97056 root 5u IPv6 166968 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.021665", "end": "2026-03-07 03:34:53.824216", "item": 20514, "rc": 0, "start": "2026-03-07 03:34:53.802551" } STDOUT: rsyslogd 97056 root 6u IPv4 166970 0t0 TCP *:20514 (LISTEN) rsyslogd 97056 root 7u IPv6 166971 0t0 TCP *:20514 (LISTEN) TASK [Check the flows in relp_server0 - 0] ************************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:111 Saturday 07 March 2026 03:34:53 -0500 (0:00:00.990) 0:01:22.566 ******** 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.005428", "end": "2026-03-07 03:34:54.420447", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:34:54.415019" } STDOUT: 2 TASK [Check the flows in relp_server0 - 1] ************************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:119 Saturday 07 March 2026 03:34:54 -0500 (0:00:00.578) 0:01:23.144 ******** 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.007570", "end": "2026-03-07 03:34:54.894495", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:34:54.886925" } STDOUT: 1 TASK [Check the ca cert in relp_server0 - 0] *********************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:127 Saturday 07 March 2026 03:34:54 -0500 (0:00:00.472) 0:01:23.617 ******** 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.005682", "end": "2026-03-07 03:34:55.379995", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:34:55.374313" } STDOUT: 1 TASK [Check the ca cert in relp_server0 - 1] *********************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:135 Saturday 07 March 2026 03:34:55 -0500 (0:00:00.513) 0:01:24.130 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1772872455.018609, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "eb5c19397a0bae53e5d0d56e4a63b1b6d09b7b68", "ctime": 1772872455.0151153, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1435, "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": 1772872455.0151153, "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": "4224661943", "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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:139 Saturday 07 March 2026 03:34:56 -0500 (0:00:00.597) 0:01:24.728 ******** 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.006423", "end": "2026-03-07 03:34:56.512882", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:34:56.506459" } STDOUT: 1 TASK [Check the cert in relp_server0 - 1] ************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:147 Saturday 07 March 2026 03:34:56 -0500 (0:00:00.512) 0:01:25.240 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1772872455.018609, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "eb5c19397a0bae53e5d0d56e4a63b1b6d09b7b68", "ctime": 1772872455.0151153, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1435, "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": 1772872455.0151153, "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": "4224661943", "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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:151 Saturday 07 March 2026 03:34:57 -0500 (0:00:00.519) 0:01:25.760 ******** 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.005801", "end": "2026-03-07 03:34:57.556055", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:34:57.550254" } STDOUT: 1 TASK [Check the private key in relp_server0 - 1] ******************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:159 Saturday 07 March 2026 03:34:57 -0500 (0:00:00.519) 0:01:26.279 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1772872487.5115602, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bf7db2fa733409404a28b9d50741e6024d2355cf", "ctime": 1772872455.0151153, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1432, "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": 1772872455.0151153, "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": "3997427101", "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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:163 Saturday 07 March 2026 03:34:58 -0500 (0:00:00.476) 0:01:26.756 ******** 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.006205", "end": "2026-03-07 03:34:58.534516", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:34:58.528311" } STDOUT: 1 TASK [Check tls.permittedpeer in relp_server1] ********************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:171 Saturday 07 March 2026 03:34:58 -0500 (0:00:00.511) 0:01:27.268 ******** 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.005888", "end": "2026-03-07 03:34:59.057417", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:34:59.051529" } STDOUT: 1 TASK [Check maxDataSize is logging_max_message_size] *************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:182 Saturday 07 March 2026 03:34:59 -0500 (0:00:00.513) 0:01:27.782 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:193 Saturday 07 March 2026 03:34:59 -0500 (0:00:00.025) 0:01:27.807 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "-c", "preserveFQDN=\"on\"", "/etc/rsyslog.d/00-global.conf" ], "delta": "0:00:00.003653", "end": "2026-03-07 03:34:59.562827", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:34:59.559174" } STDOUT: 1 TASK [Check ports managed by firewall and selinux] ***************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:199 Saturday 07 March 2026 03:34:59 -0500 (0:00:00.490) 0:01:28.298 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 07 March 2026 03:34:59 -0500 (0:00:00.052) 0:01:28.350 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 07 March 2026 03:34:59 -0500 (0:00:00.048) 0:01:28.399 ******** 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.224516", "end": "2026-03-07 03:35:00.449938", "item": 6514, "rc": 0, "start": "2026-03-07 03:35:00.225422" } 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.219707", "end": "2026-03-07 03:35:01.149469", "item": 20514, "rc": 0, "start": "2026-03-07 03:35:00.929762" } 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.222317", "end": "2026-03-07 03:35:01.850724", "item": 1514, "rc": 0, "start": "2026-03-07 03:35:01.628407" } STDOUT: 1514/tcp 6514/tcp 20514/tcp TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 07 March 2026 03:35:01 -0500 (0:00:02.175) 0:01:30.575 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 07 March 2026 03:35:01 -0500 (0:00:00.018) 0:01:30.593 ******** 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.284002", "end": "2026-03-07 03:35:02.659023", "item": 6514, "rc": 0, "start": "2026-03-07 03:35:02.375021" } 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.278385", "end": "2026-03-07 03:35:03.391444", "item": 20514, "rc": 0, "start": "2026-03-07 03:35:03.113059" } 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.279035", "end": "2026-03-07 03:35:04.145929", "item": 1514, "rc": 0, "start": "2026-03-07 03:35:03.866894" } 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 07 March 2026 03:35:04 -0500 (0:00:02.276) 0:01:32.869 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:202 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.018) 0:01:32.888 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:207 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.022) 0:01:32.911 ******** included: fedora.linux_system_roles.logging for managed-node2 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.052) 0:01:32.963 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.034) 0:01:32.998 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.029) 0:01:33.028 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.027) 0:01:33.055 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.027) 0:01:33.083 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.041) 0:01:33.124 ******** ok: [managed-node2] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.046) 0:01:33.171 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.053) 0:01:33.225 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.049) 0:01:33.274 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.043) 0:01:33.317 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.018) 0:01:33.336 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.055) 0:01:33.391 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.052) 0:01:33.443 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.042) 0:01:33.486 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.057) 0:01:33.543 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 07 March 2026 03:35:04 -0500 (0:00:00.059) 0:01:33.603 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.075) 0:01:33.679 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.043) 0:01:33.722 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.040) 0:01:33.762 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.038) 0:01:33.801 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.040) 0:01:33.842 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.048) 0:01:33.891 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.044) 0:01:33.935 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.018) 0:01:33.954 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.025) 0:01:33.980 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.018) 0:01:33.998 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.020) 0:01:34.019 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.038) 0:01:34.058 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.045) 0:01:34.104 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.041) 0:01:34.146 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.056) 0:01:34.202 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.041) 0:01:34.244 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.086) 0:01:34.331 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.085) 0:01:34.416 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.062) 0:01:34.479 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.064) 0:01:34.543 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.060) 0:01:34.603 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 07 March 2026 03:35:05 -0500 (0:00:00.048) 0:01:34.652 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 07 March 2026 03:35:06 -0500 (0:00:00.032) 0:01:34.685 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 07 March 2026 03:35:06 -0500 (0:00:00.037) 0:01:34.723 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 07 March 2026 03:35:06 -0500 (0:00:00.024) 0:01:34.747 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 07 March 2026 03:35:06 -0500 (0:00:00.028) 0:01:34.775 ******** ok: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 07 March 2026 03:35:06 -0500 (0:00:00.055) 0:01:34.831 ******** skipping: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 07 March 2026 03:35:06 -0500 (0:00:00.082) 0:01:34.914 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 07 March 2026 03:35:06 -0500 (0:00:00.144) 0:01:35.059 ******** ok: [managed-node2] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.059946", "end": "2026-03-07 03:35:06.949818", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "item": "rsyslog", "rc": 1, "start": "2026-03-07 03:35:06.889872" } 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 07 March 2026 03:35:07 -0500 (0:00:00.641) 0:01:35.701 ******** changed: [managed-node2] => { "changed": true, "cmd": [ "dnf5", "remove", "-y", "rsyslog" ], "delta": "0:00:01.880923", "end": "2026-03-07 03:35:09.403868", "rc": 0, "start": "2026-03-07 03:35:07.522945" } STDOUT: Package Arch Version Repository Size Removing: rsyslog x86_64 8.2508.0-1.fc43 fedora 2.7 MiB Removing dependent packages: rsyslog-relp x86_64 8.2508.0-1.fc43 fedora 57.2 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 librelp x86_64 1.11.0-7.fc43 fedora 171.7 KiB logrotate x86_64 3.22.0-4.fc43 fedora 148.9 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% | 90.0 B/s | 6.0 B | 00m00s [2/7] Removing rsyslog-relp-0:8.2508.0- 100% | 5.0 B/s | 6.0 B | 00m01s >>> Running %preun scriptlet: rsyslog-0:8.2508.0-1.fc43.x86_64 >>> Finished %preun scriptlet: rsyslog-0:8.2508.0-1.fc43.x86_64 >>> Scriptlet output: >>> Removed '/etc/systemd/system/multi-user.target.wants/rsyslog.service'. >>> [3/7] Removing rsyslog-0:8.2508.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% | 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 librelp-0:1.11.0-7.fc43. 100% | 333.0 B/s | 12.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% | 41.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 07 March 2026 03:35:09 -0500 (0:00:02.450) 0:01:38.151 ******** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-8.2508.0-1.fc43.x86_64", "Installed: libestr-0.1.11-12.fc43.x86_64", "Installed: libfastjson-1.2304.0-7.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 07 March 2026 03:35:12 -0500 (0:00:03.069) 0:01:41.220 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 07 March 2026 03:35:12 -0500 (0:00:00.026) 0:01:41.247 ******** 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": "20260110" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "20260110" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "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" } ], "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": "20260110" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc43", "source": "rpm", "version": "6.17.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.1.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": "20260110" } ], "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": "3.fc43", "source": "rpm", "version": "3.31.10" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "7.fc43", "source": "rpm", "version": "9.7" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "7.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": "5.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" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "dnf-plugins-core", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "dnf-utils": [ { "arch": "noarch", "epoch": "None", "name": "dnf-utils", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.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.1" } ], "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": "26", "source": "rpm", "version": "43" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "26", "source": "rpm", "version": "43" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "26", "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": "8.fc43", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "8.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": "5.fc42", "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" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc43", "source": "rpm", "version": "2.86.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "10.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": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "85.fc43", "source": "rpm", "version": "8.40" } ], "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.404" } ], "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": "20260110" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "1.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.18.13" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc43", "source": "rpm", "version": "6.18.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "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": "2.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.3" } ], "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": "3.fc43", "source": "rpm", "version": "2.76" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "1.fc43", "source": "rpm", "version": "0.9.1" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "1.fc43", "source": "rpm", "version": "0.9.1" } ], "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": "5.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": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.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": "1.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.3" } ], "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.5" } ], "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.3" } ], "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.1" } ], "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.3" } ], "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": "0.rc3.fc43", "source": "rpm", "version": "2.8.5" } ], "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" } ], "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.3" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "2.fc43", "source": "rpm", "version": "1.0.21" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "3.fc43", "source": "rpm", "version": "0.7.35" } ], "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": "2.fc43", "source": "rpm", "version": "4.20.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.3" } ], "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.24" } ], "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": "20260110" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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.5" } ], "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": "20260110" } ], "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": "0.rc3.fc43", "source": "rpm", "version": "2.8.5" } ], "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.19.0" } ], "ngtcp2-crypto-ossl": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2-crypto-ossl", "release": "1.fc43", "source": "rpm", "version": "1.19.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": "3.fc43", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "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": "20260110" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "4.fc43", "source": "rpm", "version": "2.6.10" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "6.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "6.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "6.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-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "2.fc43", "source": "rpm", "version": "0.1.10" } ], "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": "521.fc43", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "521.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": "521.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": "521.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": "521.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": "521.fc43", "source": "rpm", "version": "1.20" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "521.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": "521.fc43", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.fc43", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "521.fc43", "source": "rpm", "version": "5.42.0" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "521.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": "521.fc43", "source": "rpm", "version": "5.42.0" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "521.fc43", "source": "rpm", "version": "1.13" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "521.fc43", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "521.fc43", "source": "rpm", "version": "1.40" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "521.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": "521.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", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "6.fc43", "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": "1.fc43", "source": "rpm", "version": "3.14.3" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.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.3" } ], "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": "4.fc43", "source": "rpm", "version": "45.0.4" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "6.fc43", "source": "rpm", "version": "2.9.0.post0" } ], "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-dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf-plugins-core", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "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": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "1.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": "30.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-systemd": [ { "arch": "x86_64", "epoch": "None", "name": "python3-systemd", "release": "17.fc43", "source": "rpm", "version": "235" } ], "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": "20260110" } ], "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": "20260110" } ], "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.2508.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": "42.24" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc43", "source": "rpm", "version": "42.24" } ], "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" } ], "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.5" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "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": "20260110" } ], "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": "2025c" } ], "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.3" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc43", "source": "rpm", "version": "2.41.3" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc43", "source": "rpm", "version": "2.41.3" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "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.5" } ], "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.045" } ], "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": "1.fc43", "source": "rpm", "version": "2.3.3" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "1.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 07 March 2026 03:35:13 -0500 (0:00:01.165) 0:01:42.412 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_version": "8.2508.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 07 March 2026 03:35:13 -0500 (0:00:00.051) 0:01:42.464 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 07 March 2026 03:35:13 -0500 (0:00:00.035) 0:01:42.500 ******** ok: [managed-node2] => {} MSG: Rsyslog_version is 8.2508.0, which is newer than "8.37.0-7.2". TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 07 March 2026 03:35:13 -0500 (0:00:00.052) 0:01:42.553 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 07 March 2026 03:35:13 -0500 (0:00:00.050) 0:01:42.604 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 07 March 2026 03:35:14 -0500 (0:00:00.602) 0:01:43.206 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 07 March 2026 03:35:15 -0500 (0:00:00.631) 0:01:43.838 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 07 March 2026 03:35:15 -0500 (0:00:00.600) 0:01:44.439 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 07 March 2026 03:35:15 -0500 (0:00:00.143) 0:01:44.582 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 07 March 2026 03:35:15 -0500 (0:00:00.071) 0:01:44.654 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 07 March 2026 03:35:16 -0500 (0:00:00.042) 0:01:44.697 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 07 March 2026 03:35:16 -0500 (0:00:00.078) 0:01:44.775 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 07 March 2026 03:35:16 -0500 (0:00:00.023) 0:01:44.799 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 07 March 2026 03:35:16 -0500 (0:00:00.054) 0:01:44.854 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 07 March 2026 03:35:16 -0500 (0:00:00.031) 0:01:44.885 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 07 March 2026 03:35:16 -0500 (0:00:00.027) 0:01:44.912 ******** 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.126983", "end": "2026-03-07 03:35:16.826493", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:35:16.699510" } 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 07 March 2026 03:35:16 -0500 (0:00:00.638) 0:01:45.550 ******** 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/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/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/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/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/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/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/30-output-files-files_output.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_output.conf", "path": "/etc/rsyslog.d/30-output-files-files_output.conf", "state": "absent" } changed: [managed-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/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-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" } 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 07 March 2026 03:35:22 -0500 (0:00:05.166) 0:01:50.717 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 07 March 2026 03:35:22 -0500 (0:00:00.043) 0:01:50.761 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 07 March 2026 03:35:22 -0500 (0:00:00.077) 0:01:50.838 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 07 March 2026 03:35:22 -0500 (0:00:00.061) 0:01:50.899 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 07 March 2026 03:35:22 -0500 (0:00:00.048) 0:01:50.947 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 07 March 2026 03:35:22 -0500 (0:00:00.062) 0:01:51.009 ******** 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 network.target sysinit.target basic.target system.slice", "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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3454459904", "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": "sysinit.target system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "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": "4406", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 07 March 2026 03:35:23 -0500 (0:00:00.688) 0:01:51.698 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 07 March 2026 03:35:23 -0500 (0:00:00.061) 0:01:51.760 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 07 March 2026 03:35:23 -0500 (0:00:00.055) 0:01:51.816 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 07 March 2026 03:35:23 -0500 (0:00:00.046) 0:01:51.862 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 07 March 2026 03:35:23 -0500 (0:00:00.057) 0:01:51.920 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:219 Saturday 07 March 2026 03:35:23 -0500 (0:00:00.061) 0:01:51.982 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 07 March 2026 03:35:23 -0500 (0:00:00.003) 0:01:51.985 ******** 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 network.target sysinit.target basic.target system.slice", "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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3453181952", "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": "sysinit.target system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "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": "4406", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Check ports managed by firewall and selinux - 2] ************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:222 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.736) 0:01:52.721 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.061) 0:01:52.783 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.074) 0:01:52.858 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.045) 0:01:52.903 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.040) 0:01:52.944 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.057) 0:01:53.002 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Set firewall true and selinux false] ************************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:228 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.018) 0:01:53.020 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:233 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.025) 0:01:53.045 ******** included: fedora.linux_system_roles.logging for managed-node2 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.102) 0:01:53.147 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.031) 0:01:53.179 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.027) 0:01:53.206 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.022) 0:01:53.229 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.022) 0:01:53.251 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.052) 0:01:53.304 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.058) 0:01:53.363 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.048) 0:01:53.411 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.037) 0:01:53.449 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.047) 0:01:53.496 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.053) 0:01:53.549 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.049) 0:01:53.598 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 07 March 2026 03:35:24 -0500 (0:00:00.042) 0:01:53.641 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.056) 0:01:53.698 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.078) 0:01:53.777 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.078) 0:01:53.856 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.074) 0:01:53.931 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.075) 0:01:54.006 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.110) 0:01:54.116 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.056) 0:01:54.173 ******** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.185) 0:01:54.359 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.076) 0:01:54.435 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:10 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.046) 0:01:54.482 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:15 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.055) 0:01:54.537 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:22 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.048) 0:01:54.586 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:27 Saturday 07 March 2026 03:35:25 -0500 (0:00:00.047) 0:01:54.634 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:31 Saturday 07 March 2026 03:35:26 -0500 (0:00:00.059) 0:01:54.693 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 07 March 2026 03:35:26 -0500 (0:00:00.155) 0:01:54.849 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Saturday 07 March 2026 03:35:26 -0500 (0:00:00.095) 0:01:54.945 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:12 Saturday 07 March 2026 03:35:26 -0500 (0:00:00.078) 0:01:55.023 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:17 Saturday 07 March 2026 03:35:26 -0500 (0:00:00.066) 0:01:55.089 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 07 March 2026 03:35:26 -0500 (0:00:00.065) 0:01:55.155 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 07 March 2026 03:35:28 -0500 (0:00:01.522) 0:01:56.678 ******** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:39 Saturday 07 March 2026 03:35:28 -0500 (0:00:00.115) 0:01:56.793 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:44 Saturday 07 March 2026 03:35:28 -0500 (0:00:00.079) 0:01:56.873 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Saturday 07 March 2026 03:35:28 -0500 (0:00:00.087) 0:01:56.960 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:17 Saturday 07 March 2026 03:35:28 -0500 (0:00:00.123) 0:01:57.083 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:27 Saturday 07 March 2026 03:35:28 -0500 (0:00:00.117) 0:01:57.201 ******** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-03-07 03:33:41 EST", "ActiveEnterTimestampMonotonic": "580623669", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target polkit.service dbus.socket dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 03:33:40 EST", "AssertTimestampMonotonic": "579749103", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BusName": "org.fedoraproject.FirewallD1", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "516526000", "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-03-07 03:33:40 EST", "ConditionTimestampMonotonic": "579749100", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "9670", "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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-03-07 03:33:40 EST", "ExecMainHandoffTimestampMonotonic": "579776607", "ExecMainPID": "85852", "ExecMainStartTimestamp": "Sat 2026-03-07 03:33:40 EST", "ExecMainStartTimestampMonotonic": "579751639", "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-03-07 03:33:40 EST", "InactiveExitTimestampMonotonic": "579752334", "InvocationID": "875aac74be6645c6b489765f897f693e", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "85852", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3396177920", "MemoryCurrent": "37900288", "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 sysinit.target dbus.socket dbus-broker.service", "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-03-07 03:35:12 EST", "StateChangeTimestampMonotonic": "671283034", "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": "4406", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33 Saturday 07 March 2026 03:35:29 -0500 (0:00:00.729) 0:01:57.930 ******** 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-03-07 03:33:41 EST", "ActiveEnterTimestampMonotonic": "580623669", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target polkit.service dbus.socket dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 03:33:40 EST", "AssertTimestampMonotonic": "579749103", "Before": "network-pre.target multi-user.target shutdown.target", "BindLogSockets": "no", "BusName": "org.fedoraproject.FirewallD1", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "516526000", "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-03-07 03:33:40 EST", "ConditionTimestampMonotonic": "579749100", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "9670", "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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-03-07 03:33:40 EST", "ExecMainHandoffTimestampMonotonic": "579776607", "ExecMainPID": "85852", "ExecMainStartTimestamp": "Sat 2026-03-07 03:33:40 EST", "ExecMainStartTimestampMonotonic": "579751639", "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-03-07 03:33:40 EST", "InactiveExitTimestampMonotonic": "579752334", "InvocationID": "875aac74be6645c6b489765f897f693e", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "85852", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3395788800", "MemoryCurrent": "37900288", "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 sysinit.target dbus.socket dbus-broker.service", "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-03-07 03:35:12 EST", "StateChangeTimestampMonotonic": "671283034", "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": "4406", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:39 Saturday 07 March 2026 03:35:29 -0500 (0:00:00.686) 0:01:58.617 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:48 Saturday 07 March 2026 03:35:30 -0500 (0:00:00.056) 0:01:58.674 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:61 Saturday 07 March 2026 03:35:30 -0500 (0:00:00.086) 0:01:58.760 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Saturday 07 March 2026 03:35:30 -0500 (0:00:00.146) 0:01:58.907 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 07 March 2026 03:35:31 -0500 (0:00:01.437) 0:02:00.345 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:141 Saturday 07 March 2026 03:35:31 -0500 (0:00:00.114) 0:02:00.459 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:150 Saturday 07 March 2026 03:35:31 -0500 (0:00:00.123) 0:02:00.582 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:156 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.095) 0:02:00.678 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:165 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.076) 0:02:00.755 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:176 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.058) 0:02:00.814 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:182 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.049) 0:02:00.864 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.055) 0:02:00.919 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.052) 0:02:00.971 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.047) 0:02:01.018 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.018) 0:02:01.037 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.068) 0:02:01.105 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.018) 0:02:01.124 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.017) 0:02:01.141 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.087) 0:02:01.229 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.050) 0:02:01.280 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.044) 0:02:01.325 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.065) 0:02:01.390 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.051) 0:02:01.442 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.062) 0:02:01.504 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.062) 0:02:01.567 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 07 March 2026 03:35:32 -0500 (0:00:00.062) 0:02:01.629 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 07 March 2026 03:35:33 -0500 (0:00:00.102) 0:02:01.732 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 07 March 2026 03:35:34 -0500 (0:00:01.562) 0:02:03.294 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 07 March 2026 03:35:34 -0500 (0:00:00.131) 0:02:03.425 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 07 March 2026 03:35:36 -0500 (0:00:01.686) 0:02:05.112 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 07 March 2026 03:35:37 -0500 (0:00:01.444) 0:02:06.556 ******** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 07 March 2026 03:35:37 -0500 (0:00:00.047) 0:02:06.604 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 07 March 2026 03:35:38 -0500 (0:00:00.065) 0:02:06.669 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 07 March 2026 03:35:38 -0500 (0:00:00.049) 0:02:06.719 ******** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.989) 0:02:07.708 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.065) 0:02:07.773 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.067) 0:02:07.841 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.066) 0:02:07.908 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.073) 0:02:07.981 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.070) 0:02:08.051 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.092) 0:02:08.143 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.079) 0:02:08.222 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.061) 0:02:08.284 ******** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.063) 0:02:08.348 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.065) 0:02:08.414 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.063) 0:02:08.477 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 07 March 2026 03:35:39 -0500 (0:00:00.084) 0:02:08.562 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 07 March 2026 03:35:40 -0500 (0:00:00.104) 0:02:08.666 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 07 March 2026 03:35:40 -0500 (0:00:00.077) 0:02:08.744 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 07 March 2026 03:35:40 -0500 (0:00:00.033) 0:02:08.778 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 07 March 2026 03:35:40 -0500 (0:00:00.039) 0:02:08.818 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 07 March 2026 03:35:42 -0500 (0:00:01.886) 0:02:10.704 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 07 March 2026 03:35:42 -0500 (0:00:00.022) 0:02:10.727 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:d82524217f20ff83bbe15637004cfaca5a3a3fbc8d60cde1cd55661bbe79b65a", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:1cd643cf4633fdfcadf36445bf83ae0d34b073efd87c78ee537d78f47635e51d", "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:2e35f181e65f77e09afc7e2654b45e82b05d806be28b71516ec26ebeb7bfafc3", "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:8acb134ad4e314baeb7edeecb05e68f004c2b3211c0248ea10d2b9c9ad6bf4db", "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:f0a30ba6097b76265248ed09f93dc48bf7d8fe3bb72a46408c5ec77f7dd4c09b", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:ebb9ff12784312adff525c8bc0755d29b92ef96c76d9fe819f68ec5afb603c01", "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:556076368519a07517feb79c10570dc18a5ae67f5dccd1f7c4f008c45068f058", "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:ab64f6522f43ba56887d762eaa7d73768bea8d1c074955c4a125b7f1599a25e2", "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:5bf63e5bd75c7914a22f25a8ed559df711ec52c8ec4cf960e877d7390a843c82", "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:90b75527d40a3fd9e86396b841b99e7ed6994df43e40c8d9d4a5a56916ac79e6", "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:e0508a705274da1ef882ddfe1fc2b25c2f85f5b793d4a110b6a07279bb6f4272", "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:e57d0b4cd47d32d0ab2da3d610ffcd49a78ce2b614fdc1292a1025e570fdf5ee", "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:6c6813551e7c559df41132e82eaeea6db27175f768744d15b5f0a7ab9fdbc5ee", "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:02df48ab8b69921e18bb7f23a4e7c753cdfcdf4d4f1fdb3c52463e443a6d61d5", "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:6eeef1326abbb69eb9f6a19411d943e4ad68011b14133e4f7acdfae2ecc6f690", "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:34c9cbc57d59a2017c6c75bd69146fd4434fb8f884aba9160539953d6a57d54d", "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:a595991aab540fb9a875229ec9664588885eb00ee320ffc4e5330c50d3f4bee8", "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:a8eb88f666c18149c83b340f6339b5b127caaecea50901ff9866897415139509", "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:aa1916f6260c49b71db8fba7d3d28da0491ec091385a3673815408b4e860f10a", "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:03ac3aac1621905ff1dc5cd4dee94f806777a53588d6fa875cd347de953aacc9", "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:ae8064e9ce1a30b347ea52a3099a7599f5f5db8387a8370e76d8eba27ff52b5b", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:6e3515e91d996aa1d1a17d3b9d79970b8d4fb5225a72a74877e8a42b0fc1f8f6", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:9c7a7f56a2a972176ca65f4d896f014a9c4f74e9984d40f9143dbfb10ecb1736", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:d4e63d47345556f6693139a1780fa5ba5b674c06596c0c288433077d2b2377b4", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:6565d305e423e9da3516635358c15a3b89bf6b22013ac6d8981d35c51b24e52f", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:b4338a24b5cdb782c676e99bc144eaf29b4663ca6d5dac7bfe6d8a83e20b7140", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:44b4dbcec28f2f997ad5776e51ca3307cb77feb1d0610ff135ec33a25aee21a3", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:aa01b53eb7750fc1ac0dcb0e3da0a45b2c4e63c5925bcbcf18273abb740b8dbf", "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:d37764eb02f422d4d4a2097a084ff51e4e5abcc3d62fb185bf499494b4758428", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:4d43318ef5cd34f6a4bddbe3dc7900817c12ca50c274bc0c16f815473cb2c41c", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:0086cf30bb9aba60ef5e9e419025e405e47a6f7d0e9ad509d9de8b140bc555f8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:a56ca89ceeabb81d305d2f4f3cd8c23a5cb98063370eed65ed0398e79421aa6c", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:7b79ab1a787ef8efae72a9820b650d792c4866129607d090738b40f4552064af", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:0010210d875e9f4416c79b1ac140aa4d4e598d1ce6617f13df6c0b81092585ae", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:8213e267567e7468835f335f4d67f80d5afd5a10c1776b25fc7690493e24d5e5", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:779b9809dffa275f1e9cd2cda12b11e48ef396a0c8d194c2d19cafbe018dd2c2", "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:bc0dcfe8df2578628b28c2003ce908b6c16d9691c2a8ea1adbd5efa2328b4fac", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:30a91e60faaed2512ce35fbd31b275b2f074bc9e56b5f041321b967635d08abd", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:84ead4a7a238acae688fbac34229e728db8842910371ab9f498d5fe070d3bad2", "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:3fb5afe0df54a1f9409b167454aee7bb311d3b70ecca5b71751c073a26d811ad", "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:b5cc32d9b2d90d72809657262a233b8f3217dfb7ed83e0b7819dcf5595de124c", "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:b114acae9fe129a71cf2f11ce8da08fffac153ebdbd1e4cfa9bd123627bb6886", "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:e27da45b3cf67df670434da67da72f0634b43c11a9764b62bc7bca7738e32a44", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:5a9c4d8a97863711d779fa6c5866808fffe8ef959a560fde126e1a237c8338f4", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:5e9925da1d09dc745b07e49bf26c2c3db43685381cf40e9216746ef9ed77df26", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:3b9b79e4473ecb1172b1d7a48be33a51c5feb8a8099399971bde1ae34ed51c29", "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:ad393da31180f8aca67491872fd593bbe7dbf9121c66a384e9e5340f8db49fd4", "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:9f445e19e929a629c9f3ce60352e0d2c64f1b6055263e99786b54fd132995111", "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:5b8023ec3f9458112f353f5072f47b810b7352dc5cec9b94d2d561a2836360c3", "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:563f8db6ef2abf88fc5a1f851e11931298e74aaa6440f8fcf7333eff5bf13e4b", "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:273d3fd030608c3d0c10ee23e0f1a567fb3609695f58301ed7b20532f27ea622", "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:1e052bd8a28ca3375c7ffb4384cc81ce10e728998f00a9c274d638a75b042296", "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:aa5061f45d1401796b7de08bfc0540c6a079620d2c9aa9b980d02f96fa2f3327", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:164 Saturday 07 March 2026 03:35:45 -0500 (0:00:03.106) 0:02:13.833 ******** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:d82524217f20ff83bbe15637004cfaca5a3a3fbc8d60cde1cd55661bbe79b65a", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:1cd643cf4633fdfcadf36445bf83ae0d34b073efd87c78ee537d78f47635e51d", "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:2e35f181e65f77e09afc7e2654b45e82b05d806be28b71516ec26ebeb7bfafc3", "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:8acb134ad4e314baeb7edeecb05e68f004c2b3211c0248ea10d2b9c9ad6bf4db", "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:f0a30ba6097b76265248ed09f93dc48bf7d8fe3bb72a46408c5ec77f7dd4c09b", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:ebb9ff12784312adff525c8bc0755d29b92ef96c76d9fe819f68ec5afb603c01", "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:556076368519a07517feb79c10570dc18a5ae67f5dccd1f7c4f008c45068f058", "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:ab64f6522f43ba56887d762eaa7d73768bea8d1c074955c4a125b7f1599a25e2", "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:5bf63e5bd75c7914a22f25a8ed559df711ec52c8ec4cf960e877d7390a843c82", "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:90b75527d40a3fd9e86396b841b99e7ed6994df43e40c8d9d4a5a56916ac79e6", "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:e0508a705274da1ef882ddfe1fc2b25c2f85f5b793d4a110b6a07279bb6f4272", "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:e57d0b4cd47d32d0ab2da3d610ffcd49a78ce2b614fdc1292a1025e570fdf5ee", "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:6c6813551e7c559df41132e82eaeea6db27175f768744d15b5f0a7ab9fdbc5ee", "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:02df48ab8b69921e18bb7f23a4e7c753cdfcdf4d4f1fdb3c52463e443a6d61d5", "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:6eeef1326abbb69eb9f6a19411d943e4ad68011b14133e4f7acdfae2ecc6f690", "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:34c9cbc57d59a2017c6c75bd69146fd4434fb8f884aba9160539953d6a57d54d", "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:a595991aab540fb9a875229ec9664588885eb00ee320ffc4e5330c50d3f4bee8", "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:a8eb88f666c18149c83b340f6339b5b127caaecea50901ff9866897415139509", "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:aa1916f6260c49b71db8fba7d3d28da0491ec091385a3673815408b4e860f10a", "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:03ac3aac1621905ff1dc5cd4dee94f806777a53588d6fa875cd347de953aacc9", "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:ae8064e9ce1a30b347ea52a3099a7599f5f5db8387a8370e76d8eba27ff52b5b", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:6e3515e91d996aa1d1a17d3b9d79970b8d4fb5225a72a74877e8a42b0fc1f8f6", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:9c7a7f56a2a972176ca65f4d896f014a9c4f74e9984d40f9143dbfb10ecb1736", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:d4e63d47345556f6693139a1780fa5ba5b674c06596c0c288433077d2b2377b4", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:6565d305e423e9da3516635358c15a3b89bf6b22013ac6d8981d35c51b24e52f", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:b4338a24b5cdb782c676e99bc144eaf29b4663ca6d5dac7bfe6d8a83e20b7140", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:44b4dbcec28f2f997ad5776e51ca3307cb77feb1d0610ff135ec33a25aee21a3", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:aa01b53eb7750fc1ac0dcb0e3da0a45b2c4e63c5925bcbcf18273abb740b8dbf", "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:d37764eb02f422d4d4a2097a084ff51e4e5abcc3d62fb185bf499494b4758428", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:4d43318ef5cd34f6a4bddbe3dc7900817c12ca50c274bc0c16f815473cb2c41c", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:0086cf30bb9aba60ef5e9e419025e405e47a6f7d0e9ad509d9de8b140bc555f8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:a56ca89ceeabb81d305d2f4f3cd8c23a5cb98063370eed65ed0398e79421aa6c", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:7b79ab1a787ef8efae72a9820b650d792c4866129607d090738b40f4552064af", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:0010210d875e9f4416c79b1ac140aa4d4e598d1ce6617f13df6c0b81092585ae", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:8213e267567e7468835f335f4d67f80d5afd5a10c1776b25fc7690493e24d5e5", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:779b9809dffa275f1e9cd2cda12b11e48ef396a0c8d194c2d19cafbe018dd2c2", "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:bc0dcfe8df2578628b28c2003ce908b6c16d9691c2a8ea1adbd5efa2328b4fac", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:30a91e60faaed2512ce35fbd31b275b2f074bc9e56b5f041321b967635d08abd", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:84ead4a7a238acae688fbac34229e728db8842910371ab9f498d5fe070d3bad2", "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:3fb5afe0df54a1f9409b167454aee7bb311d3b70ecca5b71751c073a26d811ad", "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:b5cc32d9b2d90d72809657262a233b8f3217dfb7ed83e0b7819dcf5595de124c", "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:b114acae9fe129a71cf2f11ce8da08fffac153ebdbd1e4cfa9bd123627bb6886", "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:e27da45b3cf67df670434da67da72f0634b43c11a9764b62bc7bca7738e32a44", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:5a9c4d8a97863711d779fa6c5866808fffe8ef959a560fde126e1a237c8338f4", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:5e9925da1d09dc745b07e49bf26c2c3db43685381cf40e9216746ef9ed77df26", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:3b9b79e4473ecb1172b1d7a48be33a51c5feb8a8099399971bde1ae34ed51c29", "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:ad393da31180f8aca67491872fd593bbe7dbf9121c66a384e9e5340f8db49fd4", "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:9f445e19e929a629c9f3ce60352e0d2c64f1b6055263e99786b54fd132995111", "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:5b8023ec3f9458112f353f5072f47b810b7352dc5cec9b94d2d561a2836360c3", "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:563f8db6ef2abf88fc5a1f851e11931298e74aaa6440f8fcf7333eff5bf13e4b", "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:273d3fd030608c3d0c10ee23e0f1a567fb3609695f58301ed7b20532f27ea622", "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:1e052bd8a28ca3375c7ffb4384cc81ce10e728998f00a9c274d638a75b042296", "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:aa5061f45d1401796b7de08bfc0540c6a079620d2c9aa9b980d02f96fa2f3327", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:170 Saturday 07 March 2026 03:35:45 -0500 (0:00:00.116) 0:02:13.949 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 07 March 2026 03:35:45 -0500 (0:00:00.047) 0:02:13.997 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:191 Saturday 07 March 2026 03:35:45 -0500 (0:00:00.033) 0:02:14.030 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 07 March 2026 03:35:45 -0500 (0:00:00.029) 0:02:14.060 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 07 March 2026 03:35:45 -0500 (0:00:00.063) 0:02:14.123 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 07 March 2026 03:35:45 -0500 (0:00:00.059) 0:02:14.183 ******** included: fedora.linux_system_roles.certificate for managed-node2 TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Saturday 07 March 2026 03:35:45 -0500 (0:00:00.133) 0:02:14.317 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Saturday 07 March 2026 03:35:45 -0500 (0:00:00.091) 0:02:14.408 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Saturday 07 March 2026 03:35:45 -0500 (0:00:00.076) 0:02:14.485 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Saturday 07 March 2026 03:35:45 -0500 (0:00:00.063) 0:02:14.548 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Saturday 07 March 2026 03:35:45 -0500 (0:00:00.071) 0:02:14.620 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Saturday 07 March 2026 03:35:46 -0500 (0:00:00.074) 0:02:14.695 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Saturday 07 March 2026 03:35:46 -0500 (0:00:00.058) 0:02:14.753 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Saturday 07 March 2026 03:35:46 -0500 (0:00:00.042) 0:02:14.796 ******** 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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Saturday 07 March 2026 03:35:46 -0500 (0:00:00.105) 0:02:14.902 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Saturday 07 March 2026 03:35:47 -0500 (0:00:01.568) 0:02:16.471 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Saturday 07 March 2026 03:35:49 -0500 (0:00:01.515) 0:02:17.986 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Saturday 07 March 2026 03:35:49 -0500 (0:00:00.539) 0:02:18.525 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Saturday 07 March 2026 03:35:50 -0500 (0:00:00.608) 0:02:19.133 ******** 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-03-07 03:34:13 EST", "ActiveEnterTimestampMonotonic": "612389921", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service systemd-journald.socket dbus.socket system.slice syslog.target sysinit.target basic.target network.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 03:34:13 EST", "AssertTimestampMonotonic": "612354848", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BusName": "org.fedorahosted.certmonger", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "543980000", "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-03-07 03:34:13 EST", "ConditionTimestampMonotonic": "612354844", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlGroupId": "10360", "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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-03-07 03:34:13 EST", "ExecMainHandoffTimestampMonotonic": "612366048", "ExecMainPID": "90199", "ExecMainStartTimestamp": "Sat 2026-03-07 03:34:13 EST", "ExecMainStartTimestampMonotonic": "612356438", "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-03-07 03:34:13 EST", "InactiveExitTimestampMonotonic": "612357498", "InvocationID": "e874b4b47a3c4e0295014f55bd2689e1", "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": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "90199", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3322294272", "MemoryCurrent": "3690496", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "14106624", "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": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-03-07 03:35:12 EST", "StateChangeTimestampMonotonic": "671283212", "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": "4406", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Saturday 07 March 2026 03:35:51 -0500 (0:00:00.728) 0:02:19.862 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Saturday 07 March 2026 03:35:52 -0500 (0:00:01.020) 0:02:20.882 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.051) 0:02:20.934 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.064) 0:02:20.999 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.043) 0:02:21.043 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.078) 0:02:21.121 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.077) 0:02:21.199 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.118) 0:02:21.317 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.044) 0:02:21.362 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.039) 0:02:21.402 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.037) 0:02:21.439 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.043) 0:02:21.482 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.045) 0:02:21.528 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 07 March 2026 03:35:52 -0500 (0:00:00.060) 0:02:21.588 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 07 March 2026 03:35:53 -0500 (0:00:00.074) 0:02:21.663 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 07 March 2026 03:35:53 -0500 (0:00:00.094) 0:02:21.758 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 07 March 2026 03:35:53 -0500 (0:00:00.081) 0:02:21.840 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 07 March 2026 03:35:53 -0500 (0:00:00.069) 0:02:21.909 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 07 March 2026 03:35:53 -0500 (0:00:00.057) 0:02:21.967 ******** ok: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 07 March 2026 03:35:53 -0500 (0:00:00.115) 0:02:22.082 ******** skipping: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 07 March 2026 03:35:53 -0500 (0:00:00.128) 0:02:22.211 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 07 March 2026 03:35:53 -0500 (0:00:00.198) 0:02:22.410 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 07 March 2026 03:35:53 -0500 (0:00:00.074) 0:02:22.484 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 07 March 2026 03:35:53 -0500 (0:00:00.067) 0:02:22.551 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 07 March 2026 03:35:55 -0500 (0:00:01.576) 0:02:24.128 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 07 March 2026 03:35:55 -0500 (0:00:00.024) 0:02:24.152 ******** 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": "20260110" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "20260110" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "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" } ], "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": "20260110" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc43", "source": "rpm", "version": "6.17.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.1.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": "20260110" } ], "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": "3.fc43", "source": "rpm", "version": "3.31.10" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "7.fc43", "source": "rpm", "version": "9.7" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "7.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": "5.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" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "dnf-plugins-core", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "dnf-utils": [ { "arch": "noarch", "epoch": "None", "name": "dnf-utils", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.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.1" } ], "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": "26", "source": "rpm", "version": "43" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "26", "source": "rpm", "version": "43" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "26", "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": "8.fc43", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "8.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": "5.fc42", "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" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc43", "source": "rpm", "version": "2.86.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "10.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": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "85.fc43", "source": "rpm", "version": "8.40" } ], "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.404" } ], "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": "20260110" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "1.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.18.13" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc43", "source": "rpm", "version": "6.18.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "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": "2.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.3" } ], "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": "3.fc43", "source": "rpm", "version": "2.76" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "1.fc43", "source": "rpm", "version": "0.9.1" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "1.fc43", "source": "rpm", "version": "0.9.1" } ], "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": "5.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": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.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": "1.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.3" } ], "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.5" } ], "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.3" } ], "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.1" } ], "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.3" } ], "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": "0.rc3.fc43", "source": "rpm", "version": "2.8.5" } ], "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" } ], "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.3" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "2.fc43", "source": "rpm", "version": "1.0.21" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "3.fc43", "source": "rpm", "version": "0.7.35" } ], "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": "2.fc43", "source": "rpm", "version": "4.20.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.3" } ], "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.24" } ], "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": "20260110" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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.5" } ], "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": "20260110" } ], "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": "0.rc3.fc43", "source": "rpm", "version": "2.8.5" } ], "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.19.0" } ], "ngtcp2-crypto-ossl": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2-crypto-ossl", "release": "1.fc43", "source": "rpm", "version": "1.19.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": "3.fc43", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "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": "20260110" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "4.fc43", "source": "rpm", "version": "2.6.10" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "6.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "6.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "6.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-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "2.fc43", "source": "rpm", "version": "0.1.10" } ], "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": "521.fc43", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "521.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": "521.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": "521.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": "521.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": "521.fc43", "source": "rpm", "version": "1.20" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "521.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": "521.fc43", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.fc43", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "521.fc43", "source": "rpm", "version": "5.42.0" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "521.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": "521.fc43", "source": "rpm", "version": "5.42.0" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "521.fc43", "source": "rpm", "version": "1.13" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "521.fc43", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "521.fc43", "source": "rpm", "version": "1.40" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "521.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": "521.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", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "6.fc43", "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": "1.fc43", "source": "rpm", "version": "3.14.3" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.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.3" } ], "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": "4.fc43", "source": "rpm", "version": "45.0.4" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "6.fc43", "source": "rpm", "version": "2.9.0.post0" } ], "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-dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf-plugins-core", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "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": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "1.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": "30.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-systemd": [ { "arch": "x86_64", "epoch": "None", "name": "python3-systemd", "release": "17.fc43", "source": "rpm", "version": "235" } ], "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": "20260110" } ], "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": "20260110" } ], "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.2508.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": "42.24" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc43", "source": "rpm", "version": "42.24" } ], "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" } ], "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.5" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "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": "20260110" } ], "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": "2025c" } ], "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.3" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc43", "source": "rpm", "version": "2.41.3" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc43", "source": "rpm", "version": "2.41.3" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "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.5" } ], "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.045" } ], "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": "1.fc43", "source": "rpm", "version": "2.3.3" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "1.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 07 March 2026 03:35:56 -0500 (0:00:01.123) 0:02:25.276 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_version": "8.2508.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 07 March 2026 03:35:56 -0500 (0:00:00.048) 0:02:25.324 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 07 March 2026 03:35:56 -0500 (0:00:00.033) 0:02:25.357 ******** ok: [managed-node2] => {} MSG: Rsyslog_version is 8.2508.0, which is newer than "8.37.0-7.2". TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 07 March 2026 03:35:56 -0500 (0:00:00.035) 0:02:25.393 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 07 March 2026 03:35:56 -0500 (0:00:00.039) 0:02:25.433 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 07 March 2026 03:35:57 -0500 (0:00:00.501) 0:02:25.934 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 07 March 2026 03:35:57 -0500 (0:00:00.525) 0:02:26.460 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 07 March 2026 03:35:58 -0500 (0:00:00.500) 0:02:26.960 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 07 March 2026 03:35:58 -0500 (0:00:00.236) 0:02:27.197 ******** 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-1772872558.6670706-30721-125680212897618/.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-1772872559.6364675-30721-18759471793511/.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-1772872560.599586-30721-34156643851173/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 07 March 2026 03:36:01 -0500 (0:00:02.968) 0:02:30.168 ******** 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-1772872558.6670706-30721-125680212897618/.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-1772872558.6670706-30721-125680212897618/.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-1772872559.6364675-30721-18759471793511/.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-1772872559.6364675-30721-18759471793511/.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-1772872560.599586-30721-34156643851173/.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-1772872560.599586-30721-34156643851173/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 07 March 2026 03:36:01 -0500 (0:00:00.109) 0:02:30.278 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 07 March 2026 03:36:01 -0500 (0:00:00.088) 0:02:30.366 ******** ok: [managed-node2] => (item={'name': 'system_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 07 March 2026 03:36:01 -0500 (0:00:00.079) 0:02:30.445 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Saturday 07 March 2026 03:36:01 -0500 (0:00:00.097) 0:02:30.543 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:36:01 -0500 (0:00:00.082) 0:02:30.625 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:36:02 -0500 (0:00:00.051) 0:02:30.677 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:36:02 -0500 (0:00:00.047) 0:02:30.724 ******** 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-1772872558.6670706-30721-125680212897618/.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-1772872558.6670706-30721-125680212897618/.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-1772872559.6364675-30721-18759471793511/.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-1772872559.6364675-30721-18759471793511/.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-1772872560.599586-30721-34156643851173/.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-1772872560.599586-30721-34156643851173/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:36:02 -0500 (0:00:00.051) 0:02:30.776 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Saturday 07 March 2026 03:36:02 -0500 (0:00:00.036) 0:02:30.812 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:36:02 -0500 (0:00:00.055) 0:02:30.868 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:36:02 -0500 (0:00:00.039) 0:02:30.907 ******** 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-1772872562.4081576-30905-30343125033908/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:36:03 -0500 (0:00:01.029) 0:02:31.937 ******** 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-1772872558.6670706-30721-125680212897618/.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-1772872558.6670706-30721-125680212897618/.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-1772872559.6364675-30721-18759471793511/.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-1772872559.6364675-30721-18759471793511/.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-1772872560.599586-30721-34156643851173/.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-1772872560.599586-30721-34156643851173/.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-1772872562.4081576-30905-30343125033908/.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-1772872562.4081576-30905-30343125033908/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:36:03 -0500 (0:00:00.053) 0:02:31.991 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 07 March 2026 03:36:03 -0500 (0:00:00.154) 0:02:32.145 ******** 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-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 07 March 2026 03:36:03 -0500 (0:00:00.093) 0:02:32.238 ******** included: /tmp/collections-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2 Saturday 07 March 2026 03:36:03 -0500 (0:00:00.106) 0:02:32.345 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 07 March 2026 03:36:03 -0500 (0:00:00.052) 0:02:32.398 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 07 March 2026 03:36:03 -0500 (0:00:00.045) 0:02:32.443 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 07 March 2026 03:36:03 -0500 (0:00:00.044) 0:02:32.487 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 07 March 2026 03:36:03 -0500 (0:00:00.048) 0:02:32.536 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 07 March 2026 03:36:03 -0500 (0:00:00.059) 0:02:32.596 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9 Saturday 07 March 2026 03:36:04 -0500 (0:00:00.079) 0:02:32.675 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:36:04 -0500 (0:00:00.080) 0:02:32.755 ******** Notification for handler Restart rsyslogd has been saved. changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-relp-8.2508.0-1.fc43.x86_64", "Installed: librelp-1.11.0-7.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:36:06 -0500 (0:00:02.004) 0:02:34.760 ******** 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-1772872566.2304206-31057-245103550114250/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:36:07 -0500 (0:00:01.012) 0:02:35.773 ******** 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-1772872558.6670706-30721-125680212897618/.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-1772872558.6670706-30721-125680212897618/.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-1772872559.6364675-30721-18759471793511/.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-1772872559.6364675-30721-18759471793511/.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-1772872560.599586-30721-34156643851173/.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-1772872560.599586-30721-34156643851173/.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-1772872562.4081576-30905-30343125033908/.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-1772872562.4081576-30905-30343125033908/.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-1772872566.2304206-31057-245103550114250/.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-1772872566.2304206-31057-245103550114250/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:36:07 -0500 (0:00:00.061) 0:02:35.834 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16 Saturday 07 March 2026 03:36:07 -0500 (0:00:00.052) 0:02:35.886 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:36:07 -0500 (0:00:00.082) 0:02:35.969 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:36:07 -0500 (0:00:00.057) 0:02:36.026 ******** 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-1772872567.5872004-31121-85015389535746/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:36:08 -0500 (0:00:01.137) 0:02:37.163 ******** 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-1772872558.6670706-30721-125680212897618/.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-1772872558.6670706-30721-125680212897618/.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-1772872559.6364675-30721-18759471793511/.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-1772872559.6364675-30721-18759471793511/.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-1772872560.599586-30721-34156643851173/.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-1772872560.599586-30721-34156643851173/.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-1772872562.4081576-30905-30343125033908/.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-1772872562.4081576-30905-30343125033908/.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-1772872566.2304206-31057-245103550114250/.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-1772872566.2304206-31057-245103550114250/.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-1772872567.5872004-31121-85015389535746/.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-1772872567.5872004-31121-85015389535746/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:36:08 -0500 (0:00:00.054) 0:02:37.217 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:2 Saturday 07 March 2026 03:36:08 -0500 (0:00:00.164) 0:02:37.382 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:10 Saturday 07 March 2026 03:36:08 -0500 (0:00:00.086) 0:02:37.469 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:17 Saturday 07 March 2026 03:36:08 -0500 (0:00:00.101) 0:02:37.570 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:24 Saturday 07 March 2026 03:36:08 -0500 (0:00:00.069) 0:02:37.639 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:31 Saturday 07 March 2026 03:36:09 -0500 (0:00:00.069) 0:02:37.709 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_certs.yml:36 Saturday 07 March 2026 03:36:09 -0500 (0:00:00.070) 0:02:37.780 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:9 Saturday 07 March 2026 03:36:09 -0500 (0:00:00.063) 0:02:37.843 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:36:09 -0500 (0:00:00.081) 0:02:37.925 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:36:10 -0500 (0:00:01.572) 0:02:39.497 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:36:11 -0500 (0:00:00.920) 0:02:40.418 ******** 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-1772872558.6670706-30721-125680212897618/.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-1772872558.6670706-30721-125680212897618/.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-1772872559.6364675-30721-18759471793511/.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-1772872559.6364675-30721-18759471793511/.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-1772872560.599586-30721-34156643851173/.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-1772872560.599586-30721-34156643851173/.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-1772872562.4081576-30905-30343125033908/.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-1772872562.4081576-30905-30343125033908/.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-1772872566.2304206-31057-245103550114250/.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-1772872566.2304206-31057-245103550114250/.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-1772872567.5872004-31121-85015389535746/.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-1772872567.5872004-31121-85015389535746/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:36:11 -0500 (0:00:00.084) 0:02:40.502 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/relp/main.yml:16 Saturday 07 March 2026 03:36:11 -0500 (0:00:00.074) 0:02:40.577 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:36:11 -0500 (0:00:00.065) 0:02:40.643 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:36:12 -0500 (0:00:00.064) 0:02:40.708 ******** 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-1772872572.2423708-31347-115858583143435/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:36:13 -0500 (0:00:01.066) 0:02:41.775 ******** 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-1772872558.6670706-30721-125680212897618/.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-1772872558.6670706-30721-125680212897618/.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-1772872559.6364675-30721-18759471793511/.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-1772872559.6364675-30721-18759471793511/.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-1772872560.599586-30721-34156643851173/.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-1772872560.599586-30721-34156643851173/.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-1772872562.4081576-30905-30343125033908/.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-1772872562.4081576-30905-30343125033908/.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-1772872566.2304206-31057-245103550114250/.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-1772872566.2304206-31057-245103550114250/.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-1772872567.5872004-31121-85015389535746/.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-1772872567.5872004-31121-85015389535746/.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-1772872572.2423708-31347-115858583143435/.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-1772872572.2423708-31347-115858583143435/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:36:13 -0500 (0:00:00.099) 0:02:41.875 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 07 March 2026 03:36:13 -0500 (0:00:00.205) 0:02:42.080 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:36:13 -0500 (0:00:00.118) 0:02:42.199 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:36:13 -0500 (0:00:00.059) 0:02:42.259 ******** 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-1772872573.7178695-31407-275711799205507/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:36:14 -0500 (0:00:00.993) 0:02:43.253 ******** 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-1772872558.6670706-30721-125680212897618/.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-1772872558.6670706-30721-125680212897618/.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-1772872559.6364675-30721-18759471793511/.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-1772872559.6364675-30721-18759471793511/.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-1772872560.599586-30721-34156643851173/.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-1772872560.599586-30721-34156643851173/.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-1772872562.4081576-30905-30343125033908/.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-1772872562.4081576-30905-30343125033908/.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-1772872566.2304206-31057-245103550114250/.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-1772872566.2304206-31057-245103550114250/.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-1772872567.5872004-31121-85015389535746/.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-1772872567.5872004-31121-85015389535746/.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-1772872572.2423708-31347-115858583143435/.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-1772872572.2423708-31347-115858583143435/.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-1772872573.7178695-31407-275711799205507/.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-1772872573.7178695-31407-275711799205507/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:36:14 -0500 (0:00:00.059) 0:02:43.312 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 07 March 2026 03:36:14 -0500 (0:00:00.055) 0:02:43.367 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:36:14 -0500 (0:00:00.051) 0:02:43.419 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:36:14 -0500 (0:00:00.037) 0:02:43.456 ******** 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-1772872574.9321854-31455-103320297821699/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:36:15 -0500 (0:00:00.988) 0:02:44.444 ******** 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-1772872558.6670706-30721-125680212897618/.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-1772872558.6670706-30721-125680212897618/.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-1772872559.6364675-30721-18759471793511/.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-1772872559.6364675-30721-18759471793511/.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-1772872560.599586-30721-34156643851173/.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-1772872560.599586-30721-34156643851173/.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-1772872562.4081576-30905-30343125033908/.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-1772872562.4081576-30905-30343125033908/.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-1772872566.2304206-31057-245103550114250/.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-1772872566.2304206-31057-245103550114250/.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-1772872567.5872004-31121-85015389535746/.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-1772872567.5872004-31121-85015389535746/.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-1772872572.2423708-31347-115858583143435/.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-1772872572.2423708-31347-115858583143435/.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-1772872573.7178695-31407-275711799205507/.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-1772872573.7178695-31407-275711799205507/.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-1772872574.9321854-31455-103320297821699/.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-1772872574.9321854-31455-103320297821699/.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:36:15 -0500 (0:00:00.055) 0:02:44.500 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 07 March 2026 03:36:15 -0500 (0:00:00.099) 0:02:44.600 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 07 March 2026 03:36:15 -0500 (0:00:00.039) 0:02:44.640 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 07 March 2026 03:36:16 -0500 (0:00:00.075) 0:02:44.715 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 07 March 2026 03:36:16 -0500 (0:00:00.045) 0:02:44.761 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 07 March 2026 03:36:16 -0500 (0:00:00.072) 0:02:44.833 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 07 March 2026 03:36:16 -0500 (0:00:00.054) 0:02:44.887 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 07 March 2026 03:36:16 -0500 (0:00:00.067) 0:02:44.955 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 07 March 2026 03:36:16 -0500 (0:00:00.046) 0:02:45.002 ******** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "rsyslog", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-03-07 03:35:23 EST", "ActiveEnterTimestampMonotonic": "682836812", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target network.target sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 03:35:23 EST", "AssertTimestampMonotonic": "682805263", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "156849000", "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-03-07 03:35:23 EST", "ConditionTimestampMonotonic": "682805260", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "11374", "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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-03-07 03:35:23 EST", "ExecMainHandoffTimestampMonotonic": "682832495", "ExecMainPID": "106161", "ExecMainStartTimestamp": "Sat 2026-03-07 03:35:23 EST", "ExecMainStartTimestampMonotonic": "682806659", "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-03-07 03:35:23 EST] ; stop_time=[n/a] ; pid=106161 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-03-07 03:35:23 EST] ; stop_time=[n/a] ; pid=106161 ; 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-03-07 03:35:23 EST", "InactiveExitTimestampMonotonic": "682807546", "InvocationID": "fc21b333bc9b408c8071e2c5b3689ef6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "106161", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3454767104", "MemoryCurrent": "2220032", "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": "sysinit.target system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-03-07 03:35:23 EST", "StateChangeTimestampMonotonic": "682836812", "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": "4406", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 07 March 2026 03:36:17 -0500 (0:00:00.667) 0:02:45.669 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 07 March 2026 03:36:17 -0500 (0:00:00.045) 0:02:45.714 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 07 March 2026 03:36:17 -0500 (0:00:00.055) 0:02:45.770 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 07 March 2026 03:36:17 -0500 (0:00:00.057) 0:02:45.827 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1772872523.9375076, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b469de7f813797aff0d514249d57cb8b3ed3157d", "ctime": 1772872511.665524, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 798, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1757030400.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3403, "uid": 0, "version": "754648616", "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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 07 March 2026 03:36:17 -0500 (0:00:00.553) 0:02:46.381 ******** 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-1772872577.8089395-31591-203790154611894/.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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:275 Saturday 07 March 2026 03:36:18 -0500 (0:00:01.055) 0:02:47.436 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 07 March 2026 03:36:18 -0500 (0:00:00.006) 0:02:47.442 ******** changed: [managed-node2] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-03-07 03:35:23 EST", "ActiveEnterTimestampMonotonic": "682836812", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target network.target sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-03-07 03:35:23 EST", "AssertTimestampMonotonic": "682805263", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUUsageNSec": "164368000", "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-03-07 03:35:23 EST", "ConditionTimestampMonotonic": "682805260", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "11374", "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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-03-07 03:35:23 EST", "ExecMainHandoffTimestampMonotonic": "682832495", "ExecMainPID": "106161", "ExecMainStartTimestamp": "Sat 2026-03-07 03:35:23 EST", "ExecMainStartTimestampMonotonic": "682806659", "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-03-07 03:35:23 EST] ; stop_time=[n/a] ; pid=106161 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2026-03-07 03:35:23 EST] ; stop_time=[n/a] ; pid=106161 ; 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-03-07 03:35:23 EST", "InactiveExitTimestampMonotonic": "682807546", "InvocationID": "fc21b333bc9b408c8071e2c5b3689ef6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "106161", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3450793984", "MemoryCurrent": "2179072", "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": "sysinit.target system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_UNIX", "RestrictNamespaces": "net", "RestrictRealtime": "no", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-03-07 03:35:23 EST", "StateChangeTimestampMonotonic": "682836812", "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": "4406", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Ensure config file size and counts - 2] ********************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:278 Saturday 07 March 2026 03:36:19 -0500 (0:00:00.991) 0:02:48.433 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:2 Saturday 07 March 2026 03:36:19 -0500 (0:00:00.034) 0:02:48.467 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1772872579.6904361, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1772872578.688438, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 288010, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772872578.689461, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "3945956171", "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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:7 Saturday 07 March 2026 03:36:20 -0500 (0:00:00.522) 0:02:48.989 ******** ok: [managed-node2] => { "changed": false, "examined": 10, "files": [ { "atime": 1772872247.9298635, "ctime": 1772872210.0144575, "dev": 51714, "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, "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": 1772872579.6904361, "ctime": 1772872563.209883, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 287927, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872562.8464582, "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": 1772872579.6904361, "ctime": 1772872561.41346, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 287926, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872561.0454605, "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": 1772872579.6904361, "ctime": 1772872559.5154624, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 287924, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872559.1514628, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 158, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1772872579.6904361, "ctime": 1772872574.5254433, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 287998, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872574.1604438, "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": 1772872579.6904361, "ctime": 1772872560.48794, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262626, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872560.0774617, "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": 1772872579.6904361, "ctime": 1772872575.7164419, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 288009, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872575.3614423, "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": 1772872571.3074474, "ctime": 1772872567.048645, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 264653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872566.6874533, "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": 1772872579.6904361, "ctime": 1772872568.4388533, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 287928, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872568.0794516, "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": 1772872579.6904361, "ctime": 1772872573.0208428, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 287988, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1772872572.6634457, "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 } ], "matched": 10, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:13 Saturday 07 March 2026 03:36:20 -0500 (0:00:00.483) 0:02:49.473 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:18 Saturday 07 March 2026 03:36:20 -0500 (0:00:00.028) 0:02:49.501 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:23 Saturday 07 March 2026 03:36:20 -0500 (0:00:00.019) 0:02:49.521 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:27 Saturday 07 March 2026 03:36:20 -0500 (0:00:00.028) 0:02:49.550 ******** 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": 1772872579.6904361, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a3da2b99a00020e2e23cc07c32338df6691773a1", "ctime": 1772872568.4388533, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 287928, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772872568.0794516, "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": "2647855738", "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": 1772872579.6904361, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "55a6111b68b3f37dd104bb6b4888ed4321fc5bcf", "ctime": 1772872573.0208428, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 287988, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1772872572.6634457, "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": "4056548845", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_daemon_config_files.yml:35 Saturday 07 March 2026 03:36:21 -0500 (0:00:01.039) 0:02:50.590 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:288 Saturday 07 March 2026 03:36:21 -0500 (0:00:00.040) 0:02:50.630 ******** 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.005966", "end": "2026-03-07 03:36:22.388999", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:36:22.383033" } STDOUT: 1 TASK [Check the ca cert in relp_client0 - 0] *********************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:297 Saturday 07 March 2026 03:36:22 -0500 (0:00:00.489) 0:02:51.120 ******** 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.005846", "end": "2026-03-07 03:36:22.910183", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:36:22.904337" } STDOUT: 1 TASK [Check the ca cert in relp_client0 - 1] *********************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:305 Saturday 07 March 2026 03:36:22 -0500 (0:00:00.524) 0:02:51.645 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1772872552.057162, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f177b47cc2d879f8ca108aab5264fa943f38f9cd", "ctime": 1772872552.053971, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1435, "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": 1772872552.053971, "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": "4224661943", "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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:309 Saturday 07 March 2026 03:36:23 -0500 (0:00:00.509) 0:02:52.154 ******** 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.005713", "end": "2026-03-07 03:36:23.941674", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:36:23.935961" } STDOUT: 1 TASK [Check the cert in relp_client0 - 1] ************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:317 Saturday 07 March 2026 03:36:24 -0500 (0:00:00.517) 0:02:52.672 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1772872552.057162, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f177b47cc2d879f8ca108aab5264fa943f38f9cd", "ctime": 1772872552.053971, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1435, "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": 1772872552.053971, "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": "4224661943", "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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:321 Saturday 07 March 2026 03:36:24 -0500 (0:00:00.511) 0:02:53.184 ******** 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.005600", "end": "2026-03-07 03:36:24.986688", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:36:24.981088" } STDOUT: 1 TASK [Check the private key in relp_client0 - 1] ******************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:329 Saturday 07 March 2026 03:36:25 -0500 (0:00:00.536) 0:02:53.720 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1772872487.5115602, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bf7db2fa733409404a28b9d50741e6024d2355cf", "ctime": 1772872552.053971, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1432, "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": 1772872552.053971, "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": "3997427101", "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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:333 Saturday 07 March 2026 03:36:25 -0500 (0:00:00.509) 0:02:54.230 ******** 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.005892", "end": "2026-03-07 03:36:26.027179", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:36:26.021287" } STDOUT: 1 TASK [Check tls.permittedpeer in relp_client1] ********************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:341 Saturday 07 March 2026 03:36:26 -0500 (0:00:00.526) 0:02:54.756 ******** 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.005887", "end": "2026-03-07 03:36:26.550163", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:36:26.544276" } STDOUT: 1 TASK [Check ports managed by firewall and selinux - 3] ************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:351 Saturday 07 March 2026 03:36:26 -0500 (0:00:00.520) 0:02:55.277 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 07 March 2026 03:36:26 -0500 (0:00:00.034) 0:02:55.311 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 07 March 2026 03:36:26 -0500 (0:00:00.038) 0:02:55.350 ******** 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.222485", "end": "2026-03-07 03:36:27.342245", "item": 6514, "rc": 0, "start": "2026-03-07 03:36:27.119760" } 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.223282", "end": "2026-03-07 03:36:28.016577", "item": 7514, "rc": 0, "start": "2026-03-07 03:36:27.793295" } STDOUT: 1514/tcp 6514/tcp 7514/tcp 20514/tcp TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 07 March 2026 03:36:28 -0500 (0:00:01.420) 0:02:56.770 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 07 March 2026 03:36:28 -0500 (0:00:00.036) 0:02:56.807 ******** 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.283494", "end": "2026-03-07 03:36:28.885477", "item": 6514, "rc": 0, "start": "2026-03-07 03:36:28.601983" } 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.281384", "end": "2026-03-07 03:36:29.638376", "item": 7514, "rc": 0, "start": "2026-03-07 03:36:29.356992" } 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 07 March 2026 03:36:29 -0500 (0:00:01.558) 0:02:58.366 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:354 Saturday 07 March 2026 03:36:29 -0500 (0:00:00.018) 0:02:58.385 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:359 Saturday 07 March 2026 03:36:29 -0500 (0:00:00.022) 0:02:58.408 ******** included: fedora.linux_system_roles.logging for managed-node2 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Saturday 07 March 2026 03:36:29 -0500 (0:00:00.052) 0:02:58.461 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Saturday 07 March 2026 03:36:29 -0500 (0:00:00.032) 0:02:58.494 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Saturday 07 March 2026 03:36:29 -0500 (0:00:00.029) 0:02:58.523 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Saturday 07 March 2026 03:36:29 -0500 (0:00:00.029) 0:02:58.553 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Saturday 07 March 2026 03:36:29 -0500 (0:00:00.053) 0:02:58.606 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.081) 0:02:58.688 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.070) 0:02:58.759 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.066) 0:02:58.825 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.055) 0:02:58.881 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.062) 0:02:58.944 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.039) 0:02:58.983 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.109) 0:02:59.092 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.077) 0:02:59.170 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.075) 0:02:59.246 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.068) 0:02:59.315 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.058) 0:02:59.373 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.074) 0:02:59.447 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.062) 0:02:59.510 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.065) 0:02:59.575 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Saturday 07 March 2026 03:36:30 -0500 (0:00:00.056) 0:02:59.632 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.090) 0:02:59.722 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.095) 0:02:59.818 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.078) 0:02:59.896 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.038) 0:02:59.934 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.028) 0:02:59.963 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.030) 0:02:59.993 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.031) 0:03:00.024 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.062) 0:03:00.087 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.072) 0:03:00.160 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.055) 0:03:00.215 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.116) 0:03:00.331 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.090) 0:03:00.421 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.102) 0:03:00.523 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.039) 0:03:00.563 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Saturday 07 March 2026 03:36:31 -0500 (0:00:00.038) 0:03:00.602 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Saturday 07 March 2026 03:36:32 -0500 (0:00:00.056) 0:03:00.658 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Saturday 07 March 2026 03:36:32 -0500 (0:00:00.041) 0:03:00.700 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Saturday 07 March 2026 03:36:32 -0500 (0:00:00.043) 0:03:00.743 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Saturday 07 March 2026 03:36:32 -0500 (0:00:00.036) 0:03:00.780 ******** skipping: [managed-node2] => { "changed": false, "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Saturday 07 March 2026 03:36:32 -0500 (0:00:00.060) 0:03:00.840 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Saturday 07 March 2026 03:36:32 -0500 (0:00:00.038) 0:03:00.879 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Saturday 07 March 2026 03:36:32 -0500 (0:00:00.038) 0:03:00.917 ******** ok: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Saturday 07 March 2026 03:36:32 -0500 (0:00:00.081) 0:03:00.999 ******** skipping: [managed-node2] => (item=/tmp/collections-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Saturday 07 March 2026 03:36:32 -0500 (0:00:00.156) 0:03:01.155 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:17 Saturday 07 March 2026 03:36:32 -0500 (0:00:00.214) 0:03:01.369 ******** ok: [managed-node2] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.058629", "end": "2026-03-07 03:36:33.300015", "failed_when_result": false, "failed_when_suppressed_exception": "(traceback unavailable)", "item": "rsyslog", "rc": 1, "start": "2026-03-07 03:36:33.241386" } 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 Saturday 07 March 2026 03:36:33 -0500 (0:00:00.666) 0:03:02.036 ******** changed: [managed-node2] => { "changed": true, "cmd": [ "dnf5", "remove", "-y", "rsyslog" ], "delta": "0:00:00.888587", "end": "2026-03-07 03:36:34.807106", "rc": 0, "start": "2026-03-07 03:36:33.918519" } STDOUT: Package Arch Version Repository Size Removing: rsyslog x86_64 8.2508.0-1.fc43 fedora 2.7 MiB Removing dependent packages: rsyslog-relp x86_64 8.2508.0-1.fc43 fedora 57.2 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 librelp x86_64 1.11.0-7.fc43 fedora 171.7 KiB logrotate x86_64 3.22.0-4.fc43 fedora 148.9 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% | 90.0 B/s | 6.0 B | 00m00s [2/7] Removing rsyslog-relp-0:8.2508.0- 100% | 122.0 B/s | 6.0 B | 00m00s >>> Running %preun scriptlet: rsyslog-0:8.2508.0-1.fc43.x86_64 >>> Finished %preun scriptlet: rsyslog-0:8.2508.0-1.fc43.x86_64 >>> Scriptlet output: >>> Removed '/etc/systemd/system/multi-user.target.wants/rsyslog.service'. >>> [3/7] Removing rsyslog-0:8.2508.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% | 2.1 KiB/s | 11.0 B | 00m00s [6/7] Removing librelp-0:1.11.0-7.fc43. 100% | 352.0 B/s | 12.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 Saturday 07 March 2026 03:36:34 -0500 (0:00:01.542) 0:03:03.580 ******** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-8.2508.0-1.fc43.x86_64", "Installed: libestr-0.1.11-12.fc43.x86_64", "Installed: libfastjson-1.2304.0-7.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:43 Saturday 07 March 2026 03:36:37 -0500 (0:00:02.929) 0:03:06.509 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:47 Saturday 07 March 2026 03:36:37 -0500 (0:00:00.024) 0:03:06.533 ******** 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": "20260110" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": "None", "name": "amd-ucode-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "20260110" } ], "audit": [ { "arch": "x86_64", "epoch": "None", "name": "audit", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "audit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "audit-libs", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "audit-rules": [ { "arch": "x86_64", "epoch": "None", "name": "audit-rules", "release": "1.fc43", "source": "rpm", "version": "4.1.3" } ], "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" } ], "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": "20260110" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": "None", "name": "btrfs-progs", "release": "1.fc43", "source": "rpm", "version": "6.17.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.1.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": "20260110" } ], "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": "3.fc43", "source": "rpm", "version": "3.31.10" } ], "coreutils": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils", "release": "7.fc43", "source": "rpm", "version": "9.7" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": "None", "name": "coreutils-common", "release": "7.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": "5.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" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "dnf-plugins-core", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "dnf-utils": [ { "arch": "noarch", "epoch": "None", "name": "dnf-utils", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "dnf5": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5", "release": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "dnf5-plugins": [ { "arch": "x86_64", "epoch": "None", "name": "dnf5-plugins", "release": "1.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.1" } ], "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": "26", "source": "rpm", "version": "43" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-common", "release": "26", "source": "rpm", "version": "43" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": "None", "name": "fedora-release-identity-basic", "release": "26", "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": "8.fc43", "source": "rpm", "version": "5.46" } ], "file-libs": [ { "arch": "x86_64", "epoch": "None", "name": "file-libs", "release": "8.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": "5.fc42", "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" } ], "glib2": [ { "arch": "x86_64", "epoch": "None", "name": "glib2", "release": "1.fc43", "source": "rpm", "version": "2.86.4" } ], "glibc": [ { "arch": "x86_64", "epoch": "None", "name": "glibc", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-common": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-common", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-devel", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-gconv-extra", "release": "10.fc43", "source": "rpm", "version": "2.42" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": "None", "name": "glibc-langpack-en", "release": "10.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": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-pc", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": "1", "name": "grub2-pc-modules", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": "1", "name": "grub2-tools-minimal", "release": "40.fc43", "source": "rpm", "version": "2.12" } ], "grubby": [ { "arch": "x86_64", "epoch": "None", "name": "grubby", "release": "85.fc43", "source": "rpm", "version": "8.40" } ], "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.404" } ], "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": "20260110" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": "None", "name": "intel-gpu-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "1.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.18.13" } ], "kernel-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-core", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-devel", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-headers", "release": "200.fc43", "source": "rpm", "version": "6.18.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": "None", "name": "kernel-modules-core", "release": "200.fc43", "source": "rpm", "version": "6.18.13" } ], "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": "2.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.3" } ], "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": "3.fc43", "source": "rpm", "version": "2.76" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng", "release": "1.fc43", "source": "rpm", "version": "0.9.1" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": "None", "name": "libcap-ng-python3", "release": "1.fc43", "source": "rpm", "version": "0.9.1" } ], "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": "5.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": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "libdnf5-cli": [ { "arch": "x86_64", "epoch": "None", "name": "libdnf5-cli", "release": "1.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": "1.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.3" } ], "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.5" } ], "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.3" } ], "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.1" } ], "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.3" } ], "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": "0.rc3.fc43", "source": "rpm", "version": "2.8.5" } ], "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" } ], "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.3" } ], "libsodium": [ { "arch": "x86_64", "epoch": "None", "name": "libsodium", "release": "2.fc43", "source": "rpm", "version": "1.0.21" } ], "libsolv": [ { "arch": "x86_64", "epoch": "None", "name": "libsolv", "release": "3.fc43", "source": "rpm", "version": "0.7.35" } ], "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": "2.fc43", "source": "rpm", "version": "4.20.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.3" } ], "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.24" } ], "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": "20260110" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": "None", "name": "linux-firmware-whence", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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.5" } ], "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": "20260110" } ], "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": "0.rc3.fc43", "source": "rpm", "version": "2.8.5" } ], "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.19.0" } ], "ngtcp2-crypto-ossl": [ { "arch": "x86_64", "epoch": "None", "name": "ngtcp2-crypto-ossl", "release": "1.fc43", "source": "rpm", "version": "1.19.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": "3.fc43", "source": "rpm", "version": "4.38.2" } ], "nss": [ { "arch": "x86_64", "epoch": "None", "name": "nss", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": "None", "name": "nss-softokn-freebl", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": "None", "name": "nss-sysinit", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "nss-util": [ { "arch": "x86_64", "epoch": "None", "name": "nss-util", "release": "1.fc43", "source": "rpm", "version": "3.120.1" } ], "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": "20260110" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": "None", "name": "nxpwireless-firmware", "release": "1.fc43", "source": "rpm", "version": "20260110" } ], "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": "4.fc43", "source": "rpm", "version": "2.6.10" } ], "openssh": [ { "arch": "x86_64", "epoch": "None", "name": "openssh", "release": "6.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-clients", "release": "6.fc43", "source": "rpm", "version": "10.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": "None", "name": "openssh-server", "release": "6.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-libs": [ { "arch": "x86_64", "epoch": "None", "name": "passim-libs", "release": "2.fc43", "source": "rpm", "version": "0.1.10" } ], "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": "521.fc43", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": "0", "name": "perl-B", "release": "521.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": "521.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": "521.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": "521.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": "521.fc43", "source": "rpm", "version": "1.20" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": "0", "name": "perl-File-Basename", "release": "521.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": "521.fc43", "source": "rpm", "version": "1.14" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": "0", "name": "perl-FileHandle", "release": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.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": "521.fc43", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": "4", "name": "perl-interpreter", "release": "521.fc43", "source": "rpm", "version": "5.42.0" } ], "perl-lib": [ { "arch": "x86_64", "epoch": "0", "name": "perl-lib", "release": "521.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": "521.fc43", "source": "rpm", "version": "5.42.0" } ], "perl-locale": [ { "arch": "noarch", "epoch": "0", "name": "perl-locale", "release": "521.fc43", "source": "rpm", "version": "1.13" } ], "perl-mro": [ { "arch": "x86_64", "epoch": "0", "name": "perl-mro", "release": "521.fc43", "source": "rpm", "version": "1.29" } ], "perl-overload": [ { "arch": "noarch", "epoch": "0", "name": "perl-overload", "release": "521.fc43", "source": "rpm", "version": "1.40" } ], "perl-overloading": [ { "arch": "noarch", "epoch": "0", "name": "perl-overloading", "release": "521.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": "521.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", "source": "rpm", "version": "126" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": "None", "name": "polkit-libs", "release": "6.fc43", "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": "1.fc43", "source": "rpm", "version": "3.14.3" } ], "python3": [ { "arch": "x86_64", "epoch": "None", "name": "python3", "release": "1.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.3" } ], "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": "4.fc43", "source": "rpm", "version": "45.0.4" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": "1", "name": "python3-dateutil", "release": "6.fc43", "source": "rpm", "version": "2.9.0.post0" } ], "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-dnf-plugins-core": [ { "arch": "noarch", "epoch": "None", "name": "python3-dnf-plugins-core", "release": "6.fc43", "source": "rpm", "version": "4.10.1" } ], "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": "1.fc43", "source": "rpm", "version": "5.2.18.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": "None", "name": "python3-libs", "release": "1.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": "30.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-systemd": [ { "arch": "x86_64", "epoch": "None", "name": "python3-systemd", "release": "17.fc43", "source": "rpm", "version": "235" } ], "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": "20260110" } ], "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": "20260110" } ], "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.2508.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": "42.24" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": "None", "name": "selinux-policy-targeted", "release": "1.fc43", "source": "rpm", "version": "42.24" } ], "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" } ], "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.5" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-libs", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-networkd", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-pam", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-resolved", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-shared": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-shared", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-sysusers": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-sysusers", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": "None", "name": "systemd-udev", "release": "1.fc43", "source": "rpm", "version": "258.5" } ], "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": "20260110" } ], "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": "2025c" } ], "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.3" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-core", "release": "7.fc43", "source": "rpm", "version": "2.41.3" } ], "util-linux-script": [ { "arch": "x86_64", "epoch": "None", "name": "util-linux-script", "release": "7.fc43", "source": "rpm", "version": "2.41.3" } ], "vim-common": [ { "arch": "x86_64", "epoch": "2", "name": "vim-common", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-data": [ { "arch": "noarch", "epoch": "2", "name": "vim-data", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": "2", "name": "vim-default-editor", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": "2", "name": "vim-enhanced", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": "2", "name": "vim-filesystem", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": "2", "name": "vim-minimal", "release": "1.fc43", "source": "rpm", "version": "9.2.045" } ], "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.5" } ], "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.045" } ], "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": "1.fc43", "source": "rpm", "version": "2.3.3" } ], "zlib-ng-compat-devel": [ { "arch": "x86_64", "epoch": "None", "name": "zlib-ng-compat-devel", "release": "1.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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:51 Saturday 07 March 2026 03:36:39 -0500 (0:00:01.515) 0:03:08.048 ******** ok: [managed-node2] => { "ansible_facts": { "__rsyslog_version": "8.2508.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:58 Saturday 07 March 2026 03:36:39 -0500 (0:00:00.034) 0:03:08.083 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:63 Saturday 07 March 2026 03:36:39 -0500 (0:00:00.029) 0:03:08.113 ******** ok: [managed-node2] => {} MSG: Rsyslog_version is 8.2508.0, which is newer than "8.37.0-7.2". TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:71 Saturday 07 March 2026 03:36:39 -0500 (0:00:00.035) 0:03:08.148 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:79 Saturday 07 March 2026 03:36:39 -0500 (0:00:00.035) 0:03:08.183 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:86 Saturday 07 March 2026 03:36:40 -0500 (0:00:00.487) 0:03:08.671 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:92 Saturday 07 March 2026 03:36:40 -0500 (0:00:00.500) 0:03:09.171 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:100 Saturday 07 March 2026 03:36:41 -0500 (0:00:00.504) 0:03:09.676 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 Saturday 07 March 2026 03:36:41 -0500 (0:00:00.200) 0:03:09.876 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:182 Saturday 07 March 2026 03:36:41 -0500 (0:00:00.069) 0:03:09.946 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:186 Saturday 07 March 2026 03:36:41 -0500 (0:00:00.054) 0:03:10.001 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Saturday 07 March 2026 03:36:41 -0500 (0:00:00.072) 0:03:10.074 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:214 Saturday 07 March 2026 03:36:41 -0500 (0:00:00.028) 0:03:10.102 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:229 Saturday 07 March 2026 03:36:41 -0500 (0:00:00.034) 0:03:10.136 ******** 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-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:241 Saturday 07 March 2026 03:36:41 -0500 (0:00:00.051) 0:03:10.188 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Saturday 07 March 2026 03:36:41 -0500 (0:00:00.053) 0:03:10.242 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:36:41 -0500 (0:00:00.052) 0:03:10.294 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:36:41 -0500 (0:00:00.041) 0:03:10.336 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:36:42 -0500 (0:00:00.936) 0:03:11.272 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:36:42 -0500 (0:00:00.078) 0:03:11.351 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Saturday 07 March 2026 03:36:42 -0500 (0:00:00.065) 0:03:11.417 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Saturday 07 March 2026 03:36:42 -0500 (0:00:00.089) 0:03:11.507 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Saturday 07 March 2026 03:36:42 -0500 (0:00:00.059) 0:03:11.566 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:39 Saturday 07 March 2026 03:36:44 -0500 (0:00:01.102) 0:03:12.669 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:43 Saturday 07 March 2026 03:36:44 -0500 (0:00:00.075) 0:03:12.744 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:253 Saturday 07 March 2026 03:36:44 -0500 (0:00:00.145) 0:03:12.890 ******** 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.106294", "end": "2026-03-07 03:36:44.783104", "failed_when_result": false, "rc": 0, "start": "2026-03-07 03:36:44.676810" } 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 Saturday 07 March 2026 03:36:44 -0500 (0:00:00.621) 0:03:13.511 ******** 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" } 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/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/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/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/05-common-defaults.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/05-common-defaults.conf", "path": "/etc/rsyslog.d/05-common-defaults.conf", "state": "absent" } Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:290 Saturday 07 March 2026 03:36:48 -0500 (0:00:03.431) 0:03:16.942 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:311 Saturday 07 March 2026 03:36:48 -0500 (0:00:00.042) 0:03:16.984 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:320 Saturday 07 March 2026 03:36:48 -0500 (0:00:00.066) 0:03:17.051 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:332 Saturday 07 March 2026 03:36:48 -0500 (0:00:00.044) 0:03:17.095 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:344 Saturday 07 March 2026 03:36:48 -0500 (0:00:00.043) 0:03:17.139 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Saturday 07 March 2026 03:36:48 -0500 (0:00:00.045) 0:03:17.185 ******** 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 sysinit.target basic.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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3438047232", "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": "4406", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:364 Saturday 07 March 2026 03:36:49 -0500 (0:00:00.663) 0:03:17.849 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:373 Saturday 07 March 2026 03:36:49 -0500 (0:00:00.040) 0:03:17.889 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:385 Saturday 07 March 2026 03:36:49 -0500 (0:00:00.038) 0:03:17.928 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:392 Saturday 07 March 2026 03:36:49 -0500 (0:00:00.044) 0:03:17.973 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:398 Saturday 07 March 2026 03:36:49 -0500 (0:00:00.041) 0:03:18.014 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:371 Saturday 07 March 2026 03:36:49 -0500 (0:00:00.044) 0:03:18.059 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Saturday 07 March 2026 03:36:49 -0500 (0:00:00.003) 0:03:18.062 ******** 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 sysinit.target basic.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": "3891847168", "EffectiveMemoryMax": "3891847168", "EffectiveTasksMax": "4406", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14688", "LimitNPROCSoft": "14688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14688", "LimitSIGPENDINGSoft": "14688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryAccounting": "no", "LogsDirectoryMode": "0755", "LogsDirectoryQuota": "[not set]", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3448995840", "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": "4406", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0066", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Stop tracking certificate] *********************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:374 Saturday 07 March 2026 03:36:50 -0500 (0:00:00.702) 0:03:18.765 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "getcert", "stop-tracking", "-f", "/etc/pki/tls/certs/logging_cert.crt" ], "delta": "0:00:00.031016", "end": "2026-03-07 03:36:50.567631", "rc": 0, "start": "2026-03-07 03:36:50.536615" } STDOUT: Request "20260307083414" removed. TASK [Clean up pki files] ****************************************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:378 Saturday 07 March 2026 03:36:50 -0500 (0:00:00.528) 0:03:19.293 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:387 Saturday 07 March 2026 03:36:52 -0500 (0:00:01.454) 0:03:20.747 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:3 Saturday 07 March 2026 03:36:52 -0500 (0:00:00.038) 0:03:20.786 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Saturday 07 March 2026 03:36:52 -0500 (0:00:00.070) 0:03:20.857 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:22 Saturday 07 March 2026 03:36:52 -0500 (0:00:00.028) 0:03:20.886 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Saturday 07 March 2026 03:36:52 -0500 (0:00:00.025) 0:03:20.911 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:44 Saturday 07 March 2026 03:36:52 -0500 (0:00:00.038) 0:03:20.949 ******** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Assert /var/log/messages] ************************************************ task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:390 Saturday 07 March 2026 03:36:52 -0500 (0:00:00.023) 0:03:20.973 ******** included: /tmp/collections-1r3/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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:3 Saturday 07 March 2026 03:36:52 -0500 (0:00:00.040) 0:03:21.013 ******** 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-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:9 Saturday 07 March 2026 03:36:52 -0500 (0:00:00.597) 0:03:21.610 ******** skipping: [managed-node2] => { "false_condition": "errors is not none" } TASK [Ensure no errors in /var/log/messages] *********************************** task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:21 Saturday 07 March 2026 03:36:53 -0500 (0:00:00.059) 0:03:21.669 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Remove /var/log/messages] ************************************************ task path: /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/assert_varlogmessages.yml:25 Saturday 07 March 2026 03:36:53 -0500 (0:00:00.043) 0:03:21.713 ******** changed: [managed-node2] => { "changed": true, "path": "/var/log/messages", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=344 changed=47 unreachable=0 failed=0 skipped=356 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 07 March 2026 03:36:53 -0500 (0:00:00.515) 0:03:22.229 ******** =============================================================================== fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 5.17s /tmp/collections-1r3/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.15s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 3.43s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:270 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 3.32s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.24s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.11s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 3.07s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 2.97s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 2.94s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:158 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.93s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:33 fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.86s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 2.45s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:24 fedora.linux_system_roles.firewall : Configure firewall ----------------- 2.29s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:77 Check associated selinux ports (manage - tcp) --------------------------- 2.28s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:34 Check firewall port status (manage - tcp) ------------------------------- 2.18s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tasks/check_firewall_selinux.yml:13 Install lsof ------------------------------------------------------------ 2.17s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/tests/logging/tests_relp.yml:86 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 2.14s /tmp/collections-1r3/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.00s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 1.92s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.90s /tmp/collections-1r3/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:33