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-Gm9 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 statically imported: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml statically imported: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml statically imported: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_squid.yml 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_proxy.yml ****************************************************** 1 plays in /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml PLAY [Basic proxy test] ******************************************************** TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Saturday 11 October 2025 15:18:21 -0400 (0:00:00.024) 0:00:00.024 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } TASK [Import test data] ******************************************************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Saturday 11 October 2025 15:18:21 -0400 (0:00:00.018) 0:00:00.043 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } TASK [Get facts for external test data] **************************************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Saturday 11 October 2025 15:18:21 -0400 (0:00:00.034) 0:00:00.078 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Saturday 11 October 2025 15:18:21 -0400 (0:00:00.048) 0:00:00.126 ****** ok: [managed-node1] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Saturday 11 October 2025 15:18:21 -0400 (0:00:00.040) 0:00:00.166 ****** [WARNING]: Platform linux on host managed-node1 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-node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.9" }, "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Saturday 11 October 2025 15:18:22 -0400 (0:00:00.538) 0:00:00.704 ****** ok: [managed-node1] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [Get facts for external test data] **************************************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Saturday 11 October 2025 15:18:22 -0400 (0:00:00.019) 0:00:00.724 ****** ok: [managed-node1] TASK [Set helper fact for Candlepin base URL] ********************************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:17 Saturday 11 October 2025 15:18:23 -0400 (0:00:00.675) 0:00:01.400 ****** ok: [managed-node1] => { "ansible_facts": { "_cp_url": "https://candlepin.local:8443/candlepin" }, "changed": false } TASK [Set helper fact for Candlepin owner URL] ********************************* task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:21 Saturday 11 October 2025 15:18:23 -0400 (0:00:00.034) 0:00:01.434 ****** ok: [managed-node1] => { "ansible_facts": { "_cp_url_owner": "https://candlepin.local:8443/candlepin/owners/donaldduck" }, "changed": false } TASK [Add candlepin hostname to /etc/hosts] ************************************ task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25 Saturday 11 October 2025 15:18:23 -0400 (0:00:00.034) 0:00:01.469 ****** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Install needed packages] ************************************************* task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Saturday 11 October 2025 15:18:23 -0400 (0:00:00.556) 0:00:02.025 ****** fatal: [managed-node1]: 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 TASK [Unregister] ************************************************************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:353 Saturday 11 October 2025 15:18:29 -0400 (0:00:05.789) 0:00:07.814 ****** included: fedora.linux_system_roles.rhc for managed-node1 TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Saturday 11 October 2025 15:18:29 -0400 (0:00:00.058) 0:00:07.873 ****** included: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Saturday 11 October 2025 15:18:29 -0400 (0:00:00.017) 0:00:07.891 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Saturday 11 October 2025 15:18:29 -0400 (0:00:00.035) 0:00:07.926 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Saturday 11 October 2025 15:18:29 -0400 (0:00:00.017) 0:00:07.944 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Saturday 11 October 2025 15:18:29 -0400 (0:00:00.016) 0:00:07.960 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Saturday 11 October 2025 15:18:29 -0400 (0:00:00.012) 0:00:07.973 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Saturday 11 October 2025 15:18:29 -0400 (0:00:00.012) 0:00:07.985 ****** included: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Saturday 11 October 2025 15:18:29 -0400 (0:00:00.031) 0:00:08.017 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "rhc_state | d('present') == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Saturday 11 October 2025 15:18:29 -0400 (0:00:00.031) 0:00:08.049 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "rhc_state | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Saturday 11 October 2025 15:18:29 -0400 (0:00:00.031) 0:00:08.080 ****** fatal: [managed-node1]: FAILED! => { "changed": false } MSG: Failed to find required executable "subscription-manager" in paths: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin PLAY RECAP ********************************************************************* managed-node1 : ok=11 changed=1 unreachable=0 failed=2 skipped=9 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-11T19:18:29.481063+00:00Z", "host": "managed-node1", "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-11T19:18:23.696463+00:00Z", "task_name": "Install needed packages", "task_path": "/tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31" }, { "ansible_version": "2.17.14", "end_time": "2025-10-11T19:18:30.236442+00:00Z", "host": "managed-node1", "message": "Failed to find required executable \"subscription-manager\" in paths: /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin", "start_time": "2025-10-11T19:18:29.749926+00:00Z", "task_name": "Call subscription-manager", "task_path": "/tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 11 October 2025 15:18:30 -0400 (0:00:00.489) 0:00:08.570 ****** =============================================================================== Install needed packages ------------------------------------------------- 5.79s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Get facts for external test data ---------------------------------------- 0.68s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Add candlepin hostname to /etc/hosts ------------------------------------ 0.56s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25 Check if system is ostree ----------------------------------------------- 0.54s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 0.49s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Unregister -------------------------------------------------------------- 0.06s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_proxy.yml:353 Get facts for external test data ---------------------------------------- 0.05s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Set local lsr_rhc_test_data --------------------------------------------- 0.04s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 fedora.linux_system_roles.rhc : Ensure ansible_facts used by role ------- 0.04s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Import test data -------------------------------------------------------- 0.03s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Set helper fact for Candlepin owner URL --------------------------------- 0.03s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:21 Set helper fact for Candlepin base URL ---------------------------------- 0.03s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:17 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 0.03s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Get subscription status ----------------- 0.03s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 fedora.linux_system_roles.rhc : Handle system subscription -------------- 0.03s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Set flag to indicate system is ostree ----------------------------------- 0.02s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.02s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 fedora.linux_system_roles.rhc : Set ansible_facts required by role ------ 0.02s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 fedora.linux_system_roles.rhc : Check if system is ostree --------------- 0.02s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 fedora.linux_system_roles.rhc : Set flag to indicate system is ostree --- 0.02s /tmp/collections-Gm9/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Oct 11 15:18:22 managed-node1 sudo[9850]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xyzhjkgmfsrmbzprrkfjxsqqlahiixzm ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760210301.8908706-9803-176222869801582/AnsiballZ_stat.py' Oct 11 15:18:22 managed-node1 sudo[9850]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 15:18:22 managed-node1 python3.9[9852]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 15:18:22 managed-node1 sudo[9850]: pam_unix(sudo:session): session closed for user root Oct 11 15:18:22 managed-node1 sudo[10001]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jlzfkvsxcxqksyjwiadrntmrztkxyilp ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760210302.4541929-9815-273990818700063/AnsiballZ_setup.py' Oct 11 15:18:22 managed-node1 sudo[10001]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 15:18:23 managed-node1 python3.9[10003]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 11 15:18:23 managed-node1 sudo[10001]: pam_unix(sudo:session): session closed for user root Oct 11 15:18:23 managed-node1 sudo[10154]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-rghindqijswmdfntdnajhbbnrizjefqv ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760210303.2089324-9825-243519683229364/AnsiballZ_lineinfile.py' Oct 11 15:18:23 managed-node1 sudo[10154]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 15:18:23 managed-node1 python3.9[10156]: ansible-lineinfile Invoked with path=/etc/hosts line=127.0.0.1 candlepin.local regexp=.*candlepin.local state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False search_string=None insertafter=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 15:18:23 managed-node1 sudo[10154]: pam_unix(sudo:session): session closed for user root Oct 11 15:18:23 managed-node1 sudo[10305]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-obsklekyaytkrmjqpadlmuopqfynylrz ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760210303.776137-9867-14986023517819/AnsiballZ_setup.py' Oct 11 15:18:23 managed-node1 sudo[10305]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 15:18:24 managed-node1 python3.9[10307]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Oct 11 15:18:24 managed-node1 sudo[10305]: pam_unix(sudo:session): session closed for user root Oct 11 15:18:24 managed-node1 sudo[10384]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-abvwtxynthlgcnvkdzdadghldwrbjbnc ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760210303.776137-9867-14986023517819/AnsiballZ_dnf.py' Oct 11 15:18:24 managed-node1 sudo[10384]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 15:18:24 managed-node1 python3.9[10386]: ansible-ansible.legacy.dnf Invoked with name=['podman'] 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 15:18:29 managed-node1 sudo[10384]: pam_unix(sudo:session): session closed for user root Oct 11 15:18:30 managed-node1 sudo[10568]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-byejsvafynrlncmcaeigltagcvflayhk ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760210309.8371289-9970-162466871935802/AnsiballZ_redhat_subscription.py' Oct 11 15:18:30 managed-node1 sudo[10568]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 15:18:30 managed-node1 python3.9[10570]: ansible-community.general.redhat_subscription Invoked with state=absent force_register=False pool_ids=[] username=None password=NOT_LOGGING_PARAMETER token=NOT_LOGGING_PARAMETER server_hostname=None server_insecure=None server_prefix=None server_port=None rhsm_baseurl=None rhsm_repo_ca_cert=None auto_attach=None activationkey=NOT_LOGGING_PARAMETER org_id=None environment=None consumer_type=None consumer_name=None consumer_id=None server_proxy_hostname=None server_proxy_scheme=None server_proxy_port=None server_proxy_user=None server_proxy_password=NOT_LOGGING_PARAMETER release=None syspurpose=None Oct 11 15:18:30 managed-node1 sudo[10568]: pam_unix(sudo:session): session closed for user root Oct 11 15:18:30 managed-node1 sshd-session[10595]: Accepted publickey for root from 10.31.47.130 port 56082 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 15:18:30 managed-node1 systemd-logind[610]: New session 17 of user root. ░░ Subject: A new session 17 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 17 has been created for the user root. ░░ ░░ The leading process of the session is 10595. Oct 11 15:18:30 managed-node1 systemd[1]: Started Session 17 of User root. ░░ Subject: A start job for unit session-17.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-17.scope has finished successfully. ░░ ░░ The job identifier is 1733. Oct 11 15:18:30 managed-node1 sshd-session[10595]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 15:18:30 managed-node1 sshd-session[10598]: Received disconnect from 10.31.47.130 port 56082:11: disconnected by user Oct 11 15:18:30 managed-node1 sshd-session[10598]: Disconnected from user root 10.31.47.130 port 56082 Oct 11 15:18:30 managed-node1 sshd-session[10595]: pam_unix(sshd:session): session closed for user root Oct 11 15:18:30 managed-node1 systemd-logind[610]: Session 17 logged out. Waiting for processes to exit. Oct 11 15:18:30 managed-node1 systemd[1]: session-17.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-17.scope has successfully entered the 'dead' state. Oct 11 15:18:30 managed-node1 systemd-logind[610]: Removed session 17. ░░ Subject: Session 17 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 17 has been terminated. Oct 11 15:18:30 managed-node1 sshd-session[10623]: Accepted publickey for root from 10.31.47.130 port 56096 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 15:18:30 managed-node1 systemd-logind[610]: New session 18 of user root. ░░ Subject: A new session 18 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 18 has been created for the user root. ░░ ░░ The leading process of the session is 10623. Oct 11 15:18:30 managed-node1 systemd[1]: Started Session 18 of User root. ░░ Subject: A start job for unit session-18.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-18.scope has finished successfully. ░░ ░░ The job identifier is 1802. Oct 11 15:18:30 managed-node1 sshd-session[10623]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)