# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_imuxsock_files.yml ********************************************* 1 plays in /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml PLAY [TEST CASE 0; Ensure that the role runs with parameters with the simplest configuration using imuxsock instead of imjournal] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:31 Friday 23 February 2024 20:46:29 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] TASK [Deploy config to output into local files] ******************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:38 Friday 23 February 2024 20:46:30 +0000 (0:00:01.019) 0:00:01.031 ******* TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7 Friday 23 February 2024 20:46:30 +0000 (0:00:00.022) 0:00:01.053 ******* ok: [sut] => { "ansible_facts": { "__rsyslog_output_files": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] ***************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14 Friday 23 February 2024 20:46:30 +0000 (0:00:00.027) 0:00:01.081 ******* ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18 Friday 23 February 2024 20:46:30 +0000 (0:00:00.025) 0:00:01.106 ******* ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [ { "name": "basic_input", "type": "basics", "use_imuxsock": true } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set custom_config_files fact] ******** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22 Friday 23 February 2024 20:46:30 +0000 (0:00:00.025) 0:00:01.132 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:34 Friday 23 February 2024 20:46:30 +0000 (0:00:00.019) 0:00:01.152 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:44 Friday 23 February 2024 20:46:30 +0000 (0:00:00.007) 0:00:01.160 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for sut TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] **** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Friday 23 February 2024 20:46:30 +0000 (0:00:00.029) 0:00:01.189 ******* ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ******** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7 Friday 23 February 2024 20:46:30 +0000 (0:00:00.025) 0:00:01.215 ******* ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] **** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11 Friday 23 February 2024 20:46:30 +0000 (0:00:00.021) 0:00:01.236 ******* ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ******** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Friday 23 February 2024 20:46:30 +0000 (0:00:00.022) 0:00:01.259 ******* ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Parameter 'port' values] ************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24 Friday 23 February 2024 20:46:30 +0000 (0:00:00.020) 0:00:01.279 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88 Friday 23 February 2024 20:46:30 +0000 (0:00:00.018) 0:00:01.298 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92 Friday 23 February 2024 20:46:30 +0000 (0:00:00.019) 0:00:01.318 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96 Friday 23 February 2024 20:46:30 +0000 (0:00:00.018) 0:00:01.337 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100 Friday 23 February 2024 20:46:30 +0000 (0:00:00.018) 0:00:01.355 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104 Friday 23 February 2024 20:46:30 +0000 (0:00:00.018) 0:00:01.374 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108 Friday 23 February 2024 20:46:30 +0000 (0:00:00.018) 0:00:01.392 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153 Friday 23 February 2024 20:46:30 +0000 (0:00:00.018) 0:00:01.410 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157 Friday 23 February 2024 20:46:30 +0000 (0:00:00.018) 0:00:01.429 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161 Friday 23 February 2024 20:46:30 +0000 (0:00:00.019) 0:00:01.448 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165 Friday 23 February 2024 20:46:30 +0000 (0:00:00.019) 0:00:01.467 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:47 Friday 23 February 2024 20:46:30 +0000 (0:00:00.018) 0:00:01.486 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for sut TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Friday 23 February 2024 20:46:30 +0000 (0:00:00.028) 0:00:01.514 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Friday 23 February 2024 20:46:30 +0000 (0:00:00.018) 0:00:01.533 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Friday 23 February 2024 20:46:30 +0000 (0:00:00.016) 0:00:01.549 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Friday 23 February 2024 20:46:30 +0000 (0:00:00.017) 0:00:01.567 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:50 Friday 23 February 2024 20:46:30 +0000 (0:00:00.020) 0:00:01.587 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for sut TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Friday 23 February 2024 20:46:30 +0000 (0:00:00.032) 0:00:01.619 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Friday 23 February 2024 20:46:30 +0000 (0:00:00.023) 0:00:01.643 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Friday 23 February 2024 20:46:30 +0000 (0:00:00.009) 0:00:01.652 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Friday 23 February 2024 20:46:30 +0000 (0:00:00.007) 0:00:01.660 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Friday 23 February 2024 20:46:30 +0000 (0:00:00.011) 0:00:01.671 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Friday 23 February 2024 20:46:30 +0000 (0:00:00.007) 0:00:01.679 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:54 Friday 23 February 2024 20:46:30 +0000 (0:00:00.020) 0:00:01.699 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Friday 23 February 2024 20:46:30 +0000 (0:00:00.029) 0:00:01.729 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:60 Friday 23 February 2024 20:46:30 +0000 (0:00:00.020) 0:00:01.749 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************ task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:64 Friday 23 February 2024 20:46:30 +0000 (0:00:00.019) 0:00:01.769 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Delete debug file] ******************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:70 Friday 23 February 2024 20:46:30 +0000 (0:00:00.021) 0:00:01.791 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] *********** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Friday 23 February 2024 20:46:30 +0000 (0:00:00.022) 0:00:01.813 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:82 Friday 23 February 2024 20:46:30 +0000 (0:00:00.024) 0:00:01.837 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] ********* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Friday 23 February 2024 20:46:31 +0000 (0:00:00.025) 0:00:01.863 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Friday 23 February 2024 20:46:31 +0000 (0:00:00.021) 0:00:01.884 ******* TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Friday 23 February 2024 20:46:31 +0000 (0:00:00.017) 0:00:01.902 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Friday 23 February 2024 20:46:31 +0000 (0:00:00.012) 0:00:01.915 ******* skipping: [sut] => { "changed": false, "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Friday 23 February 2024 20:46:31 +0000 (0:00:00.018) 0:00:01.933 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Friday 23 February 2024 20:46:31 +0000 (0:00:00.291) 0:00:02.225 ******* ok: [sut] => { "ansible_facts": { "__logging_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Friday 23 February 2024 20:46:31 +0000 (0:00:00.015) 0:00:02.241 ******* ok: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Friday 23 February 2024 20:46:31 +0000 (0:00:00.030) 0:00:02.271 ******* skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Friday 23 February 2024 20:46:31 +0000 (0:00:00.049) 0:00:02.321 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for sut TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15 Friday 23 February 2024 20:46:31 +0000 (0:00:00.040) 0:00:02.362 ******* skipping: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "false_condition": "logging_purge_confs | bool | d(false)", "item": "iproute", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "false_condition": "logging_purge_confs | bool | d(false)", "item": "rsyslog", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 Friday 23 February 2024 20:46:31 +0000 (0:00:00.029) 0:00:02.392 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_purge_confs | bool | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 Friday 23 February 2024 20:46:31 +0000 (0:00:00.017) 0:00:02.409 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: libestr-0.1.11-7.fc39.x86_64", "Installed: logrotate-3.21.0-4.fc39.x86_64", "Installed: libfastjson-1.2304.0-2.fc39.x86_64", "Installed: rsyslog-8.2310.0-1.fc39.x86_64", "Installed: rsyslog-logrotate-8.2310.0-1.fc39.x86_64" ] } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40 Friday 23 February 2024 20:46:36 +0000 (0:00:05.415) 0:00:07.824 ******* ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 Friday 23 February 2024 20:46:36 +0000 (0:00:00.011) 0:00:07.836 ******* ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "3.fc39", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc39", "source": "rpm", "version": "1.44.2" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc39", "source": "rpm", "version": "1.44.2" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "abattis-cantarell-vf-fonts", "release": "10.fc39", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc39", "source": "rpm", "version": "1.26" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-ucode-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "12.fc39", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "8.fc39", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "8.fc39", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "8.fc39", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc39", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc39", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "24.fc39", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "18.fc39", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc39", "source": "rpm", "version": "5.2.26" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "19.fc39", "source": "rpm", "version": "1.07.1" } ], "beakerlib": [ { "arch": "noarch", "epoch": null, "name": "beakerlib", "release": "3.fc39", "source": "rpm", "version": "1.29.3" } ], "beakerlib-redhat": [ { "arch": "noarch", "epoch": null, "name": "beakerlib-redhat", "release": "33.fc40eng", "source": "rpm", "version": "1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "14.fc39", "source": "rpm", "version": "2.40" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "14.fc39", "source": "rpm", "version": "2.40" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "5.fc39", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc39", "source": "rpm", "version": "5.72" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.fc39", "source": "rpm", "version": "6.7" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "16.fc39", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc39", "source": "rpm", "version": "1.25.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "2.fc39", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "3.fc39", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc39", "source": "rpm", "version": "1.26" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc39", "source": "rpm", "version": "4.5" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "cirrus-audio-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "cloud-init": [ { "arch": "noarch", "epoch": null, "name": "cloud-init", "release": "1.fc39", "source": "rpm", "version": "23.2.1" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc39", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "5.fc39", "source": "rpm", "version": "9.3" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "5.fc39", "source": "rpm", "version": "9.3" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "4.fc39", "source": "rpm", "version": "2.14" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "2.fc39", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "2.fc39", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc39", "source": "rpm", "version": "1.0.3" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc39", "source": "rpm", "version": "1.0.3" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git1e3a2e4.fc39", "source": "rpm", "version": "20231204" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git1e3a2e4.fc39", "source": "rpm", "version": "20231204" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc39", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "4.fc39", "source": "rpm", "version": "8.2.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "11.fc39", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "2.fc39", "source": "rpm", "version": "35" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": null, "name": "default-fonts-core-sans", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "11.fc39", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "1.fc39", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "1.fc39", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "1.fc39", "source": "rpm", "version": "1.02.197" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "1.fc39", "source": "rpm", "version": "1.02.197" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "1.fc39", "source": "rpm", "version": "1.0.11" } ], "dhcp-client": [ { "arch": "x86_64", "epoch": 12, "name": "dhcp-client", "release": "9.P1.fc39", "source": "rpm", "version": "4.4.3" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "9.P1.fc39", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "3.fc39", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc39", "source": "rpm", "version": "4.19.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc39", "source": "rpm", "version": "4.19.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc39", "source": "rpm", "version": "4.5.0" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc39", "source": "rpm", "version": "4.5.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "7.fc39", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "16.fc39", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "16.fc39", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "3.fc39", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "5.fc39", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.fc39", "source": "rpm", "version": "12.3.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "1.fc39", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": null, "name": "exfatprogs", "release": "1.fc39", "source": "rpm", "version": "1.2.2" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.fc39", "source": "rpm", "version": "2.6.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "39" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "34", "source": "rpm", "version": "39" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "34", "source": "rpm", "version": "39" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "34", "source": "rpm", "version": "39" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "39" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "5.fc39", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "5.fc39", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "6.fc39", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "5.fc39", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc39", "source": "rpm", "version": "2.0.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc39", "source": "rpm", "version": "2.0.3" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "13.fc39", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "12.fc39", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "17.fc39", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc39", "source": "rpm", "version": "1.9.13" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc39", "source": "rpm", "version": "1.9.13" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc39", "source": "rpm", "version": "1.9.13" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "2.fc39", "source": "rpm", "version": "5.2.2" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "4.fc39", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc39", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "6.fc39", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc39", "source": "rpm", "version": "2.43.2" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc39", "source": "rpm", "version": "2.43.2" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc39", "source": "rpm", "version": "2.43.2" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.fc39", "source": "rpm", "version": "2.78.3" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "5.fc39", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.fc39", "source": "rpm", "version": "2.4.3" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "4.fc39", "source": "rpm", "version": "2.4.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc39", "source": "rpm", "version": "3.8.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc39", "source": "rpm", "version": "1.78.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "1.fc39", "source": "rpm", "version": "20240101" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "1.fc39", "source": "rpm", "version": "20240101" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "1.fc39", "source": "rpm", "version": "20240101" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "1.fc39", "source": "rpm", "version": "20240101" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "62f2920f", "source": "rpm", "version": "18b8e74c" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc39", "source": "rpm", "version": "1.20.0" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "44.fc39", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc39", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "3.fc39", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "116.fc39", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "116.fc39", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "116.fc39", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "116.fc39", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "116.fc39", "source": "rpm", "version": "2.06" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "6.fc39", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "9.fc39", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "6.fc39", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "9.fc39", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "5.fc39", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "5.fc39", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "2.fc39", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc39", "source": "rpm", "version": "58" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc39", "source": "rpm", "version": "10.20" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc39", "source": "rpm", "version": "10.20" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc39", "source": "rpm", "version": "10.20" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-audio-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc39", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc39", "source": "rpm", "version": "6.4.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc39", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "5.fc39", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc39", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "7.fc39", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "5.fc39", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "17.fc39", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc39", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.fc39", "source": "rpm", "version": "1.8.0" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "200.fc39", "source": "rpm", "version": "6.7.4" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "200.fc39", "source": "rpm", "version": "6.7.4" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "200.fc39", "source": "rpm", "version": "6.7.4" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "200.fc39", "source": "rpm", "version": "6.7.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "200.fc39", "source": "rpm", "version": "6.7.4" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "200.fc39", "source": "rpm", "version": "6.7.4" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "7.fc39", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "7.fc39", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "6.fc39", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "6.fc39", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc39", "source": "rpm", "version": "0.9.5" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc39", "source": "rpm", "version": "1.21.2" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-fonts-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "2.fc39", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "9.fc39", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "16.fc39", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "1.fc39", "source": "rpm", "version": "3.7.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "3.fc39", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc39", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "26.fc39", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "8.fc39", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "9.fc39", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "54.fc39", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvme", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "4.fc39", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "1.fc39", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc39", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.fc39", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc39", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "2.fc39", "source": "rpm", "version": "0.10.2" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "54.fc39", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc39", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "4.fc39", "source": "rpm", "version": "8.2.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "56.fc39", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "54.fc39", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc39", "source": "rpm", "version": "0.73.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc39", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "48.20230828cvs.fc39", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "7.fc39", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "8.fc39", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "9.fc39", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "2.fc39", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "4.fc39", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc39", "source": "rpm", "version": "1.13.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "10.fc39", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "2.fc39", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc39", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "2.fc39", "source": "rpm", "version": "238" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc39", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "4.fc39", "source": "rpm", "version": "46.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc39", "source": "rpm", "version": "2.3.7" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "54.fc39", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc39", "source": "rpm", "version": "0.2.1" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "7.fc39", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "7.fc39", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "2.fc39", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc39", "source": "rpm", "version": "2.8.0" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc39", "source": "rpm", "version": "1.9.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "2.fc39", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "32.fc39", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "3.fc39", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "5.fc39", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.fc39", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "6.fc39", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "2.fc39", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "24.fc39", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.rc3.fc39", "source": "rpm", "version": "2.6.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc39", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "4.fc39", "source": "rpm", "version": "1.55.1" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.fc39", "source": "rpm", "version": "3.9.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "6.fc39", "source": "rpm", "version": "2.0.0" } ], "libnvme": [ { "arch": "x86_64", "epoch": null, "name": "libnvme", "release": "2.fc39", "source": "rpm", "version": "1.6" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "54.fc39", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "2.fc39", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.fc39", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "4.fc39", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "6.fc39", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "2.fc39", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "3.fc39", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "54.fc39", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc39", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "3.fc39", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "6.fc39", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "4.fc39", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "2.fc39", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "5.fc39", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "15.fc39", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc39", "source": "rpm", "version": "0.7.28" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "2.fc39", "source": "rpm", "version": "0.10.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "2.fc39", "source": "rpm", "version": "0.10.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc39", "source": "rpm", "version": "2.4.1" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "3.fc39", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc39", "source": "rpm", "version": "1.4.9" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc39", "source": "rpm", "version": "0.15.0" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.rc2.fc39", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "7.fc39", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "1.fc39", "source": "rpm", "version": "2.10.1" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc39", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "3.fc39", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "4.fc39", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "10.fc39", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "6.fc39", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "6.fc39", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc39", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "2.fc39", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc39", "source": "rpm", "version": "1.6.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "3.fc39", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc39", "source": "rpm", "version": "0.3.15" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc39", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "12.fc39", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "4.fc39", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "4.fc39", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc39", "source": "rpm", "version": "0.9.32" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "4.fc39", "source": "rpm", "version": "3.21.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "3.fc39", "source": "rpm", "version": "5.4.6" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "1.fc39", "source": "rpm", "version": "2.03.23" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "1.fc39", "source": "rpm", "version": "2.03.23" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "4.fc39", "source": "rpm", "version": "1.9.4" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "9.fc39", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "6.fc39", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "2.fc39", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "5.fc39", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "6.fc39", "source": "rpm", "version": "4.2" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "7.fc39", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "7.fc39", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc39", "source": "rpm", "version": "4.2.0" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.67.20160912git.fc39", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc39", "source": "rpm", "version": "3.9.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.rc3.fc39", "source": "rpm", "version": "2.6.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.fc39", "source": "rpm", "version": "1.0.7" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "14.fc39", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "18.fc39", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "1.fc39", "source": "rpm", "version": "3.98.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "1.fc39", "source": "rpm", "version": "3.98.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "1.fc39", "source": "rpm", "version": "3.98.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "1.fc39", "source": "rpm", "version": "3.98.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.fc39", "source": "rpm", "version": "3.98.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": null, "name": "nxpwireless-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc39", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc39", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "4.fc39", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "4.fc39", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc39", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc39", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "3.fc39", "source": "rpm", "version": "1.5.3" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "3.fc39", "source": "rpm", "version": "1.5.3" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.fc39", "source": "rpm", "version": "3.6" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "15.fc39", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc39.2", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc39.2", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.fc39", "source": "rpm", "version": "2.0.1" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc39", "source": "rpm", "version": "1.5.5" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.fc39", "source": "rpm", "version": "2.0.1" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "502.fc39", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "502.fc39", "source": "rpm", "version": "1.88" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "500.fc39", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "502.fc39", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "501.fc39", "source": "rpm", "version": "2.188" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "500.fc39", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "500.fc39", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "502.fc39", "source": "rpm", "version": "1.54" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "500.fc39", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "502.fc39", "source": "rpm", "version": "1.37" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "13.fc39", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "500.fc39", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "502.fc39", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "502.fc39", "source": "rpm", "version": "2.86" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "502.fc39", "source": "rpm", "version": "1.43" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "500.fc39", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "500.fc39", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "502.fc39", "source": "rpm", "version": "1.13" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "502.fc39", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "500.fc39", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "502.fc39", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc39", "source": "rpm", "version": "2.43.2" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.fc39", "source": "rpm", "version": "0.088" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "502.fc39", "source": "rpm", "version": "1.52" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "1.fc39", "source": "rpm", "version": "0.42" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "3.fc39", "source": "rpm", "version": "2.083" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "502.fc39", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "500.fc39", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "1.fc39", "source": "rpm", "version": "20230801" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "502.fc39", "source": "rpm", "version": "1.16" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "10.fc39", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "502.fc39", "source": "rpm", "version": "2.13" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "500.fc39", "source": "rpm", "version": "3.89" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "500.fc39", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "501.fc39", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.fc39", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "500.fc39", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "500.fc39", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "502.fc39", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "3.fc39", "source": "rpm", "version": "2.037" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "500.fc39", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "502.fc39", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "501.fc39", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "500.fc39", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "18.fc39", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "500.fc39", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "3.fc39", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "3.fc39", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "1.fc39", "source": "rpm", "version": "5.21" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "502.fc39", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "501.fc39", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "502.fc39", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "502.fc39", "source": "rpm", "version": "5.38.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "502.fc39", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "501.fc39", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "502.fc39", "source": "rpm", "version": "5.38.2" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "502.fc39", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "502.fc39", "source": "rpm", "version": "1.28" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "502.fc39", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "502.fc39", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "500.fc39", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "500.fc39", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "502.fc39", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "8.fc39", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "1.fc39.1", "source": "rpm", "version": "123" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "1.fc39.1", "source": "rpm", "version": "123" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "26.fc39", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "3.fc39", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc39", "source": "rpm", "version": "4.0.3" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "5.fc39", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "4.fc39", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc39", "source": "rpm", "version": "20240107" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc39", "source": "rpm", "version": "23.2.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "4.fc39", "source": "rpm", "version": "23.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "8.fc39", "source": "rpm", "version": "3.1.2" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "2.fc39", "source": "rpm", "version": "3.2.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc39", "source": "rpm", "version": "5.0.8" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "10.fc39", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "4.fc39", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "6.fc39", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc39", "source": "rpm", "version": "4.19.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc39", "source": "rpm", "version": "4.5.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc39", "source": "rpm", "version": "2.0.3" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc39", "source": "rpm", "version": "3.46.0" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc39", "source": "rpm", "version": "3.46.0" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc39", "source": "rpm", "version": "0.73.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc39", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "1.fc39", "source": "rpm", "version": "3.1.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "2.fc39", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "5.fc39", "source": "rpm", "version": "2.3" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema-specifications", "release": "1.fc39", "source": "rpm", "version": "2023.7.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc39", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc39", "source": "rpm", "version": "0.73.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "4.fc39", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "2.fc39", "source": "rpm", "version": "4.9.3" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "2.fc39", "source": "rpm", "version": "2.1.3" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "7.fc39", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.fc39", "source": "rpm", "version": "1.0.7" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc39", "source": "rpm", "version": "3.2.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "8.fc39", "source": "rpm", "version": "3.5" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "6.fc39", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "20.fc39", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "11.fc39", "source": "rpm", "version": "6.0.1" } ], "python3-referencing": [ { "arch": "noarch", "epoch": null, "name": "python3-referencing", "release": "1.fc39", "source": "rpm", "version": "0.30.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "5.fc39", "source": "rpm", "version": "2.28.2" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpds-py", "release": "1.fc39", "source": "rpm", "version": "0.17.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc39", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "7.fc39", "source": "rpm", "version": "67.7.2" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "12.fc39", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "5.fc39", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "2.fc39", "source": "rpm", "version": "1.19.1" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc39", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc39", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc39", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "3.fc39", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "3.fc39", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "6.fc39", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "2.fc39", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "34.fc39", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc39.1", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc39", "source": "rpm", "version": "1.6.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "5.fc39", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc39", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc39", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "1.fc39", "source": "rpm", "version": "0.6.0^20230921git1261fbb2" } ], "sdubby": [ { "arch": "noarch", "epoch": null, "name": "sdubby", "release": "5.fc39", "source": "rpm", "version": "1.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "14.fc39", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc39", "source": "rpm", "version": "39.4" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc39", "source": "rpm", "version": "39.4" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc39", "source": "rpm", "version": "2.14.4" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "2.fc39", "source": "rpm", "version": "4.14.0" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "4.fc39", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.fc39", "source": "rpm", "version": "3.42.0" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc39", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.p5.fc39", "source": "rpm", "version": "1.9.15" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "1.p5.fc39", "source": "rpm", "version": "1.9.15" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-boot-unsigned": [ { "arch": "x86_64", "epoch": null, "name": "systemd-boot-unsigned", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "2.fc39", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "20.fc39", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "23.fc39", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": null, "name": "tiwilink-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "6.fc39", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "2.fc39", "source": "rpm", "version": "2024a" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "1.fc39", "source": "rpm", "version": "2.10.1" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "2.fc39", "source": "rpm", "version": "1.19.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "2.fc39", "source": "rpm", "version": "1.19.1" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "62.fc39", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "3.fc39", "source": "rpm", "version": "0.14.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "20.fc39", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "7.fc39", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "40.fc39", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "1.fc39", "source": "rpm", "version": "6.4.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc39", "source": "rpm", "version": "2.40" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc39", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc39", "source": "rpm", "version": "4.19.0" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc39", "source": "rpm", "version": "1.4.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "39.fc39", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "4.fc39", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "4.fc39", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "8.fc39", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "8.fc39", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48 Friday 23 February 2024 20:46:38 +0000 (0:00:01.039) 0:00:08.876 ******* ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55 Friday 23 February 2024 20:46:38 +0000 (0:00:00.023) 0:00:08.899 ******* skipping: [sut] => { "false_condition": "__rsyslog_version is version('8.37.0-7.2', '<')" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60 Friday 23 February 2024 20:46:38 +0000 (0:00:00.018) 0:00:08.918 ******* ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68 Friday 23 February 2024 20:46:38 +0000 (0:00:00.021) 0:00:08.940 ******* skipping: [sut] => { "changed": false, "false_condition": "rsyslog_in_image | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76 Friday 23 February 2024 20:46:38 +0000 (0:00:00.023) 0:00:08.963 ******* 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 [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83 Friday 23 February 2024 20:46:38 +0000 (0:00:00.349) 0:00:09.312 ******* 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 [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89 Friday 23 February 2024 20:46:38 +0000 (0:00:00.270) 0:00:09.582 ******* 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 [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97 Friday 23 February 2024 20:46:39 +0000 (0:00:00.285) 0:00:09.867 ******* 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=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120 Friday 23 February 2024 20:46:39 +0000 (0:00:00.065) 0:00:09.933 ******* 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-1708721199.148228-13383-40805038709902/source", "state": "file", "uid": 0 } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } changed: [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-1708721199.8182628-13383-259101508476102/source", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144 Friday 23 February 2024 20:46:40 +0000 (0:00:01.302) 0:00:11.235 ******* 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, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721199.148228-13383-40805038709902/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-1708721199.148228-13383-40805038709902/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721199.8182628-13383-259101508476102/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-1708721199.8182628-13383-259101508476102/source", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148 Friday 23 February 2024 20:46:40 +0000 (0:00:00.030) 0:00:11.266 ******* 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, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166 Friday 23 February 2024 20:46:40 +0000 (0:00:00.033) 0:00:11.300 ******* ok: [sut] => (item={'name': 'basic_input', 'type': 'basics', 'use_imuxsock': True}) => { "ansible_facts": { "__rsyslog_basics_packages": [] }, "ansible_included_var_files": [ "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml" ], "ansible_loop_var": "input_item", "changed": false, "input_item": { "name": "basic_input", "type": "basics", "use_imuxsock": true } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177 Friday 23 February 2024 20:46:40 +0000 (0:00:00.032) 0:00:11.332 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml for sut => (item={'name': 'basic_input', 'type': 'basics', 'use_imuxsock': True}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update basics input packages] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:3 Friday 23 February 2024 20:46:40 +0000 (0:00:00.059) 0:00:11.391 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Friday 23 February 2024 20:46:40 +0000 (0:00:00.044) 0:00:11.436 ******* skipping: [sut] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Friday 23 February 2024 20:46:40 +0000 (0:00:00.029) 0:00:11.465 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32 Friday 23 February 2024 20:46:40 +0000 (0:00:00.023) 0:00:11.489 ******* 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, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721199.148228-13383-40805038709902/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-1708721199.148228-13383-40805038709902/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721199.8182628-13383-259101508476102/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-1708721199.8182628-13383-259101508476102/source", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36 Friday 23 February 2024 20:46:40 +0000 (0:00:00.032) 0:00:11.522 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create basics input configuration file /etc/rsyslog.d/input-basics-basic_input] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/inputs/basics/main.yml:10 Friday 23 February 2024 20:46:40 +0000 (0:00:00.024) 0:00:11.547 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Friday 23 February 2024 20:46:40 +0000 (0:00:00.040) 0:00:11.587 ******* skipping: [sut] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Friday 23 February 2024 20:46:40 +0000 (0:00:00.026) 0:00:11.614 ******* 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.RateLimit.Interval="0"\n SysSock.Use="on") # Turn on message reception via local log socket.\ninput(name="basics_imuxsock" type="imuxsock" socket="/dev/log")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call default_files\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ae2ef12b43d3556bc234e2dc686fd3b61066be68", "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.RateLimit.Interval=\"0\"\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\ninput(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")\nif\n ($inputname == \"imjournal\" or $inputname == \"imuxsock\")\n then {\n call default_files\n}\n" } ], "state": "present", "type": "input" }, "md5sum": "0c490960ccb14748a896f1f97204142f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 416, "src": "/root/.ansible/tmp/ansible-tmp-1708721200.927424-13413-168740663345130/source", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32 Friday 23 February 2024 20:46:41 +0000 (0:00:00.759) 0:00:12.373 ******* 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, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721199.148228-13383-40805038709902/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-1708721199.148228-13383-40805038709902/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721199.8182628-13383-259101508476102/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-1708721199.8182628-13383-259101508476102/source", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ae2ef12b43d3556bc234e2dc686fd3b61066be68", "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.RateLimit.Interval=\"0\"\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\ninput(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")\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": "ae2ef12b43d3556bc234e2dc686fd3b61066be68", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721200.927424-13413-168740663345130/source", "unsafe_writes": false, "validate": null } }, "md5sum": "0c490960ccb14748a896f1f97204142f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 416, "src": "/root/.ansible/tmp/ansible-tmp-1708721200.927424-13413-168740663345130/source", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36 Friday 23 February 2024 20:46:41 +0000 (0:00:00.031) 0:00:12.405 ******* 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.RateLimit.Interval="0"\n SysSock.Use="on") # Turn on message reception via local log socket.\ninput(name="basics_imuxsock" type="imuxsock" socket="/dev/log")\nif\n ($inputname == "imjournal" or $inputname == "imuxsock")\n then {\n call default_files\n}\n'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "input-basics-basic_input", "sections": [ { "options": "module(load=\"imuxsock\" # provides support for local system logging (e.g. via logger command)\n SysSock.RateLimit.Interval=\"0\"\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\ninput(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")\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" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192 Friday 23 February 2024 20:46:41 +0000 (0:00:00.134) 0:00:12.540 ******* 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-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Friday 23 February 2024 20:46:41 +0000 (0:00:00.032) 0:00:12.573 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for sut => (item={'name': 'default_files', 'type': 'files'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Friday 23 February 2024 20:46:41 +0000 (0:00:00.044) 0:00:12.618 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Friday 23 February 2024 20:46:41 +0000 (0:00:00.038) 0:00:12.657 ******* skipping: [sut] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Friday 23 February 2024 20:46:41 +0000 (0:00:00.027) 0:00:12.684 ******* 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-1708721201.8997493-13428-146507258215056/source", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32 Friday 23 February 2024 20:46:42 +0000 (0:00:00.657) 0:00:13.341 ******* 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, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721199.148228-13383-40805038709902/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-1708721199.148228-13383-40805038709902/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721199.8182628-13383-259101508476102/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-1708721199.8182628-13383-259101508476102/source", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ae2ef12b43d3556bc234e2dc686fd3b61066be68", "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.RateLimit.Interval=\"0\"\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\ninput(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")\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": "ae2ef12b43d3556bc234e2dc686fd3b61066be68", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721200.927424-13413-168740663345130/source", "unsafe_writes": false, "validate": null } }, "md5sum": "0c490960ccb14748a896f1f97204142f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 416, "src": "/root/.ansible/tmp/ansible-tmp-1708721200.927424-13413-168740663345130/source", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721201.8997493-13428-146507258215056/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-1708721201.8997493-13428-146507258215056/source", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36 Friday 23 February 2024 20:46:42 +0000 (0:00:00.033) 0:00:13.375 ******* 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, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Friday 23 February 2024 20:46:42 +0000 (0:00:00.031) 0:00:13.406 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Friday 23 February 2024 20:46:42 +0000 (0:00:00.041) 0:00:13.447 ******* skipping: [sut] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Friday 23 February 2024 20:46:42 +0000 (0:00:00.026) 0:00:13.474 ******* 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-1708721202.7258272-13441-224152576278895/source", "state": "file", "uid": 0 } Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32 Friday 23 February 2024 20:46:43 +0000 (0:00:00.671) 0:00:14.145 ******* 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, "dest": "/etc/rsyslog.d/00-global.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721199.148228-13383-40805038709902/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-1708721199.148228-13383-40805038709902/source", "state": "file", "uid": 0 }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "inner_item.state is undefined or inner_item.state != 'absent'", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": true, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "dest": "/etc/rsyslog.d/05-common-defaults.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "cd87491589393ab4a5f556a614493c4c27a80733", "content": null, "dest": "/etc/rsyslog.d/05-common-defaults.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721199.8182628-13383-259101508476102/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-1708721199.8182628-13383-259101508476102/source", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "results": [], "skipped": true, "skipped_reason": "No items in the list" }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "ae2ef12b43d3556bc234e2dc686fd3b61066be68", "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.RateLimit.Interval=\"0\"\n SysSock.Use=\"on\") # Turn on message reception via local log socket.\ninput(name=\"basics_imuxsock\" type=\"imuxsock\" socket=\"/dev/log\")\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": "ae2ef12b43d3556bc234e2dc686fd3b61066be68", "content": null, "dest": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721200.927424-13413-168740663345130/source", "unsafe_writes": false, "validate": null } }, "md5sum": "0c490960ccb14748a896f1f97204142f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 416, "src": "/root/.ansible/tmp/ansible-tmp-1708721200.927424-13413-168740663345130/source", "state": "file", "uid": 0 } ], "skipped": false }, { "changed": true, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": true, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": [], "failed": false, "gid": 0, "group": "root", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "invocation": { "module_args": { "_original_basename": "rules.conf.j2", "attributes": null, "backup": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "content": null, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721201.8997493-13428-146507258215056/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-1708721201.8997493-13428-146507258215056/source", "state": "file", "uid": 0 } ], "skipped": false }, { "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, "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "directory_mode": null, "follow": false, "force": true, "group": "root", "local_follow": null, "mode": "0644", "owner": "root", "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1708721202.7258272-13441-224152576278895/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-1708721202.7258272-13441-224152576278895/source", "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36 Friday 23 February 2024 20:46:43 +0000 (0:00:00.033) 0:00:14.179 ******* 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, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217 Friday 23 February 2024 20:46:43 +0000 (0:00:00.067) 0:00:14.247 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_purge_confs | bool | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234 Friday 23 February 2024 20:46:43 +0000 (0:00:00.025) 0:00:14.273 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_purge_confs | bool | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254 Friday 23 February 2024 20:46:43 +0000 (0:00:00.034) 0:00:14.307 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275 Friday 23 February 2024 20:46:43 +0000 (0:00:00.023) 0:00:14.330 ******* skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283 Friday 23 February 2024 20:46:43 +0000 (0:00:00.089) 0:00:14.420 ******* skipping: [sut] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295 Friday 23 February 2024 20:46:43 +0000 (0:00:00.033) 0:00:14.454 ******* skipping: [sut] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307 Friday 23 February 2024 20:46:43 +0000 (0:00:00.034) 0:00:14.488 ******* skipping: [sut] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319 Friday 23 February 2024 20:46:43 +0000 (0:00:00.033) 0:00:14.521 ******* 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": "system.slice sysinit.target basic.target", "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", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "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", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "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": "14770", "LimitNPROCSoft": "14770", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14770", "LimitSIGPENDINGSoft": "14770", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "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", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "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": "4431", "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 [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:328 Friday 23 February 2024 20:46:44 +0000 (0:00:00.650) 0:00:15.172 ******* skipping: [sut] => { "changed": false, "false_condition": "not __rsyslog_enabled | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:337 Friday 23 February 2024 20:46:44 +0000 (0:00:00.026) 0:00:15.199 ******* skipping: [sut] => { "false_condition": "__rsyslog_failed_validation | d(false)" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:349 Friday 23 February 2024 20:46:44 +0000 (0:00:00.024) 0:00:15.223 ******* skipping: [sut] => { "changed": false, "false_condition": "__logging_is_ostree | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Friday 23 February 2024 20:46:44 +0000 (0:00:00.029) 0:00:15.253 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708721204.2743404, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "bf4118be9d80c2ad45586b88b4c644e4b1e0fc32", "ctime": 1708721195.037619, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 203239, "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": "4009078497", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:362 Friday 23 February 2024 20:46:44 +0000 (0:00:00.516) 0:00:15.769 ******* Notification for handler Restart rsyslogd has been saved. 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-1708721204.9906902-13466-53925114882136/source", "state": "file", "uid": 0 } TASK [Force all notified handlers to run at this point, not waiting for normal sync points] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:50 Friday 23 February 2024 20:46:45 +0000 (0:00:00.754) 0:00:16.523 ******* NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Friday 23 February 2024 20:46:45 +0000 (0:00:00.017) 0:00:16.541 ******* changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2024-02-23 20:46:44 UTC", "ActiveEnterTimestampMonotonic": "690254779", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-02-23 20:46:44 UTC", "AssertTimestampMonotonic": "690240751", "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": "780582000", "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": "Fri 2024-02-23 20:46:44 UTC", "ConditionTimestampMonotonic": "690240744", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "5911", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "6028", "ExecMainStartTimestamp": "Fri 2024-02-23 20:46:44 UTC", "ExecMainStartTimestampMonotonic": "690248134", "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=[Fri 2024-02-23 20:46:44 UTC] ; stop_time=[n/a] ; pid=6028 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Fri 2024-02-23 20:46:44 UTC] ; stop_time=[n/a] ; pid=6028 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "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": "Fri 2024-02-23 20:46:44 UTC", "InactiveExitTimestampMonotonic": "690248564", "InvocationID": "9e065de30dfe4528878f22b608bb92f4", "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": "14770", "LimitNPROCSoft": "14770", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14770", "LimitSIGPENDINGSoft": "14770", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "6028", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "28188672", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "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", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Fri 2024-02-23 20:46:44 UTC", "StateChangeTimestampMonotonic": "690254779", "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": "4431", "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 [Ensure config file size and counts] ************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:53 Friday 23 February 2024 20:46:46 +0000 (0:00:00.713) 0:00:17.255 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_daemon_config_files.yml for sut TASK [Get info of /etc/rsyslog.conf] ******************************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_daemon_config_files.yml:2 Friday 23 February 2024 20:46:46 +0000 (0:00:00.031) 0:00:17.286 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708721206.3692772, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "5fe705203b62f654be0460d9893da023dbffb94d", "ctime": 1708721205.6053004, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262354, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708721205.3683076, "nlink": 1, "path": "/etc/rsyslog.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 131, "uid": 0, "version": "1425804732", "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-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_daemon_config_files.yml:7 Friday 23 February 2024 20:46:46 +0000 (0:00:00.251) 0:00:17.538 ******* ok: [sut] => { "changed": false, "examined": 6, "files": [ { "atime": 1708721204.2753406, "ctime": 1708444222.952858, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 5979, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1689811200.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": 1708721204.2753406, "ctime": 1708721199.7324774, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262349, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708721199.4354866, "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": 1708721204.2743404, "ctime": 1708721201.476425, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262351, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708721201.2164328, "nlink": 1, "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 416, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1708721204.2753406, "ctime": 1708721200.3374593, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262350, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708721200.1004665, "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": 1708721204.2743404, "ctime": 1708721203.2473714, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262353, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708721203.0063787, "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": 1708721204.2753406, "ctime": 1708721202.4443958, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 262352, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708721202.2014031, "nlink": 1, "path": "/etc/rsyslog.d/10-output-files-modules.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 151, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 6, "skipped_paths": {} } MSG: All paths examined TASK [Check rsyslog.conf size (less)] ****************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_daemon_config_files.yml:13 Friday 23 February 2024 20:46:47 +0000 (0:00:00.328) 0:00:17.866 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check rsyslog.conf size (more)] ****************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_daemon_config_files.yml:18 Friday 23 February 2024 20:46:47 +0000 (0:00:00.046) 0:00:17.913 ******* skipping: [sut] => { "changed": false, "false_condition": "__conf_size == \"more\"", "skip_reason": "Conditional result was False" } TASK [Check file counts in rsyslog.d] ****************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_daemon_config_files.yml:23 Friday 23 February 2024 20:46:47 +0000 (0:00:00.017) 0:00:17.930 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check conf files exist] ************************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_daemon_config_files.yml:27 Friday 23 February 2024 20:46:47 +0000 (0:00:00.018) 0:00:17.948 ******* 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": 1708721204.2743404, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "6b34ddb09de551bdabe9619872f9bfc26e0cf895", "ctime": 1708721203.2473714, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 262353, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1708721203.0063787, "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": "4086595601", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check rsyslog errors] **************************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_daemon_config_files.yml:35 Friday 23 February 2024 20:46:47 +0000 (0:00:00.263) 0:00:18.211 ******* skipping: [sut] => { "changed": false, "false_condition": "__check_systemctl_status == \"true\"", "skip_reason": "Conditional result was False" } TASK [Check output to messages line] ******************************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:62 Friday 23 February 2024 20:46:47 +0000 (0:00:00.016) 0:00:18.228 ******* 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:01.005204", "end": "2024-02-23 20:46:48.664051", "rc": 0, "start": "2024-02-23 20:46:47.658847" } STDOUT: *.info;mail.none;authpriv.none;cron.none /var/log/messages TASK [Ensure logger message is logged in a file] ******************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:69 Friday 23 February 2024 20:46:48 +0000 (0:00:01.307) 0:00:19.535 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/test_logger.yml for sut TASK [Run logger to generate a test log message] ******************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/test_logger.yml:7 Friday 23 February 2024 20:46:48 +0000 (0:00:00.030) 0:00:19.566 ******* ok: [sut] => { "changed": false, "cmd": [ "/bin/logger", "-i", "-p", "local6.info", "-t", "testTag0", "testMessage0" ], "delta": "0:00:00.004503", "end": "2024-02-23 20:46:48.951587", "rc": 0, "start": "2024-02-23 20:46:48.947084" } TASK [Check the test log message in /var/log/messages] ************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/test_logger.yml:13 Friday 23 February 2024 20:46:48 +0000 (0:00:00.256) 0:00:19.822 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "/bin/grep", "testMessage0", "/var/log/messages" ], "delta": "0:00:00.004827", "end": "2024-02-23 20:46:49.208059", "rc": 0, "start": "2024-02-23 20:46:49.203232" } STDOUT: 2024-02-23T20:46:48.951231+00:00 bec2e996-e2fd-4b85-810b-6b55875869a5 testTag0[6287]: testMessage0 TASK [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:75 Friday 23 February 2024 20:46:49 +0000 (0:00:00.256) 0:00:20.078 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/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-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_firewall_selinux.yml:3 Friday 23 February 2024 20:46:49 +0000 (0:00:00.031) 0:00:20.110 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_firewall_selinux.yml:13 Friday 23 February 2024 20:46:49 +0000 (0:00:00.029) 0:00:20.139 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_firewall_selinux.yml:22 Friday 23 February 2024 20:46:49 +0000 (0:00:00.015) 0:00:20.154 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_firewall_selinux.yml:34 Friday 23 February 2024 20:46:49 +0000 (0:00:00.014) 0:00:20.169 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_firewall_selinux.yml:44 Friday 23 February 2024 20:46:49 +0000 (0:00:00.024) 0:00:20.193 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [END TEST CASE 0; Clean up the deployed config] *************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:78 Friday 23 February 2024 20:46:49 +0000 (0:00:00.016) 0:00:20.209 ******* TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:7 Friday 23 February 2024 20:46:49 +0000 (0:00:00.074) 0:00:20.284 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_inputs | d([])", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] ***************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:14 Friday 23 February 2024 20:46:49 +0000 (0:00:00.032) 0:00:20.317 ******* ok: [sut] => { "ansible_facts": { "rsyslog_outputs": [ { "name": "default_files", "type": "files" } ] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:18 Friday 23 February 2024 20:46:49 +0000 (0:00:00.035) 0:00:20.352 ******* ok: [sut] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set custom_config_files fact] ******** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:22 Friday 23 February 2024 20:46:49 +0000 (0:00:00.032) 0:00:20.384 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:34 Friday 23 February 2024 20:46:49 +0000 (0:00:00.017) 0:00:20.401 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:44 Friday 23 February 2024 20:46:49 +0000 (0:00:00.016) 0:00:20.418 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for sut TASK [fedora.linux_system_roles.logging : Initialize logging_tls_tcp_ports] **** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Friday 23 February 2024 20:46:49 +0000 (0:00:00.048) 0:00:20.466 ******* ok: [sut] => { "ansible_facts": { "logging_tls_tcp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Initialize logging_tcp_ports] ******** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:7 Friday 23 February 2024 20:46:49 +0000 (0:00:00.030) 0:00:20.497 ******* ok: [sut] => { "ansible_facts": { "logging_tcp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Initialize logging_tls_udp_ports] **** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:11 Friday 23 February 2024 20:46:49 +0000 (0:00:00.030) 0:00:20.527 ******* ok: [sut] => { "ansible_facts": { "logging_tls_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Initialize logging_udp_ports] ******** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Friday 23 February 2024 20:46:49 +0000 (0:00:00.029) 0:00:20.556 ******* ok: [sut] => { "ansible_facts": { "logging_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Parameter 'port' values] ************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:24 Friday 23 February 2024 20:46:49 +0000 (0:00:00.029) 0:00:20.586 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (without tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:88 Friday 23 February 2024 20:46:49 +0000 (0:00:00.027) 0:00:20.614 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'tcp_port' values (with tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:92 Friday 23 February 2024 20:46:49 +0000 (0:00:00.028) 0:00:20.643 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (without tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:96 Friday 23 February 2024 20:46:49 +0000 (0:00:00.028) 0:00:20.671 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'udp_port' values (with tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:100 Friday 23 February 2024 20:46:49 +0000 (0:00:00.030) 0:00:20.701 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (without tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:104 Friday 23 February 2024 20:46:49 +0000 (0:00:00.028) 0:00:20.730 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'server_port' values (with tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:108 Friday 23 February 2024 20:46:49 +0000 (0:00:00.029) 0:00:20.759 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (without tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:153 Friday 23 February 2024 20:46:49 +0000 (0:00:00.028) 0:00:20.788 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'tcp_ports' values (with tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:157 Friday 23 February 2024 20:46:49 +0000 (0:00:00.027) 0:00:20.816 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (without tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:161 Friday 23 February 2024 20:46:50 +0000 (0:00:00.052) 0:00:20.868 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Parameter 'udp_ports' values (with tls)] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:165 Friday 23 February 2024 20:46:50 +0000 (0:00:00.029) 0:00:20.898 ******* skipping: [sut] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:47 Friday 23 February 2024 20:46:50 +0000 (0:00:00.029) 0:00:20.928 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for sut TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Friday 23 February 2024 20:46:50 +0000 (0:00:00.045) 0:00:20.974 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Friday 23 February 2024 20:46:50 +0000 (0:00:00.029) 0:00:21.003 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Friday 23 February 2024 20:46:50 +0000 (0:00:00.026) 0:00:21.029 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Friday 23 February 2024 20:46:50 +0000 (0:00:00.026) 0:00:21.056 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:50 Friday 23 February 2024 20:46:50 +0000 (0:00:00.028) 0:00:21.084 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for sut TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Friday 23 February 2024 20:46:50 +0000 (0:00:00.047) 0:00:21.132 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Friday 23 February 2024 20:46:50 +0000 (0:00:00.029) 0:00:21.162 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Friday 23 February 2024 20:46:50 +0000 (0:00:00.016) 0:00:21.179 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Friday 23 February 2024 20:46:50 +0000 (0:00:00.015) 0:00:21.194 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Friday 23 February 2024 20:46:50 +0000 (0:00:00.015) 0:00:21.210 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Friday 23 February 2024 20:46:50 +0000 (0:00:00.014) 0:00:21.224 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:54 Friday 23 February 2024 20:46:50 +0000 (0:00:00.028) 0:00:21.253 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for sut TASK [Generate certificates] *************************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Friday 23 February 2024 20:46:50 +0000 (0:00:00.044) 0:00:21.297 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:60 Friday 23 February 2024 20:46:50 +0000 (0:00:00.029) 0:00:21.327 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************ task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:64 Friday 23 February 2024 20:46:50 +0000 (0:00:00.085) 0:00:21.413 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Delete debug file] ******************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:70 Friday 23 February 2024 20:46:50 +0000 (0:00:00.030) 0:00:21.443 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] *********** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Friday 23 February 2024 20:46:50 +0000 (0:00:00.028) 0:00:21.472 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:82 Friday 23 February 2024 20:46:50 +0000 (0:00:00.029) 0:00:21.501 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] ********* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Friday 23 February 2024 20:46:50 +0000 (0:00:00.028) 0:00:21.530 ******* skipping: [sut] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Friday 23 February 2024 20:46:50 +0000 (0:00:00.029) 0:00:21.559 ******* TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Friday 23 February 2024 20:46:50 +0000 (0:00:00.030) 0:00:21.590 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Friday 23 February 2024 20:46:50 +0000 (0:00:00.027) 0:00:21.618 ******* skipping: [sut] => { "changed": false, "false_condition": "__logging_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check if system is ostree] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:12 Friday 23 February 2024 20:46:50 +0000 (0:00:00.030) 0:00:21.648 ******* skipping: [sut] => { "changed": false, "false_condition": "not __logging_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:17 Friday 23 February 2024 20:46:50 +0000 (0:00:00.019) 0:00:21.668 ******* skipping: [sut] => { "changed": false, "false_condition": "not __logging_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:21 Friday 23 February 2024 20:46:50 +0000 (0:00:00.020) 0:00:21.688 ******* ok: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml) => { "ansible_facts": { "__rsyslog_input_basics": "input_basics.j2" }, "ansible_included_var_files": [ "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/default.yml" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_39.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_39.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item is file", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/Fedora_39.yml", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include /vars/main.yml from /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:31 Friday 23 February 2024 20:46:50 +0000 (0:00:00.041) 0:00:21.730 ******* skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/basics/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/ovirt/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/inputs/remote/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/elasticsearch/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/forwards/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/relp/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__snapshot_gather_vars is defined and __snapshot_gather_vars | bool", "item": "/WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/remote_files/main.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Main rsyslog subrole] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:7 Friday 23 February 2024 20:46:50 +0000 (0:00:00.056) 0:00:21.786 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml for sut TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15 Friday 23 February 2024 20:46:51 +0000 (0:00:00.056) 0:00:21.843 ******* ok: [sut] => (item=iproute) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "iproute" ], "delta": "0:00:00.131259", "end": "2024-02-23 20:46:51.360671", "failed_when_result": false, "item": "iproute", "rc": 0, "start": "2024-02-23 20:46:51.229412" } ok: [sut] => (item=rsyslog) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "rpm", "-V", "rsyslog" ], "delta": "0:00:00.051298", "end": "2024-02-23 20:46:51.639266", "failed_when_result": false, "item": "rsyslog", "rc": 1, "start": "2024-02-23 20:46:51.587968" } STDOUT: S.5....T. c /etc/rsyslog.conf MSG: non-zero return code TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 Friday 23 February 2024 20:46:51 +0000 (0:00:00.665) 0:00:22.508 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Removed: iproute-6.4.0-2.fc39.x86_64", "Removed: dhcp-client-12:4.4.3-9.P1.fc39.x86_64", "Removed: rsyslog-logrotate-8.2310.0-1.fc39.x86_64", "Removed: cloud-init-23.2.1-1.fc39.noarch", "Removed: beakerlib-1.29.3-3.fc39.noarch", "Removed: beakerlib-redhat-1-33.fc40eng.noarch", "Removed: rsyslog-8.2310.0-1.fc39.x86_64" ] } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 Friday 23 February 2024 20:46:55 +0000 (0:00:03.355) 0:00:25.864 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: rsyslog-8.2310.0-1.fc39.x86_64", "Installed: rsyslog-logrotate-8.2310.0-1.fc39.x86_64", "Installed: iproute-6.4.0-2.fc39.x86_64" ] } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset erased flag] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:40 Friday 23 February 2024 20:46:59 +0000 (0:00:04.537) 0:00:30.402 ******* ok: [sut] => { "ansible_facts": { "__rsyslog_erased": false }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 Friday 23 February 2024 20:46:59 +0000 (0:00:00.021) 0:00:30.423 ******* ok: [sut] => { "ansible_facts": { "packages": { "ModemManager-glib": [ { "arch": "x86_64", "epoch": null, "name": "ModemManager-glib", "release": "3.fc39", "source": "rpm", "version": "1.20.6" } ], "NetworkManager": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager", "release": "1.fc39", "source": "rpm", "version": "1.44.2" } ], "NetworkManager-libnm": [ { "arch": "x86_64", "epoch": 1, "name": "NetworkManager-libnm", "release": "1.fc39", "source": "rpm", "version": "1.44.2" } ], "abattis-cantarell-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "abattis-cantarell-vf-fonts", "release": "10.fc39", "source": "rpm", "version": "0.301" } ], "alternatives": [ { "arch": "x86_64", "epoch": null, "name": "alternatives", "release": "1.fc39", "source": "rpm", "version": "1.26" } ], "amd-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-gpu-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "amd-ucode-firmware": [ { "arch": "noarch", "epoch": null, "name": "amd-ucode-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "aspell": [ { "arch": "x86_64", "epoch": 12, "name": "aspell", "release": "12.fc39", "source": "rpm", "version": "0.60.8" } ], "aspell-en": [ { "arch": "x86_64", "epoch": 50, "name": "aspell-en", "release": "8.fc39", "source": "rpm", "version": "2020.12.07" } ], "atheros-firmware": [ { "arch": "noarch", "epoch": null, "name": "atheros-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "audit": [ { "arch": "x86_64", "epoch": null, "name": "audit", "release": "8.fc39", "source": "rpm", "version": "3.1.2" } ], "audit-libs": [ { "arch": "x86_64", "epoch": null, "name": "audit-libs", "release": "8.fc39", "source": "rpm", "version": "3.1.2" } ], "authselect": [ { "arch": "x86_64", "epoch": null, "name": "authselect", "release": "1.fc39", "source": "rpm", "version": "1.4.3" } ], "authselect-libs": [ { "arch": "x86_64", "epoch": null, "name": "authselect-libs", "release": "1.fc39", "source": "rpm", "version": "1.4.3" } ], "avahi-libs": [ { "arch": "x86_64", "epoch": null, "name": "avahi-libs", "release": "24.fc39", "source": "rpm", "version": "0.8" } ], "basesystem": [ { "arch": "noarch", "epoch": null, "name": "basesystem", "release": "18.fc39", "source": "rpm", "version": "11" } ], "bash": [ { "arch": "x86_64", "epoch": null, "name": "bash", "release": "1.fc39", "source": "rpm", "version": "5.2.26" } ], "bc": [ { "arch": "x86_64", "epoch": null, "name": "bc", "release": "19.fc39", "source": "rpm", "version": "1.07.1" } ], "binutils": [ { "arch": "x86_64", "epoch": null, "name": "binutils", "release": "14.fc39", "source": "rpm", "version": "2.40" } ], "binutils-gold": [ { "arch": "x86_64", "epoch": null, "name": "binutils-gold", "release": "14.fc39", "source": "rpm", "version": "2.40" } ], "bison": [ { "arch": "x86_64", "epoch": null, "name": "bison", "release": "5.fc39", "source": "rpm", "version": "3.8.2" } ], "bluez": [ { "arch": "x86_64", "epoch": null, "name": "bluez", "release": "1.fc39", "source": "rpm", "version": "5.72" } ], "boost-atomic": [ { "arch": "x86_64", "epoch": null, "name": "boost-atomic", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "boost-filesystem", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-system": [ { "arch": "x86_64", "epoch": null, "name": "boost-system", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "boost-thread": [ { "arch": "x86_64", "epoch": null, "name": "boost-thread", "release": "8.fc39", "source": "rpm", "version": "1.81.0" } ], "brcmfmac-firmware": [ { "arch": "noarch", "epoch": null, "name": "brcmfmac-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "btrfs-progs": [ { "arch": "x86_64", "epoch": null, "name": "btrfs-progs", "release": "1.fc39", "source": "rpm", "version": "6.7" } ], "bzip2-libs": [ { "arch": "x86_64", "epoch": null, "name": "bzip2-libs", "release": "16.fc39", "source": "rpm", "version": "1.0.8" } ], "c-ares": [ { "arch": "x86_64", "epoch": null, "name": "c-ares", "release": "1.fc39", "source": "rpm", "version": "1.25.0" } ], "ca-certificates": [ { "arch": "noarch", "epoch": null, "name": "ca-certificates", "release": "2.fc39", "source": "rpm", "version": "2023.2.60_v7.0.306" } ], "checkpolicy": [ { "arch": "x86_64", "epoch": null, "name": "checkpolicy", "release": "3.fc39", "source": "rpm", "version": "3.5" } ], "chkconfig": [ { "arch": "x86_64", "epoch": null, "name": "chkconfig", "release": "1.fc39", "source": "rpm", "version": "1.26" } ], "chrony": [ { "arch": "x86_64", "epoch": null, "name": "chrony", "release": "1.fc39", "source": "rpm", "version": "4.5" } ], "cirrus-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "cirrus-audio-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "cloud-utils-growpart": [ { "arch": "noarch", "epoch": null, "name": "cloud-utils-growpart", "release": "3.fc39", "source": "rpm", "version": "0.33" } ], "coreutils": [ { "arch": "x86_64", "epoch": null, "name": "coreutils", "release": "5.fc39", "source": "rpm", "version": "9.3" } ], "coreutils-common": [ { "arch": "x86_64", "epoch": null, "name": "coreutils-common", "release": "5.fc39", "source": "rpm", "version": "9.3" } ], "cpio": [ { "arch": "x86_64", "epoch": null, "name": "cpio", "release": "4.fc39", "source": "rpm", "version": "2.14" } ], "cpp": [ { "arch": "x86_64", "epoch": null, "name": "cpp", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "cracklib": [ { "arch": "x86_64", "epoch": null, "name": "cracklib", "release": "2.fc39", "source": "rpm", "version": "2.9.11" } ], "cracklib-dicts": [ { "arch": "x86_64", "epoch": null, "name": "cracklib-dicts", "release": "2.fc39", "source": "rpm", "version": "2.9.11" } ], "createrepo_c": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c", "release": "1.fc39", "source": "rpm", "version": "1.0.3" } ], "createrepo_c-libs": [ { "arch": "x86_64", "epoch": null, "name": "createrepo_c-libs", "release": "1.fc39", "source": "rpm", "version": "1.0.3" } ], "crypto-policies": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies", "release": "1.git1e3a2e4.fc39", "source": "rpm", "version": "20231204" } ], "crypto-policies-scripts": [ { "arch": "noarch", "epoch": null, "name": "crypto-policies-scripts", "release": "1.git1e3a2e4.fc39", "source": "rpm", "version": "20231204" } ], "cryptsetup-libs": [ { "arch": "x86_64", "epoch": null, "name": "cryptsetup-libs", "release": "3.fc39", "source": "rpm", "version": "2.6.1" } ], "curl": [ { "arch": "x86_64", "epoch": null, "name": "curl", "release": "4.fc39", "source": "rpm", "version": "8.2.1" } ], "cyrus-sasl-lib": [ { "arch": "x86_64", "epoch": null, "name": "cyrus-sasl-lib", "release": "11.fc39", "source": "rpm", "version": "2.1.28" } ], "dbus": [ { "arch": "x86_64", "epoch": 1, "name": "dbus", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "dbus-broker": [ { "arch": "x86_64", "epoch": null, "name": "dbus-broker", "release": "2.fc39", "source": "rpm", "version": "35" } ], "dbus-common": [ { "arch": "noarch", "epoch": 1, "name": "dbus-common", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "dbus-libs": [ { "arch": "x86_64", "epoch": 1, "name": "dbus-libs", "release": "1.fc39", "source": "rpm", "version": "1.14.10" } ], "default-fonts-core-sans": [ { "arch": "noarch", "epoch": null, "name": "default-fonts-core-sans", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "deltarpm": [ { "arch": "x86_64", "epoch": null, "name": "deltarpm", "release": "11.fc39", "source": "rpm", "version": "3.6.3" } ], "device-mapper": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper", "release": "1.fc39", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event", "release": "1.fc39", "source": "rpm", "version": "1.02.197" } ], "device-mapper-event-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-event-libs", "release": "1.fc39", "source": "rpm", "version": "1.02.197" } ], "device-mapper-libs": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-libs", "release": "1.fc39", "source": "rpm", "version": "1.02.197" } ], "device-mapper-persistent-data": [ { "arch": "x86_64", "epoch": null, "name": "device-mapper-persistent-data", "release": "1.fc39", "source": "rpm", "version": "1.0.11" } ], "dhcp-common": [ { "arch": "noarch", "epoch": 12, "name": "dhcp-common", "release": "9.P1.fc39", "source": "rpm", "version": "4.4.3" } ], "diffutils": [ { "arch": "x86_64", "epoch": null, "name": "diffutils", "release": "3.fc39", "source": "rpm", "version": "3.10" } ], "dnf": [ { "arch": "noarch", "epoch": null, "name": "dnf", "release": "1.fc39", "source": "rpm", "version": "4.19.0" } ], "dnf-data": [ { "arch": "noarch", "epoch": null, "name": "dnf-data", "release": "1.fc39", "source": "rpm", "version": "4.19.0" } ], "dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "dnf-plugins-core", "release": "1.fc39", "source": "rpm", "version": "4.5.0" } ], "dnf-utils": [ { "arch": "noarch", "epoch": null, "name": "dnf-utils", "release": "1.fc39", "source": "rpm", "version": "4.5.0" } ], "dosfstools": [ { "arch": "x86_64", "epoch": null, "name": "dosfstools", "release": "7.fc39", "source": "rpm", "version": "4.2" } ], "dracut": [ { "arch": "x86_64", "epoch": null, "name": "dracut", "release": "16.fc39", "source": "rpm", "version": "059" } ], "dracut-config-rescue": [ { "arch": "x86_64", "epoch": null, "name": "dracut-config-rescue", "release": "16.fc39", "source": "rpm", "version": "059" } ], "drpm": [ { "arch": "x86_64", "epoch": null, "name": "drpm", "release": "3.fc39", "source": "rpm", "version": "0.5.2" } ], "duktape": [ { "arch": "x86_64", "epoch": null, "name": "duktape", "release": "5.fc39", "source": "rpm", "version": "2.7.0" } ], "dyninst": [ { "arch": "x86_64", "epoch": null, "name": "dyninst", "release": "3.fc39", "source": "rpm", "version": "12.3.0" } ], "e2fsprogs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "e2fsprogs-libs": [ { "arch": "x86_64", "epoch": null, "name": "e2fsprogs-libs", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "efivar-libs": [ { "arch": "x86_64", "epoch": null, "name": "efivar-libs", "release": "1.fc39", "source": "rpm", "version": "39" } ], "elfutils-debuginfod-client": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-debuginfod-client-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-debuginfod-client-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-default-yama-scope": [ { "arch": "noarch", "epoch": null, "name": "elfutils-default-yama-scope", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libelf": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libelf-devel": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libelf-devel", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "elfutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "elfutils-libs", "release": "4.fc39", "source": "rpm", "version": "0.190" } ], "exfatprogs": [ { "arch": "x86_64", "epoch": null, "name": "exfatprogs", "release": "1.fc39", "source": "rpm", "version": "1.2.2" } ], "expat": [ { "arch": "x86_64", "epoch": null, "name": "expat", "release": "1.fc39", "source": "rpm", "version": "2.6.0" } ], "fedora-gpg-keys": [ { "arch": "noarch", "epoch": null, "name": "fedora-gpg-keys", "release": "1", "source": "rpm", "version": "39" } ], "fedora-release": [ { "arch": "noarch", "epoch": null, "name": "fedora-release", "release": "34", "source": "rpm", "version": "39" } ], "fedora-release-common": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-common", "release": "34", "source": "rpm", "version": "39" } ], "fedora-release-identity-basic": [ { "arch": "noarch", "epoch": null, "name": "fedora-release-identity-basic", "release": "34", "source": "rpm", "version": "39" } ], "fedora-repos": [ { "arch": "noarch", "epoch": null, "name": "fedora-repos", "release": "1", "source": "rpm", "version": "39" } ], "file": [ { "arch": "x86_64", "epoch": null, "name": "file", "release": "5.fc39", "source": "rpm", "version": "5.44" } ], "file-libs": [ { "arch": "x86_64", "epoch": null, "name": "file-libs", "release": "5.fc39", "source": "rpm", "version": "5.44" } ], "filesystem": [ { "arch": "x86_64", "epoch": null, "name": "filesystem", "release": "6.fc39", "source": "rpm", "version": "3.18" } ], "findutils": [ { "arch": "x86_64", "epoch": 1, "name": "findutils", "release": "5.fc39", "source": "rpm", "version": "4.9.0" } ], "firewalld": [ { "arch": "noarch", "epoch": null, "name": "firewalld", "release": "1.fc39", "source": "rpm", "version": "2.0.3" } ], "firewalld-filesystem": [ { "arch": "noarch", "epoch": null, "name": "firewalld-filesystem", "release": "1.fc39", "source": "rpm", "version": "2.0.3" } ], "flex": [ { "arch": "x86_64", "epoch": null, "name": "flex", "release": "13.fc39", "source": "rpm", "version": "2.6.4" } ], "fonts-filesystem": [ { "arch": "noarch", "epoch": 1, "name": "fonts-filesystem", "release": "12.fc39", "source": "rpm", "version": "2.0.5" } ], "fuse-libs": [ { "arch": "x86_64", "epoch": null, "name": "fuse-libs", "release": "17.fc39", "source": "rpm", "version": "2.9.9" } ], "fwupd": [ { "arch": "x86_64", "epoch": null, "name": "fwupd", "release": "1.fc39", "source": "rpm", "version": "1.9.13" } ], "fwupd-plugin-modem-manager": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-modem-manager", "release": "1.fc39", "source": "rpm", "version": "1.9.13" } ], "fwupd-plugin-uefi-capsule-data": [ { "arch": "x86_64", "epoch": null, "name": "fwupd-plugin-uefi-capsule-data", "release": "1.fc39", "source": "rpm", "version": "1.9.13" } ], "gawk": [ { "arch": "x86_64", "epoch": null, "name": "gawk", "release": "2.fc39", "source": "rpm", "version": "5.2.2" } ], "gc": [ { "arch": "x86_64", "epoch": null, "name": "gc", "release": "4.fc39", "source": "rpm", "version": "8.2.2" } ], "gcc": [ { "arch": "x86_64", "epoch": null, "name": "gcc", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "gdbm-libs": [ { "arch": "x86_64", "epoch": 1, "name": "gdbm-libs", "release": "4.fc39", "source": "rpm", "version": "1.23" } ], "gdisk": [ { "arch": "x86_64", "epoch": null, "name": "gdisk", "release": "6.fc39", "source": "rpm", "version": "1.0.9" } ], "gettext-envsubst": [ { "arch": "x86_64", "epoch": null, "name": "gettext-envsubst", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "gettext-libs": [ { "arch": "x86_64", "epoch": null, "name": "gettext-libs", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "gettext-runtime": [ { "arch": "x86_64", "epoch": null, "name": "gettext-runtime", "release": "2.fc39", "source": "rpm", "version": "0.22" } ], "git": [ { "arch": "x86_64", "epoch": null, "name": "git", "release": "1.fc39", "source": "rpm", "version": "2.43.2" } ], "git-core": [ { "arch": "x86_64", "epoch": null, "name": "git-core", "release": "1.fc39", "source": "rpm", "version": "2.43.2" } ], "git-core-doc": [ { "arch": "noarch", "epoch": null, "name": "git-core-doc", "release": "1.fc39", "source": "rpm", "version": "2.43.2" } ], "glib2": [ { "arch": "x86_64", "epoch": null, "name": "glib2", "release": "1.fc39", "source": "rpm", "version": "2.78.3" } ], "glibc": [ { "arch": "x86_64", "epoch": null, "name": "glibc", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "glibc-common": [ { "arch": "x86_64", "epoch": null, "name": "glibc-common", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "glibc-devel": [ { "arch": "x86_64", "epoch": null, "name": "glibc-devel", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "glibc-gconv-extra": [ { "arch": "x86_64", "epoch": null, "name": "glibc-gconv-extra", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "glibc-headers-x86": [ { "arch": "noarch", "epoch": null, "name": "glibc-headers-x86", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "glibc-langpack-en": [ { "arch": "x86_64", "epoch": null, "name": "glibc-langpack-en", "release": "16.fc39", "source": "rpm", "version": "2.38" } ], "gmp": [ { "arch": "x86_64", "epoch": 1, "name": "gmp", "release": "5.fc39", "source": "rpm", "version": "6.2.1" } ], "gnupg2": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2", "release": "4.fc39", "source": "rpm", "version": "2.4.3" } ], "gnupg2-smime": [ { "arch": "x86_64", "epoch": null, "name": "gnupg2-smime", "release": "4.fc39", "source": "rpm", "version": "2.4.3" } ], "gnutls": [ { "arch": "x86_64", "epoch": null, "name": "gnutls", "release": "1.fc39", "source": "rpm", "version": "3.8.3" } ], "gobject-introspection": [ { "arch": "x86_64", "epoch": null, "name": "gobject-introspection", "release": "1.fc39", "source": "rpm", "version": "1.78.1" } ], "google-noto-fonts-common": [ { "arch": "noarch", "epoch": null, "name": "google-noto-fonts-common", "release": "1.fc39", "source": "rpm", "version": "20240101" } ], "google-noto-sans-mono-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-mono-vf-fonts", "release": "1.fc39", "source": "rpm", "version": "20240101" } ], "google-noto-sans-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-sans-vf-fonts", "release": "1.fc39", "source": "rpm", "version": "20240101" } ], "google-noto-serif-vf-fonts": [ { "arch": "noarch", "epoch": null, "name": "google-noto-serif-vf-fonts", "release": "1.fc39", "source": "rpm", "version": "20240101" } ], "gpg-pubkey": [ { "arch": null, "epoch": null, "name": "gpg-pubkey", "release": "62f2920f", "source": "rpm", "version": "18b8e74c" } ], "gpgme": [ { "arch": "x86_64", "epoch": null, "name": "gpgme", "release": "5.fc39", "source": "rpm", "version": "1.20.0" } ], "gpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "gpm-libs", "release": "44.fc39", "source": "rpm", "version": "1.20.7" } ], "grep": [ { "arch": "x86_64", "epoch": null, "name": "grep", "release": "3.fc39", "source": "rpm", "version": "3.11" } ], "groff-base": [ { "arch": "x86_64", "epoch": null, "name": "groff-base", "release": "3.fc39", "source": "rpm", "version": "1.23.0" } ], "grub2-common": [ { "arch": "noarch", "epoch": 1, "name": "grub2-common", "release": "116.fc39", "source": "rpm", "version": "2.06" } ], "grub2-pc": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-pc", "release": "116.fc39", "source": "rpm", "version": "2.06" } ], "grub2-pc-modules": [ { "arch": "noarch", "epoch": 1, "name": "grub2-pc-modules", "release": "116.fc39", "source": "rpm", "version": "2.06" } ], "grub2-tools": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools", "release": "116.fc39", "source": "rpm", "version": "2.06" } ], "grub2-tools-minimal": [ { "arch": "x86_64", "epoch": 1, "name": "grub2-tools-minimal", "release": "116.fc39", "source": "rpm", "version": "2.06" } ], "gssproxy": [ { "arch": "x86_64", "epoch": null, "name": "gssproxy", "release": "6.fc39", "source": "rpm", "version": "0.9.1" } ], "guile22": [ { "arch": "x86_64", "epoch": null, "name": "guile22", "release": "9.fc39", "source": "rpm", "version": "2.2.7" } ], "gzip": [ { "arch": "x86_64", "epoch": null, "name": "gzip", "release": "6.fc39", "source": "rpm", "version": "1.12" } ], "hostname": [ { "arch": "x86_64", "epoch": null, "name": "hostname", "release": "9.fc39", "source": "rpm", "version": "3.23" } ], "hunspell": [ { "arch": "x86_64", "epoch": null, "name": "hunspell", "release": "5.fc39", "source": "rpm", "version": "1.7.2" } ], "hunspell-en": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-GB": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-GB", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-en-US": [ { "arch": "noarch", "epoch": null, "name": "hunspell-en-US", "release": "7.fc39", "source": "rpm", "version": "0.20201207" } ], "hunspell-filesystem": [ { "arch": "x86_64", "epoch": null, "name": "hunspell-filesystem", "release": "5.fc39", "source": "rpm", "version": "1.7.2" } ], "ima-evm-utils": [ { "arch": "x86_64", "epoch": null, "name": "ima-evm-utils", "release": "2.fc39", "source": "rpm", "version": "1.5" } ], "inih": [ { "arch": "x86_64", "epoch": null, "name": "inih", "release": "1.fc39", "source": "rpm", "version": "58" } ], "initscripts": [ { "arch": "x86_64", "epoch": null, "name": "initscripts", "release": "1.fc39", "source": "rpm", "version": "10.20" } ], "initscripts-rename-device": [ { "arch": "x86_64", "epoch": null, "name": "initscripts-rename-device", "release": "1.fc39", "source": "rpm", "version": "10.20" } ], "initscripts-service": [ { "arch": "noarch", "epoch": null, "name": "initscripts-service", "release": "1.fc39", "source": "rpm", "version": "10.20" } ], "intel-audio-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-audio-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "intel-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "intel-gpu-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "ipcalc": [ { "arch": "x86_64", "epoch": null, "name": "ipcalc", "release": "2.fc39", "source": "rpm", "version": "1.0.3" } ], "iproute": [ { "arch": "x86_64", "epoch": null, "name": "iproute", "release": "2.fc39", "source": "rpm", "version": "6.4.0" } ], "iptables-libs": [ { "arch": "x86_64", "epoch": null, "name": "iptables-libs", "release": "5.fc39", "source": "rpm", "version": "1.8.9" } ], "iptables-nft": [ { "arch": "x86_64", "epoch": null, "name": "iptables-nft", "release": "5.fc39", "source": "rpm", "version": "1.8.9" } ], "iputils": [ { "arch": "x86_64", "epoch": null, "name": "iputils", "release": "4.fc39", "source": "rpm", "version": "20221126" } ], "jansson": [ { "arch": "x86_64", "epoch": null, "name": "jansson", "release": "7.fc39", "source": "rpm", "version": "2.13.1" } ], "jitterentropy": [ { "arch": "x86_64", "epoch": null, "name": "jitterentropy", "release": "5.fc39", "source": "rpm", "version": "3.4.1" } ], "jq": [ { "arch": "x86_64", "epoch": null, "name": "jq", "release": "17.fc39", "source": "rpm", "version": "1.6" } ], "json-c": [ { "arch": "x86_64", "epoch": null, "name": "json-c", "release": "1.fc39", "source": "rpm", "version": "0.17" } ], "json-glib": [ { "arch": "x86_64", "epoch": null, "name": "json-glib", "release": "1.fc39", "source": "rpm", "version": "1.8.0" } ], "kbd": [ { "arch": "x86_64", "epoch": null, "name": "kbd", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kbd-legacy": [ { "arch": "noarch", "epoch": null, "name": "kbd-legacy", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kbd-misc": [ { "arch": "noarch", "epoch": null, "name": "kbd-misc", "release": "1.fc39", "source": "rpm", "version": "2.6.3" } ], "kernel": [ { "arch": "x86_64", "epoch": null, "name": "kernel", "release": "200.fc39", "source": "rpm", "version": "6.7.4" } ], "kernel-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-core", "release": "200.fc39", "source": "rpm", "version": "6.7.4" } ], "kernel-devel": [ { "arch": "x86_64", "epoch": null, "name": "kernel-devel", "release": "200.fc39", "source": "rpm", "version": "6.7.4" } ], "kernel-headers": [ { "arch": "x86_64", "epoch": null, "name": "kernel-headers", "release": "200.fc39", "source": "rpm", "version": "6.7.3" } ], "kernel-modules": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules", "release": "200.fc39", "source": "rpm", "version": "6.7.4" } ], "kernel-modules-core": [ { "arch": "x86_64", "epoch": null, "name": "kernel-modules-core", "release": "200.fc39", "source": "rpm", "version": "6.7.4" } ], "keyutils": [ { "arch": "x86_64", "epoch": null, "name": "keyutils", "release": "7.fc39", "source": "rpm", "version": "1.6.1" } ], "keyutils-libs": [ { "arch": "x86_64", "epoch": null, "name": "keyutils-libs", "release": "7.fc39", "source": "rpm", "version": "1.6.1" } ], "kmod": [ { "arch": "x86_64", "epoch": null, "name": "kmod", "release": "6.fc39", "source": "rpm", "version": "30" } ], "kmod-libs": [ { "arch": "x86_64", "epoch": null, "name": "kmod-libs", "release": "6.fc39", "source": "rpm", "version": "30" } ], "kpartx": [ { "arch": "x86_64", "epoch": null, "name": "kpartx", "release": "2.fc39", "source": "rpm", "version": "0.9.5" } ], "krb5-libs": [ { "arch": "x86_64", "epoch": null, "name": "krb5-libs", "release": "3.fc39", "source": "rpm", "version": "1.21.2" } ], "langpacks-core-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-core-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "langpacks-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "langpacks-fonts-en": [ { "arch": "noarch", "epoch": null, "name": "langpacks-fonts-en", "release": "9.fc39", "source": "rpm", "version": "4.0" } ], "less": [ { "arch": "x86_64", "epoch": null, "name": "less", "release": "2.fc39", "source": "rpm", "version": "633" } ], "libacl": [ { "arch": "x86_64", "epoch": null, "name": "libacl", "release": "9.fc39", "source": "rpm", "version": "2.3.1" } ], "libaio": [ { "arch": "x86_64", "epoch": null, "name": "libaio", "release": "16.fc39", "source": "rpm", "version": "0.3.111" } ], "libarchive": [ { "arch": "x86_64", "epoch": null, "name": "libarchive", "release": "1.fc39", "source": "rpm", "version": "3.7.1" } ], "libargon2": [ { "arch": "x86_64", "epoch": null, "name": "libargon2", "release": "3.fc39", "source": "rpm", "version": "20190702" } ], "libassuan": [ { "arch": "x86_64", "epoch": null, "name": "libassuan", "release": "2.fc39", "source": "rpm", "version": "2.5.6" } ], "libatasmart": [ { "arch": "x86_64", "epoch": null, "name": "libatasmart", "release": "26.fc39", "source": "rpm", "version": "0.19" } ], "libattr": [ { "arch": "x86_64", "epoch": null, "name": "libattr", "release": "8.fc39", "source": "rpm", "version": "2.5.1" } ], "libb2": [ { "arch": "x86_64", "epoch": null, "name": "libb2", "release": "9.fc39", "source": "rpm", "version": "0.98.1" } ], "libbasicobjects": [ { "arch": "x86_64", "epoch": null, "name": "libbasicobjects", "release": "54.fc39", "source": "rpm", "version": "0.1.1" } ], "libblkid": [ { "arch": "x86_64", "epoch": null, "name": "libblkid", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "libblockdev": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-crypto": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-crypto", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-fs": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-fs", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-loop": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-loop", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-mdraid": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-mdraid", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-nvme": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-nvme", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-part": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-part", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-swap": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-swap", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libblockdev-utils": [ { "arch": "x86_64", "epoch": null, "name": "libblockdev-utils", "release": "1.fc39", "source": "rpm", "version": "3.1.0" } ], "libbpf": [ { "arch": "x86_64", "epoch": 2, "name": "libbpf", "release": "4.fc39", "source": "rpm", "version": "1.1.0" } ], "libbrotli": [ { "arch": "x86_64", "epoch": null, "name": "libbrotli", "release": "1.fc39", "source": "rpm", "version": "1.1.0" } ], "libbytesize": [ { "arch": "x86_64", "epoch": null, "name": "libbytesize", "release": "1.fc39", "source": "rpm", "version": "2.10" } ], "libcap": [ { "arch": "x86_64", "epoch": null, "name": "libcap", "release": "9.fc39", "source": "rpm", "version": "2.48" } ], "libcap-ng": [ { "arch": "x86_64", "epoch": null, "name": "libcap-ng", "release": "8.fc39", "source": "rpm", "version": "0.8.3" } ], "libcbor": [ { "arch": "x86_64", "epoch": null, "name": "libcbor", "release": "2.fc39", "source": "rpm", "version": "0.10.2" } ], "libcollection": [ { "arch": "x86_64", "epoch": null, "name": "libcollection", "release": "54.fc39", "source": "rpm", "version": "0.7.0" } ], "libcom_err": [ { "arch": "x86_64", "epoch": null, "name": "libcom_err", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "libcomps": [ { "arch": "x86_64", "epoch": null, "name": "libcomps", "release": "1.fc39", "source": "rpm", "version": "0.1.20" } ], "libcurl": [ { "arch": "x86_64", "epoch": null, "name": "libcurl", "release": "4.fc39", "source": "rpm", "version": "8.2.1" } ], "libdb": [ { "arch": "x86_64", "epoch": null, "name": "libdb", "release": "56.fc39", "source": "rpm", "version": "5.3.28" } ], "libdhash": [ { "arch": "x86_64", "epoch": null, "name": "libdhash", "release": "54.fc39", "source": "rpm", "version": "0.5.0" } ], "libdnf": [ { "arch": "x86_64", "epoch": null, "name": "libdnf", "release": "1.fc39", "source": "rpm", "version": "0.73.0" } ], "libeconf": [ { "arch": "x86_64", "epoch": null, "name": "libeconf", "release": "1.fc39", "source": "rpm", "version": "0.5.2" } ], "libedit": [ { "arch": "x86_64", "epoch": null, "name": "libedit", "release": "48.20230828cvs.fc39", "source": "rpm", "version": "3.1" } ], "libestr": [ { "arch": "x86_64", "epoch": null, "name": "libestr", "release": "7.fc39", "source": "rpm", "version": "0.1.11" } ], "libev": [ { "arch": "x86_64", "epoch": null, "name": "libev", "release": "8.fc39", "source": "rpm", "version": "4.33" } ], "libevent": [ { "arch": "x86_64", "epoch": null, "name": "libevent", "release": "9.fc39", "source": "rpm", "version": "2.1.12" } ], "libfastjson": [ { "arch": "x86_64", "epoch": null, "name": "libfastjson", "release": "2.fc39", "source": "rpm", "version": "1.2304.0" } ], "libfdisk": [ { "arch": "x86_64", "epoch": null, "name": "libfdisk", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "libffi": [ { "arch": "x86_64", "epoch": null, "name": "libffi", "release": "4.fc39", "source": "rpm", "version": "3.4.4" } ], "libfido2": [ { "arch": "x86_64", "epoch": null, "name": "libfido2", "release": "3.fc39", "source": "rpm", "version": "1.13.0" } ], "libfsverity": [ { "arch": "x86_64", "epoch": null, "name": "libfsverity", "release": "10.fc39", "source": "rpm", "version": "1.4" } ], "libgcc": [ { "arch": "x86_64", "epoch": null, "name": "libgcc", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libgcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libgcrypt", "release": "2.fc39", "source": "rpm", "version": "1.10.2" } ], "libgomp": [ { "arch": "x86_64", "epoch": null, "name": "libgomp", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libgpg-error": [ { "arch": "x86_64", "epoch": null, "name": "libgpg-error", "release": "2.fc39", "source": "rpm", "version": "1.47" } ], "libgudev": [ { "arch": "x86_64", "epoch": null, "name": "libgudev", "release": "2.fc39", "source": "rpm", "version": "238" } ], "libgusb": [ { "arch": "x86_64", "epoch": null, "name": "libgusb", "release": "1.fc39", "source": "rpm", "version": "0.4.8" } ], "libibverbs": [ { "arch": "x86_64", "epoch": null, "name": "libibverbs", "release": "4.fc39", "source": "rpm", "version": "46.0" } ], "libidn2": [ { "arch": "x86_64", "epoch": null, "name": "libidn2", "release": "1.fc39", "source": "rpm", "version": "2.3.7" } ], "libini_config": [ { "arch": "x86_64", "epoch": null, "name": "libini_config", "release": "54.fc39", "source": "rpm", "version": "1.3.1" } ], "libjcat": [ { "arch": "x86_64", "epoch": null, "name": "libjcat", "release": "1.fc39", "source": "rpm", "version": "0.2.1" } ], "libkcapi": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi", "release": "7.fc39", "source": "rpm", "version": "1.4.0" } ], "libkcapi-hmaccalc": [ { "arch": "x86_64", "epoch": null, "name": "libkcapi-hmaccalc", "release": "7.fc39", "source": "rpm", "version": "1.4.0" } ], "libksba": [ { "arch": "x86_64", "epoch": null, "name": "libksba", "release": "2.fc39", "source": "rpm", "version": "1.6.4" } ], "libldb": [ { "arch": "x86_64", "epoch": null, "name": "libldb", "release": "1.fc39", "source": "rpm", "version": "2.8.0" } ], "libmaxminddb": [ { "arch": "x86_64", "epoch": null, "name": "libmaxminddb", "release": "1.fc39", "source": "rpm", "version": "1.9.1" } ], "libmbim": [ { "arch": "x86_64", "epoch": null, "name": "libmbim", "release": "2.fc39", "source": "rpm", "version": "1.28.4" } ], "libmetalink": [ { "arch": "x86_64", "epoch": null, "name": "libmetalink", "release": "32.fc39", "source": "rpm", "version": "0.1.3" } ], "libmnl": [ { "arch": "x86_64", "epoch": null, "name": "libmnl", "release": "3.fc39", "source": "rpm", "version": "1.0.5" } ], "libmodulemd": [ { "arch": "x86_64", "epoch": null, "name": "libmodulemd", "release": "5.fc39", "source": "rpm", "version": "2.15.0" } ], "libmount": [ { "arch": "x86_64", "epoch": null, "name": "libmount", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "libmpc": [ { "arch": "x86_64", "epoch": null, "name": "libmpc", "release": "3.fc39", "source": "rpm", "version": "1.3.1" } ], "libndp": [ { "arch": "x86_64", "epoch": null, "name": "libndp", "release": "6.fc39", "source": "rpm", "version": "1.8" } ], "libnetfilter_conntrack": [ { "arch": "x86_64", "epoch": null, "name": "libnetfilter_conntrack", "release": "2.fc39", "source": "rpm", "version": "1.0.9" } ], "libnfnetlink": [ { "arch": "x86_64", "epoch": null, "name": "libnfnetlink", "release": "24.fc39", "source": "rpm", "version": "1.0.1" } ], "libnfsidmap": [ { "arch": "x86_64", "epoch": 1, "name": "libnfsidmap", "release": "0.rc3.fc39", "source": "rpm", "version": "2.6.4" } ], "libnftnl": [ { "arch": "x86_64", "epoch": null, "name": "libnftnl", "release": "2.fc39", "source": "rpm", "version": "1.2.6" } ], "libnghttp2": [ { "arch": "x86_64", "epoch": null, "name": "libnghttp2", "release": "4.fc39", "source": "rpm", "version": "1.55.1" } ], "libnl3": [ { "arch": "x86_64", "epoch": null, "name": "libnl3", "release": "1.fc39", "source": "rpm", "version": "3.9.0" } ], "libnsl2": [ { "arch": "x86_64", "epoch": null, "name": "libnsl2", "release": "6.fc39", "source": "rpm", "version": "2.0.0" } ], "libnvme": [ { "arch": "x86_64", "epoch": null, "name": "libnvme", "release": "2.fc39", "source": "rpm", "version": "1.6" } ], "libpath_utils": [ { "arch": "x86_64", "epoch": null, "name": "libpath_utils", "release": "54.fc39", "source": "rpm", "version": "0.2.1" } ], "libpcap": [ { "arch": "x86_64", "epoch": 14, "name": "libpcap", "release": "2.fc39", "source": "rpm", "version": "1.10.4" } ], "libpipeline": [ { "arch": "x86_64", "epoch": null, "name": "libpipeline", "release": "3.fc39", "source": "rpm", "version": "1.5.7" } ], "libpkgconf": [ { "arch": "x86_64", "epoch": null, "name": "libpkgconf", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "libpsl": [ { "arch": "x86_64", "epoch": null, "name": "libpsl", "release": "4.fc39", "source": "rpm", "version": "0.21.2" } ], "libpwquality": [ { "arch": "x86_64", "epoch": null, "name": "libpwquality", "release": "6.fc39", "source": "rpm", "version": "1.4.5" } ], "libqmi": [ { "arch": "x86_64", "epoch": null, "name": "libqmi", "release": "2.fc39", "source": "rpm", "version": "1.32.4" } ], "libqrtr-glib": [ { "arch": "x86_64", "epoch": null, "name": "libqrtr-glib", "release": "3.fc39", "source": "rpm", "version": "1.2.2" } ], "libref_array": [ { "arch": "x86_64", "epoch": null, "name": "libref_array", "release": "54.fc39", "source": "rpm", "version": "0.1.5" } ], "librepo": [ { "arch": "x86_64", "epoch": null, "name": "librepo", "release": "1.fc39", "source": "rpm", "version": "1.17.0" } ], "libreport-filesystem": [ { "arch": "noarch", "epoch": null, "name": "libreport-filesystem", "release": "3.fc39", "source": "rpm", "version": "2.17.11" } ], "libseccomp": [ { "arch": "x86_64", "epoch": null, "name": "libseccomp", "release": "6.fc39", "source": "rpm", "version": "2.5.3" } ], "libselinux": [ { "arch": "x86_64", "epoch": null, "name": "libselinux", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "libselinux-utils": [ { "arch": "x86_64", "epoch": null, "name": "libselinux-utils", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "libsemanage", "release": "4.fc39", "source": "rpm", "version": "3.5" } ], "libsepol": [ { "arch": "x86_64", "epoch": null, "name": "libsepol", "release": "2.fc39", "source": "rpm", "version": "3.5" } ], "libsigsegv": [ { "arch": "x86_64", "epoch": null, "name": "libsigsegv", "release": "5.fc39", "source": "rpm", "version": "2.14" } ], "libsmartcols": [ { "arch": "x86_64", "epoch": null, "name": "libsmartcols", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "libsodium": [ { "arch": "x86_64", "epoch": null, "name": "libsodium", "release": "15.fc39", "source": "rpm", "version": "1.0.18" } ], "libsolv": [ { "arch": "x86_64", "epoch": null, "name": "libsolv", "release": "1.fc39", "source": "rpm", "version": "0.7.28" } ], "libss": [ { "arch": "x86_64", "epoch": null, "name": "libss", "release": "2.fc39", "source": "rpm", "version": "1.47.0" } ], "libssh": [ { "arch": "x86_64", "epoch": null, "name": "libssh", "release": "2.fc39", "source": "rpm", "version": "0.10.6" } ], "libssh-config": [ { "arch": "noarch", "epoch": null, "name": "libssh-config", "release": "2.fc39", "source": "rpm", "version": "0.10.6" } ], "libsss_certmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_certmap", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "libsss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "libsss_nss_idmap": [ { "arch": "x86_64", "epoch": null, "name": "libsss_nss_idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "libsss_sudo": [ { "arch": "x86_64", "epoch": null, "name": "libsss_sudo", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "libstdc++": [ { "arch": "x86_64", "epoch": null, "name": "libstdc++", "release": "6.fc39", "source": "rpm", "version": "13.2.1" } ], "libtalloc": [ { "arch": "x86_64", "epoch": null, "name": "libtalloc", "release": "1.fc39", "source": "rpm", "version": "2.4.1" } ], "libtasn1": [ { "arch": "x86_64", "epoch": null, "name": "libtasn1", "release": "3.fc39", "source": "rpm", "version": "4.19.0" } ], "libtdb": [ { "arch": "x86_64", "epoch": null, "name": "libtdb", "release": "1.fc39", "source": "rpm", "version": "1.4.9" } ], "libtevent": [ { "arch": "x86_64", "epoch": null, "name": "libtevent", "release": "1.fc39", "source": "rpm", "version": "0.15.0" } ], "libtirpc": [ { "arch": "x86_64", "epoch": null, "name": "libtirpc", "release": "0.rc2.fc39", "source": "rpm", "version": "1.3.4" } ], "libtool-ltdl": [ { "arch": "x86_64", "epoch": null, "name": "libtool-ltdl", "release": "7.fc39", "source": "rpm", "version": "2.4.7" } ], "libudisks2": [ { "arch": "x86_64", "epoch": null, "name": "libudisks2", "release": "1.fc39", "source": "rpm", "version": "2.10.1" } ], "libunistring": [ { "arch": "x86_64", "epoch": null, "name": "libunistring", "release": "5.fc39", "source": "rpm", "version": "1.1" } ], "libusb1": [ { "arch": "x86_64", "epoch": null, "name": "libusb1", "release": "3.fc39", "source": "rpm", "version": "1.0.26" } ], "libuser": [ { "arch": "x86_64", "epoch": null, "name": "libuser", "release": "4.fc39", "source": "rpm", "version": "0.64" } ], "libutempter": [ { "arch": "x86_64", "epoch": null, "name": "libutempter", "release": "10.fc39", "source": "rpm", "version": "1.2.1" } ], "libuuid": [ { "arch": "x86_64", "epoch": null, "name": "libuuid", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "libverto": [ { "arch": "x86_64", "epoch": null, "name": "libverto", "release": "6.fc39", "source": "rpm", "version": "0.3.2" } ], "libverto-libev": [ { "arch": "x86_64", "epoch": null, "name": "libverto-libev", "release": "6.fc39", "source": "rpm", "version": "0.3.2" } ], "libxcrypt": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt", "release": "2.fc39", "source": "rpm", "version": "4.4.36" } ], "libxcrypt-devel": [ { "arch": "x86_64", "epoch": null, "name": "libxcrypt-devel", "release": "2.fc39", "source": "rpm", "version": "4.4.36" } ], "libxkbcommon": [ { "arch": "x86_64", "epoch": null, "name": "libxkbcommon", "release": "1.fc39", "source": "rpm", "version": "1.6.0" } ], "libxml2": [ { "arch": "x86_64", "epoch": null, "name": "libxml2", "release": "3.fc39", "source": "rpm", "version": "2.10.4" } ], "libxmlb": [ { "arch": "x86_64", "epoch": null, "name": "libxmlb", "release": "1.fc39", "source": "rpm", "version": "0.3.15" } ], "libxslt": [ { "arch": "x86_64", "epoch": null, "name": "libxslt", "release": "1.fc39", "source": "rpm", "version": "1.1.39" } ], "libyaml": [ { "arch": "x86_64", "epoch": null, "name": "libyaml", "release": "12.fc39", "source": "rpm", "version": "0.2.5" } ], "libzstd": [ { "arch": "x86_64", "epoch": null, "name": "libzstd", "release": "4.fc39", "source": "rpm", "version": "1.5.5" } ], "libzstd-devel": [ { "arch": "x86_64", "epoch": null, "name": "libzstd-devel", "release": "4.fc39", "source": "rpm", "version": "1.5.5" } ], "linux-firmware": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "linux-firmware-whence": [ { "arch": "noarch", "epoch": null, "name": "linux-firmware-whence", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "lmdb-libs": [ { "arch": "x86_64", "epoch": null, "name": "lmdb-libs", "release": "1.fc39", "source": "rpm", "version": "0.9.32" } ], "logrotate": [ { "arch": "x86_64", "epoch": null, "name": "logrotate", "release": "4.fc39", "source": "rpm", "version": "3.21.0" } ], "lua-libs": [ { "arch": "x86_64", "epoch": null, "name": "lua-libs", "release": "3.fc39", "source": "rpm", "version": "5.4.6" } ], "lvm2": [ { "arch": "x86_64", "epoch": null, "name": "lvm2", "release": "1.fc39", "source": "rpm", "version": "2.03.23" } ], "lvm2-libs": [ { "arch": "x86_64", "epoch": null, "name": "lvm2-libs", "release": "1.fc39", "source": "rpm", "version": "2.03.23" } ], "lz4-libs": [ { "arch": "x86_64", "epoch": null, "name": "lz4-libs", "release": "4.fc39", "source": "rpm", "version": "1.9.4" } ], "lzo": [ { "arch": "x86_64", "epoch": null, "name": "lzo", "release": "9.fc39", "source": "rpm", "version": "2.10" } ], "m4": [ { "arch": "x86_64", "epoch": null, "name": "m4", "release": "6.fc39", "source": "rpm", "version": "1.4.19" } ], "make": [ { "arch": "x86_64", "epoch": 1, "name": "make", "release": "2.fc39", "source": "rpm", "version": "4.4.1" } ], "man-db": [ { "arch": "x86_64", "epoch": null, "name": "man-db", "release": "5.fc39", "source": "rpm", "version": "2.11.2" } ], "mdadm": [ { "arch": "x86_64", "epoch": null, "name": "mdadm", "release": "6.fc39", "source": "rpm", "version": "4.2" } ], "mokutil": [ { "arch": "x86_64", "epoch": 2, "name": "mokutil", "release": "7.fc39", "source": "rpm", "version": "0.6.0" } ], "mpdecimal": [ { "arch": "x86_64", "epoch": null, "name": "mpdecimal", "release": "7.fc39", "source": "rpm", "version": "2.5.1" } ], "mpfr": [ { "arch": "x86_64", "epoch": null, "name": "mpfr", "release": "3.fc39", "source": "rpm", "version": "4.2.0" } ], "mt7xxx-firmware": [ { "arch": "noarch", "epoch": null, "name": "mt7xxx-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "ncurses": [ { "arch": "x86_64", "epoch": null, "name": "ncurses", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "ncurses-base": [ { "arch": "noarch", "epoch": null, "name": "ncurses-base", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "ncurses-libs": [ { "arch": "x86_64", "epoch": null, "name": "ncurses-libs", "release": "7.20230520.fc39", "source": "rpm", "version": "6.4" } ], "net-tools": [ { "arch": "x86_64", "epoch": null, "name": "net-tools", "release": "0.67.20160912git.fc39", "source": "rpm", "version": "2.0" } ], "nettle": [ { "arch": "x86_64", "epoch": null, "name": "nettle", "release": "2.fc39", "source": "rpm", "version": "3.9.1" } ], "nfs-utils": [ { "arch": "x86_64", "epoch": 1, "name": "nfs-utils", "release": "0.rc3.fc39", "source": "rpm", "version": "2.6.4" } ], "nftables": [ { "arch": "x86_64", "epoch": 1, "name": "nftables", "release": "3.fc39", "source": "rpm", "version": "1.0.7" } ], "npth": [ { "arch": "x86_64", "epoch": null, "name": "npth", "release": "14.fc39", "source": "rpm", "version": "1.6" } ], "nspr": [ { "arch": "x86_64", "epoch": null, "name": "nspr", "release": "18.fc39", "source": "rpm", "version": "4.35.0" } ], "nss": [ { "arch": "x86_64", "epoch": null, "name": "nss", "release": "1.fc39", "source": "rpm", "version": "3.98.0" } ], "nss-softokn": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn", "release": "1.fc39", "source": "rpm", "version": "3.98.0" } ], "nss-softokn-freebl": [ { "arch": "x86_64", "epoch": null, "name": "nss-softokn-freebl", "release": "1.fc39", "source": "rpm", "version": "3.98.0" } ], "nss-sysinit": [ { "arch": "x86_64", "epoch": null, "name": "nss-sysinit", "release": "1.fc39", "source": "rpm", "version": "3.98.0" } ], "nss-util": [ { "arch": "x86_64", "epoch": null, "name": "nss-util", "release": "1.fc39", "source": "rpm", "version": "3.98.0" } ], "ntfs-3g": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "ntfs-3g-libs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfs-3g-libs", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "ntfsprogs": [ { "arch": "x86_64", "epoch": 2, "name": "ntfsprogs", "release": "3.fc39", "source": "rpm", "version": "2022.10.3" } ], "nvidia-gpu-firmware": [ { "arch": "noarch", "epoch": null, "name": "nvidia-gpu-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "nxpwireless-firmware": [ { "arch": "noarch", "epoch": null, "name": "nxpwireless-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "oniguruma": [ { "arch": "x86_64", "epoch": null, "name": "oniguruma", "release": "1.fc39", "source": "rpm", "version": "6.9.9" } ], "openldap": [ { "arch": "x86_64", "epoch": null, "name": "openldap", "release": "1.fc39", "source": "rpm", "version": "2.6.6" } ], "openssh": [ { "arch": "x86_64", "epoch": null, "name": "openssh", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssh-clients": [ { "arch": "x86_64", "epoch": null, "name": "openssh-clients", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssh-server": [ { "arch": "x86_64", "epoch": null, "name": "openssh-server", "release": "10.fc39", "source": "rpm", "version": "9.3p1" } ], "openssl": [ { "arch": "x86_64", "epoch": 1, "name": "openssl", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-devel": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-devel", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-libs": [ { "arch": "x86_64", "epoch": 1, "name": "openssl-libs", "release": "4.fc39", "source": "rpm", "version": "3.1.1" } ], "openssl-pkcs11": [ { "arch": "x86_64", "epoch": null, "name": "openssl-pkcs11", "release": "4.fc39", "source": "rpm", "version": "0.4.12" } ], "os-prober": [ { "arch": "x86_64", "epoch": null, "name": "os-prober", "release": "4.fc39", "source": "rpm", "version": "1.81" } ], "p11-kit": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit", "release": "1.fc39", "source": "rpm", "version": "0.25.3" } ], "p11-kit-trust": [ { "arch": "x86_64", "epoch": null, "name": "p11-kit-trust", "release": "1.fc39", "source": "rpm", "version": "0.25.3" } ], "pam": [ { "arch": "x86_64", "epoch": null, "name": "pam", "release": "3.fc39", "source": "rpm", "version": "1.5.3" } ], "pam-libs": [ { "arch": "x86_64", "epoch": null, "name": "pam-libs", "release": "3.fc39", "source": "rpm", "version": "1.5.3" } ], "parted": [ { "arch": "x86_64", "epoch": null, "name": "parted", "release": "2.fc39", "source": "rpm", "version": "3.6" } ], "passwd": [ { "arch": "x86_64", "epoch": null, "name": "passwd", "release": "15.fc39", "source": "rpm", "version": "0.80" } ], "pcre2": [ { "arch": "x86_64", "epoch": null, "name": "pcre2", "release": "1.fc39.2", "source": "rpm", "version": "10.42" } ], "pcre2-syntax": [ { "arch": "noarch", "epoch": null, "name": "pcre2-syntax", "release": "1.fc39.2", "source": "rpm", "version": "10.42" } ], "pcsc-lite": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite", "release": "1.fc39", "source": "rpm", "version": "2.0.1" } ], "pcsc-lite-ccid": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-ccid", "release": "1.fc39", "source": "rpm", "version": "1.5.5" } ], "pcsc-lite-libs": [ { "arch": "x86_64", "epoch": null, "name": "pcsc-lite-libs", "release": "1.fc39", "source": "rpm", "version": "2.0.1" } ], "perl-AutoLoader": [ { "arch": "noarch", "epoch": 0, "name": "perl-AutoLoader", "release": "502.fc39", "source": "rpm", "version": "5.74" } ], "perl-B": [ { "arch": "x86_64", "epoch": 0, "name": "perl-B", "release": "502.fc39", "source": "rpm", "version": "1.88" } ], "perl-Carp": [ { "arch": "noarch", "epoch": null, "name": "perl-Carp", "release": "500.fc39", "source": "rpm", "version": "1.54" } ], "perl-Class-Struct": [ { "arch": "noarch", "epoch": 0, "name": "perl-Class-Struct", "release": "502.fc39", "source": "rpm", "version": "0.68" } ], "perl-Data-Dumper": [ { "arch": "x86_64", "epoch": null, "name": "perl-Data-Dumper", "release": "501.fc39", "source": "rpm", "version": "2.188" } ], "perl-Digest": [ { "arch": "noarch", "epoch": null, "name": "perl-Digest", "release": "500.fc39", "source": "rpm", "version": "1.20" } ], "perl-Digest-MD5": [ { "arch": "x86_64", "epoch": null, "name": "perl-Digest-MD5", "release": "500.fc39", "source": "rpm", "version": "2.58" } ], "perl-DynaLoader": [ { "arch": "x86_64", "epoch": 0, "name": "perl-DynaLoader", "release": "502.fc39", "source": "rpm", "version": "1.54" } ], "perl-Encode": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Encode", "release": "500.fc39", "source": "rpm", "version": "3.19" } ], "perl-Errno": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Errno", "release": "502.fc39", "source": "rpm", "version": "1.37" } ], "perl-Error": [ { "arch": "noarch", "epoch": 1, "name": "perl-Error", "release": "13.fc39", "source": "rpm", "version": "0.17029" } ], "perl-Exporter": [ { "arch": "noarch", "epoch": null, "name": "perl-Exporter", "release": "500.fc39", "source": "rpm", "version": "5.77" } ], "perl-Fcntl": [ { "arch": "x86_64", "epoch": 0, "name": "perl-Fcntl", "release": "502.fc39", "source": "rpm", "version": "1.15" } ], "perl-File-Basename": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Basename", "release": "502.fc39", "source": "rpm", "version": "2.86" } ], "perl-File-Find": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-Find", "release": "502.fc39", "source": "rpm", "version": "1.43" } ], "perl-File-Path": [ { "arch": "noarch", "epoch": null, "name": "perl-File-Path", "release": "500.fc39", "source": "rpm", "version": "2.18" } ], "perl-File-Temp": [ { "arch": "noarch", "epoch": 1, "name": "perl-File-Temp", "release": "500.fc39", "source": "rpm", "version": "0.231.100" } ], "perl-File-stat": [ { "arch": "noarch", "epoch": 0, "name": "perl-File-stat", "release": "502.fc39", "source": "rpm", "version": "1.13" } ], "perl-FileHandle": [ { "arch": "noarch", "epoch": 0, "name": "perl-FileHandle", "release": "502.fc39", "source": "rpm", "version": "2.05" } ], "perl-Getopt-Long": [ { "arch": "noarch", "epoch": 1, "name": "perl-Getopt-Long", "release": "500.fc39", "source": "rpm", "version": "2.54" } ], "perl-Getopt-Std": [ { "arch": "noarch", "epoch": 0, "name": "perl-Getopt-Std", "release": "502.fc39", "source": "rpm", "version": "1.13" } ], "perl-Git": [ { "arch": "noarch", "epoch": null, "name": "perl-Git", "release": "1.fc39", "source": "rpm", "version": "2.43.2" } ], "perl-HTTP-Tiny": [ { "arch": "noarch", "epoch": null, "name": "perl-HTTP-Tiny", "release": "3.fc39", "source": "rpm", "version": "0.088" } ], "perl-IO": [ { "arch": "x86_64", "epoch": 0, "name": "perl-IO", "release": "502.fc39", "source": "rpm", "version": "1.52" } ], "perl-IO-Socket-IP": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-IP", "release": "1.fc39", "source": "rpm", "version": "0.42" } ], "perl-IO-Socket-SSL": [ { "arch": "noarch", "epoch": null, "name": "perl-IO-Socket-SSL", "release": "3.fc39", "source": "rpm", "version": "2.083" } ], "perl-IPC-Open3": [ { "arch": "noarch", "epoch": 0, "name": "perl-IPC-Open3", "release": "502.fc39", "source": "rpm", "version": "1.22" } ], "perl-MIME-Base64": [ { "arch": "x86_64", "epoch": null, "name": "perl-MIME-Base64", "release": "500.fc39", "source": "rpm", "version": "3.16" } ], "perl-Mozilla-CA": [ { "arch": "noarch", "epoch": null, "name": "perl-Mozilla-CA", "release": "1.fc39", "source": "rpm", "version": "20230801" } ], "perl-NDBM_File": [ { "arch": "x86_64", "epoch": 0, "name": "perl-NDBM_File", "release": "502.fc39", "source": "rpm", "version": "1.16" } ], "perl-Net-SSLeay": [ { "arch": "x86_64", "epoch": null, "name": "perl-Net-SSLeay", "release": "10.fc39", "source": "rpm", "version": "1.92" } ], "perl-POSIX": [ { "arch": "x86_64", "epoch": 0, "name": "perl-POSIX", "release": "502.fc39", "source": "rpm", "version": "2.13" } ], "perl-PathTools": [ { "arch": "x86_64", "epoch": null, "name": "perl-PathTools", "release": "500.fc39", "source": "rpm", "version": "3.89" } ], "perl-Pod-Escapes": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Escapes", "release": "500.fc39", "source": "rpm", "version": "1.07" } ], "perl-Pod-Perldoc": [ { "arch": "noarch", "epoch": null, "name": "perl-Pod-Perldoc", "release": "501.fc39", "source": "rpm", "version": "3.28.01" } ], "perl-Pod-Simple": [ { "arch": "noarch", "epoch": 1, "name": "perl-Pod-Simple", "release": "4.fc39", "source": "rpm", "version": "3.45" } ], "perl-Pod-Usage": [ { "arch": "noarch", "epoch": 4, "name": "perl-Pod-Usage", "release": "500.fc39", "source": "rpm", "version": "2.03" } ], "perl-Scalar-List-Utils": [ { "arch": "x86_64", "epoch": 5, "name": "perl-Scalar-List-Utils", "release": "500.fc39", "source": "rpm", "version": "1.63" } ], "perl-SelectSaver": [ { "arch": "noarch", "epoch": 0, "name": "perl-SelectSaver", "release": "502.fc39", "source": "rpm", "version": "1.02" } ], "perl-Socket": [ { "arch": "x86_64", "epoch": 4, "name": "perl-Socket", "release": "3.fc39", "source": "rpm", "version": "2.037" } ], "perl-Storable": [ { "arch": "x86_64", "epoch": 1, "name": "perl-Storable", "release": "500.fc39", "source": "rpm", "version": "3.32" } ], "perl-Symbol": [ { "arch": "noarch", "epoch": 0, "name": "perl-Symbol", "release": "502.fc39", "source": "rpm", "version": "1.09" } ], "perl-Term-ANSIColor": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-ANSIColor", "release": "501.fc39", "source": "rpm", "version": "5.01" } ], "perl-Term-Cap": [ { "arch": "noarch", "epoch": null, "name": "perl-Term-Cap", "release": "500.fc39", "source": "rpm", "version": "1.18" } ], "perl-TermReadKey": [ { "arch": "x86_64", "epoch": null, "name": "perl-TermReadKey", "release": "18.fc39", "source": "rpm", "version": "2.38" } ], "perl-Text-ParseWords": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-ParseWords", "release": "500.fc39", "source": "rpm", "version": "3.31" } ], "perl-Text-Tabs+Wrap": [ { "arch": "noarch", "epoch": null, "name": "perl-Text-Tabs+Wrap", "release": "3.fc39", "source": "rpm", "version": "2023.0511" } ], "perl-Time-Local": [ { "arch": "noarch", "epoch": 2, "name": "perl-Time-Local", "release": "3.fc39", "source": "rpm", "version": "1.350" } ], "perl-URI": [ { "arch": "noarch", "epoch": null, "name": "perl-URI", "release": "1.fc39", "source": "rpm", "version": "5.21" } ], "perl-base": [ { "arch": "noarch", "epoch": 0, "name": "perl-base", "release": "502.fc39", "source": "rpm", "version": "2.27" } ], "perl-constant": [ { "arch": "noarch", "epoch": null, "name": "perl-constant", "release": "501.fc39", "source": "rpm", "version": "1.33" } ], "perl-if": [ { "arch": "noarch", "epoch": 0, "name": "perl-if", "release": "502.fc39", "source": "rpm", "version": "0.61.000" } ], "perl-interpreter": [ { "arch": "x86_64", "epoch": 4, "name": "perl-interpreter", "release": "502.fc39", "source": "rpm", "version": "5.38.2" } ], "perl-lib": [ { "arch": "x86_64", "epoch": 0, "name": "perl-lib", "release": "502.fc39", "source": "rpm", "version": "0.65" } ], "perl-libnet": [ { "arch": "noarch", "epoch": null, "name": "perl-libnet", "release": "501.fc39", "source": "rpm", "version": "3.15" } ], "perl-libs": [ { "arch": "x86_64", "epoch": 4, "name": "perl-libs", "release": "502.fc39", "source": "rpm", "version": "5.38.2" } ], "perl-locale": [ { "arch": "noarch", "epoch": 0, "name": "perl-locale", "release": "502.fc39", "source": "rpm", "version": "1.10" } ], "perl-mro": [ { "arch": "x86_64", "epoch": 0, "name": "perl-mro", "release": "502.fc39", "source": "rpm", "version": "1.28" } ], "perl-overload": [ { "arch": "noarch", "epoch": 0, "name": "perl-overload", "release": "502.fc39", "source": "rpm", "version": "1.37" } ], "perl-overloading": [ { "arch": "noarch", "epoch": 0, "name": "perl-overloading", "release": "502.fc39", "source": "rpm", "version": "0.02" } ], "perl-parent": [ { "arch": "noarch", "epoch": 1, "name": "perl-parent", "release": "500.fc39", "source": "rpm", "version": "0.241" } ], "perl-podlators": [ { "arch": "noarch", "epoch": 1, "name": "perl-podlators", "release": "500.fc39", "source": "rpm", "version": "5.01" } ], "perl-vars": [ { "arch": "noarch", "epoch": 0, "name": "perl-vars", "release": "502.fc39", "source": "rpm", "version": "1.05" } ], "pkgconf": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "pkgconf-m4": [ { "arch": "noarch", "epoch": null, "name": "pkgconf-m4", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "pkgconf-pkg-config": [ { "arch": "x86_64", "epoch": null, "name": "pkgconf-pkg-config", "release": "2.fc39", "source": "rpm", "version": "1.9.5" } ], "plymouth": [ { "arch": "x86_64", "epoch": null, "name": "plymouth", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "plymouth-core-libs": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-core-libs", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "plymouth-scripts": [ { "arch": "x86_64", "epoch": null, "name": "plymouth-scripts", "release": "5.fc39", "source": "rpm", "version": "22.02.122" } ], "policycoreutils": [ { "arch": "x86_64", "epoch": null, "name": "policycoreutils", "release": "8.fc39", "source": "rpm", "version": "3.5" } ], "polkit": [ { "arch": "x86_64", "epoch": null, "name": "polkit", "release": "1.fc39.1", "source": "rpm", "version": "123" } ], "polkit-libs": [ { "arch": "x86_64", "epoch": null, "name": "polkit-libs", "release": "1.fc39.1", "source": "rpm", "version": "123" } ], "polkit-pkla-compat": [ { "arch": "x86_64", "epoch": null, "name": "polkit-pkla-compat", "release": "26.fc39", "source": "rpm", "version": "0.1" } ], "popt": [ { "arch": "x86_64", "epoch": null, "name": "popt", "release": "3.fc39", "source": "rpm", "version": "1.19" } ], "procps-ng": [ { "arch": "x86_64", "epoch": null, "name": "procps-ng", "release": "5.fc39", "source": "rpm", "version": "4.0.3" } ], "protobuf-c": [ { "arch": "x86_64", "epoch": null, "name": "protobuf-c", "release": "5.fc39", "source": "rpm", "version": "1.4.1" } ], "psmisc": [ { "arch": "x86_64", "epoch": null, "name": "psmisc", "release": "4.fc39", "source": "rpm", "version": "23.6" } ], "publicsuffix-list-dafsa": [ { "arch": "noarch", "epoch": null, "name": "publicsuffix-list-dafsa", "release": "1.fc39", "source": "rpm", "version": "20240107" } ], "python-pip-wheel": [ { "arch": "noarch", "epoch": null, "name": "python-pip-wheel", "release": "1.fc39", "source": "rpm", "version": "23.2.1" } ], "python-unversioned-command": [ { "arch": "noarch", "epoch": null, "name": "python-unversioned-command", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3": [ { "arch": "x86_64", "epoch": null, "name": "python3", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3-attrs": [ { "arch": "noarch", "epoch": null, "name": "python3-attrs", "release": "4.fc39", "source": "rpm", "version": "23.1.0" } ], "python3-audit": [ { "arch": "x86_64", "epoch": null, "name": "python3-audit", "release": "8.fc39", "source": "rpm", "version": "3.1.2" } ], "python3-charset-normalizer": [ { "arch": "noarch", "epoch": null, "name": "python3-charset-normalizer", "release": "2.fc39", "source": "rpm", "version": "3.2.0" } ], "python3-configobj": [ { "arch": "noarch", "epoch": null, "name": "python3-configobj", "release": "6.fc39", "source": "rpm", "version": "5.0.8" } ], "python3-dateutil": [ { "arch": "noarch", "epoch": 1, "name": "python3-dateutil", "release": "10.fc39", "source": "rpm", "version": "2.8.2" } ], "python3-dbus": [ { "arch": "x86_64", "epoch": null, "name": "python3-dbus", "release": "4.fc39", "source": "rpm", "version": "1.3.2" } ], "python3-distro": [ { "arch": "noarch", "epoch": null, "name": "python3-distro", "release": "6.fc39", "source": "rpm", "version": "1.8.0" } ], "python3-dnf": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf", "release": "1.fc39", "source": "rpm", "version": "4.19.0" } ], "python3-dnf-plugins-core": [ { "arch": "noarch", "epoch": null, "name": "python3-dnf-plugins-core", "release": "1.fc39", "source": "rpm", "version": "4.5.0" } ], "python3-firewall": [ { "arch": "noarch", "epoch": null, "name": "python3-firewall", "release": "1.fc39", "source": "rpm", "version": "2.0.3" } ], "python3-gobject-base": [ { "arch": "x86_64", "epoch": null, "name": "python3-gobject-base", "release": "1.fc39", "source": "rpm", "version": "3.46.0" } ], "python3-gobject-base-noarch": [ { "arch": "noarch", "epoch": null, "name": "python3-gobject-base-noarch", "release": "1.fc39", "source": "rpm", "version": "3.46.0" } ], "python3-hawkey": [ { "arch": "x86_64", "epoch": null, "name": "python3-hawkey", "release": "1.fc39", "source": "rpm", "version": "0.73.0" } ], "python3-idna": [ { "arch": "noarch", "epoch": null, "name": "python3-idna", "release": "4.fc39", "source": "rpm", "version": "3.4" } ], "python3-jinja2": [ { "arch": "noarch", "epoch": null, "name": "python3-jinja2", "release": "1.fc39", "source": "rpm", "version": "3.1.3" } ], "python3-jsonpatch": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpatch", "release": "2.fc39", "source": "rpm", "version": "1.33" } ], "python3-jsonpointer": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonpointer", "release": "5.fc39", "source": "rpm", "version": "2.3" } ], "python3-jsonschema": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema", "release": "1.fc39", "source": "rpm", "version": "4.19.1" } ], "python3-jsonschema-specifications": [ { "arch": "noarch", "epoch": null, "name": "python3-jsonschema-specifications", "release": "1.fc39", "source": "rpm", "version": "2023.7.1" } ], "python3-libcomps": [ { "arch": "x86_64", "epoch": null, "name": "python3-libcomps", "release": "1.fc39", "source": "rpm", "version": "0.1.20" } ], "python3-libdnf": [ { "arch": "x86_64", "epoch": null, "name": "python3-libdnf", "release": "1.fc39", "source": "rpm", "version": "0.73.0" } ], "python3-libs": [ { "arch": "x86_64", "epoch": null, "name": "python3-libs", "release": "2.fc39", "source": "rpm", "version": "3.12.1" } ], "python3-libselinux": [ { "arch": "x86_64", "epoch": null, "name": "python3-libselinux", "release": "5.fc39", "source": "rpm", "version": "3.5" } ], "python3-libsemanage": [ { "arch": "x86_64", "epoch": null, "name": "python3-libsemanage", "release": "4.fc39", "source": "rpm", "version": "3.5" } ], "python3-lxml": [ { "arch": "x86_64", "epoch": null, "name": "python3-lxml", "release": "2.fc39", "source": "rpm", "version": "4.9.3" } ], "python3-markupsafe": [ { "arch": "x86_64", "epoch": null, "name": "python3-markupsafe", "release": "2.fc39", "source": "rpm", "version": "2.1.3" } ], "python3-netifaces": [ { "arch": "x86_64", "epoch": null, "name": "python3-netifaces", "release": "7.fc39", "source": "rpm", "version": "0.11.0" } ], "python3-nftables": [ { "arch": "x86_64", "epoch": 1, "name": "python3-nftables", "release": "3.fc39", "source": "rpm", "version": "1.0.7" } ], "python3-oauthlib": [ { "arch": "noarch", "epoch": null, "name": "python3-oauthlib", "release": "1.fc39", "source": "rpm", "version": "3.2.2" } ], "python3-policycoreutils": [ { "arch": "noarch", "epoch": null, "name": "python3-policycoreutils", "release": "8.fc39", "source": "rpm", "version": "3.5" } ], "python3-pyserial": [ { "arch": "noarch", "epoch": null, "name": "python3-pyserial", "release": "6.fc39", "source": "rpm", "version": "3.5" } ], "python3-pysocks": [ { "arch": "noarch", "epoch": null, "name": "python3-pysocks", "release": "20.fc39", "source": "rpm", "version": "1.7.1" } ], "python3-pyyaml": [ { "arch": "x86_64", "epoch": null, "name": "python3-pyyaml", "release": "11.fc39", "source": "rpm", "version": "6.0.1" } ], "python3-referencing": [ { "arch": "noarch", "epoch": null, "name": "python3-referencing", "release": "1.fc39", "source": "rpm", "version": "0.30.2" } ], "python3-requests": [ { "arch": "noarch", "epoch": null, "name": "python3-requests", "release": "5.fc39", "source": "rpm", "version": "2.28.2" } ], "python3-rpds-py": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpds-py", "release": "1.fc39", "source": "rpm", "version": "0.17.1" } ], "python3-rpm": [ { "arch": "x86_64", "epoch": null, "name": "python3-rpm", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "python3-setools": [ { "arch": "x86_64", "epoch": null, "name": "python3-setools", "release": "1.fc39", "source": "rpm", "version": "4.4.3" } ], "python3-setuptools": [ { "arch": "noarch", "epoch": null, "name": "python3-setuptools", "release": "7.fc39", "source": "rpm", "version": "67.7.2" } ], "python3-six": [ { "arch": "noarch", "epoch": null, "name": "python3-six", "release": "12.fc39", "source": "rpm", "version": "1.16.0" } ], "python3-systemd": [ { "arch": "x86_64", "epoch": null, "name": "python3-systemd", "release": "5.fc39", "source": "rpm", "version": "235" } ], "python3-unbound": [ { "arch": "x86_64", "epoch": null, "name": "python3-unbound", "release": "2.fc39", "source": "rpm", "version": "1.19.1" } ], "python3-urllib3": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3", "release": "1.fc39", "source": "rpm", "version": "1.26.18" } ], "python3-urllib3+socks": [ { "arch": "noarch", "epoch": null, "name": "python3-urllib3+socks", "release": "1.fc39", "source": "rpm", "version": "1.26.18" } ], "qa-tools": [ { "arch": "noarch", "epoch": null, "name": "qa-tools", "release": "4.fc39", "source": "rpm", "version": "4.1" } ], "quota": [ { "arch": "x86_64", "epoch": 1, "name": "quota", "release": "3.fc39", "source": "rpm", "version": "4.09" } ], "quota-nls": [ { "arch": "noarch", "epoch": 1, "name": "quota-nls", "release": "3.fc39", "source": "rpm", "version": "4.09" } ], "readline": [ { "arch": "x86_64", "epoch": null, "name": "readline", "release": "6.fc39", "source": "rpm", "version": "8.2" } ], "realtek-firmware": [ { "arch": "noarch", "epoch": null, "name": "realtek-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "restraint": [ { "arch": "x86_64", "epoch": null, "name": "restraint", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "restraint-rhts": [ { "arch": "x86_64", "epoch": null, "name": "restraint-rhts", "release": "1.fc40eng", "source": "rpm", "version": "0.4.4" } ], "rng-tools": [ { "arch": "x86_64", "epoch": null, "name": "rng-tools", "release": "2.fc39", "source": "rpm", "version": "6.16" } ], "rootfiles": [ { "arch": "noarch", "epoch": null, "name": "rootfiles", "release": "34.fc39", "source": "rpm", "version": "8.1" } ], "rpcbind": [ { "arch": "x86_64", "epoch": null, "name": "rpcbind", "release": "4.rc2.fc39.1", "source": "rpm", "version": "1.2.6" } ], "rpm": [ { "arch": "x86_64", "epoch": null, "name": "rpm", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rpm-build-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-build-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rpm-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-selinux": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-selinux", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rpm-plugin-systemd-inhibit": [ { "arch": "x86_64", "epoch": null, "name": "rpm-plugin-systemd-inhibit", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rpm-sequoia": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sequoia", "release": "1.fc39", "source": "rpm", "version": "1.6.0" } ], "rpm-sign-libs": [ { "arch": "x86_64", "epoch": null, "name": "rpm-sign-libs", "release": "1.fc39", "source": "rpm", "version": "4.19.1.1" } ], "rsync": [ { "arch": "x86_64", "epoch": null, "name": "rsync", "release": "5.fc39", "source": "rpm", "version": "3.2.7" } ], "rsyslog": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog", "release": "1.fc39", "source": "rpm", "version": "8.2310.0" } ], "rsyslog-logrotate": [ { "arch": "x86_64", "epoch": null, "name": "rsyslog-logrotate", "release": "1.fc39", "source": "rpm", "version": "8.2310.0" } ], "rtl-sdr": [ { "arch": "x86_64", "epoch": null, "name": "rtl-sdr", "release": "1.fc39", "source": "rpm", "version": "0.6.0^20230921git1261fbb2" } ], "sdubby": [ { "arch": "noarch", "epoch": null, "name": "sdubby", "release": "5.fc39", "source": "rpm", "version": "1.0" } ], "sed": [ { "arch": "x86_64", "epoch": null, "name": "sed", "release": "14.fc39", "source": "rpm", "version": "4.8" } ], "selinux-policy": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy", "release": "1.fc39", "source": "rpm", "version": "39.4" } ], "selinux-policy-targeted": [ { "arch": "noarch", "epoch": null, "name": "selinux-policy-targeted", "release": "1.fc39", "source": "rpm", "version": "39.4" } ], "setup": [ { "arch": "noarch", "epoch": null, "name": "setup", "release": "1.fc39", "source": "rpm", "version": "2.14.4" } ], "shadow-utils": [ { "arch": "x86_64", "epoch": 2, "name": "shadow-utils", "release": "2.fc39", "source": "rpm", "version": "4.14.0" } ], "shared-mime-info": [ { "arch": "x86_64", "epoch": null, "name": "shared-mime-info", "release": "4.fc39", "source": "rpm", "version": "2.2" } ], "sqlite-libs": [ { "arch": "x86_64", "epoch": null, "name": "sqlite-libs", "release": "7.fc39", "source": "rpm", "version": "3.42.0" } ], "sssd-client": [ { "arch": "x86_64", "epoch": null, "name": "sssd-client", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "sssd-common": [ { "arch": "x86_64", "epoch": null, "name": "sssd-common", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "sssd-kcm": [ { "arch": "x86_64", "epoch": null, "name": "sssd-kcm", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "sssd-nfs-idmap": [ { "arch": "x86_64", "epoch": null, "name": "sssd-nfs-idmap", "release": "1.fc39", "source": "rpm", "version": "2.9.4" } ], "strace": [ { "arch": "x86_64", "epoch": null, "name": "strace", "release": "1.fc39", "source": "rpm", "version": "6.6" } ], "sudo": [ { "arch": "x86_64", "epoch": null, "name": "sudo", "release": "1.p5.fc39", "source": "rpm", "version": "1.9.15" } ], "sudo-python-plugin": [ { "arch": "x86_64", "epoch": null, "name": "sudo-python-plugin", "release": "1.p5.fc39", "source": "rpm", "version": "1.9.15" } ], "systemd": [ { "arch": "x86_64", "epoch": null, "name": "systemd", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-boot-unsigned": [ { "arch": "x86_64", "epoch": null, "name": "systemd-boot-unsigned", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-libs": [ { "arch": "x86_64", "epoch": null, "name": "systemd-libs", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-networkd": [ { "arch": "x86_64", "epoch": null, "name": "systemd-networkd", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-pam": [ { "arch": "x86_64", "epoch": null, "name": "systemd-pam", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-resolved": [ { "arch": "x86_64", "epoch": null, "name": "systemd-resolved", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemd-udev": [ { "arch": "x86_64", "epoch": null, "name": "systemd-udev", "release": "1.fc39", "source": "rpm", "version": "254.9" } ], "systemtap": [ { "arch": "x86_64", "epoch": null, "name": "systemtap", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-client": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-client", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-devel": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-devel", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "systemtap-runtime": [ { "arch": "x86_64", "epoch": null, "name": "systemtap-runtime", "release": "1.fc39", "source": "rpm", "version": "5.0~pre16958465gca71442b" } ], "tar": [ { "arch": "x86_64", "epoch": 2, "name": "tar", "release": "2.fc39", "source": "rpm", "version": "1.35" } ], "tbb": [ { "arch": "x86_64", "epoch": null, "name": "tbb", "release": "20.fc39", "source": "rpm", "version": "2020.3" } ], "time": [ { "arch": "x86_64", "epoch": null, "name": "time", "release": "23.fc39", "source": "rpm", "version": "1.9" } ], "tiwilink-firmware": [ { "arch": "noarch", "epoch": null, "name": "tiwilink-firmware", "release": "2.fc39", "source": "rpm", "version": "20240115" } ], "tpm2-tss": [ { "arch": "x86_64", "epoch": null, "name": "tpm2-tss", "release": "6.fc39", "source": "rpm", "version": "4.0.1" } ], "tzdata": [ { "arch": "noarch", "epoch": null, "name": "tzdata", "release": "2.fc39", "source": "rpm", "version": "2024a" } ], "udisks2": [ { "arch": "x86_64", "epoch": null, "name": "udisks2", "release": "1.fc39", "source": "rpm", "version": "2.10.1" } ], "unbound-anchor": [ { "arch": "x86_64", "epoch": null, "name": "unbound-anchor", "release": "2.fc39", "source": "rpm", "version": "1.19.1" } ], "unbound-libs": [ { "arch": "x86_64", "epoch": null, "name": "unbound-libs", "release": "2.fc39", "source": "rpm", "version": "1.19.1" } ], "unzip": [ { "arch": "x86_64", "epoch": null, "name": "unzip", "release": "62.fc39", "source": "rpm", "version": "6.0" } ], "userspace-rcu": [ { "arch": "x86_64", "epoch": null, "name": "userspace-rcu", "release": "3.fc39", "source": "rpm", "version": "0.14.0" } ], "util-linux": [ { "arch": "x86_64", "epoch": null, "name": "util-linux", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "util-linux-core": [ { "arch": "x86_64", "epoch": null, "name": "util-linux-core", "release": "5.fc39", "source": "rpm", "version": "2.39.3" } ], "vim-common": [ { "arch": "x86_64", "epoch": 2, "name": "vim-common", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "vim-data": [ { "arch": "noarch", "epoch": 2, "name": "vim-data", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "vim-default-editor": [ { "arch": "noarch", "epoch": 2, "name": "vim-default-editor", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "vim-enhanced": [ { "arch": "x86_64", "epoch": 2, "name": "vim-enhanced", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "vim-filesystem": [ { "arch": "noarch", "epoch": 2, "name": "vim-filesystem", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "vim-minimal": [ { "arch": "x86_64", "epoch": 2, "name": "vim-minimal", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "volume_key-libs": [ { "arch": "x86_64", "epoch": null, "name": "volume_key-libs", "release": "20.fc39", "source": "rpm", "version": "0.3.12" } ], "wget": [ { "arch": "x86_64", "epoch": null, "name": "wget", "release": "7.fc39", "source": "rpm", "version": "1.21.3" } ], "which": [ { "arch": "x86_64", "epoch": null, "name": "which", "release": "40.fc39", "source": "rpm", "version": "2.21" } ], "xfsprogs": [ { "arch": "x86_64", "epoch": null, "name": "xfsprogs", "release": "1.fc39", "source": "rpm", "version": "6.4.0" } ], "xkeyboard-config": [ { "arch": "noarch", "epoch": null, "name": "xkeyboard-config", "release": "1.fc39", "source": "rpm", "version": "2.40" } ], "xxd": [ { "arch": "x86_64", "epoch": 2, "name": "xxd", "release": "1.fc39", "source": "rpm", "version": "9.1.113" } ], "xxhash-libs": [ { "arch": "x86_64", "epoch": null, "name": "xxhash-libs", "release": "1.fc39", "source": "rpm", "version": "0.8.2" } ], "xz": [ { "arch": "x86_64", "epoch": null, "name": "xz", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "xz-devel": [ { "arch": "x86_64", "epoch": null, "name": "xz-devel", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "xz-libs": [ { "arch": "x86_64", "epoch": null, "name": "xz-libs", "release": "1.fc39", "source": "rpm", "version": "5.4.4" } ], "yum": [ { "arch": "noarch", "epoch": null, "name": "yum", "release": "1.fc39", "source": "rpm", "version": "4.19.0" } ], "zchunk-libs": [ { "arch": "x86_64", "epoch": null, "name": "zchunk-libs", "release": "1.fc39", "source": "rpm", "version": "1.4.0" } ], "zip": [ { "arch": "x86_64", "epoch": null, "name": "zip", "release": "39.fc39", "source": "rpm", "version": "3.0" } ], "zlib": [ { "arch": "x86_64", "epoch": null, "name": "zlib", "release": "4.fc39", "source": "rpm", "version": "1.2.13" } ], "zlib-devel": [ { "arch": "x86_64", "epoch": null, "name": "zlib-devel", "release": "4.fc39", "source": "rpm", "version": "1.2.13" } ], "zram-generator": [ { "arch": "x86_64", "epoch": null, "name": "zram-generator", "release": "8.fc39", "source": "rpm", "version": "1.1.2" } ], "zram-generator-defaults": [ { "arch": "noarch", "epoch": null, "name": "zram-generator-defaults", "release": "8.fc39", "source": "rpm", "version": "1.1.2" } ] } }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog version] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:48 Friday 23 February 2024 20:47:00 +0000 (0:00:00.834) 0:00:31.258 ******* ok: [sut] => { "ansible_facts": { "__rsyslog_version": "8.2310.0" }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 1] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:55 Friday 23 February 2024 20:47:00 +0000 (0:00:00.024) 0:00:31.283 ******* skipping: [sut] => { "false_condition": "__rsyslog_version is version('8.37.0-7.2', '<')" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version 2] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:60 Friday 23 February 2024 20:47:00 +0000 (0:00:00.020) 0:00:31.303 ******* ok: [sut] => {} MSG: Rsyslog_version is 8.2310.0, which is newer than "8.37.0-7.2". TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set __rsyslog_failed_validation] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:68 Friday 23 February 2024 20:47:00 +0000 (0:00:00.023) 0:00:31.326 ******* skipping: [sut] => { "changed": false, "false_condition": "rsyslog_in_image | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create the config directory if it does not exist] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:76 Friday 23 February 2024 20:47:00 +0000 (0:00:00.027) 0:00:31.353 ******* 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 [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create a work directory] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:83 Friday 23 February 2024 20:47:00 +0000 (0:00:00.273) 0:00:31.627 ******* 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 [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create logging directory if it does not exist or the ownership and/or modes are different.] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:89 Friday 23 February 2024 20:47:01 +0000 (0:00:00.274) 0:00:31.901 ******* 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 [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate global rule to add to __rsyslog_common_rules] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:97 Friday 23 February 2024 20:47:01 +0000 (0:00:00.274) 0:00:32.176 ******* 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=\"3600\")" } ], "state": "absent", "type": "modules" }, { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120 Friday 23 February 2024 20:47:01 +0000 (0:00:00.069) 0:00:32.245 ******* 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, "false_condition": "rsyslog_inputs | d([])", "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': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([])", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([])", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Initialize list of template results] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:144 Friday 23 February 2024 20:47:01 +0000 (0:00:00.036) 0:00:32.282 ******* ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([])", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([])", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([])", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove common config files in rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:148 Friday 23 February 2024 20:47:01 +0000 (0:00:00.032) 0:00:32.315 ******* 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, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'local-modules', 'type': 'modules', 'state': 'absent', 'sections': [{'options': '# Mark message periodically by immark, if set to true.\nmodule(load="immark" interval="3600")'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => (item={'name': 'common-defaults', 'type': 'global', 'sections': [{'comment': 'Log every message', 'options': '$RepeatedMsgReduction off'}]}) => { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "not __rsyslog_enabled | bool", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include input sub-vars] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:166 Friday 23 February 2024 20:47:01 +0000 (0:00:00.035) 0:00:32.350 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run input sub-tasks] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:177 Friday 23 February 2024 20:47:01 +0000 (0:00:00.016) 0:00:32.366 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Include output sub-vars] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:192 Friday 23 February 2024 20:47:01 +0000 (0:00:00.055) 0:00:32.422 ******* 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-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/vars/outputs/files/main.yml" ], "ansible_loop_var": "output_item", "changed": false, "output_item": { "name": "default_files", "type": "files" } } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Run output sub-tasks] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:204 Friday 23 February 2024 20:47:01 +0000 (0:00:00.034) 0:00:32.456 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml for sut => (item={'name': 'default_files', 'type': 'files'}) TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update files output packages and generate configuration files in /etc/rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:3 Friday 23 February 2024 20:47:01 +0000 (0:00:00.045) 0:00:32.502 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Friday 23 February 2024 20:47:01 +0000 (0:00:00.040) 0:00:32.542 ******* skipping: [sut] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Friday 23 February 2024 20:47:01 +0000 (0:00:00.027) 0:00:32.570 ******* 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 [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32 Friday 23 February 2024 20:47:02 +0000 (0:00:00.625) 0:00:33.196 ******* ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([])", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([])", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([])", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": { "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, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "follow": true, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36 Friday 23 February 2024 20:47:02 +0000 (0:00:00.041) 0:00:33.238 ******* 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, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-files-modules", "sections": [ { "comment": "Log messages into files with traditional, syslog, or default format", "options": "module(load=\"builtin:omfile\")\n" } ], "type": "modules" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Create files output configuration file /etc/rsyslog.d/output-files-default_files] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/outputs/files/main.yml:11 Friday 23 February 2024 20:47:02 +0000 (0:00:00.043) 0:00:33.281 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml for sut TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:4 Friday 23 February 2024 20:47:02 +0000 (0:00:00.058) 0:00:33.340 ******* skipping: [sut] => { "changed": false, "false_condition": "__rsyslog_packages | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 Friday 23 February 2024 20:47:02 +0000 (0:00:00.030) 0:00:33.371 ******* 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 [fedora.linux_system_roles.private_logging_subrole_rsyslog : Add deployed templates to global list] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:32 Friday 23 February 2024 20:47:03 +0000 (0:00:00.653) 0:00:34.024 ******* ok: [sut] => { "ansible_facts": { "__rsyslog_template_results": [ { "changed": false, "msg": "All items skipped", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([])", "inner_item": { "comment": "Global options", "filename": "00-global.conf", "options": "global(\n workDirectory=\"/var/lib/rsyslog\"\n maxMessageSize=\"8192\"\n)\n" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([])", "inner_item": { "name": "local-modules", "sections": [ { "options": "# Mark message periodically by immark, if set to true.\nmodule(load=\"immark\" interval=\"3600\")" } ], "state": "absent", "type": "modules" }, "skip_reason": "Conditional result was False", "skipped": true }, { "ansible_loop_var": "inner_item", "changed": false, "false_condition": "rsyslog_inputs | d([])", "inner_item": { "name": "common-defaults", "sections": [ { "comment": "Log every message", "options": "$RepeatedMsgReduction off" } ], "type": "global" }, "skip_reason": "Conditional result was False", "skipped": true } ], "skipped": true }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "bcf2fc3de5f51237535db7e7c8faf735f0c5adf8", "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "diff": { "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, "dest": "/etc/rsyslog.d/10-output-files-modules.conf", "follow": true, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/10-output-files-modules.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 151, "state": "file", "uid": 0 } ], "skipped": false }, { "changed": false, "msg": "All items completed", "results": [ { "ansible_loop_var": "inner_item", "changed": false, "checksum": "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, "dest": "/etc/rsyslog.d/30-output-files-default_files.conf", "follow": true, "force": false, "group": "root", "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": "/etc/rsyslog.d/30-output-files-default_files.conf", "secontext": "system_u:object_r:syslog_conf_t:s0", "size": 1152, "state": "file", "uid": 0 } ], "skipped": false } ] }, "changed": false } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Remove role config files from rsyslog.d] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:36 Friday 23 February 2024 20:47:03 +0000 (0:00:00.033) 0:00:34.057 ******* 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, "false_condition": "(not __rsyslog_enabled | bool) or (inner_item.state | d('present') == 'absent')", "inner_item": { "name": "output-files-default_files", "sections": [ { "options": "ruleset(name=\"default_files\") {\n # Log all kernel messages to the console.\n # Logging much else clutters up the screen.\n kern.* /dev/console\n # Log anything (except mail) of level info or higher.\n # Don't log private authentication messages!\n *.info;mail.none;authpriv.none;cron.none /var/log/messages\n # The authpriv file has restricted access.\n authpriv.* /var/log/secure\n # Log all the mail messages in one place.\n mail.* -/var/log/maillog\n # Log cron stuff\n cron.* -/var/log/cron\n # Everybody gets emergency messages\n *.emerg :omusrmsg:*\n # Save news errors of level crit and higher in a special file.\n uucp,news.crit /var/log/spooler\n # Save boot messages also to boot.log\n local7.* /var/log/boot.log\n}\n" } ], "state": "present", "type": "output" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get rsyslog config files not owned by any package] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:217 Friday 23 February 2024 20:47:03 +0000 (0:00:00.074) 0:00:34.131 ******* 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.081656", "end": "2024-02-23 20:47:03.605425", "failed_when_result": false, "rc": 0, "start": "2024-02-23 20:47:03.523769" } STDOUT: /etc/rsyslog.d/00-global.conf /etc/rsyslog.d/05-common-defaults.conf /etc/rsyslog.d/10-output-files-modules.conf /etc/rsyslog.d/30-output-files-default_files.conf /etc/rsyslog.d/90-input-basics-basic_input.conf TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234 Friday 23 February 2024 20:47:03 +0000 (0:00:00.346) 0:00:34.478 ******* 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/90-input-basics-basic_input.conf) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "path": "/etc/rsyslog.d/90-input-basics-basic_input.conf", "state": "absent" } changed: [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" } Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. Notification for handler Restart rsyslogd has been saved. TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy custom config files if they are specified in rsyslog_custom_config_files variable array.] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:254 Friday 23 February 2024 20:47:04 +0000 (0:00:00.764) 0:00:35.243 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check tls is enabled in forwards output or remote input and logging_pki_files] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:275 Friday 23 February 2024 20:47:04 +0000 (0:00:00.024) 0:00:35.267 ******* skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => (item=[]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item | length > 0", "item": [], "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local ca_cert file to the target if needed] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:283 Friday 23 February 2024 20:47:04 +0000 (0:00:00.039) 0:00:35.307 ******* skipping: [sut] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local cert file to the target if needed] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:295 Friday 23 February 2024 20:47:04 +0000 (0:00:00.062) 0:00:35.369 ******* skipping: [sut] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Copy local key file to the target if needed] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:307 Friday 23 February 2024 20:47:04 +0000 (0:00:00.034) 0:00:35.403 ******* skipping: [sut] => { "changed": false, "false_condition": "__logging_forwards_tls | length > 0 or __logging_remote_tls | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319 Friday 23 February 2024 20:47:04 +0000 (0:00:00.032) 0:00:35.436 ******* changed: [sut] => { "changed": true, "enabled": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2024-02-23 20:46:46 UTC", "ActiveEnterTimestampMonotonic": "692347092", "ActiveExitTimestamp": "Fri 2024-02-23 20:46:54 UTC", "ActiveExitTimestampMonotonic": "700378431", "ActiveState": "inactive", "After": "system.slice basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-02-23 20:46:46 UTC", "AssertTimestampMonotonic": "692335807", "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": "5314000", "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": "Fri 2024-02-23 20:46:46 UTC", "ConditionTimestampMonotonic": "692335803", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2024-02-23 20:46:54 UTC", "ExecMainExitTimestampMonotonic": "700379763", "ExecMainPID": "6194", "ExecMainStartTimestamp": "Fri 2024-02-23 20:46:46 UTC", "ExecMainStartTimestampMonotonic": "692343143", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/kill ; argv[]=/usr/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "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": "Fri 2024-02-23 20:46:54 UTC", "InactiveEnterTimestampMonotonic": "700379934", "InactiveExitTimestamp": "Fri 2024-02-23 20:46:46 UTC", "InactiveExitTimestampMonotonic": "692343612", "InvocationID": "f18895d7176046faae367d9b27bad8a6", "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": "14770", "LimitNPROCSoft": "14770", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14770", "LimitSIGPENDINGSoft": "14770", "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", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "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", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Fri 2024-02-23 20:46:54 UTC", "StateChangeTimestampMonotonic": "700379934", "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": "4431", "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 [fedora.linux_system_roles.private_logging_subrole_rsyslog : Disable rsyslog service] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:328 Friday 23 February 2024 20:47:05 +0000 (0:00:00.471) 0:00:35.908 ******* skipping: [sut] => { "changed": false, "false_condition": "not __rsyslog_enabled | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Check rsyslog version] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:337 Friday 23 February 2024 20:47:05 +0000 (0:00:00.027) 0:00:35.935 ******* skipping: [sut] => { "false_condition": "__rsyslog_failed_validation | d(false)" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : See if there are any config files] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:349 Friday 23 February 2024 20:47:05 +0000 (0:00:00.026) 0:00:35.961 ******* skipping: [sut] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Get mode of rsyslog.conf if it exists] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:356 Friday 23 February 2024 20:47:05 +0000 (0:00:00.027) 0:00:35.988 ******* skipping: [sut] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:362 Friday 23 February 2024 20:47:05 +0000 (0:00:00.030) 0:00:36.019 ******* skipping: [sut] => { "changed": false, "false_condition": "__rsyslog_generate_conf | bool", "skip_reason": "Conditional result was False" } TASK [Force all notified handlers to run at this point, not waiting for normal sync points] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:90 Friday 23 February 2024 20:47:05 +0000 (0:00:00.045) 0:00:36.064 ******* NOTIFIED HANDLER fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd for sut META: triggered running handlers for sut RUNNING HANDLER [fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd] *** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 Friday 23 February 2024 20:47:05 +0000 (0:00:00.017) 0:00:36.082 ******* changed: [sut] => { "changed": true, "name": "rsyslog", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:syslogd_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2024-02-23 20:47:05 UTC", "ActiveEnterTimestampMonotonic": "710994932", "ActiveExitTimestamp": "Fri 2024-02-23 20:46:54 UTC", "ActiveExitTimestampMonotonic": "700378431", "ActiveState": "active", "After": "system.slice basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-02-23 20:47:05 UTC", "AssertTimestampMonotonic": "710982652", "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": "31764000", "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": "Fri 2024-02-23 20:47:05 UTC", "ConditionTimestampMonotonic": "710982647", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/rsyslog.service", "ControlGroupId": "6571", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "System Logging Service", "DevicePolicy": "auto", "Documentation": "\"man:rsyslogd(8)\" https://www.rsyslog.com/doc/", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/rsyslog (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "6813", "ExecMainStartTimestamp": "Fri 2024-02-23 20:47:05 UTC", "ExecMainStartTimestampMonotonic": "710990147", "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=[Fri 2024-02-23 20:47:05 UTC] ; stop_time=[n/a] ; pid=6813 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/rsyslogd ; argv[]=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS ; flags= ; start_time=[Fri 2024-02-23 20:47:05 UTC] ; stop_time=[n/a] ; pid=6813 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/rsyslog.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "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": "Fri 2024-02-23 20:46:54 UTC", "InactiveEnterTimestampMonotonic": "700379934", "InactiveExitTimestamp": "Fri 2024-02-23 20:47:05 UTC", "InactiveExitTimestampMonotonic": "710990556", "InvocationID": "1aa13db9b6184526905e0475f4a72a25", "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": "14770", "LimitNPROCSoft": "14770", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14770", "LimitSIGPENDINGSoft": "14770", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "6813", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1196032", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "rsyslog.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "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", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Fri 2024-02-23 20:47:05 UTC", "StateChangeTimestampMonotonic": "710994932", "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": "4431", "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 [Check ports managed by firewall and selinux] ***************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:93 Friday 23 February 2024 20:47:06 +0000 (0:00:00.916) 0:00:36.998 ******* included: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/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-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_firewall_selinux.yml:3 Friday 23 February 2024 20:47:06 +0000 (0:00:00.036) 0:00:37.034 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Check firewall port status (manage - tcp)] ******************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_firewall_selinux.yml:13 Friday 23 February 2024 20:47:06 +0000 (0:00:00.028) 0:00:37.063 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check firewall port status (manage - udp)] ******************************* task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_firewall_selinux.yml:22 Friday 23 February 2024 20:47:06 +0000 (0:00:00.016) 0:00:37.079 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - tcp)] *************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_firewall_selinux.yml:34 Friday 23 February 2024 20:47:06 +0000 (0:00:00.014) 0:00:37.094 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check associated selinux ports (manage - udp)] *************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tasks/check_firewall_selinux.yml:44 Friday 23 February 2024 20:47:06 +0000 (0:00:00.050) 0:00:37.144 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Check if /dev/log is present] ******************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:96 Friday 23 February 2024 20:47:06 +0000 (0:00:00.015) 0:00:37.160 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Stop journald units] ***************************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:109 Friday 23 February 2024 20:47:06 +0000 (0:00:00.232) 0:00:37.393 ******* changed: [sut] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2024-02-23 20:35:31 UTC", "ActiveEnterTimestampMonotonic": "17002197", "ActiveExitTimestamp": "Fri 2024-02-23 20:35:30 UTC", "ActiveExitTimestampMonotonic": "16842098", "ActiveState": "active", "After": "systemd-journald-dev-log.socket systemd-journald.socket systemd-journald-audit.socket syslog.socket -.mount system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-02-23 20:35:14 UTC", "AssertTimestampMonotonic": "859502", "Before": "systemd-tmpfiles-setup.service sysinit.target systemd-journal-flush.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "470462000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime fdstore", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-02-23 20:35:14 UTC", "ConditionTimestampMonotonic": "859496", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/systemd-journald.service", "ControlGroupId": "1852", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Journal Service", "DeviceAllow": "char-* rw", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "466", "ExecMainStartTimestamp": "Fri 2024-02-23 20:35:30 UTC", "ExecMainStartTimestampMonotonic": "16910570", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/systemd-journald.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", "IPAddressDeny": "0.0.0.0/0 ::/0", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journald.service", "IgnoreOnIsolate": "yes", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2024-02-23 20:35:30 UTC", "InactiveEnterTimestampMonotonic": "16842098", "InactiveExitTimestamp": "Fri 2024-02-23 20:35:30 UTC", "InactiveExitTimestampMonotonic": "16850338", "InvocationID": "5891d03f4cdd49179e29393595a0629e", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "524288", "LimitNPROC": "14770", "LimitNPROCSoft": "14770", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14770", "LimitSIGPENDINGSoft": "14770", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "466", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "9314304", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "14", "NRestarts": "1", "NUMAPolicy": "n/a", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-250", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassEnvironment": "TERM", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "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": "systemd-journald.socket -.mount system.slice", "RequiresMountsFor": "/run/systemd/journal", "Restart": "always", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "0", "RestartUSecNext": "0", "RestrictAddressFamilies": "AF_NETLINK AF_UNIX", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectory": "systemd/journal", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "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]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Fri 2024-02-23 20:35:31 UTC", "StateChangeTimestampMonotonic": "17002197", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl arm_fadvise64_64 bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall riscv_flush_icache rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4431", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald-dev-log.socket systemd-journald-audit.socket systemd-journald.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target systemd-journal-flush.service initrd-switch-root.target", "Wants": "systemd-journald-dev-log.socket systemd-journald-audit.socket systemd-journald.socket", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } failed: [sut] (item=systemd-journald.socket) => { "ansible_loop_var": "item", "changed": false, "item": "systemd-journald.socket" } MSG: Unable to stop service systemd-journald.socket: Job for systemd-journald.socket canceled. changed: [sut] => (item=systemd-journald-dev-log.socket) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald-dev-log.socket", "name": "systemd-journald-dev-log.socket", "state": "stopped", "status": { "Accept": "no", "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Fri 2024-02-23 20:35:14 UTC", "ActiveEnterTimestampMonotonic": "857850", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "system.slice -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2024-02-23 20:35:14 UTC", "AssertTimestampMonotonic": "857717", "Backlog": "2147483647", "Before": "sockets.target systemd-journald.service", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "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": "no", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2024-02-23 20:35:14 UTC", "ConditionTimestampMonotonic": "857716", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/systemd-journald-dev-log.socket", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Journal Socket (/dev/log)", "DevicePolicy": "auto", "DirectoryMode": "0755", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorName": "systemd-journald-dev-log.socket", "FinalKillSignal": "9", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/systemd-journald-dev-log.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "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]", "IPTOS": "-1", "IPTTL": "-1", "Id": "systemd-journald-dev-log.socket", "IgnoreOnIsolate": "yes", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Fri 2024-02-23 20:35:14 UTC", "InactiveExitTimestampMonotonic": "857850", "InvocationID": "2885ed3fbdf34ffe8bbc482fb037cf13", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KeyringMode": "shared", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "14770", "LimitNPROCSoft": "14770", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14770", "LimitSIGPENDINGSoft": "14770", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "/run/systemd/journal/dev-log (Datagram)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapMax": "infinity", "MemoryZSwapMax": "infinity", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAPolicy": "n/a", "Names": "systemd-journald-dev-log.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassCredentials": "yes", "PassPacketInfo": "no", "PassSecurity": "yes", "Perpetual": "no", "PipeSize": "0", "PollLimitBurst": "15", "PollLimitIntervalUSec": "2s", "Priority": "-1", "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", "ReceiveBuffer": "8388608", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/run/systemd/journal/dev-log", "RestartKillSignal": "15", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "ReusePort": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "8388608", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "SocketMode": "0666", "SocketProtocol": "0", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "18446744073709551615", "StartupMemoryLow": "0", "StartupMemoryMax": "18446744073709551615", "StartupMemorySwapMax": "18446744073709551615", "StartupMemoryZSwapMax": "18446744073709551615", "StateChangeTimestamp": "Fri 2024-02-23 20:47:07 UTC", "StateChangeTimestampMonotonic": "713504982", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "Symlinks": "/dev/log", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4431", "TimeoutCleanUSec": "infinity", "TimeoutUSec": "45s", "TimerSlackNSec": "50000", "Timestamping": "us", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "20", "TriggerLimitIntervalUSec": "2s", "Triggers": "systemd-journald.service", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sockets.target systemd-journald.service", "WatchdogSignal": "6", "Writable": "no" } } TASK [Check journal for errors] ************************************************ task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:127 Friday 23 February 2024 20:47:07 +0000 (0:00:01.371) 0:00:38.764 ******* ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.048637", "end": "2024-02-23 20:47:08.183020", "rc": 0, "start": "2024-02-23 20:47:08.134383" } STDOUT: Feb 23 20:42:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:42:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm kernel: audit: type=1131 audit(1708720931.969:898): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:42:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[600]: USER_MAC_POLICY_LOAD pid=600 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: op=load_policy lsm=selinux seqno=2 res=1 exe="/usr/bin/dbus-broker" sauid=81 hostname=? addr=? terminal=?' Feb 23 20:42:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm kernel: audit: type=2310 audit(1708720931.970:899): pid=600 uid=81 auid=4294967295 ses=4294967295 subj=system_u:system_r:system_dbusd_t:s0-s0:c0.c1023 msg='avc: op=load_policy lsm=selinux seqno=2 res=1 exe="/usr/bin/dbus-broker" sauid=81 hostname=? addr=? terminal=?' Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Starting auditd.service - Security Auditing Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 2247. Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm auditd[3528]: No plugins found, not dispatching events Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: CONFIG_CHANGE op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: CONFIG_CHANGE op=set audit_pid=3528 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm auditd[3528]: Init complete, auditd 3.1.2 listening for events (startup state enable) Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm augenrules[3531]: /sbin/augenrules: No change Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: CONFIG_CHANGE auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 op=remove_rule key=(null) list=1 res=1 Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: CONFIG_CHANGE auid=4294967295 ses=4294967295 subj=system_u:system_r:unconfined_service_t:s0 op=add_rule key=(null) list=1 res=1 Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm augenrules[3542]: No rules Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Started auditd.service - Security Auditing Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 2247. Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3547 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3563]: ansible-stat Invoked with path=/etc/NetworkManager/conf.d follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3566 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3582 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3604 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3620]: ansible-ansible.legacy.stat Invoked with path=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3621 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3637 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3654 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3670]: ansible-ansible.legacy.copy Invoked with dest=/etc/NetworkManager/conf.d/99-zzz-tft-workaround-dns-default.conf src=/root/.ansible/tmp/ansible-tmp-1708720934.2921572-11964-242628523307458/source _original_basename=tmpnd7e3ela follow=False checksum=0145f3ae57eef5aa08bbb678fedbb3edd001cd2d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3671 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:14 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3688 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3704]: ansible-ansible.legacy.command Invoked with _raw_params=if egrep '^name\s*=\s*fedora$' /etc/yum.repos.d/*.repo; then dnf config-manager --set-enabled fedora; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3707 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3723]: ansible-ansible.legacy.command Invoked with _raw_params=if egrep '^name\s*=\s*updates$' /etc/yum.repos.d/*.repo; then dnf config-manager --set-enabled updates; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3726 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3742]: ansible-ansible.legacy.command Invoked with _raw_params=dnf config-manager --set-enabled baseos-ci-tag-repository _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 23 20:42:15 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3745 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3761]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3772 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3788]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:16 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:17 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:17 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:17 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3790 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:17 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3806]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:42:17 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:17 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:17 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:17 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:42:17 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3808 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:42:18 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3824]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:42:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 23 20:42:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:42:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=110 op=UNLOAD Feb 23 20:42:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=109 op=UNLOAD Feb 23 20:42:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=108 op=UNLOAD Feb 23 20:43:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3892 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3908]: ansible-ansible.legacy.systemd Invoked with name=sshd state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopping sshd.service - OpenSSH server daemon... ░░ Subject: A stop job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 2251. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm sshd[858]: Received signal 15; terminating. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[858]: CRYPTO_KEY_USER pid=858 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=858 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: sshd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit sshd.service has successfully entered the 'dead' state. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped sshd.service - OpenSSH server daemon. ░░ Subject: A stop job for unit sshd.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit sshd.service has finished. ░░ ░░ The job identifier is 2251 and the job result is done. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped target sshd-keygen.target. ░░ Subject: A stop job for unit sshd-keygen.target has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit sshd-keygen.target has finished. ░░ ░░ The job identifier is 2342 and the job result is done. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopping sshd-keygen.target... ░░ Subject: A stop job for unit sshd-keygen.target has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit sshd-keygen.target has begun execution. ░░ ░░ The job identifier is 2342. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: ssh-host-keys-migration.service - Update OpenSSH host key permissions was skipped because of an unmet condition check (ConditionPathExists=!/var/lib/.ssh-host-keys-migration). ░░ Subject: A start job for unit ssh-host-keys-migration.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit ssh-host-keys-migration.service has finished successfully. ░░ ░░ The job identifier is 2336. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: sshd-keygen@ecdsa.service - OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 2338. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: sshd-keygen@ed25519.service - OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 2341. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: sshd-keygen@rsa.service - OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 2340. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 2342. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Starting sshd.service - OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 2251. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm (sshd)[3912]: sshd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm sshd[3912]: Server listening on 0.0.0.0 port 22. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm sshd[3912]: Server listening on :: port 22. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Started sshd.service - OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 2251. Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3913 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3931 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3948 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:43:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[3964]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 23 20:43:32 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:32 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:32 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:32 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:32 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=3988 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:43:32 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4004]: ansible-service_facts Invoked Feb 23 20:43:34 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:34 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:34 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:34 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:34 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4112 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:43:34 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4128]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:43:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4130 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:43:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4146]: ansible-ansible.legacy.command Invoked with _raw_params=if [ $(find /etc/yum.repos.d/ -name 'epel.repo' | wc -l ) -gt 0 ]; then dnf config-manager --set-disabled epel; fi _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:43:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4151 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:43:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4167]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:43:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:43:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4169 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:43:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4185]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:44:49 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:49 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4249 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4267 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4284 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:44:50 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4300]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 23 20:44:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4323 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:44:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4339]: ansible-service_facts Invoked Feb 23 20:44:53 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:53 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:53 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:53 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:53 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4447 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:44:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4463]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:44:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4465 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4483 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4500 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:44:56 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4516]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 23 20:44:56 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:56 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:56 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:56 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:56 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4539 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:44:56 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4555]: ansible-ansible.legacy.dnf Invoked with name=['ca-certificates'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 23 20:44:58 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:58 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:58 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:58 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:44:58 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4558 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:44:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4574]: ansible-ansible.legacy.dnf Invoked with name=['curl'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 23 20:45:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4577 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4593]: ansible-ansible.legacy.command Invoked with _raw_params=curl -skL -o /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem https://certs.corp.redhat.com/certs/Current-IT-Root-CAs.pem _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:45:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4596 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4612]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:45:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4623 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4639]: ansible-ansible.legacy.command Invoked with _raw_params=bash -c 'update-ca-trust extract' _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4650 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4666]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://gitlab.cee.redhat.com _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4669 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4685]: ansible-ansible.legacy.command Invoked with _raw_params=curl -v https://beaker.engineering.redhat.com/ _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:45:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4688 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4704]: ansible-service_facts Invoked Feb 23 20:45:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4812 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4828]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:45:08 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:08 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:08 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:08 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:08 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4830 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:08 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4846]: ansible-service_facts Invoked Feb 23 20:45:10 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:10 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:10 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:10 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:10 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4954 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4970]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -qa _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4972 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[4988]: ansible-ansible.legacy.command Invoked with _raw_params=for repofile in $(ls -1 /etc/yum.repos.d/); do echo "# vvvvv $repofile vvvvv vvvvv"; cat "/etc/yum.repos.d/$repofile"; echo "# ^^^^^ ^^^^^ ^^^^^ ^^^^^"; echo ""; done _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:11 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=4999 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5015]: ansible-ansible.legacy.command Invoked with _raw_params=yum -q repolist _uses_shell=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5017 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5033]: ansible-lineinfile Invoked with path=/etc/dnf/dnf.conf regexp=^best= line=best=False state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:12 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5034 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5050]: ansible-ansible.legacy.command Invoked with _raw_params=dnf clean all --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:45:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:45:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5052 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:45:13 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5068]: ansible-ansible.legacy.command Invoked with _raw_params=dnf makecache --enablerepo=* _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:46:27 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:27 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5136 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5154 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5171 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:29 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5187]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 23 20:46:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:30 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5212 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5228]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 23 20:46:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5229 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:31 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5245]: ansible-ansible.legacy.dnf Invoked with name=['iproute', 'rsyslog'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-r8173e725b1fb4c02916026cbc5df9944 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Started run-r8173e725b1fb4c02916026cbc5df9944.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r8173e725b1fb4c02916026cbc5df9944.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit run-r8173e725b1fb4c02916026cbc5df9944.service has finished successfully. ░░ ░░ The job identifier is 2343. Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 2428. Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Reloading requested from client PID 5276 ('systemctl') (unit session-6.scope)... Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Reloading... Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Reloading finished in 609 ms. Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=111 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=87 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=112 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=113 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=88 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=89 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=114 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=90 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=115 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=91 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=116 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=92 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=117 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=93 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=118 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=119 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=94 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=95 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=120 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=121 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=96 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=97 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=122 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=98 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=123 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=124 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=99 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=100 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=125 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=101 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=126 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=102 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=127 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=128 op=LOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=103 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=104 op=UNLOAD Feb 23 20:46:35 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Feb 23 20:46:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 23 20:46:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 2428. Feb 23 20:46:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: run-r8173e725b1fb4c02916026cbc5df9944.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-r8173e725b1fb4c02916026cbc5df9944.service has successfully entered the 'dead' state. Feb 23 20:46:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-r8173e725b1fb4c02916026cbc5df9944 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:36 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5330 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5346]: ansible-package_facts Invoked with manager=['auto'] strategy=first Feb 23 20:46:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:37 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5347 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5363]: ansible-file Invoked with state=directory path=/etc/rsyslog.d mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5364 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5380]: ansible-file Invoked with state=directory path=/var/lib/rsyslog mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5381 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5397]: ansible-file Invoked with state=directory path=/var/log owner=root group=root mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:38 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5398 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5414 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5436 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5452]: ansible-ansible.legacy.stat Invoked with path=/etc/rsyslog.d/00-global.conf follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5453 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5469 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5486 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5502]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1708721199.148228-13383-40805038709902/source dest=/etc/rsyslog.d/00-global.conf owner=root group=root mode=0644 follow=False _original_basename=rules.conf.j2 checksum=01785a86b4dbac8d6fa956de9fe2565e9b46e79b backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5503 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5520 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5536 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:39 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5558 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5574]: ansible-ansible.legacy.stat Invoked with path=/etc/rsyslog.d/05-common-defaults.conf follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5575 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5591 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5608 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5624]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1708721199.8182628-13383-259101508476102/source dest=/etc/rsyslog.d/05-common-defaults.conf owner=root group=root mode=0644 follow=False _original_basename=rules.conf.j2 checksum=cd87491589393ab4a5f556a614493c4c27a80733 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5625 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5642 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5658 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:40 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5680 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5696]: ansible-ansible.legacy.stat Invoked with path=/etc/rsyslog.d/90-input-basics-basic_input.conf follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5697 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5713 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5730 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5746]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1708721200.927424-13413-168740663345130/source dest=/etc/rsyslog.d/90-input-basics-basic_input.conf owner=root group=root mode=0644 follow=False _original_basename=rules.conf.j2 checksum=ae2ef12b43d3556bc234e2dc686fd3b61066be68 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5747 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5764 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5780 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:41 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5802 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5818]: ansible-ansible.legacy.stat Invoked with path=/etc/rsyslog.d/10-output-files-modules.conf follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5819 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5835 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5852 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5868]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1708721201.8997493-13428-146507258215056/source dest=/etc/rsyslog.d/10-output-files-modules.conf owner=root group=root mode=0644 follow=False _original_basename=rules.conf.j2 checksum=bcf2fc3de5f51237535db7e7c8faf735f0c5adf8 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5869 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5886 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5902 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5924 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5940]: ansible-ansible.legacy.stat Invoked with path=/etc/rsyslog.d/30-output-files-default_files.conf follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:42 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5941 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5957 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5974 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[5990]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1708721202.7258272-13441-224152576278895/source dest=/etc/rsyslog.d/30-output-files-default_files.conf owner=root group=root mode=0644 follow=False _original_basename=rules.conf.j2 checksum=6b34ddb09de551bdabe9619872f9bfc26e0cf895 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=5991 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:43 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6008 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6024]: ansible-ansible.legacy.systemd Invoked with name=rsyslog enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Starting rsyslog.service - System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 2513. Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Started rsyslog.service - System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 2513. Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6032 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6048]: ansible-stat Invoked with path=/etc/rsyslog.conf follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6051 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:44 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6067 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6089 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6105]: ansible-ansible.legacy.stat Invoked with path=/etc/rsyslog.conf follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6108 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6124 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6141 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6157]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1708721204.9906902-13466-53925114882136/source dest=/etc/rsyslog.conf mode=0644 follow=False _original_basename=rsyslog.conf.j2 checksum=5fe705203b62f654be0460d9893da023dbffb94d backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6158 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:45 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6175 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6191]: ansible-ansible.legacy.systemd Invoked with name=rsyslog state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopping rsyslog.service - System Logging Service... ░░ Subject: A stop job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 2598. Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: rsyslog.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit rsyslog.service has successfully entered the 'dead' state. Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped rsyslog.service - System Logging Service. ░░ Subject: A stop job for unit rsyslog.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit rsyslog.service has finished. ░░ ░░ The job identifier is 2598 and the job result is done. Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Starting rsyslog.service - System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 2598. Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Started rsyslog.service - System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 2598. Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6197 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6213]: ansible-stat Invoked with path=/etc/rsyslog.conf follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6216 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:46 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6232]: ansible-find Invoked with paths=['/etc/rsyslog.d'] patterns=['[0-9][0-9]-*.conf', '*.template', '*.remote', '*.rulebase'] read_whole_file=False file_type=file age_stamp=mtime recurse=False hidden=False follow=False get_checksum=False use_regex=False exact_mode=True excludes=None contains=None age=None size=None depth=None mode=None Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6233 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6249]: ansible-stat Invoked with path=/etc/rsyslog.d/30-output-files-default_files.conf follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6252 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:47 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6268]: ansible-ansible.legacy.command Invoked with _raw_params=/bin/grep '\\*.info;mail.none;authpriv.none;cron.none.*/var/log/messages' /etc/rsyslog.d/30-output-files-default_files.conf _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:46:48 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:48 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:48 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:48 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:48 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6270 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:48 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6286]: ansible-ansible.legacy.command Invoked with _raw_params=/bin/logger -i -p local6.info -t testTag0 testMessage0 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:46:48 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:48 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:49 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:49 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:49 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6288 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:49 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6304]: ansible-ansible.legacy.command Invoked with _raw_params=/bin/grep testMessage0 /var/log/messages _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:46:49 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:49 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6306 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6322]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -V iproute _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6324 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6340]: ansible-ansible.legacy.command Invoked with _raw_params=rpm -V rsyslog _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6342 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:51 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6358]: ansible-ansible.legacy.dnf Invoked with name=['iproute', 'rsyslog'] state=absent allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: cloud-config.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit cloud-config.service has successfully entered the 'dead' state. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=cloud-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped cloud-config.service - Apply the settings specified in cloud-config. ░░ Subject: A stop job for unit cloud-config.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit cloud-config.service has finished. ░░ ░░ The job identifier is 2683 and the job result is done. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped target cloud-config.target - Cloud-config availability. ░░ Subject: A stop job for unit cloud-config.target has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit cloud-config.target has finished. ░░ ░░ The job identifier is 2684 and the job result is done. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: cloud-final.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit cloud-final.service has successfully entered the 'dead' state. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped cloud-final.service - Execute cloud user/final scripts. ░░ Subject: A stop job for unit cloud-final.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit cloud-final.service has finished. ░░ ░░ The job identifier is 2685 and the job result is done. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=cloud-final comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: cloud-init.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit cloud-init.service has successfully entered the 'dead' state. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped cloud-init.service - Initial cloud-init job (metadata service crawler). ░░ Subject: A stop job for unit cloud-init.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit cloud-init.service has finished. ░░ ░░ The job identifier is 2686 and the job result is done. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=cloud-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: cloud-init.service: Consumed 1.085s CPU time. ░░ Subject: Resources consumed by unit runtime ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit cloud-init.service completed and consumed the indicated resources. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped target cloud-init.target - Cloud-init target. ░░ Subject: A stop job for unit cloud-init.target has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit cloud-init.target has finished. ░░ ░░ The job identifier is 2687 and the job result is done. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: cloud-init-local.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit cloud-init-local.service has successfully entered the 'dead' state. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped cloud-init-local.service - Initial cloud-init job (pre-networking). ░░ Subject: A stop job for unit cloud-init-local.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit cloud-init-local.service has finished. ░░ ░░ The job identifier is 2688 and the job result is done. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=cloud-init-local comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopping rsyslog.service - System Logging Service... ░░ Subject: A stop job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 2689. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: rsyslog.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit rsyslog.service has successfully entered the 'dead' state. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped rsyslog.service - System Logging Service. ░░ Subject: A stop job for unit rsyslog.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit rsyslog.service has finished. ░░ ░░ The job identifier is 2689 and the job result is done. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-r56bf3fd98d304defbdc436c851d29769 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Started run-r56bf3fd98d304defbdc436c851d29769.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-r56bf3fd98d304defbdc436c851d29769.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit run-r56bf3fd98d304defbdc436c851d29769.service has finished successfully. ░░ ░░ The job identifier is 2690. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 2775. Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:54 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6374 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6390]: ansible-ansible.legacy.dnf Invoked with name=['iproute', 'rsyslog'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Feb 23 20:46:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 23 20:46:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 2775. Feb 23 20:46:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: run-r56bf3fd98d304defbdc436c851d29769.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-r56bf3fd98d304defbdc436c851d29769.service has successfully entered the 'dead' state. Feb 23 20:46:55 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-r56bf3fd98d304defbdc436c851d29769 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:58 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Started run-re6c875fdab444964b5926dcda1593a01.service - /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-re6c875fdab444964b5926dcda1593a01.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit run-re6c875fdab444964b5926dcda1593a01.service has finished successfully. ░░ ░░ The job identifier is 2860. Feb 23 20:46:58 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-re6c875fdab444964b5926dcda1593a01 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:58 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 2945. Feb 23 20:46:58 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Reloading requested from client PID 6415 ('systemctl') (unit session-6.scope)... Feb 23 20:46:58 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Reloading... Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Reloading finished in 560 ms. Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=129 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=111 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=130 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=131 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=112 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=113 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=132 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=114 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=133 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=115 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=134 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=116 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=135 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=117 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=136 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=137 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=118 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=119 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=138 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=139 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=120 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=121 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=140 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=122 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=141 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=142 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=123 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=124 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=143 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=125 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=144 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=126 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=145 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=146 op=LOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=127 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=128 op=UNLOAD Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Queuing reload/restart jobs for marked units… Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=man-db-cache-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 2945. Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: run-re6c875fdab444964b5926dcda1593a01.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit run-re6c875fdab444964b5926dcda1593a01.service has successfully entered the 'dead' state. Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=run-re6c875fdab444964b5926dcda1593a01 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6463 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:46:59 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6479]: ansible-package_facts Invoked with manager=['auto'] strategy=first Feb 23 20:47:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6480 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6496]: ansible-file Invoked with state=directory path=/etc/rsyslog.d mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:47:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:00 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6497 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6513]: ansible-file Invoked with state=directory path=/var/lib/rsyslog mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6514 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6530]: ansible-file Invoked with state=directory path=/var/log owner=root group=root mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6531 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6547 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:01 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6569 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6585]: ansible-ansible.legacy.stat Invoked with path=/etc/rsyslog.d/10-output-files-modules.conf follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6588 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6604]: ansible-ansible.legacy.file Invoked with owner=root group=root mode=0644 dest=/etc/rsyslog.d/10-output-files-modules.conf _original_basename=rules.conf.j2 recurse=False state=file path=/etc/rsyslog.d/10-output-files-modules.conf force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6605 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6622 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6638 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6660 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6676]: ansible-ansible.legacy.stat Invoked with path=/etc/rsyslog.d/30-output-files-default_files.conf follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:02 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6679 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6695]: ansible-ansible.legacy.file Invoked with owner=root group=root mode=0644 dest=/etc/rsyslog.d/30-output-files-default_files.conf _original_basename=rules.conf.j2 recurse=False state=file path=/etc/rsyslog.d/30-output-files-default_files.conf force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _diff_peek=None src=None modification_time=None access_time=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6696 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6713 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6729]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail for conf in $( ls "/etc/rsyslog.d" ); do rstr=$( rpm -qf "/etc/rsyslog.d/$conf" 2>&1 || : ) if [[ "$rstr" == *"not owned by any package"* ]]; then echo "/etc/rsyslog.d/$conf" fi done _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6742 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6758]: ansible-file Invoked with path=/etc/rsyslog.d/00-global.conf state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:03 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6759 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6775]: ansible-file Invoked with path=/etc/rsyslog.d/90-input-basics-basic_input.conf state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6776 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6792]: ansible-file Invoked with path=/etc/rsyslog.d/05-common-defaults.conf state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6793 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:04 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6809]: ansible-ansible.legacy.systemd Invoked with name=rsyslog enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Feb 23 20:47:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Starting rsyslog.service - System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 3030. Feb 23 20:47:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Started rsyslog.service - System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 3030. Feb 23 20:47:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:47:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6817 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6833]: ansible-ansible.legacy.systemd Invoked with name=rsyslog state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Feb 23 20:47:05 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopping rsyslog.service - System Logging Service... ░░ Subject: A stop job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 3115. Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: rsyslog.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit rsyslog.service has successfully entered the 'dead' state. Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped rsyslog.service - System Logging Service. ░░ Subject: A stop job for unit rsyslog.service has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit rsyslog.service has finished. ░░ ░░ The job identifier is 3115 and the job result is done. Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Starting rsyslog.service - System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 3115. Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Started rsyslog.service - System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 3115. Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rsyslog comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6840 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6856]: ansible-stat Invoked with path=/dev/log follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6857 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6873]: ansible-ansible.legacy.systemd Invoked with name=systemd-journald.service state=stopped daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Feb 23 20:47:06 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd-journald[466]: Journal stopped ░░ Subject: The journal has been stopped ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The system journal process has shut down and closed all currently ░░ active journal files. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd-journald[466]: Received SIGTERM from PID 1 (systemd). Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopping systemd-journald.service - Journal Service... Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: systemd-journald.service: Deactivated successfully. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped systemd-journald.service - Journal Service. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Starting systemd-journald.service - Journal Service... Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd-journald[6891]: Collecting audit messages is enabled. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd-journald[6891]: Journal started ░░ Subject: The journal has been started ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The system journal process has started up, opened the journal ░░ files for writing and is now ready to process requests. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd-journald[6891]: System Journal (/var/log/journal/9da59245388c4d6bafd999f1e3e7c885) is 12.4M, max 4.0G, 3.9G free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ System Journal (/var/log/journal/9da59245388c4d6bafd999f1e3e7c885) is currently using 12.4M. ░░ Maximum allowed usage is set to 4.0G. ░░ Leaving at least 4.0G free (of currently available 233.8G of disk space). ░░ Enforced usage limit is thus 4.0G, of which 3.9G are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=129 op=UNLOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=147 op=LOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=148 op=LOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=149 op=LOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=130 op=UNLOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=131 op=UNLOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: CONFIG_CHANGE op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1 Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Started systemd-journald.service - Journal Service. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6892 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6908]: ansible-ansible.legacy.systemd Invoked with name=systemd-journald.socket state=stopped daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd-journald[6891]: Journal stopped ░░ Subject: The journal has been stopped ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The system journal process has shut down and closed all currently ░░ active journal files. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd-journald[6891]: Received SIGTERM from PID 1 (systemd). Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopping systemd-journald.service - Journal Service... Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: systemd-journald.service: Deactivated successfully. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Stopped systemd-journald.service - Journal Service. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Starting systemd-journald.service - Journal Service... Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd-journald[6912]: Collecting audit messages is enabled. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd-journald[6912]: Journal started ░░ Subject: The journal has been started ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The system journal process has started up, opened the journal ░░ files for writing and is now ready to process requests. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd-journald[6912]: System Journal (/var/log/journal/9da59245388c4d6bafd999f1e3e7c885) is 12.4M, max 4.0G, 3.9G free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ System Journal (/var/log/journal/9da59245388c4d6bafd999f1e3e7c885) is currently using 12.4M. ░░ Maximum allowed usage is set to 4.0G. ░░ Leaving at least 4.0G free (of currently available 233.8G of disk space). ░░ Enforced usage limit is thus 4.0G, of which 3.9G are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=150 op=LOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=151 op=LOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=147 op=UNLOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=152 op=LOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=148 op=UNLOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: BPF prog-id=149 op=UNLOAD Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6913 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit: CONFIG_CHANGE op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1 Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Started systemd-journald.service - Journal Service. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6929]: ansible-ansible.legacy.systemd Invoked with name=systemd-journald-dev-log.socket state=stopped daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: systemd-journald-dev-log.socket: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit systemd-journald-dev-log.socket has successfully entered the 'dead' state. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm systemd[1]: Closed systemd-journald-dev-log.socket - Journal Socket (/dev/log). ░░ Subject: A stop job for unit systemd-journald-dev-log.socket has finished ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A stop job for unit systemd-journald-dev-log.socket has finished. ░░ ░░ The job identifier is 3217 and the job result is done. Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_END pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGOUT pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_LOGIN pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: USER_START pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=ssh res=success' Feb 23 20:47:07 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm audit[995]: CRYPTO_KEY_USER pid=995 uid=0 auid=0 ses=6 subj=system_u:system_r:sshd_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:10:e4:c4:96:2a:2f:c6:33:03:23:62:e2:b3:00:84:e0:4c:92:fa:87:98:c9:2f:8e:b0:6b:eb:52:88:1f:a1:ac direction=? spid=6932 suid=0 exe="/usr/sbin/sshd" hostname=? addr=10.29.163.182 terminal=? res=success' Feb 23 20:47:08 bec2e996-e2fd-4b85-810b-6b55875869a5.testing-farm python3[6948]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Fail] ******************************************************************** task path: /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:131 Friday 23 February 2024 20:47:08 +0000 (0:00:00.304) 0:00:39.069 ******* fatal: [sut]: FAILED! => { "changed": false } MSG: {'results': [{'name': 'systemd-journald.service', 'changed': True, 'status': {'Type': 'notify', 'ExitType': 'main', 'Restart': 'always', 'RestartMode': 'normal', 'NotifyAccess': 'main', 'RestartUSec': '0', 'RestartSteps': '0', 'RestartMaxDelayUSec': 'infinity', 'RestartUSecNext': '0', 'TimeoutStartUSec': '45s', 'TimeoutStopUSec': '45s', 'TimeoutAbortUSec': '45s', 'TimeoutStartFailureMode': 'terminate', 'TimeoutStopFailureMode': 'abort', 'RuntimeMaxUSec': 'infinity', 'RuntimeRandomizedExtraUSec': '0', 'WatchdogUSec': '0', 'WatchdogTimestampMonotonic': '0', 'RootDirectoryStartOnly': 'no', 'RemainAfterExit': 'no', 'GuessMainPID': 'yes', 'MainPID': '466', 'ControlPID': '0', 'FileDescriptorStoreMax': '4224', 'NFileDescriptorStore': '14', 'FileDescriptorStorePreserve': 'restart', 'StatusText': 'Processing requests...', 'StatusErrno': '0', 'Result': 'success', 'ReloadResult': 'success', 'CleanResult': 'success', 'UID': '[not set]', 'GID': '[not set]', 'NRestarts': '1', 'OOMPolicy': 'stop', 'ReloadSignal': '1', 'ExecMainStartTimestamp': 'Fri 2024-02-23 20:35:30 UTC', 'ExecMainStartTimestampMonotonic': '16910570', 'ExecMainExitTimestampMonotonic': '0', 'ExecMainPID': '466', 'ExecMainCode': '0', 'ExecMainStatus': '0', 'ExecStart': '{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }', 'ExecStartEx': '{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }', 'Slice': 'system.slice', 'ControlGroup': '/system.slice/systemd-journald.service', 'ControlGroupId': '1852', 'MemoryCurrent': '9314304', 'MemoryAvailable': 'infinity', 'CPUUsageNSec': '470462000', 'TasksCurrent': '1', 'IPIngressBytes': '[no data]', 'IPIngressPackets': '[no data]', 'IPEgressBytes': '[no data]', 'IPEgressPackets': '[no data]', 'IOReadBytes': '18446744073709551615', 'IOReadOperations': '18446744073709551615', 'IOWriteBytes': '18446744073709551615', 'IOWriteOperations': '18446744073709551615', 'Delegate': 'no', 'CPUAccounting': 'yes', 'CPUWeight': '[not set]', 'StartupCPUWeight': '[not set]', 'CPUShares': '[not set]', 'StartupCPUShares': '[not set]', 'CPUQuotaPerSecUSec': 'infinity', 'CPUQuotaPeriodUSec': 'infinity', 'IOAccounting': 'no', 'IOWeight': '[not set]', 'StartupIOWeight': '[not set]', 'BlockIOAccounting': 'no', 'BlockIOWeight': '[not set]', 'StartupBlockIOWeight': '[not set]', 'MemoryAccounting': 'yes', 'DefaultMemoryLow': '0', 'DefaultStartupMemoryLow': '0', 'DefaultMemoryMin': '0', 'MemoryMin': '0', 'MemoryLow': '0', 'StartupMemoryLow': '0', 'MemoryHigh': 'infinity', 'StartupMemoryHigh': '18446744073709551615', 'MemoryMax': 'infinity', 'StartupMemoryMax': '18446744073709551615', 'MemorySwapMax': 'infinity', 'StartupMemorySwapMax': '18446744073709551615', 'MemoryZSwapMax': 'infinity', 'StartupMemoryZSwapMax': '18446744073709551615', 'MemoryLimit': 'infinity', 'DevicePolicy': 'auto', 'DeviceAllow': 'char-* rw', 'TasksAccounting': 'yes', 'TasksMax': '4431', 'IPAccounting': 'no', 'IPAddressDeny': '0.0.0.0/0 ::/0', 'ManagedOOMSwap': 'auto', 'ManagedOOMMemoryPressure': 'auto', 'ManagedOOMMemoryPressureLimit': '0', 'ManagedOOMPreference': 'none', 'MemoryPressureWatch': 'auto', 'MemoryPressureThresholdUSec': '200ms', 'PassEnvironment': 'TERM', 'UMask': '0022', 'LimitCPU': 'infinity', 'LimitCPUSoft': 'infinity', 'LimitFSIZE': 'infinity', 'LimitFSIZESoft': 'infinity', 'LimitDATA': 'infinity', 'LimitDATASoft': 'infinity', 'LimitSTACK': 'infinity', 'LimitSTACKSoft': '8388608', 'LimitCORE': 'infinity', 'LimitCORESoft': 'infinity', 'LimitRSS': 'infinity', 'LimitRSSSoft': 'infinity', 'LimitNOFILE': '524288', 'LimitNOFILESoft': '524288', 'LimitAS': 'infinity', 'LimitASSoft': 'infinity', 'LimitNPROC': '14770', 'LimitNPROCSoft': '14770', 'LimitMEMLOCK': '8388608', 'LimitMEMLOCKSoft': '8388608', 'LimitLOCKS': 'infinity', 'LimitLOCKSSoft': 'infinity', 'LimitSIGPENDING': '14770', 'LimitSIGPENDINGSoft': '14770', 'LimitMSGQUEUE': '819200', 'LimitMSGQUEUESoft': '819200', 'LimitNICE': '0', 'LimitNICESoft': '0', 'LimitRTPRIO': '0', 'LimitRTPRIOSoft': '0', 'LimitRTTIME': 'infinity', 'LimitRTTIMESoft': 'infinity', 'RootEphemeral': 'no', 'OOMScoreAdjust': '-250', 'CoredumpFilter': '0x33', 'Nice': '0', 'IOSchedulingClass': '2', 'IOSchedulingPriority': '4', 'CPUSchedulingPolicy': '0', 'CPUSchedulingPriority': '0', 'CPUAffinityFromNUMA': 'no', 'NUMAPolicy': 'n/a', 'TimerSlackNSec': '50000', 'CPUSchedulingResetOnFork': 'no', 'NonBlocking': 'no', 'StandardInput': 'null', 'StandardOutput': 'null', 'StandardError': 'inherit', 'TTYReset': 'no', 'TTYVHangup': 'no', 'TTYVTDisallocate': 'no', 'SyslogPriority': '30', 'SyslogLevelPrefix': 'yes', 'SyslogLevel': '6', 'SyslogFacility': '3', 'LogLevelMax': '-1', 'LogRateLimitIntervalUSec': '0', 'LogRateLimitBurst': '0', 'SecureBits': '0', 'CapabilityBoundingSet': 'cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read', 'DynamicUser': 'no', 'RemoveIPC': 'no', 'PrivateTmp': 'no', 'PrivateDevices': 'no', 'ProtectClock': 'yes', 'ProtectKernelTunables': 'no', 'ProtectKernelModules': 'no', 'ProtectKernelLogs': 'no', 'ProtectControlGroups': 'no', 'PrivateNetwork': 'no', 'PrivateUsers': 'no', 'PrivateMounts': 'no', 'PrivateIPC': 'no', 'ProtectHome': 'no', 'ProtectSystem': 'no', 'SameProcessGroup': 'no', 'UtmpMode': 'init', 'IgnoreSIGPIPE': 'yes', 'NoNewPrivileges': 'yes', 'SystemCallFilter': '_llseek _newselect accept accept4 access add_key alarm arch_prctl arm_fadvise64_64 bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall riscv_flush_icache rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev', 'SystemCallArchitectures': 'native', 'SystemCallErrorNumber': '1', 'LockPersonality': 'yes', 'RestrictAddressFamilies': 'AF_NETLINK AF_UNIX', 'RuntimeDirectoryPreserve': 'yes', 'RuntimeDirectoryMode': '0755', 'RuntimeDirectory': 'systemd/journal', 'StateDirectoryMode': '0755', 'CacheDirectoryMode': '0755', 'LogsDirectoryMode': '0755', 'ConfigurationDirectoryMode': '0755', 'TimeoutCleanUSec': 'infinity', 'MemoryDenyWriteExecute': 'yes', 'RestrictRealtime': 'yes', 'RestrictSUIDSGID': 'yes', 'RestrictNamespaces': 'yes', 'MountAPIVFS': 'no', 'KeyringMode': 'private', 'ProtectProc': 'default', 'ProcSubset': 'all', 'ProtectHostname': 'no', 'MemoryKSM': 'no', 'RootImagePolicy': 'root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent', 'MountImagePolicy': 'root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent', 'ExtensionImagePolicy': 'root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent', 'KillMode': 'control-group', 'KillSignal': '15', 'RestartKillSignal': '15', 'FinalKillSignal': '9', 'SendSIGKILL': 'yes', 'SendSIGHUP': 'no', 'WatchdogSignal': '6', 'Id': 'systemd-journald.service', 'Names': 'systemd-journald.service', 'Requires': 'systemd-journald.socket -.mount system.slice', 'Wants': 'systemd-journald-dev-log.socket systemd-journald-audit.socket systemd-journald.socket', 'WantedBy': 'sysinit.target systemd-journal-flush.service initrd-switch-root.target', 'Before': 'systemd-tmpfiles-setup.service sysinit.target systemd-journal-flush.service', 'After': 'systemd-journald-dev-log.socket systemd-journald.socket systemd-journald-audit.socket syslog.socket -.mount system.slice', 'TriggeredBy': 'systemd-journald-dev-log.socket systemd-journald-audit.socket systemd-journald.socket', 'RequiresMountsFor': '/run/systemd/journal', 'Documentation': '"man:systemd-journald.service(8)" "man:journald.conf(5)"', 'Description': 'Journal Service', 'AccessSELinuxContext': 'system_u:object_r:systemd_unit_file_t:s0', 'LoadState': 'loaded', 'ActiveState': 'active', 'FreezerState': 'running', 'SubState': 'running', 'FragmentPath': '/usr/lib/systemd/system/systemd-journald.service', 'DropInPaths': '/usr/lib/systemd/system/service.d/10-timeout-abort.conf', 'UnitFileState': 'static', 'UnitFilePreset': 'disabled', 'StateChangeTimestamp': 'Fri 2024-02-23 20:35:31 UTC', 'StateChangeTimestampMonotonic': '17002197', 'InactiveExitTimestamp': 'Fri 2024-02-23 20:35:30 UTC', 'InactiveExitTimestampMonotonic': '16850338', 'ActiveEnterTimestamp': 'Fri 2024-02-23 20:35:31 UTC', 'ActiveEnterTimestampMonotonic': '17002197', 'ActiveExitTimestamp': 'Fri 2024-02-23 20:35:30 UTC', 'ActiveExitTimestampMonotonic': '16842098', 'InactiveEnterTimestamp': 'Fri 2024-02-23 20:35:30 UTC', 'InactiveEnterTimestampMonotonic': '16842098', 'CanStart': 'yes', 'CanStop': 'yes', 'CanReload': 'no', 'CanIsolate': 'no', 'CanClean': 'runtime fdstore', 'CanFreeze': 'yes', 'StopWhenUnneeded': 'no', 'RefuseManualStart': 'no', 'RefuseManualStop': 'no', 'AllowIsolate': 'no', 'DefaultDependencies': 'no', 'OnSuccessJobMode': 'fail', 'OnFailureJobMode': 'replace', 'IgnoreOnIsolate': 'yes', 'NeedDaemonReload': 'no', 'JobTimeoutUSec': 'infinity', 'JobRunningTimeoutUSec': 'infinity', 'JobTimeoutAction': 'none', 'ConditionResult': 'yes', 'AssertResult': 'yes', 'ConditionTimestamp': 'Fri 2024-02-23 20:35:14 UTC', 'ConditionTimestampMonotonic': '859496', 'AssertTimestamp': 'Fri 2024-02-23 20:35:14 UTC', 'AssertTimestampMonotonic': '859502', 'Transient': 'no', 'Perpetual': 'no', 'StartLimitIntervalUSec': '10s', 'StartLimitBurst': '5', 'StartLimitAction': 'none', 'FailureAction': 'none', 'SuccessAction': 'none', 'InvocationID': '5891d03f4cdd49179e29393595a0629e', 'CollectMode': 'inactive'}, 'state': 'stopped', 'invocation': {'module_args': {'name': 'systemd-journald.service', 'state': 'stopped', 'daemon_reload': False, 'daemon_reexec': False, 'scope': 'system', 'no_block': False, 'enabled': None, 'force': None, 'masked': None}}, '_ansible_no_log': None, 'failed': False, 'item': 'systemd-journald.service', 'ansible_loop_var': 'item', '_ansible_item_label': 'systemd-journald.service'}, {'failed': True, 'msg': 'Unable to stop service systemd-journald.socket: Job for systemd-journald.socket canceled.\n', 'invocation': {'module_args': {'name': 'systemd-journald.socket', 'state': 'stopped', 'daemon_reload': False, 'daemon_reexec': False, 'scope': 'system', 'no_block': False, 'enabled': None, 'force': None, 'masked': None}}, '_ansible_no_log': None, 'changed': False, 'item': 'systemd-journald.socket', 'ansible_loop_var': 'item', '_ansible_item_label': 'systemd-journald.socket'}, {'name': 'systemd-journald-dev-log.socket', 'changed': True, 'status': {'BindIPv6Only': 'default', 'Backlog': '2147483647', 'TimeoutUSec': '45s', 'SocketMode': '0666', 'DirectoryMode': '0755', 'Accept': 'no', 'FlushPending': 'no', 'Writable': 'no', 'KeepAlive': 'no', 'KeepAliveTimeUSec': '0', 'KeepAliveIntervalUSec': '0', 'KeepAliveProbes': '0', 'DeferAcceptUSec': '0', 'NoDelay': 'no', 'Priority': '-1', 'ReceiveBuffer': '8388608', 'SendBuffer': '8388608', 'IPTOS': '-1', 'IPTTL': '-1', 'PipeSize': '0', 'FreeBind': 'no', 'Transparent': 'no', 'Broadcast': 'no', 'PassCredentials': 'yes', 'PassSecurity': 'yes', 'PassPacketInfo': 'no', 'Timestamping': 'us', 'RemoveOnStop': 'no', 'Listen': '/run/systemd/journal/dev-log (Datagram)', 'Symlinks': '/dev/log', 'Mark': '-1', 'MaxConnections': '64', 'MaxConnectionsPerSource': '0', 'MessageQueueMaxMessages': '0', 'MessageQueueMessageSize': '0', 'ReusePort': 'no', 'ControlPID': '0', 'Result': 'success', 'NConnections': '0', 'NAccepted': '0', 'NRefused': '0', 'FileDescriptorName': 'systemd-journald-dev-log.socket', 'SocketProtocol': '0', 'TriggerLimitIntervalUSec': '2s', 'TriggerLimitBurst': '20', 'PollLimitIntervalUSec': '2s', 'PollLimitBurst': '15', 'UID': '[not set]', 'GID': '[not set]', 'Slice': 'system.slice', 'ControlGroup': '/system.slice/systemd-journald-dev-log.socket', 'ControlGroupId': '0', 'MemoryCurrent': '[not set]', 'MemoryAvailable': 'infinity', 'CPUUsageNSec': '[not set]', 'TasksCurrent': '[not set]', 'IPIngressBytes': '[no data]', 'IPIngressPackets': '[no data]', 'IPEgressBytes': '[no data]', 'IPEgressPackets': '[no data]', 'IOReadBytes': '18446744073709551615', 'IOReadOperations': '18446744073709551615', 'IOWriteBytes': '18446744073709551615', 'IOWriteOperations': '18446744073709551615', 'Delegate': 'no', 'CPUAccounting': 'yes', 'CPUWeight': '[not set]', 'StartupCPUWeight': '[not set]', 'CPUShares': '[not set]', 'StartupCPUShares': '[not set]', 'CPUQuotaPerSecUSec': 'infinity', 'CPUQuotaPeriodUSec': 'infinity', 'IOAccounting': 'no', 'IOWeight': '[not set]', 'StartupIOWeight': '[not set]', 'BlockIOAccounting': 'no', 'BlockIOWeight': '[not set]', 'StartupBlockIOWeight': '[not set]', 'MemoryAccounting': 'yes', 'DefaultMemoryLow': '0', 'DefaultStartupMemoryLow': '0', 'DefaultMemoryMin': '0', 'MemoryMin': '0', 'MemoryLow': '0', 'StartupMemoryLow': '0', 'MemoryHigh': 'infinity', 'StartupMemoryHigh': '18446744073709551615', 'MemoryMax': 'infinity', 'StartupMemoryMax': '18446744073709551615', 'MemorySwapMax': 'infinity', 'StartupMemorySwapMax': '18446744073709551615', 'MemoryZSwapMax': 'infinity', 'StartupMemoryZSwapMax': '18446744073709551615', 'MemoryLimit': 'infinity', 'DevicePolicy': 'auto', 'TasksAccounting': 'yes', 'TasksMax': '4431', 'IPAccounting': 'no', 'ManagedOOMSwap': 'auto', 'ManagedOOMMemoryPressure': 'auto', 'ManagedOOMMemoryPressureLimit': '0', 'ManagedOOMPreference': 'none', 'MemoryPressureWatch': 'auto', 'MemoryPressureThresholdUSec': '200ms', 'UMask': '0022', 'LimitCPU': 'infinity', 'LimitCPUSoft': 'infinity', 'LimitFSIZE': 'infinity', 'LimitFSIZESoft': 'infinity', 'LimitDATA': 'infinity', 'LimitDATASoft': 'infinity', 'LimitSTACK': 'infinity', 'LimitSTACKSoft': '8388608', 'LimitCORE': 'infinity', 'LimitCORESoft': 'infinity', 'LimitRSS': 'infinity', 'LimitRSSSoft': 'infinity', 'LimitNOFILE': '524288', 'LimitNOFILESoft': '1024', 'LimitAS': 'infinity', 'LimitASSoft': 'infinity', 'LimitNPROC': '14770', 'LimitNPROCSoft': '14770', 'LimitMEMLOCK': '8388608', 'LimitMEMLOCKSoft': '8388608', 'LimitLOCKS': 'infinity', 'LimitLOCKSSoft': 'infinity', 'LimitSIGPENDING': '14770', 'LimitSIGPENDINGSoft': '14770', 'LimitMSGQUEUE': '819200', 'LimitMSGQUEUESoft': '819200', 'LimitNICE': '0', 'LimitNICESoft': '0', 'LimitRTPRIO': '0', 'LimitRTPRIOSoft': '0', 'LimitRTTIME': 'infinity', 'LimitRTTIMESoft': 'infinity', 'RootEphemeral': 'no', 'OOMScoreAdjust': '0', 'CoredumpFilter': '0x33', 'Nice': '0', 'IOSchedulingClass': '2', 'IOSchedulingPriority': '4', 'CPUSchedulingPolicy': '0', 'CPUSchedulingPriority': '0', 'CPUAffinityFromNUMA': 'no', 'NUMAPolicy': 'n/a', 'TimerSlackNSec': '50000', 'CPUSchedulingResetOnFork': 'no', 'NonBlocking': 'no', 'StandardInput': 'null', 'StandardOutput': 'journal', 'StandardError': 'inherit', 'TTYReset': 'no', 'TTYVHangup': 'no', 'TTYVTDisallocate': 'no', 'SyslogPriority': '30', 'SyslogLevelPrefix': 'yes', 'SyslogLevel': '6', 'SyslogFacility': '3', 'LogLevelMax': '-1', 'LogRateLimitIntervalUSec': '0', 'LogRateLimitBurst': '0', 'SecureBits': '0', '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', 'DynamicUser': 'no', 'RemoveIPC': 'no', 'PrivateTmp': 'no', 'PrivateDevices': 'no', 'ProtectClock': 'no', 'ProtectKernelTunables': 'no', 'ProtectKernelModules': 'no', 'ProtectKernelLogs': 'no', 'ProtectControlGroups': 'no', 'PrivateNetwork': 'no', 'PrivateUsers': 'no', 'PrivateMounts': 'no', 'PrivateIPC': 'no', 'ProtectHome': 'no', 'ProtectSystem': 'no', 'SameProcessGroup': 'no', 'UtmpMode': 'init', 'IgnoreSIGPIPE': 'yes', 'NoNewPrivileges': 'no', 'SystemCallErrorNumber': '2147483646', 'LockPersonality': 'no', 'RuntimeDirectoryPreserve': 'no', 'RuntimeDirectoryMode': '0755', 'StateDirectoryMode': '0755', 'CacheDirectoryMode': '0755', 'LogsDirectoryMode': '0755', 'ConfigurationDirectoryMode': '0755', 'TimeoutCleanUSec': 'infinity', 'MemoryDenyWriteExecute': 'no', 'RestrictRealtime': 'no', 'RestrictSUIDSGID': 'no', 'RestrictNamespaces': 'no', 'MountAPIVFS': 'no', 'KeyringMode': 'shared', 'ProtectProc': 'default', 'ProcSubset': 'all', 'ProtectHostname': 'no', 'MemoryKSM': 'no', 'RootImagePolicy': 'root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent', 'MountImagePolicy': 'root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent', 'ExtensionImagePolicy': 'root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent', 'KillMode': 'control-group', 'KillSignal': '15', 'RestartKillSignal': '15', 'FinalKillSignal': '9', 'SendSIGKILL': 'yes', 'SendSIGHUP': 'no', 'WatchdogSignal': '6', 'Id': 'systemd-journald-dev-log.socket', 'Names': 'systemd-journald-dev-log.socket', 'Requires': 'system.slice -.mount', 'WantedBy': 'sockets.target systemd-journald.service', 'Before': 'sockets.target systemd-journald.service', 'After': 'system.slice -.mount', 'Triggers': 'systemd-journald.service', 'RequiresMountsFor': '/run/systemd/journal/dev-log', 'Documentation': '"man:systemd-journald.service(8)" "man:journald.conf(5)"', 'Description': 'Journal Socket (/dev/log)', 'AccessSELinuxContext': 'system_u:object_r:systemd_unit_file_t:s0', 'LoadState': 'loaded', 'ActiveState': 'active', 'FreezerState': 'running', 'SubState': 'running', 'FragmentPath': '/usr/lib/systemd/system/systemd-journald-dev-log.socket', 'UnitFileState': 'static', 'UnitFilePreset': 'disabled', 'StateChangeTimestamp': 'Fri 2024-02-23 20:47:07 UTC', 'StateChangeTimestampMonotonic': '713504982', 'InactiveExitTimestamp': 'Fri 2024-02-23 20:35:14 UTC', 'InactiveExitTimestampMonotonic': '857850', 'ActiveEnterTimestamp': 'Fri 2024-02-23 20:35:14 UTC', 'ActiveEnterTimestampMonotonic': '857850', 'ActiveExitTimestampMonotonic': '0', 'InactiveEnterTimestampMonotonic': '0', 'CanStart': 'yes', 'CanStop': 'yes', 'CanReload': 'no', 'CanIsolate': 'no', 'CanFreeze': 'no', 'StopWhenUnneeded': 'no', 'RefuseManualStart': 'no', 'RefuseManualStop': 'no', 'AllowIsolate': 'no', 'DefaultDependencies': 'no', 'OnSuccessJobMode': 'fail', 'OnFailureJobMode': 'replace', 'IgnoreOnIsolate': 'yes', 'NeedDaemonReload': 'no', 'JobTimeoutUSec': 'infinity', 'JobRunningTimeoutUSec': 'infinity', 'JobTimeoutAction': 'none', 'ConditionResult': 'yes', 'AssertResult': 'yes', 'ConditionTimestamp': 'Fri 2024-02-23 20:35:14 UTC', 'ConditionTimestampMonotonic': '857716', 'AssertTimestamp': 'Fri 2024-02-23 20:35:14 UTC', 'AssertTimestampMonotonic': '857717', 'Transient': 'no', 'Perpetual': 'no', 'StartLimitIntervalUSec': '10s', 'StartLimitBurst': '5', 'StartLimitAction': 'none', 'FailureAction': 'none', 'SuccessAction': 'none', 'InvocationID': '2885ed3fbdf34ffe8bbc482fb037cf13', 'CollectMode': 'inactive'}, 'state': 'stopped', 'invocation': {'module_args': {'name': 'systemd-journald-dev-log.socket', 'state': 'stopped', 'daemon_reload': False, 'daemon_reexec': False, 'scope': 'system', 'no_block': False, 'enabled': None, 'force': None, 'masked': None}}, '_ansible_no_log': None, 'failed': False, 'item': 'systemd-journald-dev-log.socket', 'ansible_loop_var': 'item', '_ansible_item_label': 'systemd-journald-dev-log.socket'}], 'skipped': False, 'changed': True, 'failed': True, 'msg': 'One or more items failed'} to retry, use: --limit @/tmp/tests_imuxsock_files.retry PLAY RECAP ********************************************************************* sut : ok=100 changed=13 unreachable=0 failed=1 skipped=121 rescued=1 ignored=0 Friday 23 February 2024 20:47:08 +0000 (0:00:00.020) 0:00:39.089 ******* =============================================================================== fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 5.42s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 fedora.linux_system_roles.private_logging_subrole_rsyslog : Install/Update required packages --- 4.54s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:30 fedora.linux_system_roles.private_logging_subrole_rsyslog : Reset original confs - logging package is absent --- 3.36s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:22 Stop journald units ----------------------------------------------------- 1.37s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:109 Check output to messages line ------------------------------------------- 1.31s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:62 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate common rsyslog configuration files in rsyslog.d --- 1.30s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:120 fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 1.04s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 Gathering Facts --------------------------------------------------------- 1.02s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/tests/tests_imuxsock_files.yml:31 fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd --- 0.92s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 fedora.linux_system_roles.private_logging_subrole_rsyslog : Gather package facts --- 0.83s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:44 fedora.linux_system_roles.private_logging_subrole_rsyslog : Purge - remove files not generated by current state --- 0.76s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:234 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 0.76s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate main rsyslog configuration --- 0.75s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:362 fedora.linux_system_roles.private_logging_subrole_rsyslog : Restart rsyslogd --- 0.71s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/handlers/main.yml:2 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 0.67s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 fedora.linux_system_roles.private_logging_subrole_rsyslog : Get status of rsyslog packages --- 0.67s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:15 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 0.66s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 0.65s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 fedora.linux_system_roles.private_logging_subrole_rsyslog : Enable rsyslog service --- 0.65s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main_core.yml:319 fedora.linux_system_roles.private_logging_subrole_rsyslog : Generate role configuration files in rsyslog.d --- 0.63s /WORKDIR/git-cleanup-journal-dev-log0b9g2e21/.collection/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/deploy.yml:14 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---