ansible-playbook [core 2.19.5] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.13/site-packages/ansible ansible collection location = /tmp/collections-mZA executable location = /usr/local/bin/ansible-playbook python version = 3.13.11 (main, Dec 5 2025, 00:00:00) [GCC 15.2.1 20251111 (Red Hat 15.2.1-4)] (/usr/bin/python3.13) jinja version = 3.1.6 pyyaml version = 6.0.2 (with libyaml v0.2.5) No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/tests/logging/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Default run (NOOP)] ****************************************************** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/tests/logging/tests_default.yml:9 Tuesday 06 January 2026 18:41:02 -0500 (0:00:00.055) 0:00:00.055 ******* included: fedora.linux_system_roles.logging for managed-node1 TASK [fedora.linux_system_roles.logging : Set global variables] **************** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Tuesday 06 January 2026 18:41:02 -0500 (0:00:00.105) 0:00:00.160 ******* included: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Run systemctl] *********************** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Tuesday 06 January 2026 18:41:02 -0500 (0:00:00.046) 0:00:00.207 ******* [WARNING]: Host 'managed-node1' is using the discovered Python interpreter at '/usr/bin/python3.13', but future installation of another Python interpreter could cause a different interpreter to be discovered. See https://docs.ansible.com/ansible-core/2.19/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.13" }, "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009091", "end": "2026-01-06 18:41:02.987337", "failed_when_result": false, "rc": 0, "start": "2026-01-06 18:41:02.978246" } STDOUT: running TASK [fedora.linux_system_roles.logging : Require installed systemd] *********** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.868) 0:00:01.076 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:19 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.044) 0:00:01.120 ******* ok: [managed-node1] => { "ansible_facts": { "__logging_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.logging : Set files output if files output is not defined and logging_inputs is not empty] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:10 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.027) 0:00:01.147 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_inputs | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Set rsyslog_outputs] ***************** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:17 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.039) 0:00:01.187 ******* ok: [managed-node1] => { "ansible_facts": { "rsyslog_outputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Set rsyslog_inputs] ****************** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:21 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.039) 0:00:01.227 ******* ok: [managed-node1] => { "ansible_facts": { "rsyslog_inputs": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Use of rsyslog_custom_config_files is deprecated] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:25 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.038) 0:00:01.265 ******* skipping: [managed-node1] => { "false_condition": "rsyslog_custom_config_files is defined" } TASK [fedora.linux_system_roles.logging : Use of type custom is deprecated] **** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:32 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.030) 0:00:01.296 ******* skipping: [managed-node1] => { "false_condition": "__custom_output_files | length > 0" } TASK [fedora.linux_system_roles.logging : Check logging_inputs item in logging_flows.inputs] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:45 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.034) 0:00:01.331 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Gather ports specified in the logging_inputs and outputs vars] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:55 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.012) 0:00:01.343 ******* included: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize ports variables] ********** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.042) 0:00:01.386 ******* ok: [managed-node1] => { "ansible_facts": { "logging_tcp_ports": [], "logging_tls_tcp_ports": [], "logging_tls_udp_ports": [], "logging_udp_ports": [] }, "changed": false } TASK [fedora.linux_system_roles.logging : Parameter 'port' values] ************* task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.054) 0:00:01.440 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Update port values from outputs] ***** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:35 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.052) 0:00:01.493 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Update port values from inputs] ****** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.041) 0:00:01.535 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(logging_manage_firewall | bool) or (logging_manage_selinux | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage firewall on the gathered ports] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.042) 0:00:01.578 ******* included: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize logging_firewall_ports] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:7 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.045) 0:00:01.623 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add tcp ports to logging_firewall_ports] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:11 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.034) 0:00:01.657 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add udp ports to logging_firewall_ports] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:17 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.026) 0:00:01.683 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/firewall.yml:23 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.025) 0:00:01.709 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Manage selinux on the gathered ports] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:61 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.029) 0:00:01.738 ******* included: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Initialize logging_selinux_ports] **** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:7 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.039) 0:00:01.778 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Add non tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:11 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.030) 0:00:01.808 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls tcp ports to logging_selinux_ports] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:16 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.012) 0:00:01.820 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add non tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:21 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.014) 0:00:01.835 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.logging : Add tls udp ports to logging_selinux_ports] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:26 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.011) 0:00:01.846 ******* skipping: [managed-node1] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.012) 0:00:01.859 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Generate certificates] *************** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.044) 0:00:01.904 ******* included: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml for managed-node1 TASK [fedora.linux_system_roles.logging : Certificates are only supported in a booted system] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.055) 0:00:01.959 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __logging_is_booted", "skip_reason": "Conditional result was False" } TASK [Generate certificates] *************************************************** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 Tuesday 06 January 2026 18:41:03 -0500 (0:00:00.043) 0:00:02.002 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_certificates | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Re-read facts after adding custom fact] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 Tuesday 06 January 2026 18:41:04 -0500 (0:00:00.051) 0:00:02.054 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug dir] ************ task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 Tuesday 06 January 2026 18:41:04 -0500 (0:00:00.061) 0:00:02.116 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Delete debug file] ******************* task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 Tuesday 06 January 2026 18:41:04 -0500 (0:00:00.049) 0:00:02.166 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Create rsyslog debug file] *********** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 Tuesday 06 January 2026 18:41:04 -0500 (0:00:00.043) 0:00:02.209 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 Tuesday 06 January 2026 18:41:04 -0500 (0:00:00.045) 0:00:02.255 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.logging : Populate rsyslog debug file] ********* task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 Tuesday 06 January 2026 18:41:04 -0500 (0:00:00.045) 0:00:02.300 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "logging_debug | d(false)", "skip_reason": "Conditional result was False" } TASK [Include Rsyslog role] **************************************************** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 Tuesday 06 January 2026 18:41:04 -0500 (0:00:00.048) 0:00:02.348 ******* included: fedora.linux_system_roles.private_logging_subrole_rsyslog for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Set platform/version specific variables] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/main.yml:4 Tuesday 06 January 2026 18:41:04 -0500 (0:00:00.046) 0:00:02.395 ******* included: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role] *** task path: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 Tuesday 06 January 2026 18:41:04 -0500 (0:00:00.033) 0:00:02.428 ******* [ERROR]: Task failed: Module failed: Bad subset 'domain' given to Ansible. gather_subset options allowed: all, all_ipv4_addresses, all_ipv6_addresses, apparmor, architecture, caps, chroot, cmdline, date_time, default_ipv4, default_ipv6, devices, distribution, distribution_major_version, distribution_release, distribution_version, dns, effective_group_ids, effective_user_id, env, facter, fibre_channel_wwn, fips, hardware, interfaces, is_chroot, iscsi, kernel, kernel_version, loadavg, local, lsb, machine, machine_id, mounts, network, nvme, ohai, os_family, pkg_mgr, platform, processor, processor_cores, processor_count, python, python_version, real_user_id, selinux, service_mgr, ssh_host_key_dsa_public, ssh_host_key_ecdsa_public, ssh_host_key_ed25519_public, ssh_host_key_rsa_public, ssh_host_pub_keys, ssh_pub_keys, system, system_capabilities, system_capabilities_enforced, systemd, user, user_dir, user_gecos, user_gid, user_id, user_shell, user_uid, virtual, virtualization_role, virtualization_tech_guest, virtualization_tech_host, virtualization_type Origin: /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4:3 2 # SPDX-License-Identifier: GPL-3.0-only 3 4 - name: Ensure ansible_facts used by role ^ column 3 fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Bad subset 'domain' given to Ansible. gather_subset options allowed: all, all_ipv4_addresses, all_ipv6_addresses, apparmor, architecture, caps, chroot, cmdline, date_time, default_ipv4, default_ipv6, devices, distribution, distribution_major_version, distribution_release, distribution_version, dns, effective_group_ids, effective_user_id, env, facter, fibre_channel_wwn, fips, hardware, interfaces, is_chroot, iscsi, kernel, kernel_version, loadavg, local, lsb, machine, machine_id, mounts, network, nvme, ohai, os_family, pkg_mgr, platform, processor, processor_cores, processor_count, python, python_version, real_user_id, selinux, service_mgr, ssh_host_key_dsa_public, ssh_host_key_ecdsa_public, ssh_host_key_ed25519_public, ssh_host_key_rsa_public, ssh_host_pub_keys, ssh_pub_keys, system, system_capabilities, system_capabilities_enforced, systemd, user, user_dir, user_gecos, user_gid, user_id, user_shell, user_uid, virtual, virtualization_role, virtualization_tech_guest, virtualization_tech_host, virtualization_type PLAY RECAP ********************************************************************* managed-node1 : ok=13 changed=0 unreachable=0 failed=1 skipped=26 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.19.5", "end_time": "2026-01-06T23:41:05.355724+00:00Z", "host": "managed-node1", "message": "Bad subset 'domain' given to Ansible. gather_subset options allowed: all, all_ipv4_addresses, all_ipv6_addresses, apparmor, architecture, caps, chroot, cmdline, date_time, default_ipv4, default_ipv6, devices, distribution, distribution_major_version, distribution_release, distribution_version, dns, effective_group_ids, effective_user_id, env, facter, fibre_channel_wwn, fips, hardware, interfaces, is_chroot, iscsi, kernel, kernel_version, loadavg, local, lsb, machine, machine_id, mounts, network, nvme, ohai, os_family, pkg_mgr, platform, processor, processor_cores, processor_count, python, python_version, real_user_id, selinux, service_mgr, ssh_host_key_dsa_public, ssh_host_key_ecdsa_public, ssh_host_key_ed25519_public, ssh_host_key_rsa_public, ssh_host_pub_keys, ssh_pub_keys, system, system_capabilities, system_capabilities_enforced, systemd, user, user_dir, user_gecos, user_gid, user_id, user_shell, user_uid, virtual, virtualization_role, virtualization_tech_guest, virtualization_tech_host, virtualization_type", "start_time": "2026-01-06T23:41:04.412127+00:00Z", "task_name": "Ensure ansible_facts used by role", "task_path": "/tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 06 January 2026 18:41:05 -0500 (0:00:00.947) 0:00:03.375 ******* =============================================================================== fedora.linux_system_roles.private_logging_subrole_rsyslog : Ensure ansible_facts used by role --- 0.95s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/private_logging_subrole_rsyslog/tasks/set_vars.yml:4 fedora.linux_system_roles.logging : Run systemctl ----------------------- 0.87s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:7 Default run (NOOP) ------------------------------------------------------ 0.11s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/tests/logging/tests_default.yml:9 fedora.linux_system_roles.logging : Re-read facts after adding custom fact --- 0.06s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:71 fedora.linux_system_roles.logging : Generate certificates --------------- 0.06s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:65 fedora.linux_system_roles.logging : Initialize ports variables ---------- 0.05s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:3 fedora.linux_system_roles.logging : Parameter 'port' values ------------- 0.05s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:15 Generate certificates --------------------------------------------------- 0.05s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:9 fedora.linux_system_roles.logging : Create rsyslog debug dir ------------ 0.05s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:75 fedora.linux_system_roles.logging : Populate rsyslog debug file --------- 0.05s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:97 fedora.linux_system_roles.logging : Set global variables ---------------- 0.05s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:2 Include Rsyslog role ---------------------------------------------------- 0.05s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:108 fedora.linux_system_roles.logging : Use a debug var to avoid an empty dict in with_dict --- 0.05s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:93 fedora.linux_system_roles.logging : Create rsyslog debug file ----------- 0.05s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:86 fedora.linux_system_roles.logging : Manage firewall on the gathered ports --- 0.05s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:58 Manage selinux for specified ports -------------------------------------- 0.04s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/selinux.yml:31 fedora.linux_system_roles.logging : Require installed systemd ----------- 0.04s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/set_vars.yml:14 fedora.linux_system_roles.logging : Certificates are only supported in a booted system --- 0.04s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/certificate.yml:2 fedora.linux_system_roles.logging : Delete debug file ------------------- 0.04s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/main.yml:81 fedora.linux_system_roles.logging : Update port values from inputs ------ 0.04s /tmp/collections-mZA/ansible_collections/fedora/linux_system_roles/roles/logging/tasks/gather_ports.yml:55 Jan 06 18:41:02 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[36528]: CRYPTO_KEY_USER pid=36528 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36528 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[36552]: CRYPTO_KEY_USER pid=36552 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36552 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[36582]: CRYPTO_KEY_USER pid=36582 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36582 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[36607]: CRYPTO_KEY_USER pid=36607 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36607 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[36631]: CRYPTO_KEY_USER pid=36631 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36631 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=managed-node1 addr=10.31.45.62 terminal=/dev/pts/0 res=success' Jan 06 18:41:02 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=managed-node1 addr=10.31.45.62 terminal=/dev/pts/0 res=success' Jan 06 18:41:02 managed-node1 audit[36656]: CRYPTO_KEY_USER pid=36656 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36656 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=managed-node1 addr=10.31.45.62 terminal=pts/0 res=success' Jan 06 18:41:02 managed-node1 python3.13[36682]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True cmd=None argv=None chdir=None executable=None creates=None removes=None stdin=None Jan 06 18:41:03 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=managed-node1 addr=? terminal=/dev/pts/0 res=success' Jan 06 18:41:03 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=managed-node1 addr=? terminal=/dev/pts/0 res=success' Jan 06 18:41:03 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:03 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:03 managed-node1 audit[36684]: CRYPTO_KEY_USER pid=36684 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36684 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:03 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:03 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[36709]: CRYPTO_KEY_USER pid=36709 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36709 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[36733]: CRYPTO_KEY_USER pid=36733 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36733 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[36763]: CRYPTO_KEY_USER pid=36763 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36763 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[36787]: CRYPTO_KEY_USER pid=36787 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36787 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=managed-node1 addr=10.31.45.62 terminal=/dev/pts/0 res=success' Jan 06 18:41:04 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=managed-node1 addr=10.31.45.62 terminal=/dev/pts/0 res=success' Jan 06 18:41:04 managed-node1 audit[36812]: CRYPTO_KEY_USER pid=36812 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36812 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=managed-node1 addr=10.31.45.62 terminal=pts/0 res=success' Jan 06 18:41:05 managed-node1 python3.13[36838]: ansible-setup Invoked with gather_subset=['!all', '!min', 'default_ipv4', 'distribution', 'distribution_major_version', 'distribution_version', 'domain', 'fqdn', 'hostname', 'os_family', 'pkg_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jan 06 18:41:05 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=managed-node1 addr=? terminal=/dev/pts/0 res=success' Jan 06 18:41:05 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=managed-node1 addr=? terminal=/dev/pts/0 res=success' Jan 06 18:41:05 managed-node1 audit[3851]: USER_LOGIN pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[3851]: USER_START pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36839]: CRYPTO_KEY_USER pid=36839 uid=0 auid=0 ses=7 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36839 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[3851]: USER_END pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[3851]: USER_LOGOUT pid=3851 uid=0 auid=0 ses=7 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36865]: CRYPTO_KEY_USER pid=36865 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:9e:72:be:b9:49:c2:76:7c:cb:b9:10:f5:6e:8c:eb:ed:76:fb:31:2e:a8:f2:f0:73:7e:74:1c:b6:54:aa:6d:95 direction=? spid=36865 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36865]: CRYPTO_KEY_USER pid=36865 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d2:42:4e:bf:a1:01:f6:68:ca:bc:e9:8b:e2:8d:f0:2d:cb:8d:b1:48:d1:84:69:2e:54:0a:ec:ab:23:bd:21:01 direction=? spid=36865 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36865]: CRYPTO_KEY_USER pid=36865 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36865 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36864]: CRYPTO_SESSION pid=36864 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=36865 suid=74 rport=45492 laddr=10.31.40.253 lport=22 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36864]: CRYPTO_SESSION pid=36864 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=36865 suid=74 rport=45492 laddr=10.31.40.253 lport=22 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36864]: USER_AUTH pid=36864 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36864]: CRYPTO_KEY_USER pid=36864 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:f6:3d:5b:97:0b:77:c1:ca:d1:88:66:19:43:b6:46:bb:d6:b1:9b:77:03:92:51:fa:ff:3e:1c:f8:47:bc:0b:31 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36864]: USER_ACCT pid=36864 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 sshd-session[36864]: Accepted publickey for root from 10.31.45.62 port 45492 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jan 06 18:41:05 managed-node1 audit[36864]: CRYPTO_KEY_USER pid=36864 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=36865 suid=74 rport=45492 laddr=10.31.40.253 lport=22 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36864]: CRED_ACQ pid=36864 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36864]: USER_ROLE_CHANGE pid=36864 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 systemd-logind[591]: New session 9 of user root. ░░ Subject: A new session 9 has been created for user root ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 9 has been created for the user root. ░░ ░░ The leading process of the session is 36864. Jan 06 18:41:05 managed-node1 systemd[1]: Started session-9.scope - Session 9 of User root. ░░ Subject: A start job for unit session-9.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit session-9.scope has finished successfully. ░░ ░░ The job identifier is 3932. Jan 06 18:41:05 managed-node1 sshd-session[36864]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jan 06 18:41:05 managed-node1 audit[36864]: USER_START pid=36864 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36867]: CRYPTO_KEY_USER pid=36867 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:9e:72:be:b9:49:c2:76:7c:cb:b9:10:f5:6e:8c:eb:ed:76:fb:31:2e:a8:f2:f0:73:7e:74:1c:b6:54:aa:6d:95 direction=? spid=36867 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36867]: CRYPTO_KEY_USER pid=36867 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d2:42:4e:bf:a1:01:f6:68:ca:bc:e9:8b:e2:8d:f0:2d:cb:8d:b1:48:d1:84:69:2e:54:0a:ec:ab:23:bd:21:01 direction=? spid=36867 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36867]: CRYPTO_KEY_USER pid=36867 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36867 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36867]: CRED_ACQ pid=36867 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36864]: USER_LOGIN pid=36864 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36864]: USER_START pid=36864 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36868]: CRYPTO_KEY_USER pid=36868 uid=0 auid=0 ses=9 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36868 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36864]: USER_END pid=36864 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 sshd-session[36867]: Received disconnect from 10.31.45.62 port 45492:11: disconnected by user Jan 06 18:41:05 managed-node1 audit[36864]: USER_LOGOUT pid=36864 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36864]: CRYPTO_KEY_USER pid=36864 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=36867 suid=0 rport=45492 laddr=10.31.40.253 lport=22 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 sshd-session[36867]: Disconnected from user root 10.31.45.62 port 45492 Jan 06 18:41:05 managed-node1 sshd-session[36864]: pam_unix(sshd:session): session closed for user root Jan 06 18:41:05 managed-node1 audit[36864]: USER_END pid=36864 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:session_close grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36864]: CRED_DISP pid=36864 uid=0 auid=0 ses=9 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 systemd[1]: session-9.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ The unit session-9.scope has successfully entered the 'dead' state. Jan 06 18:41:05 managed-node1 systemd-logind[591]: Session 9 logged out. Waiting for processes to exit. Jan 06 18:41:05 managed-node1 systemd-logind[591]: Removed session 9. ░░ Subject: Session 9 has been terminated ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 9 has been terminated. Jan 06 18:41:05 managed-node1 audit[36895]: CRYPTO_KEY_USER pid=36895 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:9e:72:be:b9:49:c2:76:7c:cb:b9:10:f5:6e:8c:eb:ed:76:fb:31:2e:a8:f2:f0:73:7e:74:1c:b6:54:aa:6d:95 direction=? spid=36895 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36895]: CRYPTO_KEY_USER pid=36895 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d2:42:4e:bf:a1:01:f6:68:ca:bc:e9:8b:e2:8d:f0:2d:cb:8d:b1:48:d1:84:69:2e:54:0a:ec:ab:23:bd:21:01 direction=? spid=36895 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36895]: CRYPTO_KEY_USER pid=36895 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36895 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36894]: CRYPTO_SESSION pid=36894 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=36895 suid=74 rport=45498 laddr=10.31.40.253 lport=22 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36894]: CRYPTO_SESSION pid=36894 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256 spid=36895 suid=74 rport=45498 laddr=10.31.40.253 lport=22 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36894]: USER_AUTH pid=36894 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pubkey_auth grantors=auth-key acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36894]: CRYPTO_KEY_USER pid=36894 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=negotiate kind=auth-key fp=SHA256:f6:3d:5b:97:0b:77:c1:ca:d1:88:66:19:43:b6:46:bb:d6:b1:9b:77:03:92:51:fa:ff:3e:1c:f8:47:bc:0b:31 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36894]: USER_ACCT pid=36894 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 sshd-session[36894]: Accepted publickey for root from 10.31.45.62 port 45498 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jan 06 18:41:05 managed-node1 audit[36894]: CRYPTO_KEY_USER pid=36894 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=session fp=? direction=both spid=36895 suid=74 rport=45498 laddr=10.31.40.253 lport=22 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36894]: CRED_ACQ pid=36894 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36894]: USER_ROLE_CHANGE pid=36894 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=pam_selinux default-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 selected-context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 systemd-logind[591]: New session 10 of user root. ░░ Subject: A new session 10 has been created for user root ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 10 has been created for the user root. ░░ ░░ The leading process of the session is 36894. Jan 06 18:41:05 managed-node1 systemd[1]: Started session-10.scope - Session 10 of User root. ░░ Subject: A start job for unit session-10.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel ░░ ░░ A start job for unit session-10.scope has finished successfully. ░░ ░░ The job identifier is 4033. Jan 06 18:41:05 managed-node1 sshd-session[36894]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jan 06 18:41:05 managed-node1 audit[36894]: USER_START pid=36894 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:session_open grantors=pam_selinux,pam_loginuid,pam_selinux,pam_namespace,pam_keyinit,pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_umask,pam_lastlog acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36897]: CRYPTO_KEY_USER pid=36897 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:9e:72:be:b9:49:c2:76:7c:cb:b9:10:f5:6e:8c:eb:ed:76:fb:31:2e:a8:f2:f0:73:7e:74:1c:b6:54:aa:6d:95 direction=? spid=36897 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36897]: CRYPTO_KEY_USER pid=36897 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:d2:42:4e:bf:a1:01:f6:68:ca:bc:e9:8b:e2:8d:f0:2d:cb:8d:b1:48:d1:84:69:2e:54:0a:ec:ab:23:bd:21:01 direction=? spid=36897 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36897]: CRYPTO_KEY_USER pid=36897 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36897 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success' Jan 06 18:41:05 managed-node1 audit[36897]: CRED_ACQ pid=36897 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="root" exe="/usr/libexec/openssh/sshd-session" hostname=10.31.45.62 addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36894]: USER_LOGIN pid=36894 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36894]: USER_START pid=36894 uid=0 auid=0 ses=10 subj=system_u:system_r:sshd_session_t:s0-s0:c0.c1023 msg='op=login id=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=ssh res=success' Jan 06 18:41:05 managed-node1 audit[36898]: CRYPTO_KEY_USER pid=36898 uid=0 auid=0 ses=10 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=destroy kind=server fp=SHA256:56:60:22:cd:6e:8b:e4:6f:bb:dc:fe:25:f1:37:61:c8:b2:38:ff:fb:98:d8:c5:90:0c:e9:a3:27:73:95:5f:7b direction=? spid=36898 suid=0 exe="/usr/libexec/openssh/sshd-session" hostname=? addr=10.31.45.62 terminal=? res=success'