ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-bH2 executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-11)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. 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_set_file.yml *************************************************** 1 plays in /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml PLAY [Create a postmapped file] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:2 Saturday 25 October 2025 13:15:13 -0400 (0:00:00.018) 0:00:00.018 ****** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Run the role with test postmap file] ************************************* task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:13 Saturday 25 October 2025 13:15:14 -0400 (0:00:01.018) 0:00:01.036 ****** included: fedora.linux_system_roles.postfix for managed-node2 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts required by role] *** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.052) 0:00:01.089 ****** included: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.019) 0:00:01.108 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__postfix_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Check if system is ostree] *********** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.033) 0:00:01.142 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.postfix : Set flag to indicate system is ostree] *** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.452) 0:00:01.594 ****** ok: [managed-node2] => { "ansible_facts": { "__postfix_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.postfix : Set platform/version specific variables] *** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.024) 0:00:01.619 ****** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "submission" ] }, "ansible_included_var_files": [ "/tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__postfix_vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_9.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } ok: [managed-node2] => (item=CentOS_9.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "smtp-submission" ] }, "ansible_included_var_files": [ "/tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/vars/CentOS_9.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_9.yml" } TASK [fedora.linux_system_roles.postfix : Get status of package(s) ['postfix']] *** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.057) 0:00:01.676 ****** skipping: [managed-node2] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_conf.previous is defined", "item": "postfix", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix']] *** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.029) 0:00:01.706 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "postfix_conf.previous is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Get status of config files] ********** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.022) 0:00:01.729 ****** skipping: [managed-node2] => (item=postfix) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_conf.previous | d() == \"replaced\"", "item": "postfix", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Remove config files - make empty] **** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.048) 0:00:01.778 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.033) 0:00:01.811 ****** included: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml for managed-node2 TASK [Ensure the postfix ports status with the firewall role] ****************** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.016) 0:00:01.828 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "postfix_manage_firewall | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Configure selinux] ******************* task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.028) 0:00:01.856 ****** included: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml for managed-node2 TASK [fedora.linux_system_roles.postfix : Get the smtp related tcp service ports] *** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.019) 0:00:01.875 ****** skipping: [managed-node2] => (item=smtp) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtp", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=smtps) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtps", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=smtp-submission) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtp-submission", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Initialize _postfix_selinux] ********* task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Saturday 25 October 2025 13:15:14 -0400 (0:00:00.036) 0:00:01.912 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux] *** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Saturday 25 October 2025 13:15:15 -0400 (0:00:00.029) 0:00:01.941 ****** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'smtp', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtp", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'smtps', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtps", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'postfix_manage_selinux | bool', 'item': 'smtp-submission', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "postfix_manage_selinux | bool", "item": "smtp-submission", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat] *** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Saturday 25 October 2025 13:15:15 -0400 (0:00:00.037) 0:00:01.978 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [Ensure the service and the ports status with the selinux role] *********** task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 Saturday 25 October 2025 13:15:15 -0400 (0:00:00.027) 0:00:02.006 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "postfix_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.postfix : Install Postfix] ********************* task path: /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Saturday 25 October 2025 13:15:15 -0400 (0:00:00.039) 0:00:02.046 ****** fatal: [managed-node2]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried PLAY RECAP ********************************************************************* managed-node2 : ok=8 changed=0 unreachable=0 failed=1 skipped=11 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-25T17:15:20.117130+00:00Z", "host": "managed-node2", "message": "Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "start_time": "2025-10-25T17:15:15.115704+00:00Z", "task_name": "Install Postfix", "task_path": "/tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 25 October 2025 13:15:20 -0400 (0:00:05.003) 0:00:07.050 ****** =============================================================================== fedora.linux_system_roles.postfix : Install Postfix --------------------- 5.00s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Gathering Facts --------------------------------------------------------- 1.02s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:2 fedora.linux_system_roles.postfix : Check if system is ostree ----------- 0.45s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 fedora.linux_system_roles.postfix : Set platform/version specific variables --- 0.06s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Run the role with test postmap file ------------------------------------- 0.05s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:13 fedora.linux_system_roles.postfix : Get status of config files ---------- 0.05s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Ensure the service and the ports status with the selinux role ----------- 0.04s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux --- 0.04s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 fedora.linux_system_roles.postfix : Get the smtp related tcp service ports --- 0.04s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 fedora.linux_system_roles.postfix : Remove config files - make empty ---- 0.03s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present --- 0.03s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 fedora.linux_system_roles.postfix : Get status of package(s) ['postfix'] --- 0.03s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 fedora.linux_system_roles.postfix : Initialize _postfix_selinux --------- 0.03s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Ensure the postfix ports status with the firewall role ------------------ 0.03s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 fedora.linux_system_roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat --- 0.03s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 fedora.linux_system_roles.postfix : Set flag to indicate system is ostree --- 0.02s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix'] --- 0.02s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 fedora.linux_system_roles.postfix : Ensure ansible_facts required by role --- 0.02s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 fedora.linux_system_roles.postfix : Configure selinux ------------------- 0.02s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 fedora.linux_system_roles.postfix : Configure firewall ------------------ 0.02s /tmp/collections-bH2/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Oct 25 13:15:12 managed-node2 sshd-session[9261]: Accepted publickey for root from 10.31.41.216 port 57992 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 13:15:12 managed-node2 systemd-logind[609]: New session 10 of user root. ░░ Subject: A new session 10 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ 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 9261. Oct 25 13:15:12 managed-node2 systemd[1]: Started Session 10 of User root. ░░ Subject: A start job for unit session-10.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-10.scope has finished successfully. ░░ ░░ The job identifier is 1246. Oct 25 13:15:12 managed-node2 sshd-session[9261]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 13:15:12 managed-node2 sshd-session[9264]: Received disconnect from 10.31.41.216 port 57992:11: disconnected by user Oct 25 13:15:12 managed-node2 sshd-session[9264]: Disconnected from user root 10.31.41.216 port 57992 Oct 25 13:15:12 managed-node2 sshd-session[9261]: pam_unix(sshd:session): session closed for user root Oct 25 13:15:12 managed-node2 systemd[1]: session-10.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-10.scope has successfully entered the 'dead' state. Oct 25 13:15:12 managed-node2 systemd-logind[609]: Session 10 logged out. Waiting for processes to exit. Oct 25 13:15:12 managed-node2 systemd-logind[609]: Removed session 10. ░░ Subject: Session 10 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 10 has been terminated. Oct 25 13:15:12 managed-node2 sshd-session[9289]: Accepted publickey for root from 10.31.41.216 port 58002 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 13:15:12 managed-node2 systemd-logind[609]: New session 11 of user root. ░░ Subject: A new session 11 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 11 has been created for the user root. ░░ ░░ The leading process of the session is 9289. Oct 25 13:15:12 managed-node2 systemd[1]: Started Session 11 of User root. ░░ Subject: A start job for unit session-11.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-11.scope has finished successfully. ░░ ░░ The job identifier is 1315. Oct 25 13:15:12 managed-node2 sshd-session[9289]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 13:15:12 managed-node2 sshd-session[9292]: Received disconnect from 10.31.41.216 port 58002:11: disconnected by user Oct 25 13:15:12 managed-node2 sshd-session[9292]: Disconnected from user root 10.31.41.216 port 58002 Oct 25 13:15:12 managed-node2 sshd-session[9289]: pam_unix(sshd:session): session closed for user root Oct 25 13:15:12 managed-node2 systemd[1]: session-11.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-11.scope has successfully entered the 'dead' state. Oct 25 13:15:12 managed-node2 systemd-logind[609]: Session 11 logged out. Waiting for processes to exit. Oct 25 13:15:12 managed-node2 systemd-logind[609]: Removed session 11. ░░ Subject: Session 11 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 11 has been terminated. Oct 25 13:15:13 managed-node2 python3.9[9490]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 25 13:15:14 managed-node2 python3.9[9665]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 25 13:15:15 managed-node2 python3.9[9814]: ansible-ansible.legacy.dnf Invoked with name=['postfix'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Oct 25 13:15:20 managed-node2 sshd-session[9874]: Accepted publickey for root from 10.31.41.216 port 58006 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 13:15:20 managed-node2 systemd-logind[609]: New session 12 of user root. ░░ Subject: A new session 12 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 12 has been created for the user root. ░░ ░░ The leading process of the session is 9874. Oct 25 13:15:20 managed-node2 systemd[1]: Started Session 12 of User root. ░░ Subject: A start job for unit session-12.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-12.scope has finished successfully. ░░ ░░ The job identifier is 1384. Oct 25 13:15:20 managed-node2 sshd-session[9874]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 25 13:15:20 managed-node2 sshd-session[9877]: Received disconnect from 10.31.41.216 port 58006:11: disconnected by user Oct 25 13:15:20 managed-node2 sshd-session[9877]: Disconnected from user root 10.31.41.216 port 58006 Oct 25 13:15:20 managed-node2 sshd-session[9874]: pam_unix(sshd:session): session closed for user root Oct 25 13:15:20 managed-node2 systemd[1]: session-12.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-12.scope has successfully entered the 'dead' state. Oct 25 13:15:20 managed-node2 systemd-logind[609]: Session 12 logged out. Waiting for processes to exit. Oct 25 13:15:20 managed-node2 systemd-logind[609]: Removed session 12. ░░ Subject: Session 12 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 12 has been terminated. Oct 25 13:15:20 managed-node2 sshd-session[9902]: Accepted publickey for root from 10.31.41.216 port 48158 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 25 13:15:20 managed-node2 systemd-logind[609]: New session 13 of user root. ░░ Subject: A new session 13 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 13 has been created for the user root. ░░ ░░ The leading process of the session is 9902. Oct 25 13:15:20 managed-node2 systemd[1]: Started Session 13 of User root. ░░ Subject: A start job for unit session-13.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-13.scope has finished successfully. ░░ ░░ The job identifier is 1453. Oct 25 13:15:20 managed-node2 sshd-session[9902]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)