# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_basics_files.yml *********************************************** 1 plays in /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml PLAY [Ensure that the role runs with parameters for basics input and files output] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:2 Saturday 02 December 2023 08:36:22 +0000 (0:00:00.028) 0:00:00.028 ***** ok: [sut] META: ran handlers TASK [Set firewall and selinux to true] **************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:24 Saturday 02 December 2023 08:36:24 +0000 (0:00:01.889) 0:00:01.918 ***** ok: [sut] => { "ansible_facts": { "logging_manage_firewall": true, "logging_manage_selinux": true }, "changed": false } TASK [TEST CASE 0; Test the simplest configuration, basics input and implicit files output with logging_mark enabled] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:29 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.024) 0:00:01.942 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.070) 0:00:02.012 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_output_files": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.042) 0:00:02.055 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.043) 0:00:02.098 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "basic_input", "type": "basics" } ] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.039) 0:00:02.137 ***** TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.030) 0:00:02.168 ***** TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.029) 0:00:02.197 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.054) 0:00:02.252 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.041) 0:00:02.294 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.039) 0:00:02.333 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.043) 0:00:02.377 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 02 December 2023 08:36:24 +0000 (0:00:00.037) 0:00:02.414 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.047) 0:00:02.461 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.038) 0:00:02.500 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.045) 0:00:02.546 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.039) 0:00:02.586 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.045) 0:00:02.631 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.049) 0:00:02.681 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.047) 0:00:02.728 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.048) 0:00:02.777 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.045) 0:00:02.822 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.048) 0:00:02.871 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ****** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.042) 0:00:02.913 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.053) 0:00:02.967 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.032) 0:00:03.000 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.027) 0:00:03.028 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.036) 0:00:03.065 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage selinux on the gathered ports] ******* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.032) 0:00:03.097 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.053) 0:00:03.150 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.068) 0:00:03.219 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.033) 0:00:03.252 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.026) 0:00:03.278 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.031) 0:00:03.309 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.038) 0:00:03.347 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 02 December 2023 08:36:25 +0000 (0:00:00.042) 0:00:03.389 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.063) 0:00:03.453 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.044) 0:00:03.498 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.040) 0:00:03.538 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.034) 0:00:03.573 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.036) 0:00:03.609 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.034) 0:00:03.643 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.040) 0:00:03.683 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.043) 0:00:03.726 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:4 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.065) 0:00:03.792 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:4 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.031) 0:00:03.823 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:13 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.018) 0:00:03.841 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:18 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.351) 0:00:04.193 ***** ok: [sut] => { "ansible_facts": { "__logging_is_ostree": false }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:22 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.020) 0:00:04.214 ***** ok: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:34 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.045) 0:00:04.260 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:7 Saturday 02 December 2023 08:36:26 +0000 (0:00:00.074) 0:00:04.334 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:15 Saturday 02 December 2023 08:36:27 +0000 (0:00:00.143) 0:00:04.477 ***** skipping: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "item": "iproute", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "item": "rsyslog", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:22 Saturday 02 December 2023 08:36:27 +0000 (0:00:00.024) 0:00:04.501 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 Saturday 02 December 2023 08:36:27 +0000 (0:00:00.019) 0:00:04.521 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: logrotate-3.21.0-2.fc38.x86_64", "Installed: libfastjson-1.2304.0-1.fc38.x86_64", "Installed: rsyslog-8.2310.0-1.fc38.x86_64", "Installed: rsyslog-logrotate-8.2310.0-1.fc38.x86_64", "Installed: libestr-0.1.11-6.fc38.x86_64" ] } lsrpackages: iproute rsyslog TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:48 Saturday 02 December 2023 08:36:32 +0000 (0:00:05.124) 0:00:09.645 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:52 Saturday 02 December 2023 08:36:32 +0000 (0:00:00.014) 0:00:09.660 ***** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc38", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "11.fc38", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "7.fc38", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "22.fc38", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "15.fc38", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc38", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "17.fc38", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "2.fc38", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.fc38eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "4.fc38", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc38", "source": "rpm", "version": "5.70" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.fc38", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc38", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc38", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc38", "source": "rpm", "version": "4.4" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "1.fc38", "source": "rpm", "version": "23.1.2" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc38", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "14.fc38", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc38", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "9.fc38", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc38", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "8.fc38", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "10.fc38", "source": "rpm", "version": "0.9.0" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "1.fc38", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "6.fc38", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "5.fc38", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "5.fc38", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "2.fc38", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "2.fc38", "source": "rpm", "version": "12.2.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "7.fc38", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc38", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "38" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "36", "source": "rpm", "version": "38" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "38" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "1", "source": "rpm", "version": "38" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.fc38", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "3.fc38", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "12.fc38", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "11.fc38", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.fc38", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "5.fc38", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc38", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "3.fc38", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.fc38", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc38", "source": "rpm", "version": "2.76.5" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "4.fc38", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc38", "source": "rpm", "version": "2.4.0" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc38", "source": "rpm", "version": "3.8.1" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc38", "source": "rpm", "version": "1.76.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "6202d9c6", "source": "rpm", "version": "eb10b464" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc38", "source": "rpm", "version": "1.17.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "42.fc38", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "11.fc38", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "69.fc38", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "5.fc38", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "7.fc38", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc38", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc38", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "7.fc38", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc38", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "1.fc38", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.fc38", "source": "rpm", "version": "6.4.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.fc38", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "6.fc38", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.fc38", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.fc38", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc38", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "4.fc38", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc38", "source": "rpm", "version": "0.9.4" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc38", "source": "rpm", "version": "1.21" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.fc38", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "6.fc38", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "15.fc38", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc38", "source": "rpm", "version": "3.6.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "2.fc38", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc38", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "24.fc38", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "8.fc38", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.fc38", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.fc38", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "11.fc38", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc38", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "6.fc38", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "9.fc38", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.fc38", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.fc38", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.fc38", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "45.20221030cvs.fc38", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "6.fc38", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "7.fc38", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.fc38", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.fc38", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "2.fc38", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc38", "source": "rpm", "version": "1.12.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "9.fc38", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "1.fc38", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc38", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "4.fc38", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc38", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "3.fc38", "source": "rpm", "version": "44.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.fc38", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.fc38", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc38", "source": "rpm", "version": "0.1.13" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc38", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc38", "source": "rpm", "version": "2.7.2" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "2.fc38", "source": "rpm", "version": "1.7.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc38", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "30.fc38", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc38", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "2.fc38", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.fc38", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.fc38", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.fc38", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc38", "source": "rpm", "version": "1.2.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.fc38", "source": "rpm", "version": "1.52.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc38", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "5.fc38", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.fc38", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc38", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc38", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "2.fc38", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.fc38", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc38", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "2.fc38", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.fc38", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc38", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc38", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.fc38", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.fc38", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "11.fc38", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc38", "source": "rpm", "version": "0.7.25" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.fc38", "source": "rpm", "version": "2.4.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "2.fc38", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc38", "source": "rpm", "version": "1.4.8" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc38", "source": "rpm", "version": "0.14.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc38", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "6.fc38", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.fc38", "source": "rpm", "version": "1.1" } ], "libunistring1.0": [ { "arch": "x86_64", "epoch": null, "name": "libunistring1.0", "release": "1.fc38", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc38", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "2.fc38", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "8.fc38", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc38", "source": "rpm", "version": "1.5.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc38", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc38", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc38", "source": "rpm", "version": "1.1.38" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "9.fc38", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc38", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc38", "source": "rpm", "version": "3.21.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc38", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc38", "source": "rpm", "version": "1.9.4" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "5.fc38", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "1.fc38", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "2.fc38", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.fc38", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "6.fc38", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc38", "source": "rpm", "version": "4.1.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.65.20160912git.fc38", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "12.fc38", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "12.fc38", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc38", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc38", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.fc38", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "3.fc38", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "11.fc38", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "14.fc38", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc38", "source": "rpm", "version": "1.5.2" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "497.fc38", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "497.fc38", "source": "rpm", "version": "1.83" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "490.fc38", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "497.fc38", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "491.fc38", "source": "rpm", "version": "2.184" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "490.fc38", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "490.fc38", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "497.fc38", "source": "rpm", "version": "1.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "493.fc38", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "497.fc38", "source": "rpm", "version": "1.36" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "11.fc38", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "490.fc38", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "497.fc38", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "497.fc38", "source": "rpm", "version": "1.40" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "490.fc38", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "490.fc38", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "497.fc38", "source": "rpm", "version": "1.12" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.fc38", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "497.fc38", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "2.fc38", "source": "rpm", "version": "0.086" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "497.fc38", "source": "rpm", "version": "1.50" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "492.fc38", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc38", "source": "rpm", "version": "2.081" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "497.fc38", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "490.fc38", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc38", "source": "rpm", "version": "20221114" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.fc38", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "490.fc38", "source": "rpm", "version": "3.84" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "490.fc38", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "491.fc38", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "491.fc38", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.fc38", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "490.fc38", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "497.fc38", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "2.fc38", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "490.fc38", "source": "rpm", "version": "3.26" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "497.fc38", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "491.fc38", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "1.fc38", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "16.fc38", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "490.fc38", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc38", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "490.fc38", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.fc38", "source": "rpm", "version": "5.17" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "497.fc38", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "491.fc38", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "497.fc38", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "497.fc38", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "1.fc38", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "497.fc38", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "497.fc38", "source": "rpm", "version": "1.26" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "497.fc38", "source": "rpm", "version": "1.35" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "497.fc38", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.fc38", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "2.fc38", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "497.fc38", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "23.fc38", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "2.fc38", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.fc38", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.fc38", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "2.fc38", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc38", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "3.fc38", "source": "rpm", "version": "22.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc38", "source": "rpm", "version": "22.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc38", "source": "rpm", "version": "3.1.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc38", "source": "rpm", "version": "5.0.8" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "5.fc38", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.fc38", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc38", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc38", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "7.fc38", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "22.fc38", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.fc38", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "2.fc38", "source": "rpm", "version": "4.17.3" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc38", "source": "rpm", "version": "4.9.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc38", "source": "rpm", "version": "2.1.2" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "5.fc38", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc38", "source": "rpm", "version": "3.2.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "31.fc38", "source": "rpm", "version": "0.7.2" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc38", "source": "rpm", "version": "0.19.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "4.fc38", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "16.fc38", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.fc38", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc38", "source": "rpm", "version": "2.28.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.fc38", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "2.fc38", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "3.fc38", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc38", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "33.fc38", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc38", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc38", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "2.fc38", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "2.fc38", "source": "rpm", "version": "0.6.0^20230403git142325a9" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "12.fc38", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc38", "source": "rpm", "version": "2.14.3" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc38", "source": "rpm", "version": "4.13" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc38", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc38", "source": "rpm", "version": "3.40.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc38", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.fc38", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "16.fc38", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "20.fc38", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.fc38", "source": "rpm", "version": "5.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.fc38", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc38", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "60.fc38", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.fc38", "source": "rpm", "version": "0.13.2" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "18.fc38", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "5.fc38", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "39.fc38", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc38", "source": "rpm", "version": "6.1.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc38", "source": "rpm", "version": "2.38" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc38", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc38", "source": "rpm", "version": "1.3.2" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "37.fc38", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:56 Saturday 02 December 2023 08:36:33 +0000 (0:00:01.261) 0:00:10.922 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:63 Saturday 02 December 2023 08:36:33 +0000 (0:00:00.046) 0:00:10.968 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:69 Saturday 02 December 2023 08:36:33 +0000 (0:00:00.035) 0:00:11.004 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:78 Saturday 02 December 2023 08:36:33 +0000 (0:00:00.064) 0:00:11.068 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:86 Saturday 02 December 2023 08:36:33 +0000 (0:00:00.037) 0:00:11.106 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:93 Saturday 02 December 2023 08:36:34 +0000 (0:00:00.352) 0:00:11.458 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:99 Saturday 02 December 2023 08:36:34 +0000 (0:00:00.252) 0:00:11.710 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:108 Saturday 02 December 2023 08:36:34 +0000 (0:00:00.243) 0:00:11.954 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:131 Saturday 02 December 2023 08:36:34 +0000 (0:00:00.103) 0:00:12.057 ***** changed: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506194.6621516-2819-279841540699100/source", "state": "file", "uid": 0 } changed: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506195.3861146-2819-77320658125473/source", "state": "file", "uid": 0 } changed: [sut] => (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-1701506196.0512028-2819-228858146389647/source", "state": "file", "uid": 0 } NOTIFIED HANDLER /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:155 Saturday 02 December 2023 08:36:36 +0000 (0:00:02.032) 0:00:14.090 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506194.6621516-2819-279841540699100/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506194.6621516-2819-279841540699100/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506195.3861146-2819-77320658125473/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506195.3861146-2819-77320658125473/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506196.0512028-2819-228858146389647/source", "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-1701506196.0512028-2819-228858146389647/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:159 Saturday 02 December 2023 08:36:36 +0000 (0:00:00.058) 0:00:14.148 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:177 Saturday 02 December 2023 08:36:36 +0000 (0:00:00.092) 0:00:14.240 ***** ok: [sut] => (item={'name': 'basic_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "basic_input", "type": "basics" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:188 Saturday 02 December 2023 08:36:36 +0000 (0:00:00.060) 0:00:14.301 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/inputs/basics/main.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/inputs/basics/main.yml:3 Saturday 02 December 2023 08:36:36 +0000 (0:00:00.138) 0:00:14.439 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:36:37 +0000 (0:00:00.073) 0:00:14.513 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:36:37 +0000 (0:00:00.041) 0:00:14.554 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:36:37 +0000 (0:00:00.030) 0:00:14.585 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506194.6621516-2819-279841540699100/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506194.6621516-2819-279841540699100/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506195.3861146-2819-77320658125473/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506195.3861146-2819-77320658125473/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506196.0512028-2819-228858146389647/source", "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-1701506196.0512028-2819-228858146389647/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:36:37 +0000 (0:00:00.038) 0:00:14.623 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-basic_input] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/inputs/basics/main.yml:10 Saturday 02 December 2023 08:36:37 +0000 (0:00:00.036) 0:00:14.660 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:36:37 +0000 (0:00:00.061) 0:00:14.722 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:36:37 +0000 (0:00:00.038) 0:00:14.761 ***** changed: [sut] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call default_files\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "83ab9c0cc0ce7130e6ee83dcd9277abb9d3756a2", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call default_files\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "34a7342880ce2d2f4261346752e6cb73", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 488, "src": "/root/.ansible/tmp/ansible-tmp-1701506197.5236816-2922-214218955870536/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:36:38 +0000 (0:00:00.855) 0:00:15.616 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506194.6621516-2819-279841540699100/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506194.6621516-2819-279841540699100/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506195.3861146-2819-77320658125473/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506195.3861146-2819-77320658125473/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506196.0512028-2819-228858146389647/source", "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-1701506196.0512028-2819-228858146389647/source", "state": "file", "uid": 0 } ] }, { "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": "83ab9c0cc0ce7130e6ee83dcd9277abb9d3756a2", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call default_files\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "83ab9c0cc0ce7130e6ee83dcd9277abb9d3756a2", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506197.5236816-2922-214218955870536/source", "unsafe_writes": false, "validate": null } }, "md5sum": "34a7342880ce2d2f4261346752e6cb73", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 488, "src": "/root/.ansible/tmp/ansible-tmp-1701506197.5236816-2922-214218955870536/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:36:38 +0000 (0:00:00.049) 0:00:15.666 ***** skipping: [sut] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call default_files\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call default_files\n}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:207 Saturday 02 December 2023 08:36:38 +0000 (0:00:00.223) 0:00:15.890 ***** ok: [sut] => (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{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:219 Saturday 02 December 2023 08:36:38 +0000 (0:00:00.107) 0:00:15.998 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 02 December 2023 08:36:38 +0000 (0:00:00.123) 0:00:16.121 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:36:38 +0000 (0:00:00.069) 0:00:16.190 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:36:38 +0000 (0:00:00.045) 0:00:16.235 ***** changed: [sut] => (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-1701506198.8532662-2970-96643307793825/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:36:39 +0000 (0:00:00.659) 0:00:16.895 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506194.6621516-2819-279841540699100/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506194.6621516-2819-279841540699100/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506195.3861146-2819-77320658125473/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506195.3861146-2819-77320658125473/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506196.0512028-2819-228858146389647/source", "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-1701506196.0512028-2819-228858146389647/source", "state": "file", "uid": 0 } ] }, { "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": "83ab9c0cc0ce7130e6ee83dcd9277abb9d3756a2", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call default_files\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "83ab9c0cc0ce7130e6ee83dcd9277abb9d3756a2", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506197.5236816-2922-214218955870536/source", "unsafe_writes": false, "validate": null } }, "md5sum": "34a7342880ce2d2f4261346752e6cb73", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 488, "src": "/root/.ansible/tmp/ansible-tmp-1701506197.5236816-2922-214218955870536/source", "state": "file", "uid": 0 } ] }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506198.8532662-2970-96643307793825/source", "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-1701506198.8532662-2970-96643307793825/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:36:39 +0000 (0:00:00.050) 0:00:16.945 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 02 December 2023 08:36:39 +0000 (0:00:00.053) 0:00:16.998 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:36:39 +0000 (0:00:00.084) 0:00:17.083 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:36:39 +0000 (0:00:00.049) 0:00:17.132 ***** changed: [sut] => (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 *.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": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "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 *.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": "195c9e71899ab3144d7cea0e8b70c0df", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1701506199.8528855-3000-67455590706743/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:36:40 +0000 (0:00:00.789) 0:00:17.921 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506194.6621516-2819-279841540699100/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506194.6621516-2819-279841540699100/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506195.3861146-2819-77320658125473/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506195.3861146-2819-77320658125473/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506196.0512028-2819-228858146389647/source", "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-1701506196.0512028-2819-228858146389647/source", "state": "file", "uid": 0 } ] }, { "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": "83ab9c0cc0ce7130e6ee83dcd9277abb9d3756a2", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call default_files\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "83ab9c0cc0ce7130e6ee83dcd9277abb9d3756a2", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506197.5236816-2922-214218955870536/source", "unsafe_writes": false, "validate": null } }, "md5sum": "34a7342880ce2d2f4261346752e6cb73", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 488, "src": "/root/.ansible/tmp/ansible-tmp-1701506197.5236816-2922-214218955870536/source", "state": "file", "uid": 0 } ] }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506198.8532662-2970-96643307793825/source", "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-1701506198.8532662-2970-96643307793825/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "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 *.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": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "content": null, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506199.8528855-3000-67455590706743/source", "unsafe_writes": false, "validate": null } }, "md5sum": "195c9e71899ab3144d7cea0e8b70c0df", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "src": "/root/.ansible/tmp/ansible-tmp-1701506199.8528855-3000-67455590706743/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:36:40 +0000 (0:00:00.086) 0:00:18.008 ***** skipping: [sut] => (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 *.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, "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 *.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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:232 Saturday 02 December 2023 08:36:40 +0000 (0:00:00.120) 0:00:18.129 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:249 Saturday 02 December 2023 08:36:40 +0000 (0:00:00.040) 0:00:18.169 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:273 Saturday 02 December 2023 08:36:40 +0000 (0:00:00.042) 0:00:18.212 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:303 Saturday 02 December 2023 08:36:40 +0000 (0:00:00.028) 0:00:18.241 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:315 Saturday 02 December 2023 08:36:40 +0000 (0:00:00.059) 0:00:18.301 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:331 Saturday 02 December 2023 08:36:40 +0000 (0:00:00.041) 0:00:18.342 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:347 Saturday 02 December 2023 08:36:40 +0000 (0:00:00.046) 0:00:18.389 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:363 Saturday 02 December 2023 08:36:40 +0000 (0:00:00.036) 0:00:18.425 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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 system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:372 Saturday 02 December 2023 08:36:41 +0000 (0:00:00.859) 0:00:19.285 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:381 Saturday 02 December 2023 08:36:41 +0000 (0:00:00.041) 0:00:19.327 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:395 Saturday 02 December 2023 08:36:41 +0000 (0:00:00.038) 0:00:19.365 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:402 Saturday 02 December 2023 08:36:41 +0000 (0:00:00.034) 0:00:19.400 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701506201.6880631, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bf4118be9d80c2ad45586b88b4c644e4b1e0fc32", "ctime": 1701506190.890448, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203000, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1692921600.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3223, "uid": 0, "version": "103070655", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:408 Saturday 02 December 2023 08:36:42 +0000 (0:00:00.322) 0:00:19.722 ***** changed: [sut] => { "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-1701506202.3269289-3084-71744896921104/source", "state": "file", "uid": 0 } RUNNING HANDLER [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/handlers/main.yml:2 Saturday 02 December 2023 08:36:42 +0000 (0:00:00.629) 0:00:20.351 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:36:41 UTC", "ActiveEnterTimestampMonotonic": "748673756", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:36:41 UTC", "AssertTimestampMonotonic": "748657964", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "439788000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:36:41 UTC", "ConditionTimestampMonotonic": "748657960", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "5439", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "5861", "ExecMainStartTimestamp": "Sat 2023-12-02 08:36:41 UTC", "ExecMainStartTimestampMonotonic": "748668144", "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 2023-12-02 08:36:41 UTC] ; stop_time=[n/a] ; pid=5861 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-02 08:36:41 UTC] ; stop_time=[n/a] ; pid=5861 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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 2023-12-02 08:36:41 UTC", "InactiveExitTimestampMonotonic": "748668551", "InvocationID": "6e9189912e154e5ca412d64914f75485", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "5861", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "14798848", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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 system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:36:41 UTC", "StateChangeTimestampMonotonic": "748673756", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers TASK [Ensure config file size and counts] ************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:47 Saturday 02 December 2023 08:36:43 +0000 (0:00:01.051) 0:00:21.403 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml for sut TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:2 Saturday 02 December 2023 08:36:44 +0000 (0:00:00.135) 0:00:21.538 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701506203.8439863, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1701506202.840022, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262412, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1701506202.6170301, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "912249553", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:7 Saturday 02 December 2023 08:36:44 +0000 (0:00:00.269) 0:00:21.808 ***** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1701506201.6880631, "ctime": 1701506200.37511, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262410, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506200.1551178, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.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": 1701506201.689063, "ctime": 1701506196.5462465, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262407, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506196.3272543, "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": 1701506201.689063, "ctime": 1701506195.9212687, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262406, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506195.6812773, "nlink": 1, "path": "/etc/rsyslog.d/10-local-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 139, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506201.689063, "ctime": 1701506199.3531466, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262409, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506199.1281545, "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": 1701506201.689063, "ctime": 1701275033.1609857, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 5882, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1682553600.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": 1701506201.689063, "ctime": 1701506195.2862914, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262405, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506194.9423037, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 137, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506201.6880631, "ctime": 1701506198.0821917, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262408, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506197.8122015, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 488, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 7 } TASK [Check rsyslog.conf size (less)] ****************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:13 Saturday 02 December 2023 08:36:44 +0000 (0:00:00.407) 0:00:22.216 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:18 Saturday 02 December 2023 08:36:44 +0000 (0:00:00.092) 0:00:22.309 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:23 Saturday 02 December 2023 08:36:44 +0000 (0:00:00.048) 0:00:22.358 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:27 Saturday 02 December 2023 08:36:44 +0000 (0:00:00.042) 0:00:22.400 ***** ok: [sut] => (item=/etc/rsyslog.d/30-output-files-default_files.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-files-default_files.conf", "stat": { "atime": 1701506201.6880631, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "ctime": 1701506200.37511, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262410, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1701506200.1551178, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1152, "uid": 0, "version": "501510240", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:35 Saturday 02 December 2023 08:36:45 +0000 (0:00:00.274) 0:00:22.675 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Grep output to messages line] ******************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:56 Saturday 02 December 2023 08:36:45 +0000 (0:00:00.090) 0:00:22.765 ***** ok: [sut] => { "changed": false, "cmd": [ "/bin/grep", "*.info;mail.none;authpriv.none;cron.none.*/var/log/messages", "/etc/rsyslog.d/30-output-files-default_files.conf" ], "delta": "0:00:00.003602", "end": "2023-12-02 08:36:45.585821", "rc": 0, "start": "2023-12-02 08:36:45.582219" } STDOUT: *.info;mail.none;authpriv.none;cron.none /var/log/messages TASK [Ensure logger message is logged in a file] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:63 Saturday 02 December 2023 08:36:45 +0000 (0:00:00.330) 0:00:23.096 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/test_logger.yml for sut TASK [Run logger to generate a test log message] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/test_logger.yml:7 Saturday 02 December 2023 08:36:45 +0000 (0:00:00.061) 0:00:23.157 ***** ok: [sut] => { "changed": false, "cmd": [ "/bin/logger", "-i", "-p", "local6.info", "-t", "testTag0", "testMessage0" ], "delta": "0:00:00.005372", "end": "2023-12-02 08:36:45.896261", "rc": 0, "start": "2023-12-02 08:36:45.890889" } TASK [Check the test log message in /var/log/messages] ************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/test_logger.yml:13 Saturday 02 December 2023 08:36:45 +0000 (0:00:00.254) 0:00:23.412 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/bin/grep", "testMessage0", "/var/log/messages" ], "delta": "0:00:00.004388", "end": "2023-12-02 08:36:46.150871", "rc": 0, "start": "2023-12-02 08:36:46.146483" } STDOUT: 2023-12-02T08:36:45.890744+00:00 dee14a9b-aca6-4137-8349-07167f50988f python3[6122]: ansible-command Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None 2023-12-02T08:36:45.896065+00:00 dee14a9b-aca6-4137-8349-07167f50988f testTag0[6123]: testMessage0 TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:69 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.232) 0:00:23.644 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:3 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.055) 0:00:23.700 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:15 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.027) 0:00:23.727 ***** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:24 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.028) 0:00:23.755 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:36 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.027) 0:00:23.783 ***** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:46 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.033) 0:00:23.817 ***** TASK [Ensure immark interval value is in quotes] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:72 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.034) 0:00:23.851 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\ngrep \"module.*immark.*interval\" \"/etc/rsyslog.d/10-local-modules.conf\" | sed -e \"s/module.*interval=\\(.*\\))/\\1/\"", "delta": "0:00:00.006269", "end": "2023-12-02 08:36:46.589400", "failed_when_result": false, "rc": 0, "start": "2023-12-02 08:36:46.583131" } STDOUT: "7200" TASK [Set firewall and selinux to false for cleanup] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:81 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.238) 0:00:24.090 ***** ok: [sut] => { "ansible_facts": { "logging_manage_firewall": false, "logging_manage_selinux": false }, "changed": false } TASK [END TEST CASE 0; Clean up the deployed config] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:86 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.033) 0:00:24.123 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.158) 0:00:24.281 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.035) 0:00:24.317 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.042) 0:00:24.360 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.038) 0:00:24.398 ***** TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 02 December 2023 08:36:46 +0000 (0:00:00.040) 0:00:24.439 ***** TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.034) 0:00:24.474 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.079) 0:00:24.553 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.038) 0:00:24.592 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.040) 0:00:24.633 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.036) 0:00:24.670 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.040) 0:00:24.710 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.041) 0:00:24.752 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.046) 0:00:24.798 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.035) 0:00:24.833 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.034) 0:00:24.868 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.033) 0:00:24.901 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.060) 0:00:24.961 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.032) 0:00:24.994 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.032) 0:00:25.026 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.032) 0:00:25.059 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.029) 0:00:25.088 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ****** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.031) 0:00:25.120 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.063) 0:00:25.184 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.031) 0:00:25.216 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.031) 0:00:25.247 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.035) 0:00:25.283 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage selinux on the gathered ports] ******* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.051) 0:00:25.334 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 02 December 2023 08:36:47 +0000 (0:00:00.078) 0:00:25.413 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.055) 0:00:25.469 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.029) 0:00:25.499 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.055) 0:00:25.554 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.029) 0:00:25.585 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.069) 0:00:25.654 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.031) 0:00:25.685 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.076) 0:00:25.762 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.033) 0:00:25.796 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.040) 0:00:25.836 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.047) 0:00:25.883 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.036) 0:00:25.919 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.042) 0:00:25.962 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.050) 0:00:26.012 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.041) 0:00:26.054 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:4 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.056) 0:00:26.110 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:4 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.060) 0:00:26.171 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:13 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.074) 0:00:26.245 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:18 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.041) 0:00:26.286 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:22 Saturday 02 December 2023 08:36:48 +0000 (0:00:00.040) 0:00:26.327 ***** ok: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:34 Saturday 02 December 2023 08:36:49 +0000 (0:00:00.131) 0:00:26.459 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:7 Saturday 02 December 2023 08:36:49 +0000 (0:00:00.084) 0:00:26.543 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:15 Saturday 02 December 2023 08:36:49 +0000 (0:00:00.081) 0:00:26.624 ***** ok: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "iproute" ], "delta": "0:00:00.148043", "end": "2023-12-02 08:36:49.517084", "failed_when_result": false, "item": "iproute", "rc": 0, "start": "2023-12-02 08:36:49.369041", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } ok: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.046018", "end": "2023-12-02 08:36:49.768007", "failed_when_result": false, "item": "rsyslog", "rc": 1, "start": "2023-12-02 08:36:49.721989", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } STDOUT: S.5....T. c /etc/rsyslog.conf MSG: non-zero return code TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:22 Saturday 02 December 2023 08:36:49 +0000 (0:00:00.636) 0:00:27.261 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: cloud-init-23.1.2-1.fc38.noarch", "Removed: rsyslog-logrotate-8.2310.0-1.fc38.x86_64", "Removed: beakerlib-1.29.3-2.fc38.noarch", "Removed: beakerlib-redhat-1-33.fc38eng.noarch", "Removed: iproute-6.4.0-1.fc38.x86_64", "Removed: rsyslog-8.2310.0-1.fc38.x86_64", "Removed: dhcp-client-12:4.4.3-7.P1.fc38.x86_64" ] } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 Saturday 02 December 2023 08:36:53 +0000 (0:00:03.959) 0:00:31.220 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: iproute-6.4.0-1.fc38.x86_64", "Installed: rsyslog-8.2310.0-1.fc38.x86_64", "Installed: rsyslog-logrotate-8.2310.0-1.fc38.x86_64" ] } lsrpackages: iproute rsyslog TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:48 Saturday 02 December 2023 08:36:58 +0000 (0:00:04.479) 0:00:35.699 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:52 Saturday 02 December 2023 08:36:58 +0000 (0:00:00.056) 0:00:35.756 ***** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc38", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "11.fc38", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "7.fc38", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "22.fc38", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "15.fc38", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc38", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "17.fc38", "source": "rpm", "version": "1.07.1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "4.fc38", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc38", "source": "rpm", "version": "5.70" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.fc38", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc38", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc38", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc38", "source": "rpm", "version": "4.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc38", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "14.fc38", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc38", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "9.fc38", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc38", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "8.fc38", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "10.fc38", "source": "rpm", "version": "0.9.0" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "1.fc38", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "6.fc38", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "5.fc38", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "5.fc38", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "2.fc38", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "2.fc38", "source": "rpm", "version": "12.2.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "7.fc38", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc38", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "38" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "36", "source": "rpm", "version": "38" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "38" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "1", "source": "rpm", "version": "38" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.fc38", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "3.fc38", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "12.fc38", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "11.fc38", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.fc38", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "5.fc38", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc38", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "3.fc38", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.fc38", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc38", "source": "rpm", "version": "2.76.5" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "4.fc38", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc38", "source": "rpm", "version": "2.4.0" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc38", "source": "rpm", "version": "3.8.1" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc38", "source": "rpm", "version": "1.76.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "6202d9c6", "source": "rpm", "version": "eb10b464" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc38", "source": "rpm", "version": "1.17.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "42.fc38", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "11.fc38", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "69.fc38", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "5.fc38", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "7.fc38", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc38", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc38", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "7.fc38", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc38", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "1.fc38", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.fc38", "source": "rpm", "version": "6.4.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.fc38", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "6.fc38", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.fc38", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.fc38", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc38", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "4.fc38", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc38", "source": "rpm", "version": "0.9.4" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc38", "source": "rpm", "version": "1.21" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.fc38", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "6.fc38", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "15.fc38", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc38", "source": "rpm", "version": "3.6.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "2.fc38", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc38", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "24.fc38", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "8.fc38", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.fc38", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.fc38", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "11.fc38", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc38", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "6.fc38", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "9.fc38", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.fc38", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.fc38", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.fc38", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "45.20221030cvs.fc38", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "6.fc38", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "7.fc38", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.fc38", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.fc38", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "2.fc38", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc38", "source": "rpm", "version": "1.12.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "9.fc38", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "1.fc38", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc38", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "4.fc38", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc38", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "3.fc38", "source": "rpm", "version": "44.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.fc38", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.fc38", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc38", "source": "rpm", "version": "0.1.13" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc38", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc38", "source": "rpm", "version": "2.7.2" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "2.fc38", "source": "rpm", "version": "1.7.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc38", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "30.fc38", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc38", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "2.fc38", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.fc38", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.fc38", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.fc38", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc38", "source": "rpm", "version": "1.2.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.fc38", "source": "rpm", "version": "1.52.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc38", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "5.fc38", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.fc38", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc38", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc38", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "2.fc38", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.fc38", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc38", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "2.fc38", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.fc38", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc38", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc38", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.fc38", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.fc38", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "11.fc38", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc38", "source": "rpm", "version": "0.7.25" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.fc38", "source": "rpm", "version": "2.4.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "2.fc38", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc38", "source": "rpm", "version": "1.4.8" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc38", "source": "rpm", "version": "0.14.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc38", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "6.fc38", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.fc38", "source": "rpm", "version": "1.1" } ], "libunistring1.0": [ { "arch": "x86_64", "epoch": null, "name": "libunistring1.0", "release": "1.fc38", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc38", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "2.fc38", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "8.fc38", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc38", "source": "rpm", "version": "1.5.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc38", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc38", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc38", "source": "rpm", "version": "1.1.38" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "9.fc38", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc38", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc38", "source": "rpm", "version": "3.21.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc38", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc38", "source": "rpm", "version": "1.9.4" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "5.fc38", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "1.fc38", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "2.fc38", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.fc38", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "6.fc38", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc38", "source": "rpm", "version": "4.1.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.65.20160912git.fc38", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "12.fc38", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "12.fc38", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc38", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc38", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.fc38", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "3.fc38", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "11.fc38", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "14.fc38", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc38", "source": "rpm", "version": "1.5.2" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "497.fc38", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "497.fc38", "source": "rpm", "version": "1.83" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "490.fc38", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "497.fc38", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "491.fc38", "source": "rpm", "version": "2.184" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "490.fc38", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "490.fc38", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "497.fc38", "source": "rpm", "version": "1.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "493.fc38", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "497.fc38", "source": "rpm", "version": "1.36" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "11.fc38", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "490.fc38", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "497.fc38", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "497.fc38", "source": "rpm", "version": "1.40" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "490.fc38", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "490.fc38", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "497.fc38", "source": "rpm", "version": "1.12" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.fc38", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "497.fc38", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "2.fc38", "source": "rpm", "version": "0.086" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "497.fc38", "source": "rpm", "version": "1.50" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "492.fc38", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc38", "source": "rpm", "version": "2.081" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "497.fc38", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "490.fc38", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc38", "source": "rpm", "version": "20221114" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.fc38", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "490.fc38", "source": "rpm", "version": "3.84" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "490.fc38", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "491.fc38", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "491.fc38", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.fc38", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "490.fc38", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "497.fc38", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "2.fc38", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "490.fc38", "source": "rpm", "version": "3.26" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "497.fc38", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "491.fc38", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "1.fc38", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "16.fc38", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "490.fc38", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc38", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "490.fc38", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.fc38", "source": "rpm", "version": "5.17" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "497.fc38", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "491.fc38", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "497.fc38", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "497.fc38", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "1.fc38", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "497.fc38", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "497.fc38", "source": "rpm", "version": "1.26" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "497.fc38", "source": "rpm", "version": "1.35" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "497.fc38", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.fc38", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "2.fc38", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "497.fc38", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "23.fc38", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "2.fc38", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.fc38", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.fc38", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "2.fc38", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc38", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "3.fc38", "source": "rpm", "version": "22.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc38", "source": "rpm", "version": "22.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc38", "source": "rpm", "version": "3.1.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc38", "source": "rpm", "version": "5.0.8" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "5.fc38", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.fc38", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc38", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc38", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "7.fc38", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "22.fc38", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.fc38", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "2.fc38", "source": "rpm", "version": "4.17.3" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc38", "source": "rpm", "version": "4.9.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc38", "source": "rpm", "version": "2.1.2" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "5.fc38", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc38", "source": "rpm", "version": "3.2.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "31.fc38", "source": "rpm", "version": "0.7.2" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc38", "source": "rpm", "version": "0.19.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "4.fc38", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "16.fc38", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.fc38", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc38", "source": "rpm", "version": "2.28.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.fc38", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "2.fc38", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "3.fc38", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc38", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "33.fc38", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc38", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc38", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "2.fc38", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "2.fc38", "source": "rpm", "version": "0.6.0^20230403git142325a9" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "12.fc38", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc38", "source": "rpm", "version": "2.14.3" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc38", "source": "rpm", "version": "4.13" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc38", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc38", "source": "rpm", "version": "3.40.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc38", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.fc38", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "16.fc38", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "20.fc38", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.fc38", "source": "rpm", "version": "5.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.fc38", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc38", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "60.fc38", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.fc38", "source": "rpm", "version": "0.13.2" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "18.fc38", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "5.fc38", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "39.fc38", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc38", "source": "rpm", "version": "6.1.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc38", "source": "rpm", "version": "2.38" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc38", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc38", "source": "rpm", "version": "1.3.2" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "37.fc38", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:56 Saturday 02 December 2023 08:36:59 +0000 (0:00:01.317) 0:00:37.073 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:63 Saturday 02 December 2023 08:36:59 +0000 (0:00:00.034) 0:00:37.107 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:69 Saturday 02 December 2023 08:36:59 +0000 (0:00:00.028) 0:00:37.135 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:78 Saturday 02 December 2023 08:36:59 +0000 (0:00:00.029) 0:00:37.165 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:86 Saturday 02 December 2023 08:36:59 +0000 (0:00:00.028) 0:00:37.193 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:93 Saturday 02 December 2023 08:37:00 +0000 (0:00:00.295) 0:00:37.488 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:99 Saturday 02 December 2023 08:37:00 +0000 (0:00:00.389) 0:00:37.878 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:108 Saturday 02 December 2023 08:37:00 +0000 (0:00:00.416) 0:00:38.295 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:131 Saturday 02 December 2023 08:37:00 +0000 (0:00:00.113) 0:00:38.408 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:155 Saturday 02 December 2023 08:37:01 +0000 (0:00:00.051) 0:00:38.460 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:159 Saturday 02 December 2023 08:37:01 +0000 (0:00:00.041) 0:00:38.502 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:177 Saturday 02 December 2023 08:37:01 +0000 (0:00:00.064) 0:00:38.567 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:188 Saturday 02 December 2023 08:37:01 +0000 (0:00:00.029) 0:00:38.597 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:207 Saturday 02 December 2023 08:37:01 +0000 (0:00:00.032) 0:00:38.629 ***** ok: [sut] => (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{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:219 Saturday 02 December 2023 08:37:01 +0000 (0:00:00.054) 0:00:38.684 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 02 December 2023 08:37:01 +0000 (0:00:00.074) 0:00:38.758 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:01 +0000 (0:00:00.080) 0:00:38.838 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:01 +0000 (0:00:00.052) 0:00:38.891 ***** ok: [sut] => (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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:02 +0000 (0:00:00.669) 0:00:39.561 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:02 +0000 (0:00:00.038) 0:00:39.599 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 02 December 2023 08:37:02 +0000 (0:00:00.102) 0:00:39.701 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:02 +0000 (0:00:00.081) 0:00:39.782 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:02 +0000 (0:00:00.042) 0:00:39.824 ***** ok: [sut] => (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 *.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": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "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 *.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": 1152, "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:03 +0000 (0:00:00.691) 0:00:40.515 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "diff": { "after": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" }, "before": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" } }, "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 *.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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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": 1152, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:03 +0000 (0:00:00.048) 0:00:40.564 ***** skipping: [sut] => (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 *.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, "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 *.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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:232 Saturday 02 December 2023 08:37:03 +0000 (0:00:00.110) 0:00:40.675 ***** ok: [sut] => { "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.080944", "end": "2023-12-02 08:37:03.491619", "failed_when_result": false, "rc": 0, "start": "2023-12-02 08:37:03.410675" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-local-modules.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/30-output-files-default_files.conf /etc/rsyslog.d/90-input-basics-basic_input.conf TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:249 Saturday 02 December 2023 08:37:03 +0000 (0:00:00.315) 0:00:40.990 ***** changed: [sut] => (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: [sut] => (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: [sut] => (item=/etc/rsyslog.d/10-local-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-local-modules.conf", "path": "/etc/rsyslog.d/10-local-modules.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/90-input-basics-basic_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "state": "absent" } NOTIFIED HANDLER /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:273 Saturday 02 December 2023 08:37:04 +0000 (0:00:00.900) 0:00:41.891 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:303 Saturday 02 December 2023 08:37:04 +0000 (0:00:00.036) 0:00:41.927 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:315 Saturday 02 December 2023 08:37:04 +0000 (0:00:00.095) 0:00:42.023 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:331 Saturday 02 December 2023 08:37:04 +0000 (0:00:00.117) 0:00:42.140 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:347 Saturday 02 December 2023 08:37:04 +0000 (0:00:00.079) 0:00:42.220 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:363 Saturday 02 December 2023 08:37:04 +0000 (0:00:00.070) 0:00:42.291 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:36:43 UTC", "ActiveEnterTimestampMonotonic": "750828803", "ActiveExitTimestamp": "Sat 2023-12-02 08:36:52 UTC", "ActiveExitTimestampMonotonic": "759843132", "ActiveState": "inactive", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:36:43 UTC", "AssertTimestampMonotonic": "750815952", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "15823000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:36:43 UTC", "ConditionTimestampMonotonic": "750815948", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-12-02 08:36:53 UTC", "ExecMainExitTimestampMonotonic": "760052407", "ExecMainPID": "6028", "ExecMainStartTimestamp": "Sat 2023-12-02 08:36:43 UTC", "ExecMainStartTimestampMonotonic": "750824152", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-02 08:36:53 UTC", "InactiveEnterTimestampMonotonic": "760052596", "InactiveExitTimestamp": "Sat 2023-12-02 08:36:43 UTC", "InactiveExitTimestampMonotonic": "750824581", "InvocationID": "b68e96878386412084f03625aa541956", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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 system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:36:53 UTC", "StateChangeTimestampMonotonic": "760052596", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:372 Saturday 02 December 2023 08:37:05 +0000 (0:00:00.635) 0:00:42.926 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:381 Saturday 02 December 2023 08:37:05 +0000 (0:00:00.057) 0:00:42.984 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:395 Saturday 02 December 2023 08:37:05 +0000 (0:00:00.053) 0:00:43.038 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:402 Saturday 02 December 2023 08:37:05 +0000 (0:00:00.082) 0:00:43.121 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:408 Saturday 02 December 2023 08:37:05 +0000 (0:00:00.075) 0:00:43.196 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:96 Saturday 02 December 2023 08:37:05 +0000 (0:00:00.096) 0:00:43.293 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:3 Saturday 02 December 2023 08:37:05 +0000 (0:00:00.108) 0:00:43.401 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:15 Saturday 02 December 2023 08:37:06 +0000 (0:00:00.110) 0:00:43.512 ***** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:24 Saturday 02 December 2023 08:37:06 +0000 (0:00:00.101) 0:00:43.614 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:36 Saturday 02 December 2023 08:37:06 +0000 (0:00:00.039) 0:00:43.654 ***** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:46 Saturday 02 December 2023 08:37:06 +0000 (0:00:00.036) 0:00:43.690 ***** RUNNING HANDLER [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/handlers/main.yml:2 Saturday 02 December 2023 08:37:06 +0000 (0:00:00.010) 0:00:43.701 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:37:05 UTC", "ActiveEnterTimestampMonotonic": "772347775", "ActiveExitTimestamp": "Sat 2023-12-02 08:36:52 UTC", "ActiveExitTimestampMonotonic": "759843132", "ActiveState": "active", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:37:05 UTC", "AssertTimestampMonotonic": "772335353", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "24772000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:37:05 UTC", "ConditionTimestampMonotonic": "772335350", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6147", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "6674", "ExecMainStartTimestamp": "Sat 2023-12-02 08:37:05 UTC", "ExecMainStartTimestampMonotonic": "772343135", "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 2023-12-02 08:37:05 UTC] ; stop_time=[n/a] ; pid=6674 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-02 08:37:05 UTC] ; stop_time=[n/a] ; pid=6674 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-02 08:36:53 UTC", "InactiveEnterTimestampMonotonic": "760052596", "InactiveExitTimestamp": "Sat 2023-12-02 08:37:05 UTC", "InactiveExitTimestampMonotonic": "772343553", "InvocationID": "76f778466c144188beb4b975a990ceb4", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "6674", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1224704", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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 system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:37:05 UTC", "StateChangeTimestampMonotonic": "772347775", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers TASK [Set firewall true and selinux false] ************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:106 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.930) 0:00:44.632 ***** ok: [sut] => { "ansible_facts": { "logging_manage_firewall": true, "logging_manage_selinux": false }, "changed": false } TASK [TEST CASE 1; logging_system_log_dir - test switching the local log output file location] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:111 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.035) 0:00:44.668 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.120) 0:00:44.788 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.052) 0:00:44.840 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "files_output0", "type": "files" }, { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.053) 0:00:44.894 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "basic_input", "type": "basics" } ] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.045) 0:00:44.939 ***** skipping: [sut] => (item={'name': 'files_output0', 'type': 'files'}) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "files_output0", "type": "files" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.043) 0:00:44.983 ***** skipping: [sut] => (item={'name': 'flows0', 'inputs': ['basic_input'], 'outputs': ['files_output0']}) => { "ansible_loop_var": "item", "changed": false, "item": { "inputs": [ "basic_input" ], "name": "flows0", "outputs": [ "files_output0" ] }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.060) 0:00:45.044 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.075) 0:00:45.119 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.046) 0:00:45.165 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.070) 0:00:45.236 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.048) 0:00:45.285 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.098) 0:00:45.383 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 02 December 2023 08:37:07 +0000 (0:00:00.051) 0:00:45.435 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.047) 0:00:45.483 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.057) 0:00:45.540 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.051) 0:00:45.591 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.046) 0:00:45.638 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.050) 0:00:45.689 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.082) 0:00:45.771 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.071) 0:00:45.843 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.068) 0:00:45.912 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.059) 0:00:45.972 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ****** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.049) 0:00:46.021 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.060) 0:00:46.082 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.032) 0:00:46.114 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.034) 0:00:46.149 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.039) 0:00:46.189 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage selinux on the gathered ports] ******* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.041) 0:00:46.230 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.132) 0:00:46.363 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.046) 0:00:46.410 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 02 December 2023 08:37:08 +0000 (0:00:00.030) 0:00:46.441 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.028) 0:00:46.469 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.027) 0:00:46.496 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.028) 0:00:46.525 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.032) 0:00:46.557 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.084) 0:00:46.642 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.034) 0:00:46.677 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.057) 0:00:46.734 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.062) 0:00:46.797 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.048) 0:00:46.846 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.059) 0:00:46.905 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.068) 0:00:46.974 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.039) 0:00:47.014 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:4 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.055) 0:00:47.069 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:4 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.104) 0:00:47.174 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:13 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.041) 0:00:47.216 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:18 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.038) 0:00:47.254 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:22 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.031) 0:00:47.286 ***** ok: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:34 Saturday 02 December 2023 08:37:09 +0000 (0:00:00.086) 0:00:47.372 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:7 Saturday 02 December 2023 08:37:10 +0000 (0:00:00.098) 0:00:47.471 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:15 Saturday 02 December 2023 08:37:10 +0000 (0:00:00.099) 0:00:47.570 ***** skipping: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "item": "iproute", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "item": "rsyslog", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:22 Saturday 02 December 2023 08:37:10 +0000 (0:00:00.042) 0:00:47.613 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 Saturday 02 December 2023 08:37:10 +0000 (0:00:00.079) 0:00:47.692 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute rsyslog TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:48 Saturday 02 December 2023 08:37:12 +0000 (0:00:02.462) 0:00:50.155 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:52 Saturday 02 December 2023 08:37:12 +0000 (0:00:00.045) 0:00:50.200 ***** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc38", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "11.fc38", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "7.fc38", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "22.fc38", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "15.fc38", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc38", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "17.fc38", "source": "rpm", "version": "1.07.1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "4.fc38", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc38", "source": "rpm", "version": "5.70" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.fc38", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc38", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc38", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc38", "source": "rpm", "version": "4.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc38", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "14.fc38", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc38", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "9.fc38", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc38", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "8.fc38", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "10.fc38", "source": "rpm", "version": "0.9.0" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "1.fc38", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "6.fc38", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "5.fc38", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "5.fc38", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "2.fc38", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "2.fc38", "source": "rpm", "version": "12.2.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "7.fc38", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc38", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "38" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "36", "source": "rpm", "version": "38" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "38" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "1", "source": "rpm", "version": "38" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.fc38", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "3.fc38", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "12.fc38", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "11.fc38", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.fc38", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "5.fc38", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc38", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "3.fc38", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.fc38", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc38", "source": "rpm", "version": "2.76.5" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "4.fc38", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc38", "source": "rpm", "version": "2.4.0" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc38", "source": "rpm", "version": "3.8.1" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc38", "source": "rpm", "version": "1.76.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "6202d9c6", "source": "rpm", "version": "eb10b464" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc38", "source": "rpm", "version": "1.17.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "42.fc38", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "11.fc38", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "69.fc38", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "5.fc38", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "7.fc38", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc38", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc38", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "7.fc38", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc38", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "1.fc38", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.fc38", "source": "rpm", "version": "6.4.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.fc38", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "6.fc38", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.fc38", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.fc38", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc38", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "4.fc38", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc38", "source": "rpm", "version": "0.9.4" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc38", "source": "rpm", "version": "1.21" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.fc38", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "6.fc38", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "15.fc38", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc38", "source": "rpm", "version": "3.6.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "2.fc38", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc38", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "24.fc38", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "8.fc38", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.fc38", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.fc38", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "11.fc38", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc38", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "6.fc38", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "9.fc38", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.fc38", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.fc38", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.fc38", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "45.20221030cvs.fc38", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "6.fc38", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "7.fc38", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.fc38", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.fc38", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "2.fc38", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc38", "source": "rpm", "version": "1.12.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "9.fc38", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "1.fc38", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc38", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "4.fc38", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc38", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "3.fc38", "source": "rpm", "version": "44.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.fc38", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.fc38", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc38", "source": "rpm", "version": "0.1.13" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc38", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc38", "source": "rpm", "version": "2.7.2" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "2.fc38", "source": "rpm", "version": "1.7.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc38", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "30.fc38", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc38", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "2.fc38", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.fc38", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.fc38", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.fc38", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc38", "source": "rpm", "version": "1.2.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.fc38", "source": "rpm", "version": "1.52.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc38", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "5.fc38", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.fc38", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc38", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc38", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "2.fc38", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.fc38", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc38", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "2.fc38", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.fc38", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc38", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc38", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.fc38", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.fc38", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "11.fc38", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc38", "source": "rpm", "version": "0.7.25" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.fc38", "source": "rpm", "version": "2.4.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "2.fc38", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc38", "source": "rpm", "version": "1.4.8" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc38", "source": "rpm", "version": "0.14.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc38", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "6.fc38", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.fc38", "source": "rpm", "version": "1.1" } ], "libunistring1.0": [ { "arch": "x86_64", "epoch": null, "name": "libunistring1.0", "release": "1.fc38", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc38", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "2.fc38", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "8.fc38", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc38", "source": "rpm", "version": "1.5.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc38", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc38", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc38", "source": "rpm", "version": "1.1.38" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "9.fc38", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc38", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc38", "source": "rpm", "version": "3.21.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc38", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc38", "source": "rpm", "version": "1.9.4" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "5.fc38", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "1.fc38", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "2.fc38", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.fc38", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "6.fc38", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc38", "source": "rpm", "version": "4.1.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.65.20160912git.fc38", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "12.fc38", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "12.fc38", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc38", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc38", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.fc38", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "3.fc38", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "11.fc38", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "14.fc38", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc38", "source": "rpm", "version": "1.5.2" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "497.fc38", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "497.fc38", "source": "rpm", "version": "1.83" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "490.fc38", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "497.fc38", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "491.fc38", "source": "rpm", "version": "2.184" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "490.fc38", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "490.fc38", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "497.fc38", "source": "rpm", "version": "1.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "493.fc38", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "497.fc38", "source": "rpm", "version": "1.36" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "11.fc38", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "490.fc38", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "497.fc38", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "497.fc38", "source": "rpm", "version": "1.40" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "490.fc38", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "490.fc38", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "497.fc38", "source": "rpm", "version": "1.12" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.fc38", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "497.fc38", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "2.fc38", "source": "rpm", "version": "0.086" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "497.fc38", "source": "rpm", "version": "1.50" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "492.fc38", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc38", "source": "rpm", "version": "2.081" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "497.fc38", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "490.fc38", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc38", "source": "rpm", "version": "20221114" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.fc38", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "490.fc38", "source": "rpm", "version": "3.84" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "490.fc38", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "491.fc38", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "491.fc38", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.fc38", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "490.fc38", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "497.fc38", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "2.fc38", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "490.fc38", "source": "rpm", "version": "3.26" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "497.fc38", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "491.fc38", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "1.fc38", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "16.fc38", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "490.fc38", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc38", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "490.fc38", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.fc38", "source": "rpm", "version": "5.17" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "497.fc38", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "491.fc38", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "497.fc38", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "497.fc38", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "1.fc38", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "497.fc38", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "497.fc38", "source": "rpm", "version": "1.26" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "497.fc38", "source": "rpm", "version": "1.35" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "497.fc38", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.fc38", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "2.fc38", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "497.fc38", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "23.fc38", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "2.fc38", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.fc38", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.fc38", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "2.fc38", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc38", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "3.fc38", "source": "rpm", "version": "22.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc38", "source": "rpm", "version": "22.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc38", "source": "rpm", "version": "3.1.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc38", "source": "rpm", "version": "5.0.8" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "5.fc38", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.fc38", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc38", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc38", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "7.fc38", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "22.fc38", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.fc38", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "2.fc38", "source": "rpm", "version": "4.17.3" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc38", "source": "rpm", "version": "4.9.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc38", "source": "rpm", "version": "2.1.2" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "5.fc38", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc38", "source": "rpm", "version": "3.2.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "31.fc38", "source": "rpm", "version": "0.7.2" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc38", "source": "rpm", "version": "0.19.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "4.fc38", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "16.fc38", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.fc38", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc38", "source": "rpm", "version": "2.28.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.fc38", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "2.fc38", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "3.fc38", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc38", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "33.fc38", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc38", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc38", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "2.fc38", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "2.fc38", "source": "rpm", "version": "0.6.0^20230403git142325a9" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "12.fc38", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc38", "source": "rpm", "version": "2.14.3" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc38", "source": "rpm", "version": "4.13" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc38", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc38", "source": "rpm", "version": "3.40.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc38", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.fc38", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "16.fc38", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "20.fc38", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.fc38", "source": "rpm", "version": "5.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.fc38", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc38", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "60.fc38", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.fc38", "source": "rpm", "version": "0.13.2" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "18.fc38", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "5.fc38", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "39.fc38", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc38", "source": "rpm", "version": "6.1.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc38", "source": "rpm", "version": "2.38" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc38", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc38", "source": "rpm", "version": "1.3.2" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "37.fc38", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:56 Saturday 02 December 2023 08:37:13 +0000 (0:00:00.992) 0:00:51.192 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:63 Saturday 02 December 2023 08:37:13 +0000 (0:00:00.043) 0:00:51.235 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:69 Saturday 02 December 2023 08:37:13 +0000 (0:00:00.050) 0:00:51.286 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:78 Saturday 02 December 2023 08:37:13 +0000 (0:00:00.058) 0:00:51.344 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:86 Saturday 02 December 2023 08:37:13 +0000 (0:00:00.052) 0:00:51.397 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:93 Saturday 02 December 2023 08:37:14 +0000 (0:00:00.243) 0:00:51.641 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:99 Saturday 02 December 2023 08:37:14 +0000 (0:00:00.248) 0:00:51.889 ***** changed: [sut] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log/rsyslog", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:108 Saturday 02 December 2023 08:37:14 +0000 (0:00:00.326) 0:00:52.216 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:131 Saturday 02 December 2023 08:37:14 +0000 (0:00:00.125) 0:00:52.341 ***** changed: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "state": "file", "uid": 0 } changed: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "state": "file", "uid": 0 } changed: [sut] => (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-1701506236.195409-4379-35790716457948/source", "state": "file", "uid": 0 } NOTIFIED HANDLER /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:155 Saturday 02 December 2023 08:37:16 +0000 (0:00:01.877) 0:00:54.219 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506236.195409-4379-35790716457948/source", "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-1701506236.195409-4379-35790716457948/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:159 Saturday 02 December 2023 08:37:16 +0000 (0:00:00.047) 0:00:54.267 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:177 Saturday 02 December 2023 08:37:16 +0000 (0:00:00.057) 0:00:54.325 ***** ok: [sut] => (item={'name': 'basic_input', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "basic_input", "type": "basics" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:188 Saturday 02 December 2023 08:37:16 +0000 (0:00:00.048) 0:00:54.373 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/inputs/basics/main.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/inputs/basics/main.yml:3 Saturday 02 December 2023 08:37:17 +0000 (0:00:00.079) 0:00:54.452 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:17 +0000 (0:00:00.062) 0:00:54.515 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:17 +0000 (0:00:00.065) 0:00:54.580 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:17 +0000 (0:00:00.025) 0:00:54.606 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506236.195409-4379-35790716457948/source", "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-1701506236.195409-4379-35790716457948/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:17 +0000 (0:00:00.039) 0:00:54.645 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-basic_input] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/inputs/basics/main.yml:10 Saturday 02 December 2023 08:37:17 +0000 (0:00:00.032) 0:00:54.677 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:17 +0000 (0:00:00.082) 0:00:54.760 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:17 +0000 (0:00:00.036) 0:00:54.796 ***** changed: [sut] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output0\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "9c5f38e3d942658b48fc94db75e9c85897f3da81", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "2be3f05800d891830061d2f07b68c1c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 488, "src": "/root/.ansible/tmp/ansible-tmp-1701506237.53288-4544-189684422696890/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:18 +0000 (0:00:00.762) 0:00:55.558 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506236.195409-4379-35790716457948/source", "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-1701506236.195409-4379-35790716457948/source", "state": "file", "uid": 0 } ] }, { "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": "9c5f38e3d942658b48fc94db75e9c85897f3da81", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9c5f38e3d942658b48fc94db75e9c85897f3da81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506237.53288-4544-189684422696890/source", "unsafe_writes": false, "validate": null } }, "md5sum": "2be3f05800d891830061d2f07b68c1c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 488, "src": "/root/.ansible/tmp/ansible-tmp-1701506237.53288-4544-189684422696890/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:18 +0000 (0:00:00.039) 0:00:55.598 ***** skipping: [sut] => (item={'name': 'input-basics-basic_input', 'type': 'input', 'state': 'present', 'sections': [{'options': 'module(load="imuxsock" # provides support for local system logging (e.g. via logger command)\n SysSock.Use="off") # Turn off message reception via local log socket.\nmodule(load="imjournal"\n StateFile="/var/lib/rsyslog/imjournal.state"\n RateLimit.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output0\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:207 Saturday 02 December 2023 08:37:18 +0000 (0:00:00.158) 0:00:55.756 ***** ok: [sut] => (item={'name': 'files_output0', '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{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "files_output0", "type": "files" } } ok: [sut] => (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{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:219 Saturday 02 December 2023 08:37:18 +0000 (0:00:00.055) 0:00:55.812 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml for sut included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 02 December 2023 08:37:18 +0000 (0:00:00.096) 0:00:55.909 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:18 +0000 (0:00:00.061) 0:00:55.970 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:18 +0000 (0:00:00.079) 0:00:56.049 ***** ok: [sut] => (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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:19 +0000 (0:00:00.597) 0:00:56.646 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506236.195409-4379-35790716457948/source", "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-1701506236.195409-4379-35790716457948/source", "state": "file", "uid": 0 } ] }, { "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": "9c5f38e3d942658b48fc94db75e9c85897f3da81", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9c5f38e3d942658b48fc94db75e9c85897f3da81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506237.53288-4544-189684422696890/source", "unsafe_writes": false, "validate": null } }, "md5sum": "2be3f05800d891830061d2f07b68c1c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 488, "src": "/root/.ansible/tmp/ansible-tmp-1701506237.53288-4544-189684422696890/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:19 +0000 (0:00:00.042) 0:00:56.688 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-files_output0] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 02 December 2023 08:37:19 +0000 (0:00:00.060) 0:00:56.749 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:19 +0000 (0:00:00.068) 0:00:56.818 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:19 +0000 (0:00:00.033) 0:00:56.852 ***** changed: [sut] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "82989ad1ee56a3fce0305e6d66b0ea92a82f232c", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "20e292a8a6427c32306688c2630ed119", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1200, "src": "/root/.ansible/tmp/ansible-tmp-1701506239.5642366-4675-280495055154848/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:20 +0000 (0:00:00.717) 0:00:57.570 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506236.195409-4379-35790716457948/source", "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-1701506236.195409-4379-35790716457948/source", "state": "file", "uid": 0 } ] }, { "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": "9c5f38e3d942658b48fc94db75e9c85897f3da81", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9c5f38e3d942658b48fc94db75e9c85897f3da81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506237.53288-4544-189684422696890/source", "unsafe_writes": false, "validate": null } }, "md5sum": "2be3f05800d891830061d2f07b68c1c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 488, "src": "/root/.ansible/tmp/ansible-tmp-1701506237.53288-4544-189684422696890/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "82989ad1ee56a3fce0305e6d66b0ea92a82f232c", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "82989ad1ee56a3fce0305e6d66b0ea92a82f232c", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506239.5642366-4675-280495055154848/source", "unsafe_writes": false, "validate": null } }, "md5sum": "20e292a8a6427c32306688c2630ed119", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1200, "src": "/root/.ansible/tmp/ansible-tmp-1701506239.5642366-4675-280495055154848/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:20 +0000 (0:00:00.048) 0:00:57.619 ***** skipping: [sut] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 02 December 2023 08:37:20 +0000 (0:00:00.109) 0:00:57.728 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:20 +0000 (0:00:00.070) 0:00:57.799 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:20 +0000 (0:00:00.067) 0:00:57.866 ***** ok: [sut] => (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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:20 +0000 (0:00:00.570) 0:00:58.436 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506236.195409-4379-35790716457948/source", "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-1701506236.195409-4379-35790716457948/source", "state": "file", "uid": 0 } ] }, { "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": "9c5f38e3d942658b48fc94db75e9c85897f3da81", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9c5f38e3d942658b48fc94db75e9c85897f3da81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506237.53288-4544-189684422696890/source", "unsafe_writes": false, "validate": null } }, "md5sum": "2be3f05800d891830061d2f07b68c1c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 488, "src": "/root/.ansible/tmp/ansible-tmp-1701506237.53288-4544-189684422696890/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "82989ad1ee56a3fce0305e6d66b0ea92a82f232c", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "82989ad1ee56a3fce0305e6d66b0ea92a82f232c", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506239.5642366-4675-280495055154848/source", "unsafe_writes": false, "validate": null } }, "md5sum": "20e292a8a6427c32306688c2630ed119", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1200, "src": "/root/.ansible/tmp/ansible-tmp-1701506239.5642366-4675-280495055154848/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:21 +0000 (0:00:00.038) 0:00:58.474 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 02 December 2023 08:37:21 +0000 (0:00:00.039) 0:00:58.513 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:21 +0000 (0:00:00.066) 0:00:58.580 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:21 +0000 (0:00:00.036) 0:00:58.617 ***** changed: [sut] => (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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "98d3dd57ff7c59e772007c2346c5139a7bf28fd0", "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "aa1578445ee09420c12a504a1bb46700", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1200, "src": "/root/.ansible/tmp/ansible-tmp-1701506241.3114758-4725-108159961009463/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:21 +0000 (0:00:00.745) 0:00:59.362 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506234.965826-4379-164999606423928/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506235.5902915-4379-274455497455506/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506236.195409-4379-35790716457948/source", "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-1701506236.195409-4379-35790716457948/source", "state": "file", "uid": 0 } ] }, { "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": "9c5f38e3d942658b48fc94db75e9c85897f3da81", "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.Use=\"off\") # Turn off message reception via local log socket.\nmodule(load=\"imjournal\"\n StateFile=\"/var/lib/rsyslog/imjournal.state\"\n RateLimit.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "9c5f38e3d942658b48fc94db75e9c85897f3da81", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506237.53288-4544-189684422696890/source", "unsafe_writes": false, "validate": null } }, "md5sum": "2be3f05800d891830061d2f07b68c1c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 488, "src": "/root/.ansible/tmp/ansible-tmp-1701506237.53288-4544-189684422696890/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "82989ad1ee56a3fce0305e6d66b0ea92a82f232c", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "82989ad1ee56a3fce0305e6d66b0ea92a82f232c", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506239.5642366-4675-280495055154848/source", "unsafe_writes": false, "validate": null } }, "md5sum": "20e292a8a6427c32306688c2630ed119", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1200, "src": "/root/.ansible/tmp/ansible-tmp-1701506239.5642366-4675-280495055154848/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "98d3dd57ff7c59e772007c2346c5139a7bf28fd0", "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "98d3dd57ff7c59e772007c2346c5139a7bf28fd0", "content": null, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506241.3114758-4725-108159961009463/source", "unsafe_writes": false, "validate": null } }, "md5sum": "aa1578445ee09420c12a504a1bb46700", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1200, "src": "/root/.ansible/tmp/ansible-tmp-1701506241.3114758-4725-108159961009463/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:21 +0000 (0:00:00.048) 0:00:59.411 ***** skipping: [sut] => (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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:232 Saturday 02 December 2023 08:37:22 +0000 (0:00:00.087) 0:00:59.499 ***** ok: [sut] => { "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.094269", "end": "2023-12-02 08:37:22.323655", "failed_when_result": false, "rc": 0, "start": "2023-12-02 08:37:22.229386" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-local-modules.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/30-output-files-default_files.conf /etc/rsyslog.d/30-output-files-files_output0.conf /etc/rsyslog.d/90-input-basics-basic_input.conf TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:249 Saturday 02 December 2023 08:37:22 +0000 (0:00:00.318) 0:00:59.817 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:273 Saturday 02 December 2023 08:37:22 +0000 (0:00:00.037) 0:00:59.855 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:303 Saturday 02 December 2023 08:37:22 +0000 (0:00:00.078) 0:00:59.933 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:315 Saturday 02 December 2023 08:37:22 +0000 (0:00:00.060) 0:00:59.994 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:331 Saturday 02 December 2023 08:37:22 +0000 (0:00:00.039) 0:01:00.033 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:347 Saturday 02 December 2023 08:37:22 +0000 (0:00:00.044) 0:01:00.078 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:363 Saturday 02 December 2023 08:37:22 +0000 (0:00:00.037) 0:01:00.116 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:37:07 UTC", "ActiveEnterTimestampMonotonic": "774072444", "ActiveExitTimestamp": "Sat 2023-12-02 08:37:06 UTC", "ActiveExitTimestampMonotonic": "773748047", "ActiveState": "active", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:37:07 UTC", "AssertTimestampMonotonic": "774063723", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "39237000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:37:07 UTC", "ConditionTimestampMonotonic": "774063719", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6189", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "6697", "ExecMainStartTimestamp": "Sat 2023-12-02 08:37:07 UTC", "ExecMainStartTimestampMonotonic": "774068134", "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 2023-12-02 08:37:07 UTC] ; stop_time=[n/a] ; pid=6697 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-02 08:37:07 UTC] ; stop_time=[n/a] ; pid=6697 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-02 08:37:07 UTC", "InactiveEnterTimestampMonotonic": "774054272", "InactiveExitTimestamp": "Sat 2023-12-02 08:37:07 UTC", "InactiveExitTimestampMonotonic": "774068552", "InvocationID": "6df3a9c78403457c9f4eb61f6e5cf0fc", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "6697", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1265664", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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 system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:37:07 UTC", "StateChangeTimestampMonotonic": "774072444", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:372 Saturday 02 December 2023 08:37:23 +0000 (0:00:00.569) 0:01:00.685 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:381 Saturday 02 December 2023 08:37:23 +0000 (0:00:00.036) 0:01:00.721 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:395 Saturday 02 December 2023 08:37:23 +0000 (0:00:00.038) 0:01:00.760 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:402 Saturday 02 December 2023 08:37:23 +0000 (0:00:00.039) 0:01:00.800 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701506225.363219, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bf4118be9d80c2ad45586b88b4c644e4b1e0fc32", "ctime": 1701506216.7815251, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144099, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1692921600.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3223, "uid": 0, "version": "1058659445", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:408 Saturday 02 December 2023 08:37:23 +0000 (0:00:00.249) 0:01:01.049 ***** changed: [sut] => { "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-1701506243.6467667-4805-265565390805967/source", "state": "file", "uid": 0 } RUNNING HANDLER [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/handlers/main.yml:2 Saturday 02 December 2023 08:37:24 +0000 (0:00:00.627) 0:01:01.676 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:37:07 UTC", "ActiveEnterTimestampMonotonic": "774072444", "ActiveExitTimestamp": "Sat 2023-12-02 08:37:06 UTC", "ActiveExitTimestampMonotonic": "773748047", "ActiveState": "active", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:37:07 UTC", "AssertTimestampMonotonic": "774063723", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "43630000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:37:07 UTC", "ConditionTimestampMonotonic": "774063719", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6189", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "6697", "ExecMainStartTimestamp": "Sat 2023-12-02 08:37:07 UTC", "ExecMainStartTimestampMonotonic": "774068134", "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 2023-12-02 08:37:07 UTC] ; stop_time=[n/a] ; pid=6697 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-02 08:37:07 UTC] ; stop_time=[n/a] ; pid=6697 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-02 08:37:07 UTC", "InactiveEnterTimestampMonotonic": "774054272", "InactiveExitTimestamp": "Sat 2023-12-02 08:37:07 UTC", "InactiveExitTimestampMonotonic": "774068552", "InvocationID": "6df3a9c78403457c9f4eb61f6e5cf0fc", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "6697", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1277952", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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 system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:37:07 UTC", "StateChangeTimestampMonotonic": "774072444", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers TASK [Ensure config file size and counts] ************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:135 Saturday 02 December 2023 08:37:25 +0000 (0:00:00.969) 0:01:02.646 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml for sut TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:2 Saturday 02 December 2023 08:37:25 +0000 (0:00:00.071) 0:01:02.718 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701506245.0965154, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1701506244.1485493, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262410, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1701506243.934557, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "3203639040", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:7 Saturday 02 December 2023 08:37:25 +0000 (0:00:00.233) 0:01:02.951 ***** ok: [sut] => { "changed": false, "examined": 7, "files": [ { "atime": 1701506245.0965154, "ctime": 1701506241.8336318, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262407, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506241.6186395, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1200, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506245.0965154, "ctime": 1701506236.6878152, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262427, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506236.467823, "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": 1701506245.0965154, "ctime": 1701506236.0948365, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262411, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506235.8748443, "nlink": 1, "path": "/etc/rsyslog.d/10-local-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 139, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506245.0965154, "ctime": 1701506240.0436957, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262408, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506239.8317032, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1200, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506201.689063, "ctime": 1701506199.3531466, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262409, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506199.1281545, "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": 1701506245.0965154, "ctime": 1701506235.4828582, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262405, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506235.265866, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 137, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506245.0965154, "ctime": 1701506238.0307674, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262428, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506237.8117752, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 488, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 7 } TASK [Check rsyslog.conf size (less)] ****************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:13 Saturday 02 December 2023 08:37:25 +0000 (0:00:00.222) 0:01:03.174 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:18 Saturday 02 December 2023 08:37:25 +0000 (0:00:00.034) 0:01:03.208 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:23 Saturday 02 December 2023 08:37:25 +0000 (0:00:00.027) 0:01:03.235 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:27 Saturday 02 December 2023 08:37:25 +0000 (0:00:00.029) 0:01:03.265 ***** ok: [sut] => (item=/etc/rsyslog.d/30-output-files-files_output0.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-files-files_output0.conf", "stat": { "atime": 1701506245.0965154, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "82989ad1ee56a3fce0305e6d66b0ea92a82f232c", "ctime": 1701506240.0436957, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262408, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1701506239.8317032, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1200, "uid": 0, "version": "717605114", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:35 Saturday 02 December 2023 08:37:26 +0000 (0:00:00.237) 0:01:03.502 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure logger message is logged in a file] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:144 Saturday 02 December 2023 08:37:26 +0000 (0:00:00.025) 0:01:03.527 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/test_logger.yml for sut TASK [Run logger to generate a test log message] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/test_logger.yml:7 Saturday 02 December 2023 08:37:26 +0000 (0:00:00.061) 0:01:03.589 ***** ok: [sut] => { "changed": false, "cmd": [ "/bin/logger", "-i", "-p", "local6.info", "-t", "testTag2", "testMessage2" ], "delta": "0:00:00.003950", "end": "2023-12-02 08:37:26.321990", "rc": 0, "start": "2023-12-02 08:37:26.318040" } TASK [Check the test log message in /var/log/messages] ************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/test_logger.yml:13 Saturday 02 December 2023 08:37:26 +0000 (0:00:00.270) 0:01:03.859 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/bin/grep", "testMessage2", "/var/log/rsyslog/messages" ], "delta": "0:00:00.003526", "end": "2023-12-02 08:37:26.596012", "rc": 0, "start": "2023-12-02 08:37:26.592486" } STDOUT: 2023-12-02T08:37:26.317592+00:00 dee14a9b-aca6-4137-8349-07167f50988f python3[7993]: ansible-command Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag2 testMessage2 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None 2023-12-02T08:37:26.321587+00:00 dee14a9b-aca6-4137-8349-07167f50988f testTag2[7994]: testMessage2 TASK [Check the files output config that the messages path is /var/log/rsyslog] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:151 Saturday 02 December 2023 08:37:26 +0000 (0:00:00.235) 0:01:04.095 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/bin/grep", "\\*.info;mail.none;authpriv.none;cron.none.*/var/log/rsyslog/messages", "/etc/rsyslog.d/30-output-files-files_output0.conf" ], "delta": "0:00:00.003710", "end": "2023-12-02 08:37:26.827843", "rc": 0, "start": "2023-12-02 08:37:26.824133" } STDOUT: *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:164 Saturday 02 December 2023 08:37:26 +0000 (0:00:00.224) 0:01:04.319 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:3 Saturday 02 December 2023 08:37:26 +0000 (0:00:00.076) 0:01:04.396 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:15 Saturday 02 December 2023 08:37:26 +0000 (0:00:00.027) 0:01:04.423 ***** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:24 Saturday 02 December 2023 08:37:26 +0000 (0:00:00.024) 0:01:04.448 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:36 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.025) 0:01:04.474 ***** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:46 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.025) 0:01:04.500 ***** TASK [Set firewall and selinux to false for cleanup] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:167 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.026) 0:01:04.526 ***** ok: [sut] => { "ansible_facts": { "logging_manage_firewall": false, "logging_manage_selinux": false }, "changed": false } TASK [END TEST CASE 1; Clean up the deployed config] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:172 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.025) 0:01:04.552 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.101) 0:01:04.653 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.032) 0:01:04.686 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.037) 0:01:04.723 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.068) 0:01:04.792 ***** TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.026) 0:01:04.819 ***** TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.025) 0:01:04.844 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.054) 0:01:04.899 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.033) 0:01:04.932 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.031) 0:01:04.963 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.029) 0:01:04.992 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.034) 0:01:05.027 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.035) 0:01:05.062 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.030) 0:01:05.093 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.031) 0:01:05.124 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.032) 0:01:05.156 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.034) 0:01:05.191 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.037) 0:01:05.228 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.038) 0:01:05.267 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.032) 0:01:05.299 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.031) 0:01:05.331 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.030) 0:01:05.362 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ****** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 02 December 2023 08:37:27 +0000 (0:00:00.071) 0:01:05.433 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.057) 0:01:05.491 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.029) 0:01:05.521 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.027) 0:01:05.549 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.031) 0:01:05.580 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage selinux on the gathered ports] ******* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.031) 0:01:05.611 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.070) 0:01:05.681 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.028) 0:01:05.709 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.023) 0:01:05.733 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.023) 0:01:05.757 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.024) 0:01:05.781 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.024) 0:01:05.805 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.027) 0:01:05.833 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.062) 0:01:05.896 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.029) 0:01:05.926 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.060) 0:01:05.986 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.040) 0:01:06.027 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.032) 0:01:06.059 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.038) 0:01:06.098 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.046) 0:01:06.144 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.033) 0:01:06.178 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:4 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.044) 0:01:06.222 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:4 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.041) 0:01:06.264 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:13 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.037) 0:01:06.302 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:18 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.027) 0:01:06.330 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:22 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.027) 0:01:06.357 ***** ok: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:34 Saturday 02 December 2023 08:37:28 +0000 (0:00:00.091) 0:01:06.449 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:7 Saturday 02 December 2023 08:37:29 +0000 (0:00:00.099) 0:01:06.549 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:15 Saturday 02 December 2023 08:37:29 +0000 (0:00:00.089) 0:01:06.638 ***** ok: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "iproute" ], "delta": "0:00:00.033515", "end": "2023-12-02 08:37:29.418914", "failed_when_result": false, "item": "iproute", "rc": 0, "start": "2023-12-02 08:37:29.385399", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } ok: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.048012", "end": "2023-12-02 08:37:29.672745", "failed_when_result": false, "item": "rsyslog", "rc": 1, "start": "2023-12-02 08:37:29.624733", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } STDOUT: S.5....T. c /etc/rsyslog.conf MSG: non-zero return code TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:22 Saturday 02 December 2023 08:37:29 +0000 (0:00:00.525) 0:01:07.164 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: rsyslog-logrotate-8.2310.0-1.fc38.x86_64", "Removed: iproute-6.4.0-1.fc38.x86_64", "Removed: rsyslog-8.2310.0-1.fc38.x86_64" ] } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 Saturday 02 December 2023 08:37:33 +0000 (0:00:03.444) 0:01:10.608 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: iproute-6.4.0-1.fc38.x86_64", "Installed: rsyslog-8.2310.0-1.fc38.x86_64", "Installed: rsyslog-logrotate-8.2310.0-1.fc38.x86_64" ] } lsrpackages: iproute rsyslog TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:48 Saturday 02 December 2023 08:37:37 +0000 (0:00:04.192) 0:01:14.800 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:52 Saturday 02 December 2023 08:37:37 +0000 (0:00:00.031) 0:01:14.832 ***** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc38", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "11.fc38", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "7.fc38", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "22.fc38", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "15.fc38", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc38", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "17.fc38", "source": "rpm", "version": "1.07.1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "4.fc38", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc38", "source": "rpm", "version": "5.70" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.fc38", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc38", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc38", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc38", "source": "rpm", "version": "4.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc38", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "14.fc38", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc38", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "9.fc38", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc38", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "8.fc38", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "10.fc38", "source": "rpm", "version": "0.9.0" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "1.fc38", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "6.fc38", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "5.fc38", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "5.fc38", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "2.fc38", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "2.fc38", "source": "rpm", "version": "12.2.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "7.fc38", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc38", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "38" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "36", "source": "rpm", "version": "38" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "38" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "1", "source": "rpm", "version": "38" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.fc38", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "3.fc38", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "12.fc38", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "11.fc38", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.fc38", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "5.fc38", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc38", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "3.fc38", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.fc38", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc38", "source": "rpm", "version": "2.76.5" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "4.fc38", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc38", "source": "rpm", "version": "2.4.0" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc38", "source": "rpm", "version": "3.8.1" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc38", "source": "rpm", "version": "1.76.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "6202d9c6", "source": "rpm", "version": "eb10b464" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc38", "source": "rpm", "version": "1.17.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "42.fc38", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "11.fc38", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "69.fc38", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "5.fc38", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "7.fc38", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc38", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc38", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "7.fc38", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc38", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "1.fc38", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.fc38", "source": "rpm", "version": "6.4.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.fc38", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "6.fc38", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.fc38", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.fc38", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc38", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "4.fc38", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc38", "source": "rpm", "version": "0.9.4" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc38", "source": "rpm", "version": "1.21" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.fc38", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "6.fc38", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "15.fc38", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc38", "source": "rpm", "version": "3.6.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "2.fc38", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc38", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "24.fc38", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "8.fc38", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.fc38", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.fc38", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "11.fc38", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc38", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "6.fc38", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "9.fc38", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.fc38", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.fc38", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.fc38", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "45.20221030cvs.fc38", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "6.fc38", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "7.fc38", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.fc38", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.fc38", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "2.fc38", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc38", "source": "rpm", "version": "1.12.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "9.fc38", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "1.fc38", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc38", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "4.fc38", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc38", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "3.fc38", "source": "rpm", "version": "44.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.fc38", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.fc38", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc38", "source": "rpm", "version": "0.1.13" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc38", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc38", "source": "rpm", "version": "2.7.2" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "2.fc38", "source": "rpm", "version": "1.7.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc38", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "30.fc38", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc38", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "2.fc38", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.fc38", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.fc38", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.fc38", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc38", "source": "rpm", "version": "1.2.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.fc38", "source": "rpm", "version": "1.52.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc38", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "5.fc38", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.fc38", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc38", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc38", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "2.fc38", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.fc38", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc38", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "2.fc38", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.fc38", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc38", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc38", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.fc38", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.fc38", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "11.fc38", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc38", "source": "rpm", "version": "0.7.25" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.fc38", "source": "rpm", "version": "2.4.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "2.fc38", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc38", "source": "rpm", "version": "1.4.8" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc38", "source": "rpm", "version": "0.14.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc38", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "6.fc38", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.fc38", "source": "rpm", "version": "1.1" } ], "libunistring1.0": [ { "arch": "x86_64", "epoch": null, "name": "libunistring1.0", "release": "1.fc38", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc38", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "2.fc38", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "8.fc38", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc38", "source": "rpm", "version": "1.5.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc38", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc38", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc38", "source": "rpm", "version": "1.1.38" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "9.fc38", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc38", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc38", "source": "rpm", "version": "3.21.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc38", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc38", "source": "rpm", "version": "1.9.4" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "5.fc38", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "1.fc38", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "2.fc38", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.fc38", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "6.fc38", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc38", "source": "rpm", "version": "4.1.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.65.20160912git.fc38", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "12.fc38", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "12.fc38", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc38", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc38", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.fc38", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "3.fc38", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "11.fc38", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "14.fc38", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc38", "source": "rpm", "version": "1.5.2" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "497.fc38", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "497.fc38", "source": "rpm", "version": "1.83" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "490.fc38", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "497.fc38", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "491.fc38", "source": "rpm", "version": "2.184" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "490.fc38", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "490.fc38", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "497.fc38", "source": "rpm", "version": "1.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "493.fc38", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "497.fc38", "source": "rpm", "version": "1.36" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "11.fc38", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "490.fc38", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "497.fc38", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "497.fc38", "source": "rpm", "version": "1.40" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "490.fc38", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "490.fc38", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "497.fc38", "source": "rpm", "version": "1.12" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.fc38", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "497.fc38", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "2.fc38", "source": "rpm", "version": "0.086" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "497.fc38", "source": "rpm", "version": "1.50" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "492.fc38", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc38", "source": "rpm", "version": "2.081" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "497.fc38", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "490.fc38", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc38", "source": "rpm", "version": "20221114" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.fc38", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "490.fc38", "source": "rpm", "version": "3.84" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "490.fc38", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "491.fc38", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "491.fc38", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.fc38", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "490.fc38", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "497.fc38", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "2.fc38", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "490.fc38", "source": "rpm", "version": "3.26" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "497.fc38", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "491.fc38", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "1.fc38", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "16.fc38", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "490.fc38", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc38", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "490.fc38", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.fc38", "source": "rpm", "version": "5.17" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "497.fc38", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "491.fc38", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "497.fc38", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "497.fc38", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "1.fc38", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "497.fc38", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "497.fc38", "source": "rpm", "version": "1.26" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "497.fc38", "source": "rpm", "version": "1.35" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "497.fc38", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.fc38", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "2.fc38", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "497.fc38", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "23.fc38", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "2.fc38", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.fc38", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.fc38", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "2.fc38", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc38", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "3.fc38", "source": "rpm", "version": "22.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc38", "source": "rpm", "version": "22.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc38", "source": "rpm", "version": "3.1.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc38", "source": "rpm", "version": "5.0.8" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "5.fc38", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.fc38", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc38", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc38", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "7.fc38", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "22.fc38", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.fc38", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "2.fc38", "source": "rpm", "version": "4.17.3" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc38", "source": "rpm", "version": "4.9.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc38", "source": "rpm", "version": "2.1.2" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "5.fc38", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc38", "source": "rpm", "version": "3.2.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "31.fc38", "source": "rpm", "version": "0.7.2" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc38", "source": "rpm", "version": "0.19.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "4.fc38", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "16.fc38", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.fc38", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc38", "source": "rpm", "version": "2.28.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.fc38", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "2.fc38", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "3.fc38", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc38", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "33.fc38", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc38", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc38", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "2.fc38", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "2.fc38", "source": "rpm", "version": "0.6.0^20230403git142325a9" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "12.fc38", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc38", "source": "rpm", "version": "2.14.3" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc38", "source": "rpm", "version": "4.13" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc38", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc38", "source": "rpm", "version": "3.40.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc38", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.fc38", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "16.fc38", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "20.fc38", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.fc38", "source": "rpm", "version": "5.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.fc38", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc38", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "60.fc38", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.fc38", "source": "rpm", "version": "0.13.2" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "18.fc38", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "5.fc38", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "39.fc38", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc38", "source": "rpm", "version": "6.1.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc38", "source": "rpm", "version": "2.38" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc38", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc38", "source": "rpm", "version": "1.3.2" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "37.fc38", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:56 Saturday 02 December 2023 08:37:38 +0000 (0:00:01.086) 0:01:15.918 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:63 Saturday 02 December 2023 08:37:38 +0000 (0:00:00.049) 0:01:15.968 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:69 Saturday 02 December 2023 08:37:38 +0000 (0:00:00.042) 0:01:16.010 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:78 Saturday 02 December 2023 08:37:38 +0000 (0:00:00.030) 0:01:16.041 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:86 Saturday 02 December 2023 08:37:38 +0000 (0:00:00.032) 0:01:16.073 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:93 Saturday 02 December 2023 08:37:38 +0000 (0:00:00.240) 0:01:16.314 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:99 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.243) 0:01:16.558 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log/rsyslog", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:108 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.243) 0:01:16.801 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:131 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.096) 0:01:16.898 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:155 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.043) 0:01:16.941 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:159 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.029) 0:01:16.971 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:177 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.045) 0:01:17.016 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:188 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.026) 0:01:17.043 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:207 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.035) 0:01:17.078 ***** ok: [sut] => (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{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:219 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.071) 0:01:17.150 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.058) 0:01:17.208 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.051) 0:01:17.259 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:39 +0000 (0:00:00.033) 0:01:17.292 ***** ok: [sut] => (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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:40 +0000 (0:00:00.582) 0:01:17.875 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:40 +0000 (0:00:00.040) 0:01:17.916 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 02 December 2023 08:37:40 +0000 (0:00:00.042) 0:01:17.958 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:40 +0000 (0:00:00.057) 0:01:18.016 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:40 +0000 (0:00:00.035) 0:01:18.051 ***** ok: [sut] => (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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "98d3dd57ff7c59e772007c2346c5139a7bf28fd0", "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/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": 1200, "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:41 +0000 (0:00:00.625) 0:01:18.676 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "98d3dd57ff7c59e772007c2346c5139a7bf28fd0", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "diff": { "after": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" }, "before": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" } }, "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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": 1200, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:41 +0000 (0:00:00.082) 0:01:18.758 ***** skipping: [sut] => (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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:232 Saturday 02 December 2023 08:37:41 +0000 (0:00:00.096) 0:01:18.854 ***** ok: [sut] => { "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.102791", "end": "2023-12-02 08:37:41.694957", "failed_when_result": false, "rc": 0, "start": "2023-12-02 08:37:41.592166" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-local-modules.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/30-output-files-default_files.conf /etc/rsyslog.d/30-output-files-files_output0.conf /etc/rsyslog.d/90-input-basics-basic_input.conf TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:249 Saturday 02 December 2023 08:37:41 +0000 (0:00:00.340) 0:01:19.195 ***** changed: [sut] => (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: [sut] => (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: [sut] => (item=/etc/rsyslog.d/10-local-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-local-modules.conf", "path": "/etc/rsyslog.d/10-local-modules.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/30-output-files-files_output0.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_output0.conf", "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/90-input-basics-basic_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "state": "absent" } NOTIFIED HANDLER /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:273 Saturday 02 December 2023 08:37:42 +0000 (0:00:01.114) 0:01:20.309 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:303 Saturday 02 December 2023 08:37:42 +0000 (0:00:00.032) 0:01:20.342 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:315 Saturday 02 December 2023 08:37:42 +0000 (0:00:00.052) 0:01:20.394 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:331 Saturday 02 December 2023 08:37:42 +0000 (0:00:00.035) 0:01:20.430 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:347 Saturday 02 December 2023 08:37:43 +0000 (0:00:00.043) 0:01:20.473 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:363 Saturday 02 December 2023 08:37:43 +0000 (0:00:00.038) 0:01:20.512 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:37:25 UTC", "ActiveEnterTimestampMonotonic": "792080912", "ActiveExitTimestamp": "Sat 2023-12-02 08:37:32 UTC", "ActiveExitTimestampMonotonic": "799222041", "ActiveState": "inactive", "After": "system.slice basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:37:25 UTC", "AssertTimestampMonotonic": "792068694", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "14918000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:37:25 UTC", "ConditionTimestampMonotonic": "792068690", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-12-02 08:37:32 UTC", "ExecMainExitTimestampMonotonic": "799557106", "ExecMainPID": "7917", "ExecMainStartTimestamp": "Sat 2023-12-02 08:37:25 UTC", "ExecMainStartTimestampMonotonic": "792076177", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-02 08:37:32 UTC", "InactiveEnterTimestampMonotonic": "799557293", "InactiveExitTimestamp": "Sat 2023-12-02 08:37:25 UTC", "InactiveExitTimestampMonotonic": "792076653", "InvocationID": "3f3f51d6ee234b84af6dc4eff01a3882", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:37:32 UTC", "StateChangeTimestampMonotonic": "799557293", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:372 Saturday 02 December 2023 08:37:43 +0000 (0:00:00.586) 0:01:21.098 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:381 Saturday 02 December 2023 08:37:43 +0000 (0:00:00.059) 0:01:21.158 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:395 Saturday 02 December 2023 08:37:43 +0000 (0:00:00.030) 0:01:21.188 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:402 Saturday 02 December 2023 08:37:43 +0000 (0:00:00.030) 0:01:21.218 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:408 Saturday 02 December 2023 08:37:43 +0000 (0:00:00.037) 0:01:21.256 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:182 Saturday 02 December 2023 08:37:43 +0000 (0:00:00.034) 0:01:21.290 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:3 Saturday 02 December 2023 08:37:43 +0000 (0:00:00.089) 0:01:21.380 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:15 Saturday 02 December 2023 08:37:43 +0000 (0:00:00.034) 0:01:21.414 ***** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:24 Saturday 02 December 2023 08:37:43 +0000 (0:00:00.027) 0:01:21.442 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:36 Saturday 02 December 2023 08:37:44 +0000 (0:00:00.029) 0:01:21.471 ***** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:46 Saturday 02 December 2023 08:37:44 +0000 (0:00:00.028) 0:01:21.499 ***** RUNNING HANDLER [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/handlers/main.yml:2 Saturday 02 December 2023 08:37:44 +0000 (0:00:00.012) 0:01:21.512 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:37:43 UTC", "ActiveEnterTimestampMonotonic": "810547881", "ActiveExitTimestamp": "Sat 2023-12-02 08:37:32 UTC", "ActiveExitTimestampMonotonic": "799222041", "ActiveState": "active", "After": "system.slice basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:37:43 UTC", "AssertTimestampMonotonic": "810535569", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "23493000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:37:43 UTC", "ConditionTimestampMonotonic": "810535565", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6849", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8541", "ExecMainStartTimestamp": "Sat 2023-12-02 08:37:43 UTC", "ExecMainStartTimestampMonotonic": "810543130", "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 2023-12-02 08:37:43 UTC] ; stop_time=[n/a] ; pid=8541 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-02 08:37:43 UTC] ; stop_time=[n/a] ; pid=8541 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-02 08:37:32 UTC", "InactiveEnterTimestampMonotonic": "799557293", "InactiveExitTimestamp": "Sat 2023-12-02 08:37:43 UTC", "InactiveExitTimestampMonotonic": "810543602", "InvocationID": "6be7211151a944faad8acc59d86b9164", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8541", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1159168", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:37:43 UTC", "StateChangeTimestampMonotonic": "810547881", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers TASK [TEST CASE 2; Test the configuration, which flow contains a undefined input bogus_basic_input] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:199 Saturday 02 December 2023 08:37:44 +0000 (0:00:00.854) 0:01:22.366 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 02 December 2023 08:37:44 +0000 (0:00:00.047) 0:01:22.414 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.080) 0:01:22.494 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "facility": "authpriv,auth", "name": "files_output0", "path": "/var/log/secure", "type": "files" }, { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_output1", "path": "/var/log/messages", "severity": "info", "type": "files" }, { "name": "files_output2", "path": ":omusrmsg:*", "severity": "emerg", "type": "files" }, { "facility": "local7", "name": "files_output3", "path": "/var/log/boot.log", "type": "files" }, { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.034) 0:01:22.529 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "basic_input", "type": "basics" } ] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.034) 0:01:22.564 ***** skipping: [sut] => (item={'name': 'files_output0', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => { "ansible_loop_var": "item", "changed": false, "item": { "facility": "authpriv,auth", "name": "files_output0", "path": "/var/log/secure", "type": "files" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'files_output1', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => { "ansible_loop_var": "item", "changed": false, "item": { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_output1", "path": "/var/log/messages", "severity": "info", "type": "files" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'files_output2', 'type': 'files', 'severity': 'emerg', 'path': ':omusrmsg:*'}) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "files_output2", "path": ":omusrmsg:*", "severity": "emerg", "type": "files" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'files_output3', 'type': 'files', 'facility': 'local7', 'path': '/var/log/boot.log'}) => { "ansible_loop_var": "item", "changed": false, "item": { "facility": "local7", "name": "files_output3", "path": "/var/log/boot.log", "type": "files" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.065) 0:01:22.629 ***** failed: [sut] (item={'name': 'flow_0', 'inputs': ['bogus_basic_input'], 'outputs': ['files_output0', 'files_output1', 'files_output2', 'files_output3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "inputs": [ "bogus_basic_input" ], "name": "flow_0", "outputs": [ "files_output0", "files_output1", "files_output2", "files_output3" ] } } MSG: Error: ['bogus_basic_input'] includes undefined logging_inputs item. TASK [Expected error] ********************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:242 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.043) 0:01:22.673 ***** ok: [sut] => {} MSG: {'results': [{'failed': True, 'msg': "Error: ['bogus_basic_input'] includes undefined logging_inputs item.\n", '_ansible_no_log': False, 'changed': False, 'item': {'name': 'flow_0', 'inputs': ['bogus_basic_input'], 'outputs': ['files_output0', 'files_output1', 'files_output2', 'files_output3']}, 'ansible_loop_var': 'item', '_ansible_item_label': {'name': 'flow_0', 'inputs': ['bogus_basic_input'], 'outputs': ['files_output0', 'files_output1', 'files_output2', 'files_output3']}}], 'failed': True, 'msg': 'All items completed', 'changed': False} TASK [Ensure the expected error message is issued] ***************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:245 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.028) 0:01:22.701 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [END TEST CASE 2; Clean up the deployed config] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:250 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.031) 0:01:22.733 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.060) 0:01:22.793 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.043) 0:01:22.837 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.049) 0:01:22.886 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.032) 0:01:22.918 ***** TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.030) 0:01:22.949 ***** TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.033) 0:01:22.983 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.055) 0:01:23.038 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.030) 0:01:23.068 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.042) 0:01:23.110 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.070) 0:01:23.181 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.029) 0:01:23.211 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.030) 0:01:23.242 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.038) 0:01:23.280 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.041) 0:01:23.321 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.043) 0:01:23.365 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.034) 0:01:23.399 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 02 December 2023 08:37:45 +0000 (0:00:00.031) 0:01:23.431 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.031) 0:01:23.463 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.031) 0:01:23.494 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.035) 0:01:23.529 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.031) 0:01:23.561 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ****** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.035) 0:01:23.596 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.066) 0:01:23.662 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.034) 0:01:23.697 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.026) 0:01:23.724 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.037) 0:01:23.761 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage selinux on the gathered ports] ******* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.032) 0:01:23.793 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.148) 0:01:23.942 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.050) 0:01:23.992 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.039) 0:01:24.032 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.047) 0:01:24.079 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.030) 0:01:24.109 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.034) 0:01:24.144 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.035) 0:01:24.180 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.081) 0:01:24.261 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.034) 0:01:24.296 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.032) 0:01:24.328 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.046) 0:01:24.374 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 02 December 2023 08:37:46 +0000 (0:00:00.040) 0:01:24.415 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 02 December 2023 08:37:47 +0000 (0:00:00.046) 0:01:24.462 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 02 December 2023 08:37:47 +0000 (0:00:00.049) 0:01:24.511 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 02 December 2023 08:37:47 +0000 (0:00:00.034) 0:01:24.546 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:4 Saturday 02 December 2023 08:37:47 +0000 (0:00:00.057) 0:01:24.604 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:4 Saturday 02 December 2023 08:37:47 +0000 (0:00:00.098) 0:01:24.702 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:13 Saturday 02 December 2023 08:37:47 +0000 (0:00:00.038) 0:01:24.741 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:18 Saturday 02 December 2023 08:37:47 +0000 (0:00:00.027) 0:01:24.769 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:22 Saturday 02 December 2023 08:37:47 +0000 (0:00:00.027) 0:01:24.796 ***** ok: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:34 Saturday 02 December 2023 08:37:47 +0000 (0:00:00.075) 0:01:24.872 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:7 Saturday 02 December 2023 08:37:47 +0000 (0:00:00.069) 0:01:24.942 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:15 Saturday 02 December 2023 08:37:47 +0000 (0:00:00.072) 0:01:25.014 ***** ok: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "iproute" ], "delta": "0:00:00.034505", "end": "2023-12-02 08:37:47.794516", "failed_when_result": false, "item": "iproute", "rc": 0, "start": "2023-12-02 08:37:47.760011", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } ok: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.049341", "end": "2023-12-02 08:37:48.053099", "failed_when_result": false, "item": "rsyslog", "rc": 0, "start": "2023-12-02 08:37:48.003758", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:22 Saturday 02 December 2023 08:37:48 +0000 (0:00:00.541) 0:01:25.556 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 Saturday 02 December 2023 08:37:48 +0000 (0:00:00.036) 0:01:25.593 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute rsyslog TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:48 Saturday 02 December 2023 08:37:50 +0000 (0:00:02.460) 0:01:28.053 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:52 Saturday 02 December 2023 08:37:50 +0000 (0:00:00.029) 0:01:28.083 ***** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc38", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "11.fc38", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "7.fc38", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "22.fc38", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "15.fc38", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc38", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "17.fc38", "source": "rpm", "version": "1.07.1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "4.fc38", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc38", "source": "rpm", "version": "5.70" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.fc38", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc38", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc38", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc38", "source": "rpm", "version": "4.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc38", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "14.fc38", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc38", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "9.fc38", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc38", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "8.fc38", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "10.fc38", "source": "rpm", "version": "0.9.0" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "1.fc38", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "6.fc38", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "5.fc38", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "5.fc38", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "2.fc38", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "2.fc38", "source": "rpm", "version": "12.2.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "7.fc38", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc38", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "38" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "36", "source": "rpm", "version": "38" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "38" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "1", "source": "rpm", "version": "38" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.fc38", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "3.fc38", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "12.fc38", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "11.fc38", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.fc38", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "5.fc38", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc38", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "3.fc38", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.fc38", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc38", "source": "rpm", "version": "2.76.5" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "4.fc38", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc38", "source": "rpm", "version": "2.4.0" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc38", "source": "rpm", "version": "3.8.1" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc38", "source": "rpm", "version": "1.76.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "6202d9c6", "source": "rpm", "version": "eb10b464" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc38", "source": "rpm", "version": "1.17.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "42.fc38", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "11.fc38", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "69.fc38", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "5.fc38", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "7.fc38", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc38", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc38", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "7.fc38", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc38", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "1.fc38", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.fc38", "source": "rpm", "version": "6.4.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.fc38", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "6.fc38", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.fc38", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.fc38", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc38", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "4.fc38", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc38", "source": "rpm", "version": "0.9.4" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc38", "source": "rpm", "version": "1.21" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.fc38", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "6.fc38", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "15.fc38", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc38", "source": "rpm", "version": "3.6.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "2.fc38", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc38", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "24.fc38", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "8.fc38", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.fc38", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.fc38", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "11.fc38", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc38", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "6.fc38", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "9.fc38", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.fc38", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.fc38", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.fc38", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "45.20221030cvs.fc38", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "6.fc38", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "7.fc38", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.fc38", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.fc38", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "2.fc38", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc38", "source": "rpm", "version": "1.12.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "9.fc38", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "1.fc38", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc38", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "4.fc38", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc38", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "3.fc38", "source": "rpm", "version": "44.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.fc38", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.fc38", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc38", "source": "rpm", "version": "0.1.13" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc38", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc38", "source": "rpm", "version": "2.7.2" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "2.fc38", "source": "rpm", "version": "1.7.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc38", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "30.fc38", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc38", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "2.fc38", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.fc38", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.fc38", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.fc38", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc38", "source": "rpm", "version": "1.2.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.fc38", "source": "rpm", "version": "1.52.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc38", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "5.fc38", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.fc38", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc38", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc38", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "2.fc38", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.fc38", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc38", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "2.fc38", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.fc38", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc38", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc38", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.fc38", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.fc38", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "11.fc38", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc38", "source": "rpm", "version": "0.7.25" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.fc38", "source": "rpm", "version": "2.4.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "2.fc38", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc38", "source": "rpm", "version": "1.4.8" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc38", "source": "rpm", "version": "0.14.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc38", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "6.fc38", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.fc38", "source": "rpm", "version": "1.1" } ], "libunistring1.0": [ { "arch": "x86_64", "epoch": null, "name": "libunistring1.0", "release": "1.fc38", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc38", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "2.fc38", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "8.fc38", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc38", "source": "rpm", "version": "1.5.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc38", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc38", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc38", "source": "rpm", "version": "1.1.38" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "9.fc38", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc38", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc38", "source": "rpm", "version": "3.21.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc38", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc38", "source": "rpm", "version": "1.9.4" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "5.fc38", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "1.fc38", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "2.fc38", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.fc38", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "6.fc38", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc38", "source": "rpm", "version": "4.1.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.65.20160912git.fc38", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "12.fc38", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "12.fc38", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc38", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc38", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.fc38", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "3.fc38", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "11.fc38", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "14.fc38", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc38", "source": "rpm", "version": "1.5.2" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "497.fc38", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "497.fc38", "source": "rpm", "version": "1.83" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "490.fc38", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "497.fc38", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "491.fc38", "source": "rpm", "version": "2.184" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "490.fc38", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "490.fc38", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "497.fc38", "source": "rpm", "version": "1.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "493.fc38", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "497.fc38", "source": "rpm", "version": "1.36" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "11.fc38", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "490.fc38", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "497.fc38", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "497.fc38", "source": "rpm", "version": "1.40" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "490.fc38", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "490.fc38", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "497.fc38", "source": "rpm", "version": "1.12" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.fc38", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "497.fc38", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "2.fc38", "source": "rpm", "version": "0.086" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "497.fc38", "source": "rpm", "version": "1.50" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "492.fc38", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc38", "source": "rpm", "version": "2.081" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "497.fc38", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "490.fc38", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc38", "source": "rpm", "version": "20221114" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.fc38", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "490.fc38", "source": "rpm", "version": "3.84" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "490.fc38", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "491.fc38", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "491.fc38", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.fc38", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "490.fc38", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "497.fc38", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "2.fc38", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "490.fc38", "source": "rpm", "version": "3.26" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "497.fc38", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "491.fc38", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "1.fc38", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "16.fc38", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "490.fc38", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc38", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "490.fc38", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.fc38", "source": "rpm", "version": "5.17" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "497.fc38", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "491.fc38", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "497.fc38", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "497.fc38", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "1.fc38", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "497.fc38", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "497.fc38", "source": "rpm", "version": "1.26" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "497.fc38", "source": "rpm", "version": "1.35" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "497.fc38", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.fc38", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "2.fc38", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "497.fc38", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "23.fc38", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "2.fc38", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.fc38", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.fc38", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "2.fc38", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc38", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "3.fc38", "source": "rpm", "version": "22.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc38", "source": "rpm", "version": "22.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc38", "source": "rpm", "version": "3.1.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc38", "source": "rpm", "version": "5.0.8" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "5.fc38", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.fc38", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc38", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc38", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "7.fc38", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "22.fc38", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.fc38", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "2.fc38", "source": "rpm", "version": "4.17.3" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc38", "source": "rpm", "version": "4.9.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc38", "source": "rpm", "version": "2.1.2" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "5.fc38", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc38", "source": "rpm", "version": "3.2.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "31.fc38", "source": "rpm", "version": "0.7.2" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc38", "source": "rpm", "version": "0.19.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "4.fc38", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "16.fc38", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.fc38", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc38", "source": "rpm", "version": "2.28.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.fc38", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "2.fc38", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "3.fc38", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc38", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "33.fc38", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc38", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc38", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "2.fc38", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "2.fc38", "source": "rpm", "version": "0.6.0^20230403git142325a9" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "12.fc38", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc38", "source": "rpm", "version": "2.14.3" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc38", "source": "rpm", "version": "4.13" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc38", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc38", "source": "rpm", "version": "3.40.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc38", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.fc38", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "16.fc38", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "20.fc38", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.fc38", "source": "rpm", "version": "5.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.fc38", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc38", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "60.fc38", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.fc38", "source": "rpm", "version": "0.13.2" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "18.fc38", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "5.fc38", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "39.fc38", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc38", "source": "rpm", "version": "6.1.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc38", "source": "rpm", "version": "2.38" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc38", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc38", "source": "rpm", "version": "1.3.2" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "37.fc38", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:56 Saturday 02 December 2023 08:37:51 +0000 (0:00:00.985) 0:01:29.069 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:63 Saturday 02 December 2023 08:37:51 +0000 (0:00:00.039) 0:01:29.108 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:69 Saturday 02 December 2023 08:37:51 +0000 (0:00:00.039) 0:01:29.148 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:78 Saturday 02 December 2023 08:37:51 +0000 (0:00:00.070) 0:01:29.218 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:86 Saturday 02 December 2023 08:37:51 +0000 (0:00:00.039) 0:01:29.258 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:93 Saturday 02 December 2023 08:37:52 +0000 (0:00:00.245) 0:01:29.504 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:99 Saturday 02 December 2023 08:37:52 +0000 (0:00:00.248) 0:01:29.752 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log/rsyslog", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:108 Saturday 02 December 2023 08:37:52 +0000 (0:00:00.247) 0:01:30.000 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:131 Saturday 02 December 2023 08:37:52 +0000 (0:00:00.103) 0:01:30.103 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:155 Saturday 02 December 2023 08:37:52 +0000 (0:00:00.090) 0:01:30.194 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:159 Saturday 02 December 2023 08:37:52 +0000 (0:00:00.035) 0:01:30.230 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:177 Saturday 02 December 2023 08:37:52 +0000 (0:00:00.052) 0:01:30.282 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:188 Saturday 02 December 2023 08:37:52 +0000 (0:00:00.041) 0:01:30.323 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:207 Saturday 02 December 2023 08:37:52 +0000 (0:00:00.036) 0:01:30.360 ***** ok: [sut] => (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{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:219 Saturday 02 December 2023 08:37:52 +0000 (0:00:00.040) 0:01:30.401 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 02 December 2023 08:37:53 +0000 (0:00:00.090) 0:01:30.491 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:53 +0000 (0:00:00.126) 0:01:30.618 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:53 +0000 (0:00:00.038) 0:01:30.656 ***** ok: [sut] => (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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:53 +0000 (0:00:00.609) 0:01:31.266 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:53 +0000 (0:00:00.045) 0:01:31.311 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 02 December 2023 08:37:53 +0000 (0:00:00.057) 0:01:31.369 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:37:53 +0000 (0:00:00.059) 0:01:31.428 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:37:54 +0000 (0:00:00.032) 0:01:31.461 ***** ok: [sut] => (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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "98d3dd57ff7c59e772007c2346c5139a7bf28fd0", "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/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": 1200, "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:37:54 +0000 (0:00:00.627) 0:01:32.089 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "98d3dd57ff7c59e772007c2346c5139a7bf28fd0", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "diff": { "after": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" }, "before": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" } }, "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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": 1200, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:37:54 +0000 (0:00:00.032) 0:01:32.121 ***** skipping: [sut] => (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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:232 Saturday 02 December 2023 08:37:54 +0000 (0:00:00.085) 0:01:32.207 ***** ok: [sut] => { "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.032616", "end": "2023-12-02 08:37:54.970119", "failed_when_result": false, "rc": 0, "start": "2023-12-02 08:37:54.937503" } STDOUT: /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/30-output-files-default_files.conf TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:249 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.252) 0:01:32.459 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:273 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.074) 0:01:32.533 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:303 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.025) 0:01:32.559 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:315 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.056) 0:01:32.616 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:331 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.042) 0:01:32.659 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:347 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.049) 0:01:32.708 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:363 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.038) 0:01:32.746 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:37:44 UTC", "ActiveEnterTimestampMonotonic": "811820278", "ActiveExitTimestamp": "Sat 2023-12-02 08:37:44 UTC", "ActiveExitTimestampMonotonic": "811538378", "ActiveState": "active", "After": "system.slice basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:37:44 UTC", "AssertTimestampMonotonic": "811812680", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "18417000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:37:44 UTC", "ConditionTimestampMonotonic": "811812675", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6891", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8564", "ExecMainStartTimestamp": "Sat 2023-12-02 08:37:44 UTC", "ExecMainStartTimestampMonotonic": "811816207", "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 2023-12-02 08:37:44 UTC] ; stop_time=[n/a] ; pid=8564 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-02 08:37:44 UTC] ; stop_time=[n/a] ; pid=8564 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-02 08:37:44 UTC", "InactiveEnterTimestampMonotonic": "811804259", "InactiveExitTimestamp": "Sat 2023-12-02 08:37:44 UTC", "InactiveExitTimestampMonotonic": "811816634", "InvocationID": "8425cab2e122403a92a5821ee77bb7a9", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8564", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1163264", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:37:44 UTC", "StateChangeTimestampMonotonic": "811820278", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:372 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.579) 0:01:33.325 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:381 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.027) 0:01:33.352 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:395 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.029) 0:01:33.382 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:402 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.030) 0:01:33.412 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:408 Saturday 02 December 2023 08:37:55 +0000 (0:00:00.030) 0:01:33.443 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers TASK [Set firewall false and selinux true] ************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:266 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.027) 0:01:33.471 ***** ok: [sut] => { "ansible_facts": { "logging_manage_firewall": false, "logging_manage_selinux": true }, "changed": false } TASK [TEST CASE 3; Ensure that the role runs with parameters from imjournal input to two omfile and two omfwd outputs] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:271 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.023) 0:01:33.494 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.055) 0:01:33.550 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.039) 0:01:33.589 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_output0", "path": "/var/log/messages", "severity": "info", "type": "files" }, { "facility": "authpriv,auth", "name": "files_output1", "path": "/var/log/secure", "type": "files" }, { "facility": "local1", "name": "forwards_severity_and_facility", "severity": "info", "target": "host.domain", "tcp_port": 1514, "type": "forwards" }, { "facility": "local2", "name": "forwards_facility_only", "target": "host.domain", "tcp_port": 2514, "type": "forwards" }, { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.064) 0:01:33.654 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "basic_input0", "type": "basics" } ] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.030) 0:01:33.685 ***** skipping: [sut] => (item={'name': 'files_output0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => { "ansible_loop_var": "item", "changed": false, "item": { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_output0", "path": "/var/log/messages", "severity": "info", "type": "files" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'files_output1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => { "ansible_loop_var": "item", "changed": false, "item": { "facility": "authpriv,auth", "name": "files_output1", "path": "/var/log/secure", "type": "files" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'target': 'host.domain', 'tcp_port': 1514}) => { "ansible_loop_var": "item", "changed": false, "item": { "facility": "local1", "name": "forwards_severity_and_facility", "severity": "info", "target": "host.domain", "tcp_port": 1514, "type": "forwards" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'target': 'host.domain', 'tcp_port': 2514}) => { "ansible_loop_var": "item", "changed": false, "item": { "facility": "local2", "name": "forwards_facility_only", "target": "host.domain", "tcp_port": 2514, "type": "forwards" }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.067) 0:01:33.752 ***** skipping: [sut] => (item={'name': 'flow_0', 'inputs': ['basic_input0'], 'outputs': ['files_output0', 'files_output1', 'forwards_severity_and_facility', 'forwards_facility_only']}) => { "ansible_loop_var": "item", "changed": false, "item": { "inputs": [ "basic_input0" ], "name": "flow_0", "outputs": [ "files_output0", "files_output1", "forwards_severity_and_facility", "forwards_facility_only" ] }, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.045) 0:01:33.798 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.062) 0:01:33.860 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.033) 0:01:33.893 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.030) 0:01:33.924 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.037) 0:01:33.962 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.031) 0:01:33.993 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.039) 0:01:34.032 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.042) 0:01:34.075 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.047) 0:01:34.122 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.044) 0:01:34.166 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.048) 0:01:34.214 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.040) 0:01:34.254 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.042) 0:01:34.297 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.046) 0:01:34.344 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 02 December 2023 08:37:56 +0000 (0:00:00.083) 0:01:34.427 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.038) 0:01:34.466 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ****** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.035) 0:01:34.501 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.055) 0:01:34.557 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.031) 0:01:34.589 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.033) 0:01:34.622 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.038) 0:01:34.661 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage selinux on the gathered ports] ******* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.030) 0:01:34.691 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.063) 0:01:34.755 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.029) 0:01:34.784 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.028) 0:01:34.812 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.027) 0:01:34.840 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.027) 0:01:34.868 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.034) 0:01:34.903 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.038) 0:01:34.941 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.063) 0:01:35.005 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.079) 0:01:35.085 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.041) 0:01:35.127 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.039) 0:01:35.166 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.039) 0:01:35.206 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.041) 0:01:35.247 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.041) 0:01:35.289 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.039) 0:01:35.329 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:4 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.048) 0:01:35.377 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:4 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.042) 0:01:35.420 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:13 Saturday 02 December 2023 08:37:57 +0000 (0:00:00.033) 0:01:35.453 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:18 Saturday 02 December 2023 08:37:58 +0000 (0:00:00.026) 0:01:35.480 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:22 Saturday 02 December 2023 08:37:58 +0000 (0:00:00.029) 0:01:35.509 ***** ok: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:34 Saturday 02 December 2023 08:37:58 +0000 (0:00:00.092) 0:01:35.601 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:7 Saturday 02 December 2023 08:37:58 +0000 (0:00:00.083) 0:01:35.684 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:15 Saturday 02 December 2023 08:37:58 +0000 (0:00:00.123) 0:01:35.808 ***** skipping: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "item": "iproute", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "item": "rsyslog", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:22 Saturday 02 December 2023 08:37:58 +0000 (0:00:00.043) 0:01:35.851 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 Saturday 02 December 2023 08:37:58 +0000 (0:00:00.033) 0:01:35.885 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute rsyslog TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:48 Saturday 02 December 2023 08:38:00 +0000 (0:00:02.422) 0:01:38.308 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:52 Saturday 02 December 2023 08:38:00 +0000 (0:00:00.026) 0:01:38.334 ***** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc38", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "11.fc38", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "7.fc38", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "22.fc38", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "15.fc38", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc38", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "17.fc38", "source": "rpm", "version": "1.07.1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "4.fc38", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc38", "source": "rpm", "version": "5.70" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.fc38", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc38", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc38", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc38", "source": "rpm", "version": "4.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc38", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "14.fc38", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc38", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "9.fc38", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc38", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "8.fc38", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "10.fc38", "source": "rpm", "version": "0.9.0" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "1.fc38", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "6.fc38", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "5.fc38", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "5.fc38", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "2.fc38", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "2.fc38", "source": "rpm", "version": "12.2.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "7.fc38", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc38", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "38" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "36", "source": "rpm", "version": "38" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "38" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "1", "source": "rpm", "version": "38" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.fc38", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "3.fc38", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "12.fc38", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "11.fc38", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.fc38", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "5.fc38", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc38", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "3.fc38", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.fc38", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc38", "source": "rpm", "version": "2.76.5" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "4.fc38", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc38", "source": "rpm", "version": "2.4.0" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc38", "source": "rpm", "version": "3.8.1" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc38", "source": "rpm", "version": "1.76.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "6202d9c6", "source": "rpm", "version": "eb10b464" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc38", "source": "rpm", "version": "1.17.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "42.fc38", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "11.fc38", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "69.fc38", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "5.fc38", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "7.fc38", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc38", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc38", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "7.fc38", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc38", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "1.fc38", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.fc38", "source": "rpm", "version": "6.4.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.fc38", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "6.fc38", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.fc38", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.fc38", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc38", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "4.fc38", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc38", "source": "rpm", "version": "0.9.4" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc38", "source": "rpm", "version": "1.21" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.fc38", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "6.fc38", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "15.fc38", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc38", "source": "rpm", "version": "3.6.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "2.fc38", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc38", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "24.fc38", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "8.fc38", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.fc38", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.fc38", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "11.fc38", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc38", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "6.fc38", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "9.fc38", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.fc38", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.fc38", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.fc38", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "45.20221030cvs.fc38", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "6.fc38", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "7.fc38", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.fc38", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.fc38", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "2.fc38", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc38", "source": "rpm", "version": "1.12.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "9.fc38", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "1.fc38", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc38", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "4.fc38", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc38", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "3.fc38", "source": "rpm", "version": "44.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.fc38", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.fc38", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc38", "source": "rpm", "version": "0.1.13" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc38", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc38", "source": "rpm", "version": "2.7.2" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "2.fc38", "source": "rpm", "version": "1.7.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc38", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "30.fc38", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc38", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "2.fc38", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.fc38", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.fc38", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.fc38", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc38", "source": "rpm", "version": "1.2.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.fc38", "source": "rpm", "version": "1.52.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc38", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "5.fc38", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.fc38", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc38", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc38", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "2.fc38", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.fc38", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc38", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "2.fc38", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.fc38", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc38", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc38", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.fc38", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.fc38", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "11.fc38", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc38", "source": "rpm", "version": "0.7.25" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.fc38", "source": "rpm", "version": "2.4.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "2.fc38", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc38", "source": "rpm", "version": "1.4.8" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc38", "source": "rpm", "version": "0.14.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc38", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "6.fc38", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.fc38", "source": "rpm", "version": "1.1" } ], "libunistring1.0": [ { "arch": "x86_64", "epoch": null, "name": "libunistring1.0", "release": "1.fc38", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc38", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "2.fc38", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "8.fc38", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc38", "source": "rpm", "version": "1.5.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc38", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc38", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc38", "source": "rpm", "version": "1.1.38" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "9.fc38", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc38", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc38", "source": "rpm", "version": "3.21.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc38", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc38", "source": "rpm", "version": "1.9.4" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "5.fc38", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "1.fc38", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "2.fc38", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.fc38", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "6.fc38", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc38", "source": "rpm", "version": "4.1.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.65.20160912git.fc38", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "12.fc38", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "12.fc38", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc38", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc38", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.fc38", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "3.fc38", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "11.fc38", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "14.fc38", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc38", "source": "rpm", "version": "1.5.2" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "497.fc38", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "497.fc38", "source": "rpm", "version": "1.83" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "490.fc38", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "497.fc38", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "491.fc38", "source": "rpm", "version": "2.184" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "490.fc38", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "490.fc38", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "497.fc38", "source": "rpm", "version": "1.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "493.fc38", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "497.fc38", "source": "rpm", "version": "1.36" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "11.fc38", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "490.fc38", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "497.fc38", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "497.fc38", "source": "rpm", "version": "1.40" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "490.fc38", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "490.fc38", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "497.fc38", "source": "rpm", "version": "1.12" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.fc38", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "497.fc38", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "2.fc38", "source": "rpm", "version": "0.086" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "497.fc38", "source": "rpm", "version": "1.50" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "492.fc38", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc38", "source": "rpm", "version": "2.081" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "497.fc38", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "490.fc38", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc38", "source": "rpm", "version": "20221114" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.fc38", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "490.fc38", "source": "rpm", "version": "3.84" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "490.fc38", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "491.fc38", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "491.fc38", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.fc38", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "490.fc38", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "497.fc38", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "2.fc38", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "490.fc38", "source": "rpm", "version": "3.26" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "497.fc38", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "491.fc38", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "1.fc38", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "16.fc38", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "490.fc38", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc38", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "490.fc38", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.fc38", "source": "rpm", "version": "5.17" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "497.fc38", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "491.fc38", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "497.fc38", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "497.fc38", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "1.fc38", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "497.fc38", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "497.fc38", "source": "rpm", "version": "1.26" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "497.fc38", "source": "rpm", "version": "1.35" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "497.fc38", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.fc38", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "2.fc38", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "497.fc38", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "23.fc38", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "2.fc38", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.fc38", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.fc38", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "2.fc38", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc38", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "3.fc38", "source": "rpm", "version": "22.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc38", "source": "rpm", "version": "22.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc38", "source": "rpm", "version": "3.1.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc38", "source": "rpm", "version": "5.0.8" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "5.fc38", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.fc38", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc38", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc38", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "7.fc38", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "22.fc38", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.fc38", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "2.fc38", "source": "rpm", "version": "4.17.3" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc38", "source": "rpm", "version": "4.9.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc38", "source": "rpm", "version": "2.1.2" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "5.fc38", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc38", "source": "rpm", "version": "3.2.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "31.fc38", "source": "rpm", "version": "0.7.2" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc38", "source": "rpm", "version": "0.19.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "4.fc38", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "16.fc38", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.fc38", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc38", "source": "rpm", "version": "2.28.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.fc38", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "2.fc38", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "3.fc38", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc38", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "33.fc38", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc38", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc38", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "2.fc38", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "2.fc38", "source": "rpm", "version": "0.6.0^20230403git142325a9" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "12.fc38", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc38", "source": "rpm", "version": "2.14.3" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc38", "source": "rpm", "version": "4.13" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc38", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc38", "source": "rpm", "version": "3.40.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc38", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.fc38", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "16.fc38", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "20.fc38", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.fc38", "source": "rpm", "version": "5.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.fc38", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc38", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "60.fc38", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.fc38", "source": "rpm", "version": "0.13.2" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "18.fc38", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "5.fc38", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "39.fc38", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc38", "source": "rpm", "version": "6.1.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc38", "source": "rpm", "version": "2.38" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc38", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc38", "source": "rpm", "version": "1.3.2" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "37.fc38", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:56 Saturday 02 December 2023 08:38:01 +0000 (0:00:01.035) 0:01:39.370 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:63 Saturday 02 December 2023 08:38:02 +0000 (0:00:00.114) 0:01:39.485 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:69 Saturday 02 December 2023 08:38:02 +0000 (0:00:00.040) 0:01:39.525 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:78 Saturday 02 December 2023 08:38:02 +0000 (0:00:00.032) 0:01:39.558 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:86 Saturday 02 December 2023 08:38:02 +0000 (0:00:00.039) 0:01:39.597 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:93 Saturday 02 December 2023 08:38:02 +0000 (0:00:00.255) 0:01:39.852 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:99 Saturday 02 December 2023 08:38:02 +0000 (0:00:00.243) 0:01:40.096 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log/rsyslog", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:108 Saturday 02 December 2023 08:38:02 +0000 (0:00:00.244) 0:01:40.340 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:131 Saturday 02 December 2023 08:38:02 +0000 (0:00:00.090) 0:01:40.430 ***** changed: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 } changed: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 } changed: [sut] => (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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } NOTIFIED HANDLER /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:155 Saturday 02 December 2023 08:38:04 +0000 (0:00:01.956) 0:01:42.387 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:159 Saturday 02 December 2023 08:38:04 +0000 (0:00:00.046) 0:01:42.434 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:177 Saturday 02 December 2023 08:38:05 +0000 (0:00:00.057) 0:01:42.492 ***** ok: [sut] => (item={'name': 'basic_input0', 'type': 'basics'}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "basic_input0", "type": "basics" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:188 Saturday 02 December 2023 08:38:05 +0000 (0:00:00.062) 0:01:42.555 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/inputs/basics/main.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update basics input packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/inputs/basics/main.yml:3 Saturday 02 December 2023 08:38:05 +0000 (0:00:00.070) 0:01:42.626 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:05 +0000 (0:00:00.064) 0:01:42.691 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:05 +0000 (0:00:00.036) 0:01:42.727 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:05 +0000 (0:00:00.055) 0:01:42.782 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:05 +0000 (0:00:00.048) 0:01:42.831 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-basic_input0] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/inputs/basics/main.yml:10 Saturday 02 December 2023 08:38:05 +0000 (0:00:00.045) 0:01:42.876 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:05 +0000 (0:00:00.081) 0:01:42.957 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:05 +0000 (0:00:00.042) 0:01:43.000 ***** changed: [sut] => (item={'name': 'input-basics-basic_input0', '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.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output1\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_facility_only\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:06 +0000 (0:00:00.918) 0:01:43.918 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "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": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:06 +0000 (0:00:00.054) 0:01:43.972 ***** skipping: [sut] => (item={'name': 'input-basics-basic_input0', '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.Burst="20000"\n RateLimit.Interval="600"\n PersistStateInterval="10")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output0\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call files_output1\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call forwards_facility_only\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:207 Saturday 02 December 2023 08:38:06 +0000 (0:00:00.163) 0:01:44.136 ***** ok: [sut] => (item={'name': 'files_output0', 'type': 'files', 'severity': 'info', 'exclude': ['authpriv.none', 'auth.none', 'cron.none', 'mail.none'], 'path': '/var/log/messages'}) => { "ansible_facts": { "__rsyslog_conf_files_output_modules": [ { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "exclude": [ "authpriv.none", "auth.none", "cron.none", "mail.none" ], "name": "files_output0", "path": "/var/log/messages", "severity": "info", "type": "files" } } ok: [sut] => (item={'name': 'files_output1', 'type': 'files', 'facility': 'authpriv,auth', 'path': '/var/log/secure'}) => { "ansible_facts": { "__rsyslog_conf_files_output_modules": [ { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_files_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_TraditionalFileFormat\")\n{% elif logging_files_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfile\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "facility": "authpriv,auth", "name": "files_output1", "path": "/var/log/secure", "type": "files" } } ok: [sut] => (item={'name': 'forwards_severity_and_facility', 'type': 'forwards', 'facility': 'local1', 'severity': 'info', 'target': 'host.domain', 'tcp_port': 1514}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "facility": "local1", "name": "forwards_severity_and_facility", "severity": "info", "target": "host.domain", "tcp_port": 1514, "type": "forwards" } } ok: [sut] => (item={'name': 'forwards_facility_only', 'type': 'forwards', 'facility': 'local2', 'target': 'host.domain', 'tcp_port': 2514}) => { "ansible_facts": { "__rsyslog_conf_forwards_output_modules": [ { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "{% if logging_forwards_template_format == \"traditional\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_TraditionalForwardFormat\")\n{% elif logging_forwards_template_format == \"syslog\" %}\nmodule(load=\"builtin:omfwd\" Template=\"RSYSLOG_SyslogProtocol23Format\")\n{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "facility": "local2", "name": "forwards_facility_only", "target": "host.domain", "tcp_port": 2514, "type": "forwards" } } ok: [sut] => (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{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:219 Saturday 02 December 2023 08:38:06 +0000 (0:00:00.077) 0:01:44.214 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml for sut included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml for sut included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/forwards/main.yml for sut included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/forwards/main.yml for sut included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 02 December 2023 08:38:06 +0000 (0:00:00.105) 0:01:44.320 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:06 +0000 (0:00:00.058) 0:01:44.378 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:06 +0000 (0:00:00.031) 0:01:44.410 ***** ok: [sut] => (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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:07 +0000 (0:00:00.569) 0:01:44.979 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "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": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:07 +0000 (0:00:00.042) 0:01:45.021 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-files_output0] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 02 December 2023 08:38:07 +0000 (0:00:00.040) 0:01:45.061 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:07 +0000 (0:00:00.053) 0:01:45.115 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:07 +0000 (0:00:00.058) 0:01:45.174 ***** changed: [sut] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "40e0e67bb1e9e426f31260b0433047c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 154, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:08 +0000 (0:00:00.661) 0:01:45.835 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "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": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "unsafe_writes": false, "validate": null } }, "md5sum": "40e0e67bb1e9e426f31260b0433047c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 154, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:08 +0000 (0:00:00.044) 0:01:45.880 ***** skipping: [sut] => (item={'name': 'output-files-files_output0', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output0") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 02 December 2023 08:38:08 +0000 (0:00:00.099) 0:01:45.979 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:08 +0000 (0:00:00.049) 0:01:46.029 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:08 +0000 (0:00:00.033) 0:01:46.063 ***** ok: [sut] => (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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:09 +0000 (0:00:00.563) 0:01:46.627 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "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": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "unsafe_writes": false, "validate": null } }, "md5sum": "40e0e67bb1e9e426f31260b0433047c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 154, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:09 +0000 (0:00:00.048) 0:01:46.675 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-files_output1] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 02 December 2023 08:38:09 +0000 (0:00:00.044) 0:01:46.719 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:09 +0000 (0:00:00.055) 0:01:46.775 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:09 +0000 (0:00:00.037) 0:01:46.812 ***** changed: [sut] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output1", "sections": [ { "options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "ceb8bf50415a36b6afb8ce3017637013", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:10 +0000 (0:00:00.734) 0:01:47.546 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "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": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "unsafe_writes": false, "validate": null } }, "md5sum": "40e0e67bb1e9e426f31260b0433047c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 154, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output1", "sections": [ { "options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ceb8bf50415a36b6afb8ce3017637013", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:10 +0000 (0:00:00.039) 0:01:47.585 ***** skipping: [sut] => (item={'name': 'output-files-files_output1', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="files_output1") {\n authpriv,auth.* /var/log/secure\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-files-files_output1", "sections": [ { "options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 02 December 2023 08:38:10 +0000 (0:00:00.105) 0:01:47.691 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:10 +0000 (0:00:00.050) 0:01:47.741 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:10 +0000 (0:00:00.030) 0:01:47.772 ***** changed: [sut] => (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-1701506290.3800023-6984-241043730918541/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:10 +0000 (0:00:00.630) 0:01:48.403 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "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": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "unsafe_writes": false, "validate": null } }, "md5sum": "40e0e67bb1e9e426f31260b0433047c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 154, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output1", "sections": [ { "options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ceb8bf50415a36b6afb8ce3017637013", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "state": "file", "uid": 0 } ] }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506290.3800023-6984-241043730918541/source", "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-1701506290.3800023-6984-241043730918541/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:11 +0000 (0:00:00.054) 0:01:48.457 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_severity_and_facility] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/forwards/main.yml:11 Saturday 02 December 2023 08:38:11 +0000 (0:00:00.045) 0:01:48.503 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:11 +0000 (0:00:00.081) 0:01:48.584 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:11 +0000 (0:00:00.041) 0:01:48.625 ***** changed: [sut] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1701506291.4475935-7015-52129896792401/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:12 +0000 (0:00:00.885) 0:01:49.511 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "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": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "unsafe_writes": false, "validate": null } }, "md5sum": "40e0e67bb1e9e426f31260b0433047c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 154, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output1", "sections": [ { "options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ceb8bf50415a36b6afb8ce3017637013", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "state": "file", "uid": 0 } ] }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506290.3800023-6984-241043730918541/source", "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-1701506290.3800023-6984-241043730918541/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506291.4475935-7015-52129896792401/source", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1701506291.4475935-7015-52129896792401/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:12 +0000 (0:00:00.069) 0:01:49.580 ***** skipping: [sut] => (item={'name': 'output-forwards-forwards_severity_and_facility', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_severity_and_facility") {\n local1.info action(name="forwards_severity_and_facility"\n type="omfwd"\n Target="host.domain"\n Port="1514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update forwards output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/forwards/main.yml:3 Saturday 02 December 2023 08:38:12 +0000 (0:00:00.147) 0:01:49.728 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:12 +0000 (0:00:00.080) 0:01:49.808 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:12 +0000 (0:00:00.031) 0:01:49.839 ***** ok: [sut] => (item={'name': 'output-forwards-modules', 'type': 'modules', 'sections': [{'comment': 'Log messages into files with traditional, syslog, or default format', 'options': 'module(load="builtin:omfwd")\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:12 +0000 (0:00:00.573) 0:01:50.413 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "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": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "unsafe_writes": false, "validate": null } }, "md5sum": "40e0e67bb1e9e426f31260b0433047c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 154, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output1", "sections": [ { "options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ceb8bf50415a36b6afb8ce3017637013", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "state": "file", "uid": 0 } ] }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506290.3800023-6984-241043730918541/source", "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-1701506290.3800023-6984-241043730918541/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506291.4475935-7015-52129896792401/source", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1701506291.4475935-7015-52129896792401/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-forwards-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-forwards-modules.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:13 +0000 (0:00:00.040) 0:01:50.454 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create forwards output configuration file /etc/rsyslog.d/output-forwards-forwards_facility_only] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/forwards/main.yml:11 Saturday 02 December 2023 08:38:13 +0000 (0:00:00.035) 0:01:50.489 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:13 +0000 (0:00:00.052) 0:01:50.542 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:13 +0000 (0:00:00.028) 0:01:50.570 ***** changed: [sut] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only"\n type="omfwd"\n Target="host.domain"\n Port="2514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "md5sum": "6323e0bec496fa375d0c070440930f93", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 280, "src": "/root/.ansible/tmp/ansible-tmp-1701506293.2972128-7071-256286331620880/source", "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:13 +0000 (0:00:00.729) 0:01:51.300 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "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": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "unsafe_writes": false, "validate": null } }, "md5sum": "40e0e67bb1e9e426f31260b0433047c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 154, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output1", "sections": [ { "options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ceb8bf50415a36b6afb8ce3017637013", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "state": "file", "uid": 0 } ] }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506290.3800023-6984-241043730918541/source", "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-1701506290.3800023-6984-241043730918541/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506291.4475935-7015-52129896792401/source", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1701506291.4475935-7015-52129896792401/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-forwards-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-forwards-modules.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506293.2972128-7071-256286331620880/source", "unsafe_writes": false, "validate": null } }, "md5sum": "6323e0bec496fa375d0c070440930f93", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 280, "src": "/root/.ansible/tmp/ansible-tmp-1701506293.2972128-7071-256286331620880/source", "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:13 +0000 (0:00:00.046) 0:01:51.346 ***** skipping: [sut] => (item={'name': 'output-forwards-forwards_facility_only', 'type': 'output', 'state': 'present', 'sections': [{'options': 'ruleset(name="forwards_facility_only") {\n local2.* action(name="forwards_facility_only"\n type="omfwd"\n Target="host.domain"\n Port="2514"\n Protocol="tcp"\n Template="RSYSLOG_ForwardFormat"\n )\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 02 December 2023 08:38:14 +0000 (0:00:00.106) 0:01:51.452 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:14 +0000 (0:00:00.064) 0:01:51.517 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:14 +0000 (0:00:00.034) 0:01:51.552 ***** ok: [sut] => (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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:14 +0000 (0:00:00.580) 0:01:52.133 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "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": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "unsafe_writes": false, "validate": null } }, "md5sum": "40e0e67bb1e9e426f31260b0433047c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 154, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output1", "sections": [ { "options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ceb8bf50415a36b6afb8ce3017637013", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "state": "file", "uid": 0 } ] }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506290.3800023-6984-241043730918541/source", "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-1701506290.3800023-6984-241043730918541/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506291.4475935-7015-52129896792401/source", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1701506291.4475935-7015-52129896792401/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-forwards-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-forwards-modules.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506293.2972128-7071-256286331620880/source", "unsafe_writes": false, "validate": null } }, "md5sum": "6323e0bec496fa375d0c070440930f93", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 280, "src": "/root/.ansible/tmp/ansible-tmp-1701506293.2972128-7071-256286331620880/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:14 +0000 (0:00:00.044) 0:01:52.177 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 02 December 2023 08:38:14 +0000 (0:00:00.037) 0:01:52.214 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:14 +0000 (0:00:00.052) 0:01:52.267 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:14 +0000 (0:00:00.027) 0:01:52.294 ***** ok: [sut] => (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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "98d3dd57ff7c59e772007c2346c5139a7bf28fd0", "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/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": 1200, "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:15 +0000 (0:00:00.665) 0:01:52.959 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "dest": "/etc/rsyslog.d/00-global.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "01785a86b4dbac8d6fa956de9fe2565e9b46e79b", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "unsafe_writes": false, "validate": null } }, "md5sum": "58af10f7f33e77c7a7cb4f3f08ca4f19", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.033439-6597-105558511811033/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "dest": "/etc/rsyslog.d/10-local-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ef504476dfcb6f44a7dbce11d48d553f8c0a4b77", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-local-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "unsafe_writes": false, "validate": null } }, "md5sum": "dfddb9b79f12c549bcbf372979bf2fb8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 139, "src": "/root/.ansible/tmp/ansible-tmp-1701506283.6596427-6597-270556843213874/source", "state": "file", "uid": 0 }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506284.3009326-6597-155622393213904/source", "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-1701506284.3009326-6597-155622393213904/source", "state": "file", "uid": 0 } ] }, { "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": "f1542dd6fb80f5c295cef04eca6699fadf782851", "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "input-basics-basic_input0", "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.Burst=\"20000\"\n RateLimit.Interval=\"600\"\n PersistStateInterval=\"10\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output0\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call files_output1\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_severity_and_facility\n}\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call forwards_facility_only\n}\n" } ], "state": "present", "type": "input" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f1542dd6fb80f5c295cef04eca6699fadf782851", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ef4996213f351dc882c6206601b0e571", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 799, "src": "/root/.ansible/tmp/ansible-tmp-1701506285.8534858-6795-138723197575770/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output0", "sections": [ { "options": "ruleset(name=\"files_output0\") {\n *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output0.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "unsafe_writes": false, "validate": null } }, "md5sum": "40e0e67bb1e9e426f31260b0433047c2", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 154, "src": "/root/.ansible/tmp/ansible-tmp-1701506287.824374-6886-208314194581127/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-files_output1", "sections": [ { "options": "ruleset(name=\"files_output1\") {\n authpriv,auth.* /var/log/secure\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-files_output1.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "unsafe_writes": false, "validate": null } }, "md5sum": "ceb8bf50415a36b6afb8ce3017637013", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 117, "src": "/root/.ansible/tmp/ansible-tmp-1701506289.5343027-6950-143359416065967/source", "state": "file", "uid": 0 } ] }, { "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, "delimiter": 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", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506290.3800023-6984-241043730918541/source", "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-1701506290.3800023-6984-241043730918541/source", "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_severity_and_facility", "sections": [ { "options": "ruleset(name=\"forwards_severity_and_facility\") {\n local1.info action(name=\"forwards_severity_and_facility\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"1514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506291.4475935-7015-52129896792401/source", "unsafe_writes": false, "validate": null } }, "md5sum": "68860f71a2d42c2feaf329e9a7e50bfd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 299, "src": "/root/.ansible/tmp/ansible-tmp-1701506291.4475935-7015-52129896792401/source", "state": "file", "uid": 0 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "74511d77bdc002c1b1b6505d9e167209f27bf933", "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "diff": { "after": { "path": "/etc/rsyslog.d/10-output-forwards-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-forwards-modules.conf" } }, "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfwd\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "rules.conf.j2", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-forwards-modules.conf", "directory_mode": null, "follow": false, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "recurse": false, "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-forwards-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 150, "state": "file", "uid": 0 } ] }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-forwards-forwards_facility_only", "sections": [ { "options": "ruleset(name=\"forwards_facility_only\") {\n local2.* action(name=\"forwards_facility_only\"\n type=\"omfwd\"\n Target=\"host.domain\"\n Port=\"2514\"\n Protocol=\"tcp\"\n Template=\"RSYSLOG_ForwardFormat\"\n )\n}\n" } ], "state": "present", "type": "output" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "ac42e1dea4e03f676f11b40c4fdf9eee8625a0ee", "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "regexp": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1701506293.2972128-7071-256286331620880/source", "unsafe_writes": false, "validate": null } }, "md5sum": "6323e0bec496fa375d0c070440930f93", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 280, "src": "/root/.ansible/tmp/ansible-tmp-1701506293.2972128-7071-256286331620880/source", "state": "file", "uid": 0 } ] }, { "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "98d3dd57ff7c59e772007c2346c5139a7bf28fd0", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "diff": { "after": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" }, "before": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" } }, "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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": 1200, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:15 +0000 (0:00:00.050) 0:01:53.009 ***** skipping: [sut] => (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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:232 Saturday 02 December 2023 08:38:15 +0000 (0:00:00.088) 0:01:53.097 ***** ok: [sut] => { "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.150584", "end": "2023-12-02 08:38:15.977623", "failed_when_result": false, "rc": 0, "start": "2023-12-02 08:38:15.827039" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-local-modules.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/10-output-forwards-modules.conf /etc/rsyslog.d/30-output-files-default_files.conf /etc/rsyslog.d/30-output-files-files_output0.conf /etc/rsyslog.d/30-output-files-files_output1.conf /etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf /etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf /etc/rsyslog.d/90-input-basics-basic_input0.conf TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:249 Saturday 02 December 2023 08:38:16 +0000 (0:00:00.380) 0:01:53.478 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:273 Saturday 02 December 2023 08:38:16 +0000 (0:00:00.036) 0:01:53.514 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:303 Saturday 02 December 2023 08:38:16 +0000 (0:00:00.032) 0:01:53.547 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:315 Saturday 02 December 2023 08:38:16 +0000 (0:00:00.067) 0:01:53.615 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:331 Saturday 02 December 2023 08:38:16 +0000 (0:00:00.047) 0:01:53.663 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:347 Saturday 02 December 2023 08:38:16 +0000 (0:00:00.045) 0:01:53.708 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:363 Saturday 02 December 2023 08:38:16 +0000 (0:00:00.053) 0:01:53.762 ***** ok: [sut] => { "changed": false, "enabled": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:37:44 UTC", "ActiveEnterTimestampMonotonic": "811820278", "ActiveExitTimestamp": "Sat 2023-12-02 08:37:44 UTC", "ActiveExitTimestampMonotonic": "811538378", "ActiveState": "active", "After": "system.slice basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:37:44 UTC", "AssertTimestampMonotonic": "811812680", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "69220000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:37:44 UTC", "ConditionTimestampMonotonic": "811812675", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6891", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8564", "ExecMainStartTimestamp": "Sat 2023-12-02 08:37:44 UTC", "ExecMainStartTimestampMonotonic": "811816207", "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 2023-12-02 08:37:44 UTC] ; stop_time=[n/a] ; pid=8564 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-02 08:37:44 UTC] ; stop_time=[n/a] ; pid=8564 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-02 08:37:44 UTC", "InactiveEnterTimestampMonotonic": "811804259", "InactiveExitTimestamp": "Sat 2023-12-02 08:37:44 UTC", "InactiveExitTimestampMonotonic": "811816634", "InvocationID": "8425cab2e122403a92a5821ee77bb7a9", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8564", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1396736", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:37:44 UTC", "StateChangeTimestampMonotonic": "811820278", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:372 Saturday 02 December 2023 08:38:16 +0000 (0:00:00.584) 0:01:54.347 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:381 Saturday 02 December 2023 08:38:16 +0000 (0:00:00.035) 0:01:54.382 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:395 Saturday 02 December 2023 08:38:17 +0000 (0:00:00.087) 0:01:54.469 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:402 Saturday 02 December 2023 08:38:17 +0000 (0:00:00.038) 0:01:54.508 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701506263.5628574, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bf4118be9d80c2ad45586b88b4c644e4b1e0fc32", "ctime": 1701506255.9681277, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 144099, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1692921600.0, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 3223, "uid": 0, "version": "733201880", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:408 Saturday 02 December 2023 08:38:17 +0000 (0:00:00.263) 0:01:54.772 ***** changed: [sut] => { "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-1701506297.3724766-7300-193617262704109/source", "state": "file", "uid": 0 } RUNNING HANDLER [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/handlers/main.yml:2 Saturday 02 December 2023 08:38:17 +0000 (0:00:00.616) 0:01:55.388 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:37:44 UTC", "ActiveEnterTimestampMonotonic": "811820278", "ActiveExitTimestamp": "Sat 2023-12-02 08:37:44 UTC", "ActiveExitTimestampMonotonic": "811538378", "ActiveState": "active", "After": "system.slice basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:37:44 UTC", "AssertTimestampMonotonic": "811812680", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "73993000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:37:44 UTC", "ConditionTimestampMonotonic": "811812675", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6891", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8564", "ExecMainStartTimestamp": "Sat 2023-12-02 08:37:44 UTC", "ExecMainStartTimestampMonotonic": "811816207", "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 2023-12-02 08:37:44 UTC] ; stop_time=[n/a] ; pid=8564 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-02 08:37:44 UTC] ; stop_time=[n/a] ; pid=8564 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-02 08:37:44 UTC", "InactiveEnterTimestampMonotonic": "811804259", "InactiveExitTimestamp": "Sat 2023-12-02 08:37:44 UTC", "InactiveExitTimestampMonotonic": "811816634", "InvocationID": "8425cab2e122403a92a5821ee77bb7a9", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8564", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1417216", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:37:44 UTC", "StateChangeTimestampMonotonic": "811820278", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers TASK [Ensure config file size and counts] ************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:321 Saturday 02 December 2023 08:38:18 +0000 (0:00:00.998) 0:01:56.386 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml for sut TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:2 Saturday 02 December 2023 08:38:18 +0000 (0:00:00.051) 0:01:56.438 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701506298.8436038, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1701506297.8786383, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262434, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1701506297.6636457, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "2411825258", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Get file counts in /etc/rsyslog.d] *************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:7 Saturday 02 December 2023 08:38:19 +0000 (0:00:00.231) 0:01:56.670 ***** ok: [sut] => { "changed": false, "examined": 11, "files": [ { "atime": 1701506298.8446038, "ctime": 1701506290.0229173, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262428, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506289.805925, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output1.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506245.0965154, "ctime": 1701506241.8336318, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262407, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506241.6186395, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1200, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506298.8446038, "ctime": 1701506284.8441014, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262427, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506284.6221092, "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": 1701506298.8446038, "ctime": 1701506291.9738479, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262433, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506291.7568557, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 299, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506298.8446038, "ctime": 1701506284.1791248, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262426, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506283.9621327, "nlink": 1, "path": "/etc/rsyslog.d/10-local-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 139, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506298.8446038, "ctime": 1701506288.312978, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262430, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506288.091986, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 154, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506298.8446038, "ctime": 1701506286.3530476, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262405, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506286.1370554, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 799, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506201.689063, "ctime": 1701506199.3531466, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262409, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506199.1281545, "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": 1701506298.8446038, "ctime": 1701506283.5511472, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262408, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506283.3111558, "nlink": 1, "path": "/etc/rsyslog.d/00-global.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 137, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1701506292.670823, "ctime": 1701506290.8728871, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262411, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506290.6558948, "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": 1701506298.8446038, "ctime": 1701506293.7787838, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262432, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701506293.5667913, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 280, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 11 } TASK [Check rsyslog.conf size (less)] ****************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:13 Saturday 02 December 2023 08:38:19 +0000 (0:00:00.234) 0:01:56.904 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:18 Saturday 02 December 2023 08:38:19 +0000 (0:00:00.044) 0:01:56.949 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:23 Saturday 02 December 2023 08:38:19 +0000 (0:00:00.079) 0:01:57.028 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:27 Saturday 02 December 2023 08:38:19 +0000 (0:00:00.038) 0:01:57.066 ***** ok: [sut] => (item=/etc/rsyslog.d/30-output-files-files_output0.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-files-files_output0.conf", "stat": { "atime": 1701506298.8446038, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f151be3ee6cf35af9468f4f32fee0c382f374678", "ctime": 1701506288.312978, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262430, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1701506288.091986, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 154, "uid": 0, "version": "2751019832", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/rsyslog.d/30-output-files-files_output1.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-files-files_output1.conf", "stat": { "atime": 1701506298.8446038, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "590ed9025d44231f19cd6f2de21c9a58014fe976", "ctime": 1701506290.0229173, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262428, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1701506289.805925, "nlink": 1, "path": "/etc/rsyslog.d/30-output-files-files_output1.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 117, "uid": 0, "version": "1738291129", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } ok: [sut] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "stat": { "atime": 1701506298.8446038, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "abd1df8a8660132232f2fe4e30a409e4463cfa40", "ctime": 1701506291.9738479, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262433, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1701506291.7568557, "nlink": 1, "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 299, "uid": 0, "version": "2292655494", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_daemon_config_files.yml:35 Saturday 02 December 2023 08:38:20 +0000 (0:00:00.681) 0:01:57.748 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check the filter] ******************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:333 Saturday 02 December 2023 08:38:20 +0000 (0:00:00.037) 0:01:57.786 ***** ok: [sut] => { "changed": false, "cmd": [ "/bin/grep", "\\*.info;authpriv.none;auth.none;cron.none;mail.none.*/var/log/messages", "/etc/rsyslog.d/30-output-files-files_output0.conf" ], "delta": "0:00:00.003759", "end": "2023-12-02 08:38:20.522692", "rc": 0, "start": "2023-12-02 08:38:20.518933" } STDOUT: *.info;authpriv.none;auth.none;cron.none;mail.none /var/log/messages TASK [Ensure logger message is logged in a file] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:341 Saturday 02 December 2023 08:38:20 +0000 (0:00:00.234) 0:01:58.021 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/test_logger.yml for sut TASK [Run logger to generate a test log message] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/test_logger.yml:7 Saturday 02 December 2023 08:38:20 +0000 (0:00:00.052) 0:01:58.074 ***** ok: [sut] => { "changed": false, "cmd": [ "/bin/logger", "-i", "-p", "local6.info", "-t", "testTag3", "testMessage3" ], "delta": "0:00:00.004123", "end": "2023-12-02 08:38:20.810118", "rc": 0, "start": "2023-12-02 08:38:20.805995" } TASK [Check the test log message in /var/log/messages] ************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/test_logger.yml:13 Saturday 02 December 2023 08:38:20 +0000 (0:00:00.226) 0:01:58.300 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/bin/grep", "testMessage3", "/var/log/messages" ], "delta": "0:00:00.004783", "end": "2023-12-02 08:38:21.040703", "rc": 0, "start": "2023-12-02 08:38:21.035920" } STDOUT: 2023-12-02T08:38:20.805871+00:00 dee14a9b-aca6-4137-8349-07167f50988f python3[10907]: ansible-command Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag3 testMessage3 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None 2023-12-02T08:38:20.809692+00:00 dee14a9b-aca6-4137-8349-07167f50988f testTag3[10908]: testMessage3 2023-12-02T08:38:21.035887+00:00 dee14a9b-aca6-4137-8349-07167f50988f python3[10925]: ansible-command Invoked with _raw_params=/bin/grep testMessage3 /var/log/messages warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Generate a file to check severity_and_facility] ************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:347 Saturday 02 December 2023 08:38:21 +0000 (0:00:00.232) 0:01:58.533 ***** changed: [sut] => { "changed": true, "checksum": "e18160e11437f8394d8ed393cda52474627d5062", "dest": "/tmp/__testfile__", "gid": 0, "group": "root", "md5sum": "649f2ba09e9d17fea81dc05c7778a7cd", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 296, "src": "/root/.ansible/tmp/ansible-tmp-1701506301.1171074-7399-35408018497420/source", "state": "file", "uid": 0 } TASK [Check severity_and_facility] ********************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:366 Saturday 02 December 2023 08:38:21 +0000 (0:00:00.584) 0:01:59.117 ***** ok: [sut] => { "changed": false, "cmd": [ "diff", "-B", "/tmp/__testfile__", "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf" ], "delta": "0:00:00.007396", "end": "2023-12-02 08:38:21.851661", "rc": 0, "start": "2023-12-02 08:38:21.844265" } TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:370 Saturday 02 December 2023 08:38:21 +0000 (0:00:00.221) 0:01:59.339 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:3 Saturday 02 December 2023 08:38:21 +0000 (0:00:00.058) 0:01:59.397 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:15 Saturday 02 December 2023 08:38:21 +0000 (0:00:00.027) 0:01:59.424 ***** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:24 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.030) 0:01:59.455 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:36 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.028) 0:01:59.484 ***** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:46 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.025) 0:01:59.510 ***** TASK [Set firewall and selinux to false for cleanup] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:373 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.023) 0:01:59.533 ***** ok: [sut] => { "ansible_facts": { "logging_manage_firewall": false, "logging_manage_selinux": false }, "changed": false } TASK [END TEST CASE 3; Clean up the deployed config] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:378 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.023) 0:01:59.557 ***** TASK [linux-system-roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:8 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.073) 0:01:59.630 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Set rsyslog_outputs] ************************ task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:20 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.030) 0:01:59.660 ***** ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [linux-system-roles.logging : Set rsyslog_inputs] ************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:27 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.038) 0:01:59.699 ***** ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [linux-system-roles.logging : Set custom_config_files fact] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:33 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.032) 0:01:59.731 ***** TASK [linux-system-roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:46 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.026) 0:01:59.758 ***** TASK [linux-system-roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:57 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.025) 0:01:59.783 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml for sut TASK [linux-system-roles.logging : Initialize logging_tls_tcp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:3 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.111) 0:01:59.895 ***** ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tcp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:7 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.030) 0:01:59.926 ***** ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_tls_udp_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:11 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.032) 0:01:59.958 ***** ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Initialize logging_udp_ports] *************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:15 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.030) 0:01:59.989 ***** ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [linux-system-roles.logging : Parameter 'port' values] ******************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:24 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.029) 0:02:00.019 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:93 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.034) 0:02:00.053 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:98 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.029) 0:02:00.083 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:103 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.028) 0:02:00.111 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_port' values (with tls)] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:108 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.029) 0:02:00.140 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:113 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.027) 0:02:00.168 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:118 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.030) 0:02:00.199 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:166 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.031) 0:02:00.231 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'tcp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:171 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.030) 0:02:00.261 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:177 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.030) 0:02:00.291 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Parameter 'udp_ports' values (with tls)] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/gather_ports.yml:182 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.028) 0:02:00.320 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage firewall on the gathered ports] ****** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:60 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.027) 0:02:00.347 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml for sut TASK [linux-system-roles.logging : Initialize logging_firewall_ports] ********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:8 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.051) 0:02:00.399 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add tcp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:12 Saturday 02 December 2023 08:38:22 +0000 (0:00:00.033) 0:02:00.432 ***** TASK [linux-system-roles.logging : Add udp ports to logging_firewall_ports] **** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:20 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.069) 0:02:00.502 ***** TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/firewall.yml:28 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.024) 0:02:00.526 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Manage selinux on the gathered ports] ******* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:63 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.030) 0:02:00.556 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml for sut TASK [linux-system-roles.logging : Initialize logging_selinux_ports] *********** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:8 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.058) 0:02:00.615 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:12 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.027) 0:02:00.643 ***** TASK [linux-system-roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:21 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.024) 0:02:00.668 ***** TASK [linux-system-roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:30 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.025) 0:02:00.693 ***** TASK [linux-system-roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:39 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.026) 0:02:00.720 ***** TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/selinux.yml:48 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.025) 0:02:00.745 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Generate certificates] ********************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:67 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.029) 0:02:00.775 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/certificate.yml:2 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.059) 0:02:00.834 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Re-read facts after adding custom fact] ***** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:73 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.034) 0:02:00.869 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug dir] ******************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:77 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.030) 0:02:00.899 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Delete debug file] ************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:83 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.042) 0:02:00.942 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Create rsyslog debug file] ****************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:88 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.031) 0:02:00.973 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:95 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.027) 0:02:01.001 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.logging : Populate rsyslog debug file] **************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:99 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.063) 0:02:01.065 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/tasks/main.yml:111 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.030) 0:02:01.095 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:4 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.040) 0:02:01.136 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:4 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.043) 0:02:01.179 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:13 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.030) 0:02:01.210 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:18 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.023) 0:02:01.233 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:22 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.024) 0:02:01.257 ***** ok: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/Fedora_38.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include /vars/main.yml from /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/set_vars.yml:34 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.060) 0:02:01.318 ***** skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main.yml:7 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.065) 0:02:01.383 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:15 Saturday 02 December 2023 08:38:23 +0000 (0:00:00.060) 0:02:01.445 ***** ok: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "iproute" ], "delta": "0:00:00.034313", "end": "2023-12-02 08:38:24.221104", "failed_when_result": false, "item": "iproute", "rc": 0, "start": "2023-12-02 08:38:24.186791", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } ok: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.048961", "end": "2023-12-02 08:38:24.478158", "failed_when_result": false, "item": "rsyslog", "rc": 1, "start": "2023-12-02 08:38:24.429197", "warnings": [ "Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message." ] } STDOUT: S.5....T. c /etc/rsyslog.conf MSG: non-zero return code TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:22 Saturday 02 December 2023 08:38:24 +0000 (0:00:00.525) 0:02:01.970 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: rsyslog-logrotate-8.2310.0-1.fc38.x86_64", "Removed: iproute-6.4.0-1.fc38.x86_64", "Removed: rsyslog-8.2310.0-1.fc38.x86_64" ] } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 Saturday 02 December 2023 08:38:28 +0000 (0:00:03.699) 0:02:05.670 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: iproute-6.4.0-1.fc38.x86_64", "Installed: rsyslog-8.2310.0-1.fc38.x86_64", "Installed: rsyslog-logrotate-8.2310.0-1.fc38.x86_64" ] } lsrpackages: iproute rsyslog TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset erased flag] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:48 Saturday 02 December 2023 08:38:32 +0000 (0:00:04.018) 0:02:09.688 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:52 Saturday 02 December 2023 08:38:32 +0000 (0:00:00.025) 0:02:09.714 ***** ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "1.fc38", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc38", "source": "rpm", "version": "1.42.8" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "11.fc38", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "7.fc38", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc38", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "22.fc38", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "15.fc38", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc38", "source": "rpm", "version": "5.2.21" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "17.fc38", "source": "rpm", "version": "1.07.1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "16.fc38", "source": "rpm", "version": "2.39" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "4.fc38", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc38", "source": "rpm", "version": "5.70" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "14.fc38", "source": "rpm", "version": "1.78.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "13.fc38", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc38", "source": "rpm", "version": "1.19.1" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "1.0.fc38", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc38", "source": "rpm", "version": "1.25" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc38", "source": "rpm", "version": "4.4" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc38", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "12.fc38", "source": "rpm", "version": "9.1" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "14.fc38", "source": "rpm", "version": "2.13" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "1.fc38", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc38", "source": "rpm", "version": "0.21.1" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.gita12f7b2.fc38", "source": "rpm", "version": "20230301" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "1.fc38", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "9.fc38", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "1.fc38", "source": "rpm", "version": "33" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc38", "source": "rpm", "version": "1.14.10" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "8.fc38", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "2.fc38", "source": "rpm", "version": "1.02.189" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "10.fc38", "source": "rpm", "version": "0.9.0" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "7.P1.fc38", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "1.fc38", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "6.fc38", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "5.fc38", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "5.fc38", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "2.fc38", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "2.fc38", "source": "rpm", "version": "12.2.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "7.fc38", "source": "rpm", "version": "38" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "1.fc38", "source": "rpm", "version": "0.190" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "2.fc38", "source": "rpm", "version": "2.5.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "38" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "36", "source": "rpm", "version": "38" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "36", "source": "rpm", "version": "38" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "38" } ], "fedora-repos-modular": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos-modular", "release": "1", "source": "rpm", "version": "38" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "3.fc38", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "3.fc38", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "3.fc38", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "12.fc38", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "11.fc38", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "16.fc38", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc38", "source": "rpm", "version": "1.9.9" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "5.fc38", "source": "rpm", "version": "5.1.1" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "3.fc38", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "3.fc38", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "5.fc38", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc38", "source": "rpm", "version": "0.21.1" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "2.fc38", "source": "rpm", "version": "2.76.5" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "14.fc38", "source": "rpm", "version": "2.37" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "4.fc38", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "3.fc38", "source": "rpm", "version": "2.4.0" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc38", "source": "rpm", "version": "3.8.1" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc38", "source": "rpm", "version": "1.76.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "2.fc38", "source": "rpm", "version": "20230201" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "6202d9c6", "source": "rpm", "version": "eb10b464" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc38", "source": "rpm", "version": "1.17.1" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "42.fc38", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "11.fc38", "source": "rpm", "version": "1.22.4" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "107.fc38", "source": "rpm", "version": "2.06" } ], "grubby": [ { "arch": "x86_64", "epoch": null, "name": "grubby", "release": "69.fc38", "source": "rpm", "version": "8.40" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "5.fc38", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "7.fc38", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "3.fc38", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "8.fc38", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "3.fc38", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "3.fc38", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "7.fc38", "source": "rpm", "version": "1.4" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc38", "source": "rpm", "version": "57" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc38", "source": "rpm", "version": "10.19" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "1.fc38", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "1.fc38", "source": "rpm", "version": "6.4.0" } ], "ipset": [ { "arch": "x86_64", "epoch": null, "name": "ipset", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "ipset-libs": [ { "arch": "x86_64", "epoch": null, "name": "ipset-libs", "release": "2.fc38", "source": "rpm", "version": "7.17" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "4.fc38.1", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "2.fc38", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "6.fc38", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "4.fc38", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "16.fc38", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc38", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "4.fc38", "source": "rpm", "version": "1.6.6" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "5.fc38", "source": "rpm", "version": "2.5.1" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "101.fc38", "source": "rpm", "version": "6.6.2" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "6.fc38", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "4.fc38", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc38", "source": "rpm", "version": "0.9.4" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc38", "source": "rpm", "version": "1.21" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-core-font-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-font-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "32.fc38", "source": "rpm", "version": "3.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "1.fc38", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "6.fc38", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "15.fc38", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "4.fc38", "source": "rpm", "version": "3.6.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "2.fc38", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "1.fc38", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "24.fc38", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "8.fc38", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "53.fc38", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "5.fc38", "source": "rpm", "version": "2.28" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "2.fc38", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "11.fc38", "source": "rpm", "version": "1.0.9" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc38", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "6.fc38", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcap-ng-python3": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng-python3", "release": "8.fc38", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "9.fc38", "source": "rpm", "version": "0.7.0" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "53.fc38", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "5.fc38", "source": "rpm", "version": "8.0.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "55.fc38", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "53.fc38", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc38", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "45.20221030cvs.fc38", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "6.fc38", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "7.fc38", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "8.fc38", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "1.fc38", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "2.fc38", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc38", "source": "rpm", "version": "1.12.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "9.fc38", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "1.fc38", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "1.fc38", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "4.fc38", "source": "rpm", "version": "237" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc38", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "3.fc38", "source": "rpm", "version": "44.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "2.fc38", "source": "rpm", "version": "2.3.4" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "53.fc38", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc38", "source": "rpm", "version": "0.1.13" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "5.fc38", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "1.fc38", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc38", "source": "rpm", "version": "2.7.2" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "2.fc38", "source": "rpm", "version": "1.7.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "1.fc38", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "30.fc38", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "2.fc38", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "2.fc38", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "5.fc38", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "1.fc38", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "23.fc38", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc38", "source": "rpm", "version": "1.2.4" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "2.fc38", "source": "rpm", "version": "1.52.0" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "3.fc38", "source": "rpm", "version": "3.7.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "5.fc38", "source": "rpm", "version": "2.0.0" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "53.fc38", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "1.fc38", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "2.fc38", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "2.fc38", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "3.fc38", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "1.fc38", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "2.fc38", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "53.fc38", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc38", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "1.fc38", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "4.fc38", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "4.fc38", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "11.fc38", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc38", "source": "rpm", "version": "0.7.25" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "4.fc38", "source": "rpm", "version": "1.46.5" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "1.fc38", "source": "rpm", "version": "0.10.5" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "4.fc38", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "2.fc38", "source": "rpm", "version": "2.4.0" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "2.fc38", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc38", "source": "rpm", "version": "1.4.8" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc38", "source": "rpm", "version": "0.14.1" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.fc38", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "6.fc38", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "3.fc38", "source": "rpm", "version": "1.1" } ], "libunistring1.0": [ { "arch": "x86_64", "epoch": null, "name": "libunistring1.0", "release": "1.fc38", "source": "rpm", "version": "1.0" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "2.fc38", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "2.fc38", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "8.fc38", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "5.fc38", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-compat": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-compat", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "1.fc38", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "2.fc38", "source": "rpm", "version": "1.5.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "1.fc38", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc38", "source": "rpm", "version": "0.3.14" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc38", "source": "rpm", "version": "1.1.38" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "9.fc38", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "1.fc38", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc38", "source": "rpm", "version": "0.9.31" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "2.fc38", "source": "rpm", "version": "3.21.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "9.fc38", "source": "rpm", "version": "5.4.4" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "2.fc38", "source": "rpm", "version": "2.03.18" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "2.fc38", "source": "rpm", "version": "1.9.4" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "5.fc38", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "1.fc38", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "2.fc38", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "4.fc38", "source": "rpm", "version": "4.2" } ], "mkpasswd": [ { "arch": "x86_64", "epoch": null, "name": "mkpasswd", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "6.fc38", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "6.fc38", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc38", "source": "rpm", "version": "4.1.1" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "3.20230114.fc38", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.65.20160912git.fc38", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "3.fc38", "source": "rpm", "version": "3.8" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "1.rc3.fc38", "source": "rpm", "version": "2.6.3" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "12.fc38", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "12.fc38", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "2.fc38", "source": "rpm", "version": "3.94.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "2.fc38", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc38", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc38", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "17.fc38", "source": "rpm", "version": "9.0p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "2.fc38", "source": "rpm", "version": "3.0.9" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "3.fc38", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "3.fc38", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc38", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "16.fc38", "source": "rpm", "version": "1.5.2" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "11.fc38", "source": "rpm", "version": "3.5" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "14.fc38", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc38.1", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc38", "source": "rpm", "version": "1.5.2" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "3.fc38", "source": "rpm", "version": "1.9.9" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "497.fc38", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "497.fc38", "source": "rpm", "version": "1.83" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "490.fc38", "source": "rpm", "version": "1.52" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "497.fc38", "source": "rpm", "version": "0.66" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "491.fc38", "source": "rpm", "version": "2.184" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "490.fc38", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "490.fc38", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "497.fc38", "source": "rpm", "version": "1.52" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "493.fc38", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "497.fc38", "source": "rpm", "version": "1.36" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "11.fc38", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "490.fc38", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "497.fc38", "source": "rpm", "version": "2.85" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "497.fc38", "source": "rpm", "version": "1.40" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "490.fc38", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "490.fc38", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "497.fc38", "source": "rpm", "version": "1.12" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "2.fc38", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "497.fc38", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc38", "source": "rpm", "version": "2.43.0" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "2.fc38", "source": "rpm", "version": "0.086" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "497.fc38", "source": "rpm", "version": "1.50" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "492.fc38", "source": "rpm", "version": "0.41" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "1.fc38", "source": "rpm", "version": "2.081" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "497.fc38", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "490.fc38", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "2.fc38", "source": "rpm", "version": "20221114" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "497.fc38", "source": "rpm", "version": "1.15" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "5.fc38", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "497.fc38", "source": "rpm", "version": "2.03" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "490.fc38", "source": "rpm", "version": "3.84" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "490.fc38", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "491.fc38", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "491.fc38", "source": "rpm", "version": "3.43" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "4.fc38", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "490.fc38", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "497.fc38", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "2.fc38", "source": "rpm", "version": "2.036" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "490.fc38", "source": "rpm", "version": "3.26" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "497.fc38", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "491.fc38", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "1.fc38", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "16.fc38", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "490.fc38", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "1.fc38", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "490.fc38", "source": "rpm", "version": "1.300" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "2.fc38", "source": "rpm", "version": "5.17" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "497.fc38", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "491.fc38", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "497.fc38", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "497.fc38", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "1.fc38", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "497.fc38", "source": "rpm", "version": "5.36.1" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "497.fc38", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "497.fc38", "source": "rpm", "version": "1.26" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "497.fc38", "source": "rpm", "version": "1.35" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "497.fc38", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "1.fc38", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "2.fc38", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "497.fc38", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "6.fc38", "source": "rpm", "version": "1.8.0" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "4.fc38", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "3.fc38.1", "source": "rpm", "version": "122" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "23.fc38", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "2.fc38", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "11.fc38", "source": "rpm", "version": "3.3.17" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "4.fc38", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "2.fc38", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc38", "source": "rpm", "version": "20230812" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "3.fc38", "source": "rpm", "version": "22.3.1" } ], "python-setuptools-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-setuptools-wheel", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "2.fc38", "source": "rpm", "version": "22.2.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "5.fc38", "source": "rpm", "version": "3.1.2" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "1.fc38", "source": "rpm", "version": "3.1.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc38", "source": "rpm", "version": "5.0.8" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "5.fc38", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "2.fc38", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "2.fc38", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc38", "source": "rpm", "version": "1.3.4" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc38", "source": "rpm", "version": "3.44.1" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "2.fc38", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "7.fc38", "source": "rpm", "version": "3.0.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "22.fc38", "source": "rpm", "version": "1.21" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "8.fc38", "source": "rpm", "version": "2.0" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "2.fc38", "source": "rpm", "version": "4.17.3" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc38", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc38", "source": "rpm", "version": "0.72.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "1.fc38", "source": "rpm", "version": "3.11.6" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "2.fc38", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "3.fc38", "source": "rpm", "version": "4.9.2" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "1.fc38", "source": "rpm", "version": "2.1.2" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "5.fc38", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "2.fc38", "source": "rpm", "version": "1.0.5" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc38", "source": "rpm", "version": "3.2.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "1.fc38", "source": "rpm", "version": "3.5" } ], "python3-prettytable": [ { "arch": "noarch", "epoch": null, "name": "python3-prettytable", "release": "31.fc38", "source": "rpm", "version": "0.7.2" } ], "python3-pyrsistent": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyrsistent", "release": "2.fc38", "source": "rpm", "version": "0.19.3" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "4.fc38", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "16.fc38", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "6.fc38", "source": "rpm", "version": "6.0" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "2.fc38", "source": "rpm", "version": "2.28.2" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc38", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "2.fc38", "source": "rpm", "version": "65.5.1" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "9.fc38", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "2.fc38", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc38", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc38", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "2.fc38", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "3.fc38", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "1.fc38", "source": "rpm", "version": "20231111" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc38eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "1.fc38", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "33.fc38", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc38", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc38", "source": "rpm", "version": "1.5.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc38", "source": "rpm", "version": "4.18.2" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "2.fc38", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc38", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "2.fc38", "source": "rpm", "version": "0.6.0^20230403git142325a9" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "12.fc38", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc38", "source": "rpm", "version": "38.30" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "2.fc38", "source": "rpm", "version": "2.14.3" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "6.fc38", "source": "rpm", "version": "4.13" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "3.fc38", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "2.fc38", "source": "rpm", "version": "3.40.1" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc38", "source": "rpm", "version": "2.9.1" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc38", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "2.p2.fc38", "source": "rpm", "version": "1.9.13" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc38", "source": "rpm", "version": "253.12" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc38", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "8.fc38", "source": "rpm", "version": "1.34" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "16.fc38", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "20.fc38", "source": "rpm", "version": "1.9" } ], "tpm2-tools": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tools", "release": "3.fc38", "source": "rpm", "version": "5.5" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "3.fc38", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "1.fc38", "source": "rpm", "version": "2023c" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "7.fc38", "source": "rpm", "version": "2.9.4" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "1.fc38", "source": "rpm", "version": "1.19.0" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "60.fc38", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "2.fc38", "source": "rpm", "version": "0.13.2" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "4.fc38", "source": "rpm", "version": "2.38.1" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "18.fc38", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "5.fc38", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "39.fc38", "source": "rpm", "version": "2.21" } ], "whois-nls": [ { "arch": "noarch", "epoch": null, "name": "whois-nls", "release": "1.fc38", "source": "rpm", "version": "5.5.18" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "3.fc38", "source": "rpm", "version": "6.1.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc38", "source": "rpm", "version": "2.38" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc38", "source": "rpm", "version": "9.0.2120" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc38", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc38", "source": "rpm", "version": "5.4.1" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc38", "source": "rpm", "version": "4.18.1" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc38", "source": "rpm", "version": "1.3.2" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "37.fc38", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "3.fc38", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "4.fc38", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:56 Saturday 02 December 2023 08:38:33 +0000 (0:00:01.015) 0:02:10.730 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:63 Saturday 02 December 2023 08:38:33 +0000 (0:00:00.039) 0:02:10.770 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:69 Saturday 02 December 2023 08:38:33 +0000 (0:00:00.065) 0:02:10.835 ***** ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:78 Saturday 02 December 2023 08:38:33 +0000 (0:00:00.028) 0:02:10.864 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:86 Saturday 02 December 2023 08:38:33 +0000 (0:00:00.026) 0:02:10.890 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create a work directory] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:93 Saturday 02 December 2023 08:38:33 +0000 (0:00:00.240) 0:02:11.131 ***** ok: [sut] => { "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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:99 Saturday 02 December 2023 08:38:33 +0000 (0:00:00.237) 0:02:11.368 ***** ok: [sut] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/var/log/rsyslog", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:108 Saturday 02 December 2023 08:38:34 +0000 (0:00:00.244) 0:02:11.613 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_common_rules": [ { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:131 Saturday 02 December 2023 08:38:34 +0000 (0:00:00.103) 0:02:11.717 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:155 Saturday 02 December 2023 08:38:34 +0000 (0:00:00.044) 0:02:11.761 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:159 Saturday 02 December 2023 08:38:34 +0000 (0:00:00.035) 0:02:11.797 ***** skipping: [sut] => (item={'filename': '00-global.conf', 'comment': 'Global options', 'options': 'global(\n workDirectory="/var/lib/rsyslog"\n maxMessageSize="8192"\n)\n'}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'present', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="7200")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:177 Saturday 02 December 2023 08:38:34 +0000 (0:00:00.047) 0:02:11.844 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:188 Saturday 02 December 2023 08:38:34 +0000 (0:00:00.028) 0:02:11.872 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:207 Saturday 02 December 2023 08:38:34 +0000 (0:00:00.031) 0:02:11.903 ***** ok: [sut] => (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{% 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": [ "/WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:219 Saturday 02 December 2023 08:38:34 +0000 (0:00:00.038) 0:02:11.942 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:3 Saturday 02 December 2023 08:38:34 +0000 (0:00:00.064) 0:02:12.007 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:34 +0000 (0:00:00.096) 0:02:12.103 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:34 +0000 (0:00:00.036) 0:02:12.140 ***** ok: [sut] => (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 [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:35 +0000 (0:00:00.564) 0:02:12.705 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:35 +0000 (0:00:00.034) 0:02:12.739 ***** skipping: [sut] => (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, "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" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/outputs/files/main.yml:11 Saturday 02 December 2023 08:38:35 +0000 (0:00:00.039) 0:02:12.779 ***** included: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:4 Saturday 02 December 2023 08:38:35 +0000 (0:00:00.054) 0:02:12.833 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:15 Saturday 02 December 2023 08:38:35 +0000 (0:00:00.027) 0:02:12.860 ***** ok: [sut] => (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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "checksum": "98d3dd57ff7c59e772007c2346c5139a7bf28fd0", "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/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": 1200, "state": "file", "uid": 0 } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:38 Saturday 02 December 2023 08:38:36 +0000 (0:00:00.622) 0:02:13.483 ***** ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"7200\")" } ], "state": "present", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "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": { "after": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" }, "before": { "path": "/etc/rsyslog.d/10-output-files-modules.conf" } }, "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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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 } ] }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "98d3dd57ff7c59e772007c2346c5139a7bf28fd0", "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "diff": { "after": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" }, "before": { "path": "/etc/rsyslog.d/30-output-files-default_files.conf" } }, "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/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, "backup": null, "content": null, "delimiter": null, "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "directory_mode": null, "follow": false, "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, "regexp": null, "remote_src": null, "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": 1200, "state": "file", "uid": 0 } ] } ] }, "changed": false } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/deploy.yml:43 Saturday 02 December 2023 08:38:36 +0000 (0:00:00.032) 0:02:13.515 ***** skipping: [sut] => (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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "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 *.info;mail.none;authpriv.none;cron.none /var/log/rsyslog/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/rsyslog/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/rsyslog/maillog\n # Log cron stuff\n cron.* -/var/log/rsyslog/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/rsyslog/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/rsyslog/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:232 Saturday 02 December 2023 08:38:36 +0000 (0:00:00.093) 0:02:13.609 ***** ok: [sut] => { "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.166479", "end": "2023-12-02 08:38:36.505403", "failed_when_result": false, "rc": 0, "start": "2023-12-02 08:38:36.338924" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-local-modules.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/10-output-forwards-modules.conf /etc/rsyslog.d/30-output-files-default_files.conf /etc/rsyslog.d/30-output-files-files_output0.conf /etc/rsyslog.d/30-output-files-files_output1.conf /etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf /etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf /etc/rsyslog.d/90-input-basics-basic_input0.conf TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:249 Saturday 02 December 2023 08:38:36 +0000 (0:00:00.385) 0:02:13.995 ***** changed: [sut] => (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: [sut] => (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: [sut] => (item=/etc/rsyslog.d/10-local-modules.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/10-local-modules.conf", "path": "/etc/rsyslog.d/10-local-modules.conf", "state": "absent" } changed: [sut] => (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: [sut] => (item=/etc/rsyslog.d/30-output-files-files_output0.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_output0.conf", "path": "/etc/rsyslog.d/30-output-files-files_output0.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/30-output-files-files_output1.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-files-files_output1.conf", "path": "/etc/rsyslog.d/30-output-files-files_output1.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "path": "/etc/rsyslog.d/30-output-forwards-forwards_facility_only.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "path": "/etc/rsyslog.d/30-output-forwards-forwards_severity_and_facility.conf", "state": "absent" } changed: [sut] => (item=/etc/rsyslog.d/90-input-basics-basic_input0.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "path": "/etc/rsyslog.d/90-input-basics-basic_input0.conf", "state": "absent" } NOTIFIED HANDLER /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd for sut TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:273 Saturday 02 December 2023 08:38:38 +0000 (0:00:01.945) 0:02:15.940 ***** TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:303 Saturday 02 December 2023 08:38:38 +0000 (0:00:00.025) 0:02:15.965 ***** skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "item": [], "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:315 Saturday 02 December 2023 08:38:38 +0000 (0:00:00.046) 0:02:16.011 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:331 Saturday 02 December 2023 08:38:38 +0000 (0:00:00.037) 0:02:16.048 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:347 Saturday 02 December 2023 08:38:38 +0000 (0:00:00.038) 0:02:16.087 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:363 Saturday 02 December 2023 08:38:38 +0000 (0:00:00.049) 0:02:16.137 ***** changed: [sut] => { "changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:38:18 UTC", "ActiveEnterTimestampMonotonic": "845828702", "ActiveExitTimestamp": "Sat 2023-12-02 08:38:27 UTC", "ActiveExitTimestampMonotonic": "854096990", "ActiveState": "inactive", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:38:18 UTC", "AssertTimestampMonotonic": "845816781", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "20471000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:38:18 UTC", "ConditionTimestampMonotonic": "845816777", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2023-12-02 08:38:27 UTC", "ExecMainExitTimestampMonotonic": "854552523", "ExecMainPID": "10775", "ExecMainStartTimestamp": "Sat 2023-12-02 08:38:18 UTC", "ExecMainStartTimestampMonotonic": "845824136", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-02 08:38:27 UTC", "InactiveEnterTimestampMonotonic": "854552710", "InactiveExitTimestamp": "Sat 2023-12-02 08:38:18 UTC", "InactiveExitTimestampMonotonic": "845824565", "InvocationID": "d9051a552bb14edcab0b6653b94ae72a", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:38:27 UTC", "StateChangeTimestampMonotonic": "854552710", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:372 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.583) 0:02:16.720 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:381 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.029) 0:02:16.749 ***** skipping: [sut] => {} TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : See if there are any config files] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:395 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.059) 0:02:16.808 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:402 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.030) 0:02:16.839 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:408 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.027) 0:02:16.866 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:388 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.032) 0:02:16.899 ***** included: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml for sut TASK [Check ports are not retrieved if both logging_manage_firewall and logging_manage_selinux are not true] *** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:3 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.062) 0:02:16.961 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:15 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.030) 0:02:16.992 ***** TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:24 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.022) 0:02:17.014 ***** TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:36 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.028) 0:02:17.042 ***** TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tasks/check_firewall_selinux.yml:46 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.032) 0:02:17.075 ***** TASK [Cleaning up __testfile__] ************************************************ task path: /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:391 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.032) 0:02:17.108 ***** changed: [sut] => { "changed": true, "path": "/tmp/__testfile__", "state": "absent" } RUNNING HANDLER [/WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/handlers/main.yml:2 Saturday 02 December 2023 08:38:39 +0000 (0:00:00.208) 0:02:17.316 ***** changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2023-12-02 08:38:39 UTC", "ActiveEnterTimestampMonotonic": "866163767", "ActiveExitTimestamp": "Sat 2023-12-02 08:38:27 UTC", "ActiveExitTimestampMonotonic": "854096990", "ActiveState": "active", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2023-12-02 08:38:39 UTC", "AssertTimestampMonotonic": "866152692", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "26717000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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_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 2023-12-02 08:38:39 UTC", "ConditionTimestampMonotonic": "866152688", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "7551", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11652", "ExecMainStartTimestamp": "Sat 2023-12-02 08:38:39 UTC", "ExecMainStartTimestampMonotonic": "866159134", "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 2023-12-02 08:38:39 UTC] ; stop_time=[n/a] ; pid=11652 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Sat 2023-12-02 08:38:39 UTC] ; stop_time=[n/a] ; pid=11652 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "rsyslog.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2023-12-02 08:38:27 UTC", "InactiveEnterTimestampMonotonic": "854552710", "InactiveExitTimestamp": "Sat 2023-12-02 08:38:39 UTC", "InactiveExitTimestampMonotonic": "866159580", "InvocationID": "bb070190c2344a4388bd9d189085065e", "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": "14780", "LimitNPROCSoft": "14780", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14780", "LimitSIGPENDINGSoft": "14780", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11652", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1200128", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2023-12-02 08:38:39 UTC", "StateChangeTimestampMonotonic": "866163767", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4434", "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", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=401 changed=41 unreachable=0 failed=0 skipped=416 rescued=1 ignored=0 Saturday 02 December 2023 08:38:40 +0000 (0:00:01.039) 0:02:18.356 ***** =============================================================================== /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Restart rsyslogd --- 5.85s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/handlers/main.yml:2 -------------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 5.12s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 4.48s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 4.19s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 4.02s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent --- 3.96s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:22 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent --- 3.70s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:22 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Reset original confs - logging package is absent --- 3.44s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:22 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 2.46s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 2.46s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Install/Update required packages --- 2.42s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:34 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 2.03s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:131 ---------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.96s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:131 ---------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state --- 1.95s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:249 ---------- Gathering Facts --------------------------------------------------------- 1.89s /WORKDIR/git-weekly-cip9nic4jt/tests/tests_basics_files.yml:2 ----------------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.88s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:131 ---------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts --- 1.32s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:52 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts --- 1.26s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:52 ----------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Purge - remove files not generated by current state --- 1.11s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:249 ---------- /WORKDIR/git-weekly-cip9nic4jt/tests/roles/linux-system-roles.logging/roles/rsyslog : Gather package facts --- 1.09s /WORKDIR/git-weekly-cip9nic4jt/roles/rsyslog/tasks/main_core.yml:52 ----------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---