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-0cO 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-0cO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml PLAY [Create a postmapped file] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:2 Saturday 11 October 2025 13:14:26 -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-0cO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:13 Saturday 11 October 2025 13:14:27 -0400 (0:00:01.036) 0:00:01.054 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 Saturday 11 October 2025 13:14:27 -0400 (0:00:00.051) 0:00:01.106 ****** included: /tmp/collections-0cO/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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 Saturday 11 October 2025 13:14:27 -0400 (0:00:00.018) 0:00:01.124 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Saturday 11 October 2025 13:14:27 -0400 (0:00:00.043) 0:00:01.167 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 Saturday 11 October 2025 13:14:27 -0400 (0:00:00.447) 0:00:01.614 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 Saturday 11 October 2025 13:14:27 -0400 (0:00:00.021) 0:00:01.636 ****** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__postfix_smtp_services": [ "smtp", "smtps", "submission" ] }, "ansible_included_var_files": [ "/tmp/collections-0cO/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-0cO/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-0cO/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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 Saturday 11 October 2025 13:14:27 -0400 (0:00:00.041) 0:00:01.678 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Saturday 11 October 2025 13:14:27 -0400 (0:00:00.018) 0:00:01.697 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Saturday 11 October 2025 13:14:27 -0400 (0:00:00.015) 0:00:01.712 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 Saturday 11 October 2025 13:14:27 -0400 (0:00:00.033) 0:00:01.745 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.postfix : Configure firewall] ****************** task path: /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 Saturday 11 October 2025 13:14:27 -0400 (0:00:00.033) 0:00:01.779 ****** included: /tmp/collections-0cO/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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 Saturday 11 October 2025 13:14:27 -0400 (0:00:00.017) 0:00:01.796 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 Saturday 11 October 2025 13:14:28 -0400 (0:00:00.029) 0:00:01.825 ****** included: /tmp/collections-0cO/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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 Saturday 11 October 2025 13:14:28 -0400 (0:00:00.019) 0:00:01.845 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 Saturday 11 October 2025 13:14:28 -0400 (0:00:00.036) 0:00:01.882 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:37 Saturday 11 October 2025 13:14:28 -0400 (0:00:00.028) 0:00:01.911 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 Saturday 11 October 2025 13:14:28 -0400 (0:00:00.038) 0:00:01.950 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 Saturday 11 October 2025 13:14:28 -0400 (0:00:00.034) 0:00:01.984 ****** 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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Saturday 11 October 2025 13:14:28 -0400 (0:00:00.044) 0:00:02.028 ****** 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-11T17:14:33.055379+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-11T17:14:28.208190+00:00Z", "task_name": "Install Postfix", "task_path": "/tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 11 October 2025 13:14:33 -0400 (0:00:04.849) 0:00:06.877 ****** =============================================================================== fedora.linux_system_roles.postfix : Install Postfix --------------------- 4.85s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:60 Gathering Facts --------------------------------------------------------- 1.04s /tmp/collections-0cO/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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:11 Run the role with test postmap file ------------------------------------- 0.05s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/tests/postfix/tests_set_file.yml:13 Ensure the service and the ports status with the selinux role ----------- 0.04s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:55 fedora.linux_system_roles.postfix : Ensure ansible_facts used by role are present --- 0.04s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:3 fedora.linux_system_roles.postfix : Set platform/version specific variables --- 0.04s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:20 fedora.linux_system_roles.postfix : Add the smtp related service ports to _postfix_selinux --- 0.04s /tmp/collections-0cO/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-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:12 fedora.linux_system_roles.postfix : Set hardcoded ports to _postfix_selinux for no firewall or rhel-6 or not redhat --- 0.03s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:46 fedora.linux_system_roles.postfix : Remove config files - make empty ---- 0.03s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:45 fedora.linux_system_roles.postfix : Get status of config files ---------- 0.03s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:38 Ensure the postfix ports status with the firewall role ------------------ 0.03s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/firewall.yml:3 fedora.linux_system_roles.postfix : Initialize _postfix_selinux --------- 0.03s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/selinux.yml:33 fedora.linux_system_roles.postfix : Set flag to indicate system is ostree --- 0.02s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/set_facts.yml:16 fedora.linux_system_roles.postfix : Configure selinux ------------------- 0.02s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:57 fedora.linux_system_roles.postfix : Get status of package(s) ['postfix'] --- 0.02s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:16 fedora.linux_system_roles.postfix : Ensure ansible_facts required by role --- 0.02s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:2 fedora.linux_system_roles.postfix : Configure firewall ------------------ 0.02s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:54 fedora.linux_system_roles.postfix : Remove package(s) to reset original confs ['postfix'] --- 0.02s /tmp/collections-0cO/ansible_collections/fedora/linux_system_roles/roles/postfix/tasks/main.yml:23 Oct 11 13:14:25 managed-node2 sshd-session[9456]: Accepted publickey for root from 10.31.46.129 port 57082 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 13:14:25 managed-node2 systemd-logind[607]: 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 9456. Oct 11 13:14:25 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 11 13:14:25 managed-node2 sshd-session[9456]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 13:14:25 managed-node2 sshd-session[9459]: Received disconnect from 10.31.46.129 port 57082:11: disconnected by user Oct 11 13:14:25 managed-node2 sshd-session[9459]: Disconnected from user root 10.31.46.129 port 57082 Oct 11 13:14:25 managed-node2 sshd-session[9456]: pam_unix(sshd:session): session closed for user root Oct 11 13:14:25 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 11 13:14:25 managed-node2 systemd-logind[607]: Session 10 logged out. Waiting for processes to exit. Oct 11 13:14:25 managed-node2 systemd-logind[607]: 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 11 13:14:26 managed-node2 sshd-session[9484]: Accepted publickey for root from 10.31.46.129 port 57094 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 13:14:26 managed-node2 systemd-logind[607]: 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 9484. Oct 11 13:14:26 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 11 13:14:26 managed-node2 sshd-session[9484]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 13:14:26 managed-node2 sshd-session[9487]: Received disconnect from 10.31.46.129 port 57094:11: disconnected by user Oct 11 13:14:26 managed-node2 sshd-session[9487]: Disconnected from user root 10.31.46.129 port 57094 Oct 11 13:14:26 managed-node2 sshd-session[9484]: pam_unix(sshd:session): session closed for user root Oct 11 13:14:26 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 11 13:14:26 managed-node2 systemd-logind[607]: Session 11 logged out. Waiting for processes to exit. Oct 11 13:14:26 managed-node2 systemd-logind[607]: 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 11 13:14:26 managed-node2 python3.9[9685]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 11 13:14:27 managed-node2 python3.9[9860]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 13:14:28 managed-node2 python3.9[10009]: 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 11 13:14:33 managed-node2 sshd-session[10067]: Accepted publickey for root from 10.31.46.129 port 60320 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 13:14:33 managed-node2 systemd-logind[607]: 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 10067. Oct 11 13:14:33 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 11 13:14:33 managed-node2 sshd-session[10067]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 13:14:33 managed-node2 sshd-session[10070]: Received disconnect from 10.31.46.129 port 60320:11: disconnected by user Oct 11 13:14:33 managed-node2 sshd-session[10070]: Disconnected from user root 10.31.46.129 port 60320 Oct 11 13:14:33 managed-node2 sshd-session[10067]: pam_unix(sshd:session): session closed for user root Oct 11 13:14:33 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 11 13:14:33 managed-node2 systemd-logind[607]: Session 12 logged out. Waiting for processes to exit. Oct 11 13:14:33 managed-node2 systemd-logind[607]: 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 11 13:14:33 managed-node2 sshd-session[10095]: Accepted publickey for root from 10.31.46.129 port 60322 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 13:14:33 managed-node2 systemd-logind[607]: 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 10095. Oct 11 13:14:33 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 11 13:14:33 managed-node2 sshd-session[10095]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)