Openshift Errors: Difference between revisions
Jump to navigation
Jump to search
Created page with "<html> <pre>[root@os-01 openshift-clusters]# ./build-cluster.sh <font color="#12488B">ansible-playbook [core 2.14.18]</font> <font color="#12488B"> config file = /root/two-node-toolbox/deploy/openshift-clusters/ansible.cfg</font> <font color="#12488B"> configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']</font> <font color="#12488B"> ansible python module location = /usr/lib/python3.9/site-packag..." |
No edit summary |
||
Line 7,361: | Line 7,361: | ||
<font color="#C01C28">root@os-01</font> : <font color="#26A269">ok=76 </font> <font color="#A2734C">changed=14 </font> unreachable=0 <font color="#C01C28">failed=1 </font> <font color="#2AA1B3">skipped=34 </font> rescued=0 <font color="#A347BA"><b>ignored=1 </b></font> | <font color="#C01C28">root@os-01</font> : <font color="#26A269">ok=76 </font> <font color="#A2734C">changed=14 </font> unreachable=0 <font color="#C01C28">failed=1 </font> <font color="#2AA1B3">skipped=34 </font> rescued=0 <font color="#A347BA"><b>ignored=1 </b></font> | ||
[root@os-01 openshift-clusters]# kcli list cluster | |||
+-------------+-----------+-------------+---------------------------------------------------------------------+ | |||
| Cluster | Type | Plan | Vms | | |||
+-------------+-----------+-------------+---------------------------------------------------------------------+ | |||
| mk-anvil-01 | openshift | mk-anvil-01 | mk-anvil-01-bootstrap,mk-anvil-01-ctlplane-0,mk-anvil-01-ctlplane-1 | | |||
+-------------+-----------+-------------+---------------------------------------------------------------------+ | |||
[root@os-01 openshift-clusters]# kcli list vms | |||
+------------------------+--------+-----------------+---------------------------------------------+-------------+---------+ | |||
| Name | Status | Ip | Source | Plan | Profile | | |||
+------------------------+--------+-----------------+---------------------------------------------+-------------+---------+ | |||
| mk-anvil-01-bootstrap | up | 192.168.67.118 | rhcos-9.6.20250701-0-openstack.x86_64.qcow2 | mk-anvil-01 | kvirt | | |||
| mk-anvil-01-ctlplane-0 | up | 192.168.59.12 | rhcos-9.6.20250701-0-openstack.x86_64.qcow2 | mk-anvil-01 | kvirt | | |||
| mk-anvil-01-ctlplane-1 | up | 192.168.127.118 | rhcos-9.6.20250701-0-openstack.x86_64.qcow2 | mk-anvil-01 | kvirt | | |||
+------------------------+--------+-----------------+---------------------------------------------+-------------+---------+ | |||
[root@os-01 openshift-clusters]# ping -c 1 192.168.67.118 | |||
PING 192.168.67.118 (192.168.67.118) 56(84) bytes of data. | |||
64 bytes from 192.168.67.118: icmp_seq=1 ttl=64 time=0.377 ms | |||
--- 192.168.67.118 ping statistics --- | |||
1 packets transmitted, 1 received, 0% packet loss, time 0ms | |||
rtt min/avg/max/mdev = 0.377/0.377/0.377/0.000 ms | |||
[root@os-01 openshift-clusters]# ping -c 1 192.168.59.12 | |||
PING 192.168.59.12 (192.168.59.12) 56(84) bytes of data. | |||
64 bytes from 192.168.59.12: icmp_seq=1 ttl=64 time=1.64 ms | |||
--- 192.168.59.12 ping statistics --- | |||
1 packets transmitted, 1 received, 0% packet loss, time 0ms | |||
rtt min/avg/max/mdev = 1.637/1.637/1.637/0.000 ms | |||
[root@os-01 openshift-clusters]# ping -c 1 192.168.127.118 | |||
PING 192.168.127.118 (192.168.127.118) 56(84) bytes of data. | |||
64 bytes from 192.168.127.118: icmp_seq=1 ttl=64 time=2.10 ms | |||
--- 192.168.127.118 ping statistics --- | |||
1 packets transmitted, 1 received, 0% packet loss, time 0ms | |||
rtt min/avg/max/mdev = 2.098/2.098/2.098/0.000 ms | |||
</pre> | </pre> | ||
</html> | </html> | ||
At this point, the web console is up, but the 'kubeadmin' password file stored in ~/auth was not written (or not updated), and I can not log in. |
Latest revision as of 20:26, 9 October 2025
[root@os-01 openshift-clusters]# ./build-cluster.sh ansible-playbook [core 2.14.18] config file = /root/two-node-toolbox/deploy/openshift-clusters/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible-playbook python version = 3.9.21 (main, Aug 19 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] (/usr/bin/python3) jinja version = 3.1.2 libyaml = True Using /root/two-node-toolbox/deploy/openshift-clusters/ansible.cfg as config file host_list declined parsing /root/two-node-toolbox/deploy/openshift-clusters/inventory.ini as it did not pass its verify_file() method script declined parsing /root/two-node-toolbox/deploy/openshift-clusters/inventory.ini as it did not pass its verify_file() method auto declined parsing /root/two-node-toolbox/deploy/openshift-clusters/inventory.ini as it did not pass its verify_file() method yaml declined parsing /root/two-node-toolbox/deploy/openshift-clusters/inventory.ini as it did not pass its verify_file() method Parsed /root/two-node-toolbox/deploy/openshift-clusters/inventory.ini inventory source with ini plugin Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' [WARNING]: Collection kubernetes.core does not support Ansible version 2.14.18 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug [WARNING]: Collection ansible.posix does not support Ansible version 2.14.18 redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug 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: kcli-install.yml ***************************************************************************************************************************************************************************************************** 1 plays in kcli-install.yml Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' PLAY [all] ********************************************************************************************************************************************************************************************************************* Read vars_file 'vars/main.yml' TASK [Gathering Facts] ********************************************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/kcli-install.yml:6 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024094.2320056-6089-250493767019717 `" && echo ansible-tmp-1760024094.2320056-6089-250493767019717="` echo /root/.ansible/tmp/ansible-tmp-1760024094.2320056-6089-250493767019717 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024094.2320056-6089-250493767019717=/root/.ansible/tmp/ansible-tmp-1760024094.2320056-6089-250493767019717\n', b'') <root@os-01> Attempting python interpreter discovery <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; command -v '"'"'"'"'"'"'"'"'python3.11'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.10'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.9'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.8'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python3.5'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python3'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/libexec/platform-python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python2.7'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <root@os-01> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python3.9\n/usr/bin/python3\n/usr/libexec/platform-python\n/usr/bin/python\n/usr/bin/python\nENDFOUND\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'/usr/bin/python3.9 && sleep 0'"'"'' <root@os-01> (0, b'{"platform_dist_result": [], "osrelease_content": "NAME=\\"Red Hat Enterprise Linux\\"\\nVERSION=\\"9.6 (Plow)\\"\\nID=\\"rhel\\"\\nID_LIKE=\\"fedora\\"\\nVERSION_ID=\\"9.6\\"\\nPLATFORM_ID=\\"platform:el9\\"\\nPRETTY_NAME=\\"Red Hat Enterprise Linux 9.6 (Plow)\\"\\nANSI_COLOR=\\"0;31\\"\\nLOGO=\\"fedora-logo-icon\\"\\nCPE_NAME=\\"cpe:/o:redhat:enterprise_linux:9::baseos\\"\\nHOME_URL=\\"https://www.redhat.com/\\"\\nDOCUMENTATION_URL=\\"https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9\\"\\nBUG_REPORT_URL=\\"https://issues.redhat.com/\\"\\n\\nREDHAT_BUGZILLA_PRODUCT=\\"Red Hat Enterprise Linux 9\\"\\nREDHAT_BUGZILLA_PRODUCT_VERSION=9.6\\nREDHAT_SUPPORT_PRODUCT=\\"Red Hat Enterprise Linux\\"\\nREDHAT_SUPPORT_PRODUCT_VERSION=\\"9.6\\"\\n"}\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/setup.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp54b7m9nt TO /root/.ansible/tmp/ansible-tmp-1760024094.2320056-6089-250493767019717/AnsiballZ_setup.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp54b7m9nt /root/.ansible/tmp/ansible-tmp-1760024094.2320056-6089-250493767019717/AnsiballZ_setup.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024094.2320056-6089-250493767019717/ /root/.ansible/tmp/ansible-tmp-1760024094.2320056-6089-250493767019717/AnsiballZ_setup.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024094.2320056-6089-250493767019717/AnsiballZ_setup.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"ansible_facts": {"ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "root", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQCwfzGAunuHbONSQNZpNLuEvDUMsAF52pyj3IHR1+E3vlnRreyz3uBkdOc6de7bmNYR2789z/cGZmCZe6cV4UZHUzDPH2YRYt934NVWepLBQCW59uHt4NHnswzS+ybZ+mEbVu7vzDy+L157kvDCNBgd6GorsH8E9zQ6VVpEw2srTPkGo2fW1TETtt+0XsS4Zfd5AIXGRHdcKdx/es7UFJTUMW51t8GbM3aYcvBbTWyzTeXs2Mkh2xk4m/CcrIhqH9YmrBojiPrvPo+UIEG4jpgRAY72PHwCr2yk2/g/zCWn81si4gBtco9kwoGfpTeXxR+6Mk88bAymapN3Kua9+8kdbpZUyvUBaa0AbfI9DmwKsSflhdYiI53nyw1lA9IZnViyir8BXX/mQtQrK0zN7WgWkoktHy1XURMJdHCpcX0/xgxGiCEReD6w+I1Kagxa7fq2+RzjGJCuZFQvSMGPEbLJN2vRsLYTMaiBXKWQXNNEXtfcAhrVwm2hz93qz3md/Ys=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFnm5NM7sM+iDrXpBSBXtz97SMPRXPoRwUXt1FVwnzUpcGEJFUZJLA5gGSarZ409abxhU3lUqB/JVAInZmHIZss=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAINscLjnhHmxVsA8rOCo9VPKDwBtxgXUqPpIRvt5xGNM+", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "kvm", "ansible_virtualization_role": "host", "ansible_virtualization_tech_guest": [], "ansible_virtualization_tech_host": ["kvm"], "ansible_system": "Linux", "ansible_kernel": "5.14.0-570.51.1.el9_6.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Sat Sep 27 01:10:11 EDT 2025", "ansible_machine": "x86_64", "ansible_python_version": "3.9.21", "ansible_fqdn": "tnf-dev", "ansible_hostname": "tnf-dev", "ansible_nodename": "tnf-dev", "ansible_domain": "", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "1bf2b94aca9143d0890714648d69af67", "ansible_distribution": "RedHat", "ansible_distribution_release": "Plow", "ansible_distribution_version": "9.6", "ansible_distribution_major_version": "9", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_distribution_file_variety": "RedHat", "ansible_distribution_file_parsed": true, "ansible_distribution_file_search_string": "Red Hat", "ansible_os_family": "RedHat", "ansible_dns": {"nameservers": ["8.8.8.8", "8.8.4.4"]}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "4", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "5", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "6", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "7", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "8", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "9", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "10", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "11", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "12", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "13", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "14", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "15", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "16", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "17", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "18", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "19", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "20", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "21", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "22", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "23", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "24", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "25", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "26", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "27", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "28", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "29", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "30", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz", "31", "GenuineIntel", "Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz"], "ansible_processor_count": 2, "ansible_processor_cores": 8, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 32, "ansible_processor_nproc": 32, "ansible_memtotal_mb": 385616, "ansible_memfree_mb": 381947, "ansible_swaptotal_mb": 4095, "ansible_swapfree_mb": 4095, "ansible_memory_mb": {"real": {"total": 385616, "used": 3669, "free": 381947}, "nocache": {"free": 383206, "used": 2410}, "swap": {"total": 4095, "free": 4095, "used": 0, "cached": 0}}, "ansible_bios_date": "06/13/2024", "ansible_bios_vendor": "FUJITSU // American Megatrends Inc.", "ansible_bios_version": "V5.0.0.12 R1.63.0 for D3384-A1x", "ansible_board_asset_tag": "NA", "ansible_board_name": "D3384-A1", "ansible_board_serial": "55077675", "ansible_board_vendor": "FUJITSU", "ansible_board_version": "S26361-D3384-A13 WGS04 GS04", "ansible_chassis_asset_tag": "an-a01n01", "ansible_chassis_serial": "YM6D004627", "ansible_chassis_vendor": "FUJITSU", "ansible_chassis_version": "RX2540M4R6", "ansible_form_factor": "Rack Mount Chassis", "ansible_product_name": "PRIMERGY RX2540 M4", "ansible_product_serial": "YM6D004627", "ansible_product_uuid": "e36ec75a-818b-4a10-bc3c-d3e88b40ce21", "ansible_product_version": "GS01", "ansible_system_vendor": "FUJITSU", "ansible_devices": {"dm-1": {"virtual": 1, "links": {"ids": ["dm-name-os--01_vg0-swap", "dm-uuid-LVM-p48wQYpSZU5CQA97Ockj3jb94q6V9YTAyup4HhKrA49ZGtpTsBodNseVMTga0Wip"], "uuids": ["1089e0f8-8461-41de-9fcd-f818c712c354"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "serial": "00a049badf4fdd2b2fa067360db00506", "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "8388608", "sectorsize": "512", "size": "4.00 GB", "host": "", "holders": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-3600605b00d3667a02f2bdd95494a688e", "scsi-SFTS_PRAID_EP540i_008e684a4995dd2b2fa067360db00506", "wwn-0x600605b00d3667a02f2bdd95494a688e"], "uuids": [], "labels": [], "masters": []}, "vendor": "FTS", "model": "PRAID EP540i", "sas_address": null, "sas_device_handle": null, "serial": "008e684a4995dd2b2fa067360db00506", "removable": "0", "support_discard": "4096", "wwn": "0x600605b00d3667a02f2bdd95494a688e", "partitions": {}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "2809921536", "sectorsize": "512", "size": "1.31 TB", "host": "RAID bus controller: Broadcom / LSI MegaRAID Tri-Mode SAS3516 (rev 01)", "holders": []}, "dm-0": {"virtual": 1, "links": {"ids": ["dm-name-os--01_vg0-root", "dm-uuid-LVM-p48wQYpSZU5CQA97Ockj3jb94q6V9YTAOEQzFth9USHEwuyy1VB6oZcQXqSLXerE"], "uuids": ["2dfb9069-7d20-4a05-9c0f-9501f1b31e64"], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "serial": "00a049badf4fdd2b2fa067360db00506", "removable": "0", "support_discard": "512", "partitions": {}, "rotational": "1", "scheduler_mode": "", "sectors": "12869967872", "sectorsize": "512", "size": "5.99 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-3600605b00d3672402f2be3b728986676", "scsi-SFTS_PRAID_EP540i_0076669828b7e32b2f4072360db00506", "wwn-0x600605b00d3672402f2be3b728986676"], "uuids": [], "labels": [], "masters": []}, "vendor": "FTS", "model": "PRAID EP540i", "sas_address": null, "sas_device_handle": null, "serial": "0076669828b7e32b2f4072360db00506", "removable": "0", "support_discard": "4096", "wwn": "0x600605b00d3672402f2be3b728986676", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "3515219968", "sectorsize": "512", "size": "1.64 TB", "host": "RAID bus controller: Broadcom / LSI MegaRAID Tri-Mode SAS3516 (rev 01)", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-3600605b00d3667a02f2bdd4fdfba49a0", "scsi-SFTS_PRAID_EP540i_00a049badf4fdd2b2fa067360db00506", "wwn-0x600605b00d3667a02f2bdd4fdfba49a0"], "uuids": [], "labels": [], "masters": []}, "vendor": "FTS", "model": "PRAID EP540i", "sas_address": null, "sas_device_handle": null, "serial": "00a049badf4fdd2b2fa067360db00506", "removable": "0", "support_discard": "512", "wwn": "0x600605b00d3667a02f2bdd4fdfba49a0", "partitions": {"sda2": {"links": {"ids": ["scsi-3600605b00d3667a02f2bdd4fdfba49a0-part2", "scsi-SFTS_PRAID_EP540i_00a049badf4fdd2b2fa067360db00506-part2", "wwn-0x600605b00d3667a02f2bdd4fdfba49a0-part2"], "uuids": ["e74604a3-33da-4ec7-b7cf-451ec2c233fb"], "labels": [], "masters": []}, "start": "1230848", "sectors": "2097152", "sectorsize": 512, "size": "1.00 GB", "uuid": "e74604a3-33da-4ec7-b7cf-451ec2c233fb", "holders": []}, "sda3": {"links": {"ids": ["lvm-pv-uuid-Za2LiZ-heoc-BarX-pTkd-HeY0-ZWZP-cpQ4Fq", "scsi-3600605b00d3667a02f2bdd4fdfba49a0-part3", "scsi-SFTS_PRAID_EP540i_00a049badf4fdd2b2fa067360db00506-part3", "wwn-0x600605b00d3667a02f2bdd4fdfba49a0-part3"], "uuids": [], "labels": [], "masters": ["dm-0", "dm-1"]}, "start": "3328000", "sectors": "12878360576", "sectorsize": 512, "size": "6.00 TB", "uuid": null, "holders": ["os--01_vg0-swap", "os--01_vg0-root"]}, "sda1": {"links": {"ids": ["scsi-3600605b00d3667a02f2bdd4fdfba49a0-part1", "scsi-SFTS_PRAID_EP540i_00a049badf4fdd2b2fa067360db00506-part1", "wwn-0x600605b00d3667a02f2bdd4fdfba49a0-part1"], "uuids": ["B45C-9876"], "labels": [], "masters": []}, "start": "2048", "sectors": "1228800", "sectorsize": 512, "size": "600.00 MB", "uuid": "B45C-9876", "holders": []}}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "12881690624", "sectorsize": "512", "size": "6.00 TB", "host": "RAID bus controller: Broadcom / LSI MegaRAID Tri-Mode SAS3516 (rev 01)", "holders": []}}, "ansible_device_links": {"ids": {"sda1": ["scsi-3600605b00d3667a02f2bdd4fdfba49a0-part1", "scsi-SFTS_PRAID_EP540i_00a049badf4fdd2b2fa067360db00506-part1", "wwn-0x600605b00d3667a02f2bdd4fdfba49a0-part1"], "sda3": ["lvm-pv-uuid-Za2LiZ-heoc-BarX-pTkd-HeY0-ZWZP-cpQ4Fq", "scsi-3600605b00d3667a02f2bdd4fdfba49a0-part3", "scsi-SFTS_PRAID_EP540i_00a049badf4fdd2b2fa067360db00506-part3", "wwn-0x600605b00d3667a02f2bdd4fdfba49a0-part3"], "sda2": ["scsi-3600605b00d3667a02f2bdd4fdfba49a0-part2", "scsi-SFTS_PRAID_EP540i_00a049badf4fdd2b2fa067360db00506-part2", "wwn-0x600605b00d3667a02f2bdd4fdfba49a0-part2"], "sdb": ["scsi-3600605b00d3667a02f2bdd95494a688e", "scsi-SFTS_PRAID_EP540i_008e684a4995dd2b2fa067360db00506", "wwn-0x600605b00d3667a02f2bdd95494a688e"], "dm-0": ["dm-name-os--01_vg0-root", "dm-uuid-LVM-p48wQYpSZU5CQA97Ockj3jb94q6V9YTAOEQzFth9USHEwuyy1VB6oZcQXqSLXerE"], "sda": ["scsi-3600605b00d3667a02f2bdd4fdfba49a0", "scsi-SFTS_PRAID_EP540i_00a049badf4fdd2b2fa067360db00506", "wwn-0x600605b00d3667a02f2bdd4fdfba49a0"], "sdc": ["scsi-3600605b00d3672402f2be3b728986676", "scsi-SFTS_PRAID_EP540i_0076669828b7e32b2f4072360db00506", "wwn-0x600605b00d3672402f2be3b728986676"], "dm-1": ["dm-name-os--01_vg0-swap", "dm-uuid-LVM-p48wQYpSZU5CQA97Ockj3jb94q6V9YTAyup4HhKrA49ZGtpTsBodNseVMTga0Wip"]}, "uuids": {"sda1": ["B45C-9876"], "sda2": ["e74604a3-33da-4ec7-b7cf-451ec2c233fb"], "dm-0": ["2dfb9069-7d20-4a05-9c0f-9501f1b31e64"], "dm-1": ["1089e0f8-8461-41de-9fcd-f818c712c354"]}, "labels": {}, "masters": {"sda3": ["dm-0", "dm-1"]}}, "ansible_uptime_seconds": 1872, "ansible_lvm": {"lvs": {"root": {"size_g": "6136.88", "vg": "os-01_vg0"}, "swap": {"size_g": "4.00", "vg": "os-01_vg0"}}, "vgs": {"os-01_vg0": {"size_g": "6140.88", "free_g": "0", "num_lvs": "2", "num_pvs": "1"}}, "pvs": {"/dev/sda3": {"size_g": "6140.88", "free_g": "0", "vg": "os-01_vg0"}}}, "ansible_mounts": [{"mount": "/", "device": "/dev/mapper/os--01_vg0-root", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=256k,sunit=512,swidth=2048,noquota", "size_total": 6587286552576, "size_available": 6530180440064, "block_size": 4096, "block_total": 1608224256, "block_available": 1594282334, "block_used": 13941922, "inode_total": 643498368, "inode_available": 643310477, "inode_used": 187891, "uuid": "2dfb9069-7d20-4a05-9c0f-9501f1b31e64"}, {"mount": "/boot", "device": "/dev/sda2", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=256k,sunit=512,swidth=2048,noquota", "size_total": 1004535808, "size_available": 648617984, "block_size": 4096, "block_total": 245248, "block_available": 158354, "block_used": 86894, "inode_total": 523264, "inode_available": 523234, "inode_used": 30, "uuid": "e74604a3-33da-4ec7-b7cf-451ec2c233fb"}, {"mount": "/boot/efi", "device": "/dev/sda1", "fstype": "vfat", "options": "rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=winnt,errors=remount-ro", "size_total": 627875840, "size_available": 620482560, "block_size": 4096, "block_total": 153290, "block_available": 151485, "block_used": 1805, "inode_total": 0, "inode_available": 0, "inode_used": 0, "uuid": "B45C-9876"}], "ansible_fibre_channel_wwn": [], "ansible_loadavg": {"1m": 0.08, "5m": 0.11, "15m": 0.07}, "ansible_date_time": {"year": "2025", "month": "10", "weekday": "Thursday", "weekday_number": "4", "weeknumber": "40", "day": "09", "hour": "11", "minute": "34", "second": "55", "epoch": "1760024095", "epoch_int": "1760024095", "date": "2025-10-09", "time": "11:34:55", "iso8601_micro": "2025-10-09T15:34:55.982446Z", "iso8601": "2025-10-09T15:34:55Z", "iso8601_basic": "20251009T113455982446", "iso8601_basic_short": "20251009T113455", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_is_chroot": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_python": {"version": {"major": 3, "minor": 9, "micro": 21, "releaselevel": "final", "serial": 0}, "version_info": [3, 9, 21, "final", 0], "executable": "/usr/bin/python3", "has_sslcontext": true, "type": "cpython"}, "ansible_local": {}, "ansible_lsb": {}, "ansible_apparmor": {"status": "disabled"}, "ansible_service_mgr": "systemd", "ansible_interfaces": ["enp216s0f0", "enp24s0f0", "enp95s0f1", "enp24s0f1", "eno1", "lo", "enp95s0f0", "enp175s0f1", "enp175s0f0", "eno2", "enp216s0f1"], "ansible_enp24s0f0": {"device": "enp24s0f0", "macaddress": "b4:96:91:06:f6:c6", "mtu": 1500, "active": true, "module": "igb", "type": "ether", "pciid": "0000:18:00.0", "speed": 1000, "promisc": false, "ipv4": {"address": "10.255.255.61", "broadcast": "10.255.255.255", "netmask": "255.255.0.0", "network": "10.255.0.0", "prefix": "16"}, "ipv6": [{"address": "fe80::b696:91ff:fe06:f6c6", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "on", "tx_vlan_offload": "on", "ntuple_filters": "off", "receive_hashing": "on", "highdma": "on [fixed]", "rx_vlan_filter": "on [fixed]", "vlan_challenged": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "on", "tx_gre_csum_segmentation": "on", "tx_ipxip4_segmentation": "on", "tx_ipxip6_segmentation": "on", "tx_udp_tnl_segmentation": "on", "tx_udp_tnl_csum_segmentation": "on", "tx_gso_partial": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "on", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": [], "phc_index": 2}, "ansible_enp95s0f0": {"device": "enp95s0f0", "macaddress": "b4:96:91:1a:a0:44", "mtu": 1500, "active": true, "module": "igb", "type": "ether", "pciid": "0000:5f:00.0", "speed": 1000, "promisc": false, "features": {"rx_checksumming": "on", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "on", "tx_vlan_offload": "on", "ntuple_filters": "off", "receive_hashing": "on", "highdma": "on [fixed]", "rx_vlan_filter": "on [fixed]", "vlan_challenged": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "on", "tx_gre_csum_segmentation": "on", "tx_ipxip4_segmentation": "on", "tx_ipxip6_segmentation": "on", "tx_udp_tnl_segmentation": "on", "tx_udp_tnl_csum_segmentation": "on", "tx_gso_partial": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "on", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": [], "phc_index": 4}, "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eno2": {"device": "eno2", "macaddress": "90:1b:0e:e6:7b:d5", "mtu": 1500, "active": false, "module": "igb", "type": "ether", "pciid": "0000:01:00.1", "speed": -1, "promisc": false, "features": {"rx_checksumming": "on", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "on", "tx_vlan_offload": "on", "ntuple_filters": "off", "receive_hashing": "on", "highdma": "on [fixed]", "rx_vlan_filter": "on [fixed]", "vlan_challenged": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "on", "tx_gre_csum_segmentation": "on", "tx_ipxip4_segmentation": "on", "tx_ipxip6_segmentation": "on", "tx_udp_tnl_segmentation": "on", "tx_udp_tnl_csum_segmentation": "on", "tx_gso_partial": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "on", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": [], "phc_index": 1}, "ansible_enp175s0f1": {"device": "enp175s0f1", "macaddress": "b4:96:91:77:01:55", "mtu": 1500, "active": true, "module": "ixgbe", "type": "ether", "pciid": "0000:af:00.1", "speed": 10000, "promisc": false, "features": {"rx_checksumming": "on", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off", "rx_vlan_offload": "on", "tx_vlan_offload": "on", "ntuple_filters": "off", "receive_hashing": "on", "highdma": "on [fixed]", "rx_vlan_filter": "on", "vlan_challenged": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "on", "tx_gre_csum_segmentation": "on", "tx_ipxip4_segmentation": "on", "tx_ipxip6_segmentation": "on", "tx_udp_tnl_segmentation": "on", "tx_udp_tnl_csum_segmentation": "on", "tx_gso_partial": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "on", "tx_udp_segmentation": "on", "tx_gso_list": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off", "hw_tc_offload": "off", "esp_hw_offload": "on", "esp_tx_csum_hw_offload": "on", "rx_udp_tunnel_port_offload": "on", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": [], "phc_index": 7}, "ansible_enp216s0f0": {"device": "enp216s0f0", "macaddress": "b4:96:91:76:fe:f4", "mtu": 1500, "active": true, "module": "ixgbe", "type": "ether", "pciid": "0000:d8:00.0", "speed": 10000, "promisc": false, "features": {"rx_checksumming": "on", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off", "rx_vlan_offload": "on", "tx_vlan_offload": "on", "ntuple_filters": "off", "receive_hashing": "on", "highdma": "on [fixed]", "rx_vlan_filter": "on", "vlan_challenged": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "on", "tx_gre_csum_segmentation": "on", "tx_ipxip4_segmentation": "on", "tx_ipxip6_segmentation": "on", "tx_udp_tnl_segmentation": "on", "tx_udp_tnl_csum_segmentation": "on", "tx_gso_partial": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "on", "tx_udp_segmentation": "on", "tx_gso_list": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off", "hw_tc_offload": "off", "esp_hw_offload": "on", "esp_tx_csum_hw_offload": "on", "rx_udp_tunnel_port_offload": "on", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": [], "phc_index": 8}, "ansible_enp24s0f1": {"device": "enp24s0f1", "macaddress": "b4:96:91:06:f6:c7", "mtu": 1500, "active": true, "module": "igb", "type": "ether", "pciid": "0000:18:00.1", "speed": 1000, "promisc": false, "features": {"rx_checksumming": "on", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "on", "tx_vlan_offload": "on", "ntuple_filters": "off", "receive_hashing": "on", "highdma": "on [fixed]", "rx_vlan_filter": "on [fixed]", "vlan_challenged": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "on", "tx_gre_csum_segmentation": "on", "tx_ipxip4_segmentation": "on", "tx_ipxip6_segmentation": "on", "tx_udp_tnl_segmentation": "on", "tx_udp_tnl_csum_segmentation": "on", "tx_gso_partial": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "on", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": [], "phc_index": 3}, "ansible_enp95s0f1": {"device": "enp95s0f1", "macaddress": "b4:96:91:1a:a0:45", "mtu": 1500, "active": true, "module": "igb", "type": "ether", "pciid": "0000:5f:00.1", "speed": 1000, "promisc": false, "features": {"rx_checksumming": "on", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "on", "tx_vlan_offload": "on", "ntuple_filters": "off", "receive_hashing": "on", "highdma": "on [fixed]", "rx_vlan_filter": "on [fixed]", "vlan_challenged": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "on", "tx_gre_csum_segmentation": "on", "tx_ipxip4_segmentation": "on", "tx_ipxip6_segmentation": "on", "tx_udp_tnl_segmentation": "on", "tx_udp_tnl_csum_segmentation": "on", "tx_gso_partial": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "on", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": [], "phc_index": 5}, "ansible_enp216s0f1": {"device": "enp216s0f1", "macaddress": "b4:96:91:76:fe:f5", "mtu": 1500, "active": true, "module": "ixgbe", "type": "ether", "pciid": "0000:d8:00.1", "speed": 10000, "promisc": false, "features": {"rx_checksumming": "on", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off", "rx_vlan_offload": "on", "tx_vlan_offload": "on", "ntuple_filters": "off", "receive_hashing": "on", "highdma": "on [fixed]", "rx_vlan_filter": "on", "vlan_challenged": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "on", "tx_gre_csum_segmentation": "on", "tx_ipxip4_segmentation": "on", "tx_ipxip6_segmentation": "on", "tx_udp_tnl_segmentation": "on", "tx_udp_tnl_csum_segmentation": "on", "tx_gso_partial": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "on", "tx_udp_segmentation": "on", "tx_gso_list": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off", "hw_tc_offload": "off", "esp_hw_offload": "on", "esp_tx_csum_hw_offload": "on", "rx_udp_tunnel_port_offload": "on", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": [], "phc_index": 9}, "ansible_eno1": {"device": "eno1", "macaddress": "90:1b:0e:e6:7b:d4", "mtu": 1500, "active": false, "module": "igb", "type": "ether", "pciid": "0000:01:00.0", "speed": -1, "promisc": false, "features": {"rx_checksumming": "on", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "on", "tx_vlan_offload": "on", "ntuple_filters": "off", "receive_hashing": "on", "highdma": "on [fixed]", "rx_vlan_filter": "on [fixed]", "vlan_challenged": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "on", "tx_gre_csum_segmentation": "on", "tx_ipxip4_segmentation": "on", "tx_ipxip6_segmentation": "on", "tx_udp_tnl_segmentation": "on", "tx_udp_tnl_csum_segmentation": "on", "tx_gso_partial": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "on", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": [], "phc_index": 0}, "ansible_enp175s0f0": {"device": "enp175s0f0", "macaddress": "b4:96:91:77:01:54", "mtu": 1500, "active": true, "module": "ixgbe", "type": "ether", "pciid": "0000:af:00.0", "speed": 10000, "promisc": false, "features": {"rx_checksumming": "on", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off", "rx_vlan_offload": "on", "tx_vlan_offload": "on", "ntuple_filters": "off", "receive_hashing": "on", "highdma": "on [fixed]", "rx_vlan_filter": "on", "vlan_challenged": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "on", "tx_gre_csum_segmentation": "on", "tx_ipxip4_segmentation": "on", "tx_ipxip6_segmentation": "on", "tx_udp_tnl_segmentation": "on", "tx_udp_tnl_csum_segmentation": "on", "tx_gso_partial": "on", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "on", "tx_udp_segmentation": "on", "tx_gso_list": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off", "hw_tc_offload": "off", "esp_hw_offload": "on", "esp_tx_csum_hw_offload": "on", "rx_udp_tunnel_port_offload": "on", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": [], "phc_index": 6}, "ansible_default_ipv4": {"gateway": "10.255.255.254", "interface": "enp24s0f0", "address": "10.255.255.61", "broadcast": "10.255.255.255", "netmask": "255.255.0.0", "network": "10.255.0.0", "prefix": "16", "macaddress": "b4:96:91:06:f6:c6", "mtu": 1500, "type": "ether", "alias": "enp24s0f0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.255.255.61"], "ansible_all_ipv6_addresses": ["fe80::b696:91ff:fe06:f6c6"], "ansible_env": {"SHELL": "/bin/bash", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_CA.UTF-8", "LS_COLORS": "rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.m4a=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.oga=01;36:*.opus=01;36:*.spx=01;36:*.xspf=01;36:", "SSH_CONNECTION": "10.255.255.61 54392 10.255.255.61 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "TERM": "xterm-256color", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "10", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.255.255.61 54392 22", "DEBUGINFOD_IMA_CERT_PATH": "/etc/keys/ima:", "which_declare": "declare -f", "XDG_DATA_DIRS": "/root/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/3", "BASH_FUNC_which%%": "() { ( alias;\\n eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:e36ec75a-818b-4a10-bc3c-d3e88b40ce21", "ansible_iscsi_iqn": "", "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/vmlinuz-5.14.0-570.51.1.el9_6.x86_64", "root": "/dev/mapper/os--01_vg0-root", "ro": true, "resume": "/dev/mapper/os--01_vg0-swap", "rd.lvm.lv": "os-01_vg0/swap", "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/vmlinuz-5.14.0-570.51.1.el9_6.x86_64", "root": "/dev/mapper/os--01_vg0-root", "ro": true, "resume": "/dev/mapper/os--01_vg0-swap", "rd.lvm.lv": ["os-01_vg0/root", "os-01_vg0/swap"], "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M"}, "ansible_fips": false, "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024094.2320056-6089-250493767019717/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [Prompt for the topology] ************************************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/kcli-install.yml:29 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [Set the topology fact] *************************************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/kcli-install.yml:39 ok: [root@os-01] => { "ansible_facts": { "topology": "fencing" }, "changed": false } Read vars_file 'vars/main.yml' TASK [Pre-load variables from the 'kcli-install' role] ************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/kcli-install.yml:43 ok: [root@os-01] => { "ansible_facts": { "cluster_name": "{{ test_cluster_name }}", "enable_arbiter": "{{ 'true' if topology == 'arbiter' else 'false' }}", "feature_set": "{{ 'TechPreviewNoUpgrade' if topology == 'arbiter' else 'DevPreviewNoUpgrade' }}", "kubeadmin_password_path": "{{ ansible_user_dir }}/.kcli/clusters/{{ test_cluster_name }}/auth/kubeadmin-password", "kubeconfig_path": "{{ ansible_user_dir }}/.kcli/clusters/{{ test_cluster_name }}/auth/kubeconfig" }, "ansible_included_var_files": [ "/root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/vars/main.yml" ], "changed": false } Read vars_file 'vars/main.yml' TASK [CONFIRMATION - Display the chosen configuration] ************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/kcli-install.yml:50 skipping: [root@os-01] => {} Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [Wait for user to press Enter to continue] ******************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/kcli-install.yml:64 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [Run kcli-install prerequisites] ****************************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/kcli-install.yml:73 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Setup libvirt infrastructure] ************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prerequisites.yml:5 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' included: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/libvirt_setup.yml for root@os-01 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Install libvirt and virtualization packages] ********************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/libvirt_setup.yml:4 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024097.294514-6419-180673154050130 `" && echo ansible-tmp-1760024097.294514-6419-180673154050130="` echo /root/.ansible/tmp/ansible-tmp-1760024097.294514-6419-180673154050130 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024097.294514-6419-180673154050130=/root/.ansible/tmp/ansible-tmp-1760024097.294514-6419-180673154050130\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/dnf.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7qskfo0q TO /root/.ansible/tmp/ansible-tmp-1760024097.294514-6419-180673154050130/AnsiballZ_dnf.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7qskfo0q /root/.ansible/tmp/ansible-tmp-1760024097.294514-6419-180673154050130/AnsiballZ_dnf.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024097.294514-6419-180673154050130/ /root/.ansible/tmp/ansible-tmp-1760024097.294514-6419-180673154050130/AnsiballZ_dnf.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-dqhttpxmtncskktzqgbszdncxcmhhwbk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024097.294514-6419-180673154050130/AnsiballZ_dnf.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\x1b[?25l| Checking server status\r\x1b[0K\r/ Checking server status\r\x1b[?25h\x1b[0K\r\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["libvirt", "libvirt-daemon-kvm", "libvirt-daemon-config-network", "qemu-kvm", "virt-install", "virt-viewer", "libvirt-python3", "acl", "firewalld"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024097.294514-6419-180673154050130/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "libvirt", "libvirt-daemon-kvm", "libvirt-daemon-config-network", "qemu-kvm", "virt-install", "virt-viewer", "libvirt-python3", "acl", "firewalld" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Start and enable libvirtd service] ******************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/libvirt_setup.yml:19 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024101.128333-6582-13229379243129 `" && echo ansible-tmp-1760024101.128333-6582-13229379243129="` echo /root/.ansible/tmp/ansible-tmp-1760024101.128333-6582-13229379243129 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024101.128333-6582-13229379243129=/root/.ansible/tmp/ansible-tmp-1760024101.128333-6582-13229379243129\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/systemd.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpr5mtqg84 TO /root/.ansible/tmp/ansible-tmp-1760024101.128333-6582-13229379243129/AnsiballZ_systemd.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpr5mtqg84 /root/.ansible/tmp/ansible-tmp-1760024101.128333-6582-13229379243129/AnsiballZ_systemd.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024101.128333-6582-13229379243129/ /root/.ansible/tmp/ansible-tmp-1760024101.128333-6582-13229379243129/AnsiballZ_systemd.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-sxbjoqfieqzymtozhthgwdefhdvdsakw ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024101.128333-6582-13229379243129/AnsiballZ_systemd.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\r\n{"name": "libvirtd", "changed": true, "status": {"Type": "notify", "ExitType": "main", "Restart": "on-failure", "NotifyAccess": "main", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "infinity", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "0", "ControlPID": "0", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestampMonotonic": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/libvirtd ; argv[]=/usr/sbin/libvirtd $LIBVIRTD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/libvirtd ; argv[]=/usr/sbin/libvirtd $LIBVIRTD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroupId": "0", "MemoryCurrent": "[not set]", "MemoryAvailable": "infinity", "CPUUsageNSec": "[not set]", "TasksCurrent": "[not set]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "32768", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "Environment": "\\"LIBVIRTD_ARGS=--timeout 120\\"", "EnvironmentFiles": "/etc/sysconfig/libvirtd (ignore_errors=yes)", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "1542208", "LimitNPROCSoft": "1542208", "LimitMEMLOCK": "67108864", "LimitMEMLOCKSoft": "67108864", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "1542208", "LimitSIGPENDINGSoft": "1542208", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "journal", "StandardError": "inherit", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "process", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "libvirtd.service", "Names": "libvirtd.service", "Requires": "virtlogd.socket system.slice sysinit.target", "Wants": "libvirtd.socket libvirtd-ro.socket virtlockd.socket libvirtd-admin.socket systemd-machined.service", "WantedBy": "multi-user.target", "Conflicts": "xendomains.service shutdown.target", "ConflictedBy": "virtnwfilterd.service virtstoraged.service virtnodedevd.service virtnetworkd.service virtproxyd.service virtqemud.service virtsecretd.service virtinterfaced.service", "Before": "virtnetworkd.service shutdown.target virtproxyd.service virtnodedevd.service virtnwfilterd.service multi-user.target virtsecretd.service virtqemud.service virtinterfaced.service virtstoraged.service", "After": "apparmor.service network.target virtlogd.socket systemd-journald.socket iscsid.service systemd-machined.service system.slice sysinit.target libvirtd.socket virtlockd.socket xencommons.service basic.target libvirtd-ro.socket dbus-broker.service remote-fs.target libvirtd-admin.socket", "TriggeredBy": "libvirtd-ro.socket libvirtd.socket libvirtd-admin.socket", "Documentation": "\\"man:libvirtd(8)\\" https://libvirt.org/", "Description": "libvirt legacy monolithic daemon", "AccessSELinuxContext": "system_u:object_r:virtd_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "inactive", "FreezerState": "running", "SubState": "dead", "FragmentPath": "/usr/lib/systemd/system/libvirtd.service", "UnitFileState": "enabled", "UnitFilePreset": "disabled", "StateChangeTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "no", "AssertResult": "no", "ConditionTimestampMonotonic": "0", "AssertTimestampMonotonic": "0", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "libvirtd", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024101.128333-6582-13229379243129/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "libvirtd", "no_block": false, "scope": "system", "state": "started" } }, "name": "libvirtd", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:virtd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "apparmor.service network.target virtlogd.socket systemd-journald.socket iscsid.service systemd-machined.service system.slice sysinit.target libvirtd.socket virtlockd.socket xencommons.service basic.target libvirtd-ro.socket dbus-broker.service remote-fs.target libvirtd-admin.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "virtnetworkd.service shutdown.target virtproxyd.service virtnodedevd.service virtnwfilterd.service multi-user.target virtsecretd.service virtqemud.service virtinterfaced.service virtstoraged.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "ConflictedBy": "virtnwfilterd.service virtstoraged.service virtnodedevd.service virtnetworkd.service virtproxyd.service virtqemud.service virtsecretd.service virtinterfaced.service", "Conflicts": "xendomains.service shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "libvirt legacy monolithic daemon", "DevicePolicy": "auto", "Documentation": "\"man:libvirtd(8)\" https://libvirt.org/", "DynamicUser": "no", "Environment": "\"LIBVIRTD_ARGS=--timeout 120\"", "EnvironmentFiles": "/etc/sysconfig/libvirtd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/libvirtd ; argv[]=/usr/sbin/libvirtd $LIBVIRTD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/libvirtd ; argv[]=/usr/sbin/libvirtd $LIBVIRTD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/libvirtd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "libvirtd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "67108864", "LimitMEMLOCKSoft": "67108864", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "1542208", "LimitNPROCSoft": "1542208", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "1542208", "LimitSIGPENDINGSoft": "1542208", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "libvirtd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "virtlogd.socket system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "32768", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "libvirtd-ro.socket libvirtd.socket libvirtd-admin.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "libvirtd.socket libvirtd-ro.socket virtlockd.socket libvirtd-admin.socket systemd-machined.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Start and enable firewalld service] ****************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/libvirt_setup.yml:26 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024103.6619174-6778-259126446588717 `" && echo ansible-tmp-1760024103.6619174-6778-259126446588717="` echo /root/.ansible/tmp/ansible-tmp-1760024103.6619174-6778-259126446588717 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024103.6619174-6778-259126446588717=/root/.ansible/tmp/ansible-tmp-1760024103.6619174-6778-259126446588717\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/systemd.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppyoqhhdq TO /root/.ansible/tmp/ansible-tmp-1760024103.6619174-6778-259126446588717/AnsiballZ_systemd.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppyoqhhdq /root/.ansible/tmp/ansible-tmp-1760024103.6619174-6778-259126446588717/AnsiballZ_systemd.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024103.6619174-6778-259126446588717/ /root/.ansible/tmp/ansible-tmp-1760024103.6619174-6778-259126446588717/AnsiballZ_systemd.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-rgjfpspxdylculobjuycqrgcprntxudn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024103.6619174-6778-259126446588717/AnsiballZ_systemd.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\r\n{"name": "firewalld", "changed": false, "status": {"Type": "dbus", "ExitType": "main", "Restart": "no", "NotifyAccess": "none", "RestartUSec": "100ms", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimeoutAbortUSec": "1min 30s", "TimeoutStartFailureMode": "terminate", "TimeoutStopFailureMode": "terminate", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "WatchdogUSec": "0", "WatchdogTimestampMonotonic": "0", "RootDirectoryStartOnly": "no", "RemainAfterExit": "no", "GuessMainPID": "yes", "MainPID": "1333", "ControlPID": "0", "BusName": "org.fedoraproject.FirewallD1", "FileDescriptorStoreMax": "0", "NFileDescriptorStore": "0", "StatusErrno": "0", "Result": "success", "ReloadResult": "success", "CleanResult": "success", "UID": "[not set]", "GID": "[not set]", "NRestarts": "0", "OOMPolicy": "stop", "ReloadSignal": "1", "ExecMainStartTimestamp": "Thu 2025-10-09 11:04:06 EDT", "ExecMainStartTimestampMonotonic": "24013352", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1333", "ExecMainCode": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Thu 2025-10-09 11:04:06 EDT] ; stop_time=[n/a] ; pid=1333 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Thu 2025-10-09 11:04:06 EDT] ; stop_time=[n/a] ; pid=1333 ; code=(null) ; status=0/0 }", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "Slice": "system.slice", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4039", "MemoryCurrent": "48234496", "MemoryAvailable": "infinity", "CPUUsageNSec": "3175874000", "TasksCurrent": "2", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "Delegate": "no", "CPUAccounting": "yes", "CPUWeight": "[not set]", "StartupCPUWeight": "[not set]", "CPUShares": "[not set]", "StartupCPUShares": "[not set]", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "IOAccounting": "no", "IOWeight": "[not set]", "StartupIOWeight": "[not set]", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "StartupBlockIOWeight": "[not set]", "MemoryAccounting": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "MemoryMin": "0", "MemoryLow": "0", "MemoryHigh": "infinity", "MemoryMax": "infinity", "MemorySwapMax": "infinity", "MemoryLimit": "infinity", "DevicePolicy": "auto", "TasksAccounting": "yes", "TasksMax": "2467533", "IPAccounting": "no", "ManagedOOMSwap": "auto", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "UMask": "0022", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitNPROC": "1542208", "LimitNPROCSoft": "1542208", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitSIGPENDING": "1542208", "LimitSIGPENDINGSoft": "1542208", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "OOMScoreAdjust": "0", "CoredumpFilter": "0x33", "Nice": "0", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUAffinityFromNUMA": "no", "NUMAPolicy": "n/a", "TimerSlackNSec": "50000", "CPUSchedulingResetOnFork": "no", "NonBlocking": "no", "StandardInput": "null", "StandardOutput": "null", "StandardError": "null", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "SyslogPriority": "30", "SyslogLevelPrefix": "yes", "SyslogLevel": "6", "SyslogFacility": "3", "LogLevelMax": "-1", "LogRateLimitIntervalUSec": "0", "LogRateLimitBurst": "0", "SecureBits": "0", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "DynamicUser": "no", "RemoveIPC": "no", "PrivateTmp": "no", "PrivateDevices": "no", "ProtectClock": "no", "ProtectKernelTunables": "no", "ProtectKernelModules": "no", "ProtectKernelLogs": "no", "ProtectControlGroups": "no", "PrivateNetwork": "no", "PrivateUsers": "no", "PrivateMounts": "no", "PrivateIPC": "no", "ProtectHome": "no", "ProtectSystem": "no", "SameProcessGroup": "no", "UtmpMode": "init", "IgnoreSIGPIPE": "yes", "NoNewPrivileges": "no", "SystemCallErrorNumber": "2147483646", "LockPersonality": "no", "RuntimeDirectoryPreserve": "no", "RuntimeDirectoryMode": "0755", "StateDirectoryMode": "0755", "CacheDirectoryMode": "0755", "LogsDirectoryMode": "0755", "ConfigurationDirectoryMode": "0755", "TimeoutCleanUSec": "infinity", "MemoryDenyWriteExecute": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "RestrictNamespaces": "no", "MountAPIVFS": "no", "KeyringMode": "private", "ProtectProc": "default", "ProcSubset": "all", "ProtectHostname": "no", "KillMode": "mixed", "KillSignal": "15", "RestartKillSignal": "15", "FinalKillSignal": "9", "SendSIGKILL": "yes", "SendSIGHUP": "no", "WatchdogSignal": "6", "Id": "firewalld.service", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "Requires": "dbus.socket sysinit.target system.slice", "Wants": "network-pre.target", "WantedBy": "multi-user.target", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "Before": "network-pre.target shutdown.target multi-user.target", "After": "polkit.service basic.target system.slice sysinit.target dbus-broker.service dbus.socket", "Documentation": "\\"man:firewalld(1)\\"", "Description": "firewalld - dynamic firewall daemon", "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "LoadState": "loaded", "ActiveState": "active", "FreezerState": "running", "SubState": "running", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "UnitFileState": "enabled", "UnitFilePreset": "enabled", "StateChangeTimestamp": "Thu 2025-10-09 11:04:10 EDT", "StateChangeTimestampMonotonic": "27424911", "InactiveExitTimestamp": "Thu 2025-10-09 11:04:06 EDT", "InactiveExitTimestampMonotonic": "24013583", "ActiveEnterTimestamp": "Thu 2025-10-09 11:04:10 EDT", "ActiveEnterTimestampMonotonic": "27424911", "ActiveExitTimestampMonotonic": "0", "InactiveEnterTimestampMonotonic": "0", "CanStart": "yes", "CanStop": "yes", "CanReload": "yes", "CanIsolate": "no", "CanFreeze": "yes", "StopWhenUnneeded": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "AllowIsolate": "no", "DefaultDependencies": "yes", "OnSuccessJobMode": "fail", "OnFailureJobMode": "replace", "IgnoreOnIsolate": "no", "NeedDaemonReload": "no", "JobTimeoutUSec": "infinity", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "ConditionResult": "yes", "AssertResult": "yes", "ConditionTimestamp": "Thu 2025-10-09 11:04:06 EDT", "ConditionTimestampMonotonic": "24005544", "AssertTimestamp": "Thu 2025-10-09 11:04:06 EDT", "AssertTimestampMonotonic": "24005545", "Transient": "no", "Perpetual": "no", "StartLimitIntervalUSec": "10s", "StartLimitBurst": "5", "StartLimitAction": "none", "FailureAction": "none", "SuccessAction": "none", "InvocationID": "06c60b1bb85b4c43b936705a51cb3281", "CollectMode": "inactive"}, "enabled": true, "state": "started", "invocation": {"module_args": {"name": "firewalld", "state": "started", "enabled": true, "daemon_reload": false, "daemon_reexec": false, "scope": "system", "no_block": false, "force": null, "masked": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024103.6619174-6778-259126446588717/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "enabled": true, "invocation": { "module_args": { "daemon_reexec": false, "daemon_reload": false, "enabled": true, "force": null, "masked": null, "name": "firewalld", "no_block": false, "scope": "system", "state": "started" } }, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2025-10-09 11:04:10 EDT", "ActiveEnterTimestampMonotonic": "27424911", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "polkit.service basic.target system.slice sysinit.target dbus-broker.service dbus.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-10-09 11:04:06 EDT", "AssertTimestampMonotonic": "24005545", "Before": "network-pre.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "3175874000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2025-10-09 11:04:06 EDT", "ConditionTimestampMonotonic": "24005544", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4039", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "1333", "ExecMainStartTimestamp": "Thu 2025-10-09 11:04:06 EDT", "ExecMainStartTimestampMonotonic": "24013352", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Thu 2025-10-09 11:04:06 EDT] ; stop_time=[n/a] ; pid=1333 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Thu 2025-10-09 11:04:06 EDT] ; stop_time=[n/a] ; pid=1333 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2025-10-09 11:04:06 EDT", "InactiveExitTimestampMonotonic": "24013583", "InvocationID": "06c60b1bb85b4c43b936705a51cb3281", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "1542208", "LimitNPROCSoft": "1542208", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "1542208", "LimitSIGPENDINGSoft": "1542208", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "1333", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "48234496", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2025-10-09 11:04:10 EDT", "StateChangeTimestampMonotonic": "27424911", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "2467533", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Add user to libvirt group for virtualization access] ************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/libvirt_setup.yml:33 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024104.799298-7011-114045379662724 `" && echo ansible-tmp-1760024104.799298-7011-114045379662724="` echo /root/.ansible/tmp/ansible-tmp-1760024104.799298-7011-114045379662724 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024104.799298-7011-114045379662724=/root/.ansible/tmp/ansible-tmp-1760024104.799298-7011-114045379662724\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/user.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp30etxab0 TO /root/.ansible/tmp/ansible-tmp-1760024104.799298-7011-114045379662724/AnsiballZ_user.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp30etxab0 /root/.ansible/tmp/ansible-tmp-1760024104.799298-7011-114045379662724/AnsiballZ_user.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024104.799298-7011-114045379662724/ /root/.ansible/tmp/ansible-tmp-1760024104.799298-7011-114045379662724/AnsiballZ_user.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-tdtskdhwyneddvfbyybcctkfzkxmgtln ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024104.799298-7011-114045379662724/AnsiballZ_user.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\r\n{"name": "root", "state": "present", "append": true, "move_home": false, "changed": false, "uid": 0, "group": 0, "comment": "root", "home": "/root", "shell": "/bin/bash", "groups": "libvirt", "invocation": {"module_args": {"name": "root", "groups": ["libvirt"], "append": true, "state": "present", "non_unique": false, "force": false, "remove": false, "create_home": true, "system": false, "move_home": false, "ssh_key_bits": 0, "ssh_key_type": "rsa", "ssh_key_comment": "ansible-generated on tnf-dev", "update_password": "always", "uid": null, "group": null, "comment": null, "home": null, "shell": null, "password": null, "login_class": null, "password_expire_max": null, "password_expire_min": null, "hidden": null, "seuser": null, "skeleton": null, "generate_ssh_key": null, "ssh_key_file": null, "ssh_key_passphrase": null, "expires": null, "password_lock": null, "local": null, "profile": null, "authorization": null, "role": null, "umask": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024104.799298-7011-114045379662724/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "append": true, "changed": false, "comment": "root", "group": 0, "groups": "libvirt", "home": "/root", "invocation": { "module_args": { "append": true, "authorization": null, "comment": null, "create_home": true, "expires": null, "force": false, "generate_ssh_key": null, "group": null, "groups": [ "libvirt" ], "hidden": null, "home": null, "local": null, "login_class": null, "move_home": false, "name": "root", "non_unique": false, "password": null, "password_expire_max": null, "password_expire_min": null, "password_lock": null, "profile": null, "remove": false, "role": null, "seuser": null, "shell": null, "skeleton": null, "ssh_key_bits": 0, "ssh_key_comment": "ansible-generated on tnf-dev", "ssh_key_file": null, "ssh_key_passphrase": null, "ssh_key_type": "rsa", "state": "present", "system": false, "uid": null, "umask": null, "update_password": "always" } }, "move_home": false, "name": "root", "shell": "/bin/bash", "state": "present", "uid": 0 } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Reset SSH connection for group membership to take effect] ******************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/libvirt_setup.yml:40 Read vars_file 'vars/main.yml' sending connection check: [b'ssh', b'-C', b'-o', b'ControlMaster=auto', b'-o', b'ControlPersist=60s', b'-o', b'KbdInteractiveAuthentication=no', b'-o', b'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', b'-o', b'PasswordAuthentication=no', b'-o', b'ConnectTimeout=10', b'-o', b'ServerAliveInterval=30', b'-o', b'ServerAliveCountMax=120', b'-o', b'ControlPath="/root/.ansible/cp/2df647c047"', b'-O', b'check', b'root@os-01'] sending connection stop: [b'ssh', b'-C', b'-o', b'ControlMaster=auto', b'-o', b'ControlPersist=60s', b'-o', b'KbdInteractiveAuthentication=no', b'-o', b'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', b'-o', b'PasswordAuthentication=no', b'-o', b'ConnectTimeout=10', b'-o', b'ServerAliveInterval=30', b'-o', b'ServerAliveCountMax=120', b'-o', b'ControlPath="/root/.ansible/cp/2df647c047"', b'-O', b'stop', b'root@os-01'] META: reset connection Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Ensure libvirt default network is started] *********************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/libvirt_setup.yml:43 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024106.375003-7203-146691814054991 `" && echo ansible-tmp-1760024106.375003-7203-146691814054991="` echo /root/.ansible/tmp/ansible-tmp-1760024106.375003-7203-146691814054991 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024106.375003-7203-146691814054991=/root/.ansible/tmp/ansible-tmp-1760024106.375003-7203-146691814054991\n', b'') Using module file /root/.ansible/collections/ansible_collections/community/libvirt/plugins/modules/virt_net.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpk_kzgkg6 TO /root/.ansible/tmp/ansible-tmp-1760024106.375003-7203-146691814054991/AnsiballZ_virt_net.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpk_kzgkg6 /root/.ansible/tmp/ansible-tmp-1760024106.375003-7203-146691814054991/AnsiballZ_virt_net.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024106.375003-7203-146691814054991/ /root/.ansible/tmp/ansible-tmp-1760024106.375003-7203-146691814054991/AnsiballZ_virt_net.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-nibmqotuuctjifjfjnrqbavvqtbgcfgc ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024106.375003-7203-146691814054991/AnsiballZ_virt_net.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\r\n{"start": null, "invocation": {"module_args": {"command": "start", "name": "default", "uri": "qemu:///system", "state": null, "xml": null, "autostart": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024106.375003-7203-146691814054991/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "invocation": { "module_args": { "autostart": null, "command": "start", "name": "default", "state": null, "uri": "qemu:///system", "xml": null } }, "start": null } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Setup default storage pool] ************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/libvirt_setup.yml:50 Read vars_file 'vars/main.yml' redirecting (type: modules) ansible.builtin.acl to ansible.posix.acl Read vars_file 'vars/main.yml' included: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml for root@os-01 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Check if storage pool exists] ************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:4 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024108.1237266-7374-195048370827251 `" && echo ansible-tmp-1760024108.1237266-7374-195048370827251="` echo /root/.ansible/tmp/ansible-tmp-1760024108.1237266-7374-195048370827251 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024108.1237266-7374-195048370827251=/root/.ansible/tmp/ansible-tmp-1760024108.1237266-7374-195048370827251\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzcundw17 TO /root/.ansible/tmp/ansible-tmp-1760024108.1237266-7374-195048370827251/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzcundw17 /root/.ansible/tmp/ansible-tmp-1760024108.1237266-7374-195048370827251/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024108.1237266-7374-195048370827251/ /root/.ansible/tmp/ansible-tmp-1760024108.1237266-7374-195048370827251/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024108.1237266-7374-195048370827251/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "default ", "stderr": "", "rc": 0, "cmd": ["virsh", "pool-list", "--all", "--name"], "start": "2025-10-09 11:35:08.833488", "end": "2025-10-09 11:35:09.019327", "delta": "0:00:00.185839", "msg": "", "invocation": {"module_args": {"_raw_params": "virsh pool-list --all --name", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024108.1237266-7374-195048370827251/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "virsh", "pool-list", "--all", "--name" ], "delta": "0:00:00.185839", "end": "2025-10-09 11:35:09.019327", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "virsh pool-list --all --name", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:08.833488" } STDOUT: default Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Create storage pool directory] *********************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:10 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024109.3218925-7555-91059639946151 `" && echo ansible-tmp-1760024109.3218925-7555-91059639946151="` echo /root/.ansible/tmp/ansible-tmp-1760024109.3218925-7555-91059639946151 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024109.3218925-7555-91059639946151=/root/.ansible/tmp/ansible-tmp-1760024109.3218925-7555-91059639946151\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/file.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7wcg0mi3 TO /root/.ansible/tmp/ansible-tmp-1760024109.3218925-7555-91059639946151/AnsiballZ_file.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7wcg0mi3 /root/.ansible/tmp/ansible-tmp-1760024109.3218925-7555-91059639946151/AnsiballZ_file.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024109.3218925-7555-91059639946151/ /root/.ansible/tmp/ansible-tmp-1760024109.3218925-7555-91059639946151/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-rknksjucmbfbngxrjfbwvbdsoixqpnow ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024109.3218925-7555-91059639946151/AnsiballZ_file.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\r\n{"path": "/var/lib/libvirt/images", "changed": true, "diff": {"before": {"path": "/var/lib/libvirt/images", "mode": "0775"}, "after": {"path": "/var/lib/libvirt/images", "mode": "0755"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "system_u:object_r:virt_image_t:s0", "size": 65, "invocation": {"module_args": {"path": "/var/lib/libvirt/images", "state": "directory", "mode": "0755", "owner": "root", "group": "root", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024109.3218925-7555-91059639946151/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "diff": { "after": { "mode": "0755", "path": "/var/lib/libvirt/images" }, "before": { "mode": "0775", "path": "/var/lib/libvirt/images" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": "root", "mode": "0755", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": "root", "path": "/var/lib/libvirt/images", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": "/var/lib/libvirt/images", "secontext": "system_u:object_r:virt_image_t:s0", "size": 65, "state": "directory", "uid": 0 } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Set ACL permissions for user on storage directory] *************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:20 redirecting (type: modules) ansible.builtin.acl to ansible.posix.acl <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024110.368844-7716-100605415997349 `" && echo ansible-tmp-1760024110.368844-7716-100605415997349="` echo /root/.ansible/tmp/ansible-tmp-1760024110.368844-7716-100605415997349 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024110.368844-7716-100605415997349=/root/.ansible/tmp/ansible-tmp-1760024110.368844-7716-100605415997349\n', b'') redirecting (type: modules) ansible.builtin.acl to ansible.posix.acl Using module file /root/.ansible/collections/ansible_collections/ansible/posix/plugins/modules/acl.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2x7urzun TO /root/.ansible/tmp/ansible-tmp-1760024110.368844-7716-100605415997349/AnsiballZ_acl.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2x7urzun /root/.ansible/tmp/ansible-tmp-1760024110.368844-7716-100605415997349/AnsiballZ_acl.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024110.368844-7716-100605415997349/ /root/.ansible/tmp/ansible-tmp-1760024110.368844-7716-100605415997349/AnsiballZ_acl.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-ssgvnypsaxrgikacitofweazrotwpzqi ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024110.368844-7716-100605415997349/AnsiballZ_acl.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\r\n{"changed": true, "msg": "user:root:rwx is present", "acl": ["user::rwx", "user:root:rwx", "user:digimer:rwx", "group::--x", "mask::rwx", "other::r-x"], "invocation": {"module_args": {"path": "/var/lib/libvirt/images", "entity": "root", "etype": "user", "permissions": "rwx", "state": "present", "follow": true, "default": false, "recursive": false, "recalculate_mask": "default", "use_nfsv4_acls": false, "entry": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024110.368844-7716-100605415997349/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "acl": [ "user::rwx", "user:root:rwx", "user:digimer:rwx", "group::--x", "mask::rwx", "other::r-x" ], "changed": true, "invocation": { "module_args": { "default": false, "entity": "root", "entry": null, "etype": "user", "follow": true, "path": "/var/lib/libvirt/images", "permissions": "rwx", "recalculate_mask": "default", "recursive": false, "state": "present", "use_nfsv4_acls": false } } } MSG: user:root:rwx is present Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Verify user can write to storage directory] ********************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:29 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024111.4832764-7880-36573770577474 `" && echo ansible-tmp-1760024111.4832764-7880-36573770577474="` echo /root/.ansible/tmp/ansible-tmp-1760024111.4832764-7880-36573770577474 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024111.4832764-7880-36573770577474=/root/.ansible/tmp/ansible-tmp-1760024111.4832764-7880-36573770577474\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/file.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2gbdl_6y TO /root/.ansible/tmp/ansible-tmp-1760024111.4832764-7880-36573770577474/AnsiballZ_file.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2gbdl_6y /root/.ansible/tmp/ansible-tmp-1760024111.4832764-7880-36573770577474/AnsiballZ_file.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024111.4832764-7880-36573770577474/ /root/.ansible/tmp/ansible-tmp-1760024111.4832764-7880-36573770577474/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024111.4832764-7880-36573770577474/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"dest": "/var/lib/libvirt/images/.kcli-test", "changed": true, "diff": {"before": {"path": "/var/lib/libvirt/images/.kcli-test", "state": "absent", "mtime": 1760024112.094085, "atime": 1760024112.094085}, "after": {"path": "/var/lib/libvirt/images/.kcli-test", "state": "touch", "mtime": 1760024112.0984886, "atime": 1760024112.0984886}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "unconfined_u:object_r:virt_image_t:s0", "size": 0, "invocation": {"module_args": {"path": "/var/lib/libvirt/images/.kcli-test", "state": "touch", "mode": "0644", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024111.4832764-7880-36573770577474/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "dest": "/var/lib/libvirt/images/.kcli-test", "diff": { "after": { "atime": 1760024112.0984886, "mtime": 1760024112.0984886, "path": "/var/lib/libvirt/images/.kcli-test", "state": "touch" }, "before": { "atime": 1760024112.094085, "mtime": 1760024112.094085, "path": "/var/lib/libvirt/images/.kcli-test", "state": "absent" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": "0644", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/var/lib/libvirt/images/.kcli-test", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "touch", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:virt_image_t:s0", "size": 0, "state": "file", "uid": 0 } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Remove test file] ************************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:37 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024112.378556-8039-101168749545595 `" && echo ansible-tmp-1760024112.378556-8039-101168749545595="` echo /root/.ansible/tmp/ansible-tmp-1760024112.378556-8039-101168749545595 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024112.378556-8039-101168749545595=/root/.ansible/tmp/ansible-tmp-1760024112.378556-8039-101168749545595\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/file.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpkw1xbllm TO /root/.ansible/tmp/ansible-tmp-1760024112.378556-8039-101168749545595/AnsiballZ_file.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpkw1xbllm /root/.ansible/tmp/ansible-tmp-1760024112.378556-8039-101168749545595/AnsiballZ_file.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024112.378556-8039-101168749545595/ /root/.ansible/tmp/ansible-tmp-1760024112.378556-8039-101168749545595/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024112.378556-8039-101168749545595/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"path": "/var/lib/libvirt/images/.kcli-test", "changed": true, "diff": {"before": {"path": "/var/lib/libvirt/images/.kcli-test", "state": "file"}, "after": {"path": "/var/lib/libvirt/images/.kcli-test", "state": "absent"}}, "state": "absent", "invocation": {"module_args": {"path": "/var/lib/libvirt/images/.kcli-test", "state": "absent", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024112.378556-8039-101168749545595/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "diff": { "after": { "path": "/var/lib/libvirt/images/.kcli-test", "state": "absent" }, "before": { "path": "/var/lib/libvirt/images/.kcli-test", "state": "file" } }, "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/var/lib/libvirt/images/.kcli-test", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "absent", "unsafe_writes": false } }, "path": "/var/lib/libvirt/images/.kcli-test", "state": "absent" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Fail if directory is not writable] ******************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:43 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Define storage pool] ********************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:48 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024113.3218696-8200-67323250721742 `" && echo ansible-tmp-1760024113.3218696-8200-67323250721742="` echo /root/.ansible/tmp/ansible-tmp-1760024113.3218696-8200-67323250721742 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024113.3218696-8200-67323250721742=/root/.ansible/tmp/ansible-tmp-1760024113.3218696-8200-67323250721742\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp9clbewgo TO /root/.ansible/tmp/ansible-tmp-1760024113.3218696-8200-67323250721742/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp9clbewgo /root/.ansible/tmp/ansible-tmp-1760024113.3218696-8200-67323250721742/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024113.3218696-8200-67323250721742/ /root/.ansible/tmp/ansible-tmp-1760024113.3218696-8200-67323250721742/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-jufkanugyijabjqcknzepuwkjhvhuybr ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024113.3218696-8200-67323250721742/AnsiballZ_command.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (1, b'\r\n{"changed": true, "stdout": "", "stderr": "error: Failed to define pool default\\nerror: operation failed: pool \'default\' already exists with uuid dd6dd06c-a748-4fd6-816d-ef88628da60b", "rc": 1, "cmd": ["virsh", "pool-define-as", "default", "dir", "--target", "/var/lib/libvirt/images"], "start": "2025-10-09 11:35:13.948781", "end": "2025-10-09 11:35:14.014295", "delta": "0:00:00.065514", "failed": true, "msg": "non-zero return code", "invocation": {"module_args": {"_raw_params": "virsh pool-define-as default dir --target /var/lib/libvirt/images\\n", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> Failed to connect to the host via ssh: Shared connection to os-01 closed. <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024113.3218696-8200-67323250721742/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "cmd": [ "virsh", "pool-define-as", "default", "dir", "--target", "/var/lib/libvirt/images" ], "delta": "0:00:00.065514", "end": "2025-10-09 11:35:14.014295", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "virsh pool-define-as default dir --target /var/lib/libvirt/images\n", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 1, "start": "2025-10-09 11:35:13.948781" } STDERR: error: Failed to define pool default error: operation failed: pool 'default' already exists with uuid dd6dd06c-a748-4fd6-816d-ef88628da60b MSG: non-zero return code Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Build storage pool] ********************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:59 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024114.3161142-8383-140207966952315 `" && echo ansible-tmp-1760024114.3161142-8383-140207966952315="` echo /root/.ansible/tmp/ansible-tmp-1760024114.3161142-8383-140207966952315 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024114.3161142-8383-140207966952315=/root/.ansible/tmp/ansible-tmp-1760024114.3161142-8383-140207966952315\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpu5vm3u0f TO /root/.ansible/tmp/ansible-tmp-1760024114.3161142-8383-140207966952315/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpu5vm3u0f /root/.ansible/tmp/ansible-tmp-1760024114.3161142-8383-140207966952315/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024114.3161142-8383-140207966952315/ /root/.ansible/tmp/ansible-tmp-1760024114.3161142-8383-140207966952315/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-jjcgvrqlefwgvvqbwugcmtokqbygxytm ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024114.3161142-8383-140207966952315/AnsiballZ_command.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (1, b'\r\n{"changed": true, "stdout": "", "stderr": "error: Failed to build pool default\\nerror: Requested operation is not valid: storage pool \'default\' is already active", "rc": 1, "cmd": ["virsh", "pool-build", "default"], "start": "2025-10-09 11:35:14.978376", "end": "2025-10-09 11:35:15.041535", "delta": "0:00:00.063159", "failed": true, "msg": "non-zero return code", "invocation": {"module_args": {"_raw_params": "virsh pool-build default", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> Failed to connect to the host via ssh: Shared connection to os-01 closed. <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024114.3161142-8383-140207966952315/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "cmd": [ "virsh", "pool-build", "default" ], "delta": "0:00:00.063159", "end": "2025-10-09 11:35:15.041535", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "virsh pool-build default", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 1, "start": "2025-10-09 11:35:14.978376" } STDERR: error: Failed to build pool default error: Requested operation is not valid: storage pool 'default' is already active MSG: non-zero return code Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Ensure storage pool is active] *********************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:66 Read vars_file 'vars/main.yml' included: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/ensure_pool_active.yml for root@os-01 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Check pool status] *********************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/ensure_pool_active.yml:4 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024115.3863623-8569-130800901401449 `" && echo ansible-tmp-1760024115.3863623-8569-130800901401449="` echo /root/.ansible/tmp/ansible-tmp-1760024115.3863623-8569-130800901401449 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024115.3863623-8569-130800901401449=/root/.ansible/tmp/ansible-tmp-1760024115.3863623-8569-130800901401449\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1mc3l2vd TO /root/.ansible/tmp/ansible-tmp-1760024115.3863623-8569-130800901401449/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1mc3l2vd /root/.ansible/tmp/ansible-tmp-1760024115.3863623-8569-130800901401449/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024115.3863623-8569-130800901401449/ /root/.ansible/tmp/ansible-tmp-1760024115.3863623-8569-130800901401449/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-qglpwzhjpyudzbyijxwbtghbkjfjchev ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024115.3863623-8569-130800901401449/AnsiballZ_command.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\r\n{"changed": true, "stdout": "Name: default\\nUUID: dd6dd06c-a748-4fd6-816d-ef88628da60b\\nState: running\\nPersistent: yes\\nAutostart: yes\\nCapacity: 5.99 TiB\\nAllocation: 53.19 GiB\\nAvailable: 5.94 TiB", "stderr": "", "rc": 0, "cmd": ["virsh", "pool-info", "default"], "start": "2025-10-09 11:35:16.020303", "end": "2025-10-09 11:35:16.081424", "delta": "0:00:00.061121", "msg": "", "invocation": {"module_args": {"_raw_params": "virsh pool-info default", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024115.3863623-8569-130800901401449/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "virsh", "pool-info", "default" ], "delta": "0:00:00.061121", "end": "2025-10-09 11:35:16.081424", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "virsh pool-info default", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:16.020303" } STDOUT: Name: default UUID: dd6dd06c-a748-4fd6-816d-ef88628da60b State: running Persistent: yes Autostart: yes Capacity: 5.99 TiB Allocation: 53.19 GiB Available: 5.94 TiB Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Start pool if inactive] ****************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/ensure_pool_active.yml:11 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Set storage pool to autostart] *********************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:69 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024116.4275835-8754-233052344209359 `" && echo ansible-tmp-1760024116.4275835-8754-233052344209359="` echo /root/.ansible/tmp/ansible-tmp-1760024116.4275835-8754-233052344209359 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024116.4275835-8754-233052344209359=/root/.ansible/tmp/ansible-tmp-1760024116.4275835-8754-233052344209359\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp4a55ji3u TO /root/.ansible/tmp/ansible-tmp-1760024116.4275835-8754-233052344209359/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp4a55ji3u /root/.ansible/tmp/ansible-tmp-1760024116.4275835-8754-233052344209359/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024116.4275835-8754-233052344209359/ /root/.ansible/tmp/ansible-tmp-1760024116.4275835-8754-233052344209359/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-xueblafhluksmokiaoraucexnzxyfadn ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024116.4275835-8754-233052344209359/AnsiballZ_command.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\r\n{"changed": true, "stdout": "Pool default marked as autostarted", "stderr": "", "rc": 0, "cmd": ["virsh", "pool-autostart", "default"], "start": "2025-10-09 11:35:17.059193", "end": "2025-10-09 11:35:17.121185", "delta": "0:00:00.061992", "msg": "", "invocation": {"module_args": {"_raw_params": "virsh pool-autostart default", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024116.4275835-8754-233052344209359/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "cmd": [ "virsh", "pool-autostart", "default" ], "delta": "0:00:00.061992", "end": "2025-10-09 11:35:17.121185", "invocation": { "module_args": { "_raw_params": "virsh pool-autostart default", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:17.059193" } STDOUT: Pool default marked as autostarted Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Verify storage pool is active] *********************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:73 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024117.4179878-8937-143110042238594 `" && echo ansible-tmp-1760024117.4179878-8937-143110042238594="` echo /root/.ansible/tmp/ansible-tmp-1760024117.4179878-8937-143110042238594 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024117.4179878-8937-143110042238594=/root/.ansible/tmp/ansible-tmp-1760024117.4179878-8937-143110042238594\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbd2_pesr TO /root/.ansible/tmp/ansible-tmp-1760024117.4179878-8937-143110042238594/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbd2_pesr /root/.ansible/tmp/ansible-tmp-1760024117.4179878-8937-143110042238594/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024117.4179878-8937-143110042238594/ /root/.ansible/tmp/ansible-tmp-1760024117.4179878-8937-143110042238594/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-uutcdjbirlvkfsnvfaaplcdwugnfdjzq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024117.4179878-8937-143110042238594/AnsiballZ_command.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\r\n{"changed": true, "stdout": "Name: default\\nUUID: dd6dd06c-a748-4fd6-816d-ef88628da60b\\nState: running\\nPersistent: yes\\nAutostart: yes\\nCapacity: 5.99 TiB\\nAllocation: 53.19 GiB\\nAvailable: 5.94 TiB", "stderr": "", "rc": 0, "cmd": ["virsh", "pool-info", "default"], "start": "2025-10-09 11:35:18.058675", "end": "2025-10-09 11:35:18.122555", "delta": "0:00:00.063880", "msg": "", "invocation": {"module_args": {"_raw_params": "virsh pool-info default", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024117.4179878-8937-143110042238594/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "virsh", "pool-info", "default" ], "delta": "0:00:00.063880", "end": "2025-10-09 11:35:18.122555", "invocation": { "module_args": { "_raw_params": "virsh pool-info default", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:18.058675" } STDOUT: Name: default UUID: dd6dd06c-a748-4fd6-816d-ef88628da60b State: running Persistent: yes Autostart: yes Capacity: 5.99 TiB Allocation: 53.19 GiB Available: 5.94 TiB Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Display storage pool information] ******************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:79 ok: [root@os-01] => {} MSG: Storage pool default status: ['Name: default', 'UUID: dd6dd06c-a748-4fd6-816d-ef88628da60b', 'State: running', 'Persistent: yes', 'Autostart: yes', 'Capacity: 5.99 TiB', 'Allocation: 53.19 GiB', 'Available: 5.94 TiB'] Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Fail if storage pool is not active] ****************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/storage_pool_setup.yml:83 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Test libvirt connection] ***************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/libvirt_setup.yml:56 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024118.5019114-9124-13414431882218 `" && echo ansible-tmp-1760024118.5019114-9124-13414431882218="` echo /root/.ansible/tmp/ansible-tmp-1760024118.5019114-9124-13414431882218 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024118.5019114-9124-13414431882218=/root/.ansible/tmp/ansible-tmp-1760024118.5019114-9124-13414431882218\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpiplph211 TO /root/.ansible/tmp/ansible-tmp-1760024118.5019114-9124-13414431882218/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpiplph211 /root/.ansible/tmp/ansible-tmp-1760024118.5019114-9124-13414431882218/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024118.5019114-9124-13414431882218/ /root/.ansible/tmp/ansible-tmp-1760024118.5019114-9124-13414431882218/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024118.5019114-9124-13414431882218/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": " Id Name State\\n--------------------", "stderr": "", "rc": 0, "cmd": ["virsh", "list", "--all"], "start": "2025-10-09 11:35:19.107903", "end": "2025-10-09 11:35:19.170867", "delta": "0:00:00.062964", "msg": "", "invocation": {"module_args": {"_raw_params": "virsh list --all", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024118.5019114-9124-13414431882218/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "virsh", "list", "--all" ], "delta": "0:00:00.062964", "end": "2025-10-09 11:35:19.170867", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "virsh list --all", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:19.107903" } STDOUT: Id Name State -------------------- Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Display libvirt connection status] ******************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/libvirt_setup.yml:62 ok: [root@os-01] => {} MSG: Libvirt connection test: SUCCESS Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Fail if libvirt is not accessible] ******************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/libvirt_setup.yml:66 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Install and configure kcli] ************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prerequisites.yml:9 Read vars_file 'vars/main.yml' included: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml for root@os-01 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Check if kcli is installed] ************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:4 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024119.5955548-9311-6605187058499 `" && echo ansible-tmp-1760024119.5955548-9311-6605187058499="` echo /root/.ansible/tmp/ansible-tmp-1760024119.5955548-9311-6605187058499 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024119.5955548-9311-6605187058499=/root/.ansible/tmp/ansible-tmp-1760024119.5955548-9311-6605187058499\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjeg6xnod TO /root/.ansible/tmp/ansible-tmp-1760024119.5955548-9311-6605187058499/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjeg6xnod /root/.ansible/tmp/ansible-tmp-1760024119.5955548-9311-6605187058499/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024119.5955548-9311-6605187058499/ /root/.ansible/tmp/ansible-tmp-1760024119.5955548-9311-6605187058499/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024119.5955548-9311-6605187058499/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "/usr/bin/kcli", "stderr": "", "rc": 0, "cmd": ["which", "kcli"], "start": "2025-10-09 11:35:20.208821", "end": "2025-10-09 11:35:20.214020", "delta": "0:00:00.005199", "msg": "", "invocation": {"module_args": {"_raw_params": "which kcli", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024119.5955548-9311-6605187058499/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "which", "kcli" ], "delta": "0:00:00.005199", "end": "2025-10-09 11:35:20.214020", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "which kcli", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:20.208821" } STDOUT: /usr/bin/kcli Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Enable kcli copr repository] ************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:12 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Install kcli package] ******************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:16 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Verify kcli installation] **************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:23 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024120.568162-9475-56062206397302 `" && echo ansible-tmp-1760024120.568162-9475-56062206397302="` echo /root/.ansible/tmp/ansible-tmp-1760024120.568162-9475-56062206397302 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024120.568162-9475-56062206397302=/root/.ansible/tmp/ansible-tmp-1760024120.568162-9475-56062206397302\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp17mfa4d5 TO /root/.ansible/tmp/ansible-tmp-1760024120.568162-9475-56062206397302/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp17mfa4d5 /root/.ansible/tmp/ansible-tmp-1760024120.568162-9475-56062206397302/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024120.568162-9475-56062206397302/ /root/.ansible/tmp/ansible-tmp-1760024120.568162-9475-56062206397302/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024120.568162-9475-56062206397302/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "/usr/bin/kcli", "stderr": "", "rc": 0, "cmd": ["which", "kcli"], "start": "2025-10-09 11:35:21.181450", "end": "2025-10-09 11:35:21.186414", "delta": "0:00:00.004964", "msg": "", "invocation": {"module_args": {"_raw_params": "which kcli", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024120.568162-9475-56062206397302/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "which", "kcli" ], "delta": "0:00:00.004964", "end": "2025-10-09 11:35:21.186414", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "which kcli", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:21.181450" } STDOUT: /usr/bin/kcli Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Check kcli version] ********************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:29 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024121.464705-9635-203216083894677 `" && echo ansible-tmp-1760024121.464705-9635-203216083894677="` echo /root/.ansible/tmp/ansible-tmp-1760024121.464705-9635-203216083894677 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024121.464705-9635-203216083894677=/root/.ansible/tmp/ansible-tmp-1760024121.464705-9635-203216083894677\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5b197ufo TO /root/.ansible/tmp/ansible-tmp-1760024121.464705-9635-203216083894677/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5b197ufo /root/.ansible/tmp/ansible-tmp-1760024121.464705-9635-203216083894677/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024121.464705-9635-203216083894677/ /root/.ansible/tmp/ansible-tmp-1760024121.464705-9635-203216083894677/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024121.464705-9635-203216083894677/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "version: 99.0 commit: ce49de7 2025/09/25 Available Updates: True", "stderr": "", "rc": 0, "cmd": ["kcli", "version"], "start": "2025-10-09 11:35:22.063216", "end": "2025-10-09 11:35:23.956453", "delta": "0:00:01.893237", "msg": "", "invocation": {"module_args": {"_raw_params": "kcli version", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024121.464705-9635-203216083894677/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "kcli", "version" ], "delta": "0:00:01.893237", "end": "2025-10-09 11:35:23.956453", "invocation": { "module_args": { "_raw_params": "kcli version", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:22.063216" } STDOUT: version: 99.0 commit: ce49de7 2025/09/25 Available Updates: True Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Display kcli version] ******************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:34 ok: [root@os-01] => {} MSG: Using kcli version: version: 99.0 commit: ce49de7 2025/09/25 Available Updates: True Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Check if kcli config exists] ************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:38 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024124.2974565-9835-88467920393060 `" && echo ansible-tmp-1760024124.2974565-9835-88467920393060="` echo /root/.ansible/tmp/ansible-tmp-1760024124.2974565-9835-88467920393060 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024124.2974565-9835-88467920393060=/root/.ansible/tmp/ansible-tmp-1760024124.2974565-9835-88467920393060\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/stat.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprhfjzgp9 TO /root/.ansible/tmp/ansible-tmp-1760024124.2974565-9835-88467920393060/AnsiballZ_stat.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprhfjzgp9 /root/.ansible/tmp/ansible-tmp-1760024124.2974565-9835-88467920393060/AnsiballZ_stat.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024124.2974565-9835-88467920393060/ /root/.ansible/tmp/ansible-tmp-1760024124.2974565-9835-88467920393060/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024124.2974565-9835-88467920393060/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.kcli/config.yml", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1028, "inode": 5368835420, "dev": 64768, "nlink": 1, "atime": 1759983584.2705715, "mtime": 1759197399.0547328, "ctime": 1759197399.0547328, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "c442bec375fc1c0c9c17b1975ac0ed8553e218de", "mimetype": "text/plain", "charset": "us-ascii", "version": "4027309429", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.kcli/config.yml", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024124.2974565-9835-88467920393060/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.kcli/config.yml" } }, "stat": { "atime": 1759983584.2705715, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c442bec375fc1c0c9c17b1975ac0ed8553e218de", "ctime": 1759197399.0547328, "dev": 64768, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5368835420, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1759197399.0547328, "nlink": 1, "path": "/root/.kcli/config.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1028, "uid": 0, "version": "4027309429", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Create kcli config directory] ************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:43 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Create default kcli configuration for local libvirt] ************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:50 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Check available libvirt pools] *********************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:62 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024125.5256274-10001-269736447479635 `" && echo ansible-tmp-1760024125.5256274-10001-269736447479635="` echo /root/.ansible/tmp/ansible-tmp-1760024125.5256274-10001-269736447479635 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024125.5256274-10001-269736447479635=/root/.ansible/tmp/ansible-tmp-1760024125.5256274-10001-269736447479635\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpdv2lvkmm TO /root/.ansible/tmp/ansible-tmp-1760024125.5256274-10001-269736447479635/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpdv2lvkmm /root/.ansible/tmp/ansible-tmp-1760024125.5256274-10001-269736447479635/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024125.5256274-10001-269736447479635/ /root/.ansible/tmp/ansible-tmp-1760024125.5256274-10001-269736447479635/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024125.5256274-10001-269736447479635/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "+---------+-------------------------+\\n| Pool | Path |\\n+---------+-------------------------+\\n| default | /var/lib/libvirt/images |\\n+---------+-------------------------+", "stderr": "", "rc": 0, "cmd": ["kcli", "list", "pool"], "start": "2025-10-09 11:35:26.128055", "end": "2025-10-09 11:35:26.570361", "delta": "0:00:00.442306", "msg": "", "invocation": {"module_args": {"_raw_params": "kcli list pool", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024125.5256274-10001-269736447479635/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "kcli", "list", "pool" ], "delta": "0:00:00.442306", "end": "2025-10-09 11:35:26.570361", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "kcli list pool", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:26.128055" } STDOUT: +---------+-------------------------+ | Pool | Path | +---------+-------------------------+ | default | /var/lib/libvirt/images | +---------+-------------------------+ Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Display available pools] ***************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:68 ok: [root@os-01] => {} MSG: Available kcli pools: ['+---------+-------------------------+', '| Pool | Path |', '+---------+-------------------------+', '| default | /var/lib/libvirt/images |', '+---------+-------------------------+'] Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Verify kcli can see default pool] ******************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:72 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Check available networks] **************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:79 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024126.9288635-10167-194173460386760 `" && echo ansible-tmp-1760024126.9288635-10167-194173460386760="` echo /root/.ansible/tmp/ansible-tmp-1760024126.9288635-10167-194173460386760 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024126.9288635-10167-194173460386760=/root/.ansible/tmp/ansible-tmp-1760024126.9288635-10167-194173460386760\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplome0xwy TO /root/.ansible/tmp/ansible-tmp-1760024126.9288635-10167-194173460386760/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplome0xwy /root/.ansible/tmp/ansible-tmp-1760024126.9288635-10167-194173460386760/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024126.9288635-10167-194173460386760/ /root/.ansible/tmp/ansible-tmp-1760024126.9288635-10167-194173460386760/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024126.9288635-10167-194173460386760/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "\\u001b[36mListing Networks...\\u001b[0m\\n+------------+--------+----------------+------+---------+------+\\n| Network | Type | Cidr | Dhcp | Domain | Mode |\\n+------------+--------+----------------+------+---------+------+\\n| default | routed | 192.168.0.0/16 | True | default | nat |\\n| enp175s0f0 | nic | N/A | N/A | N/A | N/A |\\n| enp175s0f1 | nic | N/A | N/A | N/A | N/A |\\n| enp216s0f0 | nic | N/A | N/A | N/A | N/A |\\n| enp216s0f1 | nic | N/A | N/A | N/A | N/A |\\n| enp24s0f0 | nic | N/A | N/A | N/A | N/A |\\n| enp24s0f1 | nic | N/A | N/A | N/A | N/A |\\n| enp95s0f0 | nic | N/A | N/A | N/A | N/A |\\n| enp95s0f1 | nic | N/A | N/A | N/A | N/A |\\n+------------+--------+----------------+------+---------+------+", "stderr": "", "rc": 0, "cmd": ["kcli", "list", "network"], "start": "2025-10-09 11:35:27.521021", "end": "2025-10-09 11:35:27.783270", "delta": "0:00:00.262249", "msg": "", "invocation": {"module_args": {"_raw_params": "kcli list network", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024126.9288635-10167-194173460386760/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "kcli", "list", "network" ], "delta": "0:00:00.262249", "end": "2025-10-09 11:35:27.783270", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "kcli list network", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:27.521021" } STDOUT: Listing Networks... +------------+--------+----------------+------+---------+------+ | Network | Type | Cidr | Dhcp | Domain | Mode | +------------+--------+----------------+------+---------+------+ | default | routed | 192.168.0.0/16 | True | default | nat | | enp175s0f0 | nic | N/A | N/A | N/A | N/A | | enp175s0f1 | nic | N/A | N/A | N/A | N/A | | enp216s0f0 | nic | N/A | N/A | N/A | N/A | | enp216s0f1 | nic | N/A | N/A | N/A | N/A | | enp24s0f0 | nic | N/A | N/A | N/A | N/A | | enp24s0f1 | nic | N/A | N/A | N/A | N/A | | enp95s0f0 | nic | N/A | N/A | N/A | N/A | | enp95s0f1 | nic | N/A | N/A | N/A | N/A | +------------+--------+----------------+------+---------+------+ Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Display available networks] ************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/kcli_install.yml:85 ok: [root@os-01] => {} MSG: Available kcli networks: ['\x1b[36mListing Networks...\x1b[0m', '+------------+--------+----------------+------+---------+------+', '| Network | Type | Cidr | Dhcp | Domain | Mode |', '+------------+--------+----------------+------+---------+------+', '| default | routed | 192.168.0.0/16 | True | default | nat |', '| enp175s0f0 | nic | N/A | N/A | N/A | N/A |', '| enp175s0f1 | nic | N/A | N/A | N/A | N/A |', '| enp216s0f0 | nic | N/A | N/A | N/A | N/A |', '| enp216s0f1 | nic | N/A | N/A | N/A | N/A |', '| enp24s0f0 | nic | N/A | N/A | N/A | N/A |', '| enp24s0f1 | nic | N/A | N/A | N/A | N/A |', '| enp95s0f0 | nic | N/A | N/A | N/A | N/A |', '| enp95s0f1 | nic | N/A | N/A | N/A | N/A |', '+------------+--------+----------------+------+---------+------+'] Read vars_file 'vars/main.yml' TASK [Setup user environment] ************************************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prerequisites.yml:13 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' redirecting (type: modules) ansible.builtin.authorized_key to ansible.posix.authorized_key Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [config : Get username] *************************************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/config/tasks/main.yaml:1 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024128.1786985-10331-245444048399004 `" && echo ansible-tmp-1760024128.1786985-10331-245444048399004="` echo /root/.ansible/tmp/ansible-tmp-1760024128.1786985-10331-245444048399004 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024128.1786985-10331-245444048399004=/root/.ansible/tmp/ansible-tmp-1760024128.1786985-10331-245444048399004\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpqdd357l6 TO /root/.ansible/tmp/ansible-tmp-1760024128.1786985-10331-245444048399004/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpqdd357l6 /root/.ansible/tmp/ansible-tmp-1760024128.1786985-10331-245444048399004/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024128.1786985-10331-245444048399004/ /root/.ansible/tmp/ansible-tmp-1760024128.1786985-10331-245444048399004/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024128.1786985-10331-245444048399004/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "root", "stderr": "", "rc": 0, "cmd": ["whoami"], "start": "2025-10-09 11:35:28.791968", "end": "2025-10-09 11:35:28.840890", "delta": "0:00:00.048922", "msg": "", "invocation": {"module_args": {"_raw_params": "whoami", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024128.1786985-10331-245444048399004/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "cmd": [ "whoami" ], "delta": "0:00:00.048922", "end": "2025-10-09 11:35:28.840890", "invocation": { "module_args": { "_raw_params": "whoami", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:28.791968" } STDOUT: root Read vars_file 'vars/main.yml' TASK [config : Enable user lingering] ****************************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/config/tasks/main.yaml:4 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024129.1331894-10491-122690808783513 `" && echo ansible-tmp-1760024129.1331894-10491-122690808783513="` echo /root/.ansible/tmp/ansible-tmp-1760024129.1331894-10491-122690808783513 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024129.1331894-10491-122690808783513=/root/.ansible/tmp/ansible-tmp-1760024129.1331894-10491-122690808783513\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8weg_off TO /root/.ansible/tmp/ansible-tmp-1760024129.1331894-10491-122690808783513/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8weg_off /root/.ansible/tmp/ansible-tmp-1760024129.1331894-10491-122690808783513/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024129.1331894-10491-122690808783513/ /root/.ansible/tmp/ansible-tmp-1760024129.1331894-10491-122690808783513/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-myfblxhjjcmxvvztgzmqqxuipncnzlgq ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024129.1331894-10491-122690808783513/AnsiballZ_command.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\r\n{"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["loginctl", "enable-linger", "root"], "start": "2025-10-09 11:35:29.786300", "end": "2025-10-09 11:35:29.830088", "delta": "0:00:00.043788", "msg": "", "invocation": {"module_args": {"_raw_params": "loginctl enable-linger root", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024129.1331894-10491-122690808783513/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "root" ], "delta": "0:00:00.043788", "end": "2025-10-09 11:35:29.830088", "invocation": { "module_args": { "_raw_params": "loginctl enable-linger root", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:29.786300" } Read vars_file 'vars/main.yml' TASK [config : Install SSH key] ************************************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/config/tasks/main.yaml:7 redirecting (type: modules) ansible.builtin.authorized_key to ansible.posix.authorized_key <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024130.1327283-10653-141387362984829 `" && echo ansible-tmp-1760024130.1327283-10653-141387362984829="` echo /root/.ansible/tmp/ansible-tmp-1760024130.1327283-10653-141387362984829 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024130.1327283-10653-141387362984829=/root/.ansible/tmp/ansible-tmp-1760024130.1327283-10653-141387362984829\n', b'') redirecting (type: modules) ansible.builtin.authorized_key to ansible.posix.authorized_key Using module file /root/.ansible/collections/ansible_collections/ansible/posix/plugins/modules/authorized_key.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpa86qkbvn TO /root/.ansible/tmp/ansible-tmp-1760024130.1327283-10653-141387362984829/AnsiballZ_authorized_key.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpa86qkbvn /root/.ansible/tmp/ansible-tmp-1760024130.1327283-10653-141387362984829/AnsiballZ_authorized_key.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024130.1327283-10653-141387362984829/ /root/.ansible/tmp/ansible-tmp-1760024130.1327283-10653-141387362984829/AnsiballZ_authorized_key.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024130.1327283-10653-141387362984829/AnsiballZ_authorized_key.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"user": "root", "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDxX4DExwXf0Nxzlwo5ZLaC0sU9F4grirQ61X0sGMbhISh9zcoIcajTiBS1q+yxhOYuqEExjhXujbpFD5+k/U98MZlH7gc1JPzb9Us9pyut+eteoFXVFeOhV4DajLqRcDKP7SgqzlD5MYMAGtoADfKCqJyPQh0+fMV7IHA9cOzVTX6Xr8QFs4ORuyoib8JGTDG76HvTwCBZTQth4Enm/YLw2LWSlmO7/GTj/78//HtsuOjtOs9FHD6wufwtz+j+6KM9WwA+ZY+QEAhR7q+CtDL2Y+FkJNkgHSyX/z0tEklLcwMLEwVbTm8p8Z/Eep+jZI6KvYdIwyAgXBuEfwX6SWoFz8Y2MowfFfYmBF2DzaYb0k5hDxxpCpwK75GwYRaSkWvp8b/NMDA7tcIwCIrpXJv6Tu0Z//qsGUiQml61effizbEDBVVbE0QOr61W5y8uiI2cXO7ZzuPN9WelBTVK4PEfM4i+OlkbbDk0OPj9k46hj3vzxFbnDFaDKiBWXVQyZWc= root@os-01.digimer.ca", "manage_dir": true, "state": "present", "exclusive": false, "validate_certs": true, "follow": false, "path": null, "key_options": null, "comment": null, "keyfile": "/root/.ssh/authorized_keys", "invocation": {"module_args": {"user": "root", "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDxX4DExwXf0Nxzlwo5ZLaC0sU9F4grirQ61X0sGMbhISh9zcoIcajTiBS1q+yxhOYuqEExjhXujbpFD5+k/U98MZlH7gc1JPzb9Us9pyut+eteoFXVFeOhV4DajLqRcDKP7SgqzlD5MYMAGtoADfKCqJyPQh0+fMV7IHA9cOzVTX6Xr8QFs4ORuyoib8JGTDG76HvTwCBZTQth4Enm/YLw2LWSlmO7/GTj/78//HtsuOjtOs9FHD6wufwtz+j+6KM9WwA+ZY+QEAhR7q+CtDL2Y+FkJNkgHSyX/z0tEklLcwMLEwVbTm8p8Z/Eep+jZI6KvYdIwyAgXBuEfwX6SWoFz8Y2MowfFfYmBF2DzaYb0k5hDxxpCpwK75GwYRaSkWvp8b/NMDA7tcIwCIrpXJv6Tu0Z//qsGUiQml61effizbEDBVVbE0QOr61W5y8uiI2cXO7ZzuPN9WelBTVK4PEfM4i+OlkbbDk0OPj9k46hj3vzxFbnDFaDKiBWXVQyZWc= root@os-01.digimer.ca", "manage_dir": true, "state": "present", "exclusive": false, "validate_certs": true, "follow": false, "path": null, "key_options": null, "comment": null, "keyfile": "/root/.ssh/authorized_keys"}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024130.1327283-10653-141387362984829/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "comment": null, "exclusive": false, "follow": false, "invocation": { "module_args": { "comment": null, "exclusive": false, "follow": false, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDxX4DExwXf0Nxzlwo5ZLaC0sU9F4grirQ61X0sGMbhISh9zcoIcajTiBS1q+yxhOYuqEExjhXujbpFD5+k/U98MZlH7gc1JPzb9Us9pyut+eteoFXVFeOhV4DajLqRcDKP7SgqzlD5MYMAGtoADfKCqJyPQh0+fMV7IHA9cOzVTX6Xr8QFs4ORuyoib8JGTDG76HvTwCBZTQth4Enm/YLw2LWSlmO7/GTj/78//HtsuOjtOs9FHD6wufwtz+j+6KM9WwA+ZY+QEAhR7q+CtDL2Y+FkJNkgHSyX/z0tEklLcwMLEwVbTm8p8Z/Eep+jZI6KvYdIwyAgXBuEfwX6SWoFz8Y2MowfFfYmBF2DzaYb0k5hDxxpCpwK75GwYRaSkWvp8b/NMDA7tcIwCIrpXJv6Tu0Z//qsGUiQml61effizbEDBVVbE0QOr61W5y8uiI2cXO7ZzuPN9WelBTVK4PEfM4i+OlkbbDk0OPj9k46hj3vzxFbnDFaDKiBWXVQyZWc= root@os-01.digimer.ca", "key_options": null, "keyfile": "/root/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "root", "validate_certs": true } }, "key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDxX4DExwXf0Nxzlwo5ZLaC0sU9F4grirQ61X0sGMbhISh9zcoIcajTiBS1q+yxhOYuqEExjhXujbpFD5+k/U98MZlH7gc1JPzb9Us9pyut+eteoFXVFeOhV4DajLqRcDKP7SgqzlD5MYMAGtoADfKCqJyPQh0+fMV7IHA9cOzVTX6Xr8QFs4ORuyoib8JGTDG76HvTwCBZTQth4Enm/YLw2LWSlmO7/GTj/78//HtsuOjtOs9FHD6wufwtz+j+6KM9WwA+ZY+QEAhR7q+CtDL2Y+FkJNkgHSyX/z0tEklLcwMLEwVbTm8p8Z/Eep+jZI6KvYdIwyAgXBuEfwX6SWoFz8Y2MowfFfYmBF2DzaYb0k5hDxxpCpwK75GwYRaSkWvp8b/NMDA7tcIwCIrpXJv6Tu0Z//qsGUiQml61effizbEDBVVbE0QOr61W5y8uiI2cXO7ZzuPN9WelBTVK4PEfM4i+OlkbbDk0OPj9k46hj3vzxFbnDFaDKiBWXVQyZWc= root@os-01.digimer.ca", "key_options": null, "keyfile": "/root/.ssh/authorized_keys", "manage_dir": true, "path": null, "state": "present", "user": "root", "validate_certs": true } Read vars_file 'vars/main.yml' TASK [config : Install inputrc] ************************************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/config/tasks/main.yaml:11 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902 `" && echo ansible-tmp-1760024131.21973-10812-65534614231902="` echo /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024131.21973-10812-65534614231902=/root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/stat.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpkgvjhx7f TO /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902/AnsiballZ_stat.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpkgvjhx7f /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902/AnsiballZ_stat.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902/ /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": ".inputrc", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 61, "inode": 11811263555, "dev": 64768, "nlink": 1, "atime": 1759983129.409166, "mtime": 1759251743.38291, "ctime": 1759251744.1109202, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "c9132834e3c2e069a0caed2b30e802f8c8b029d4", "mimetype": "text/plain", "charset": "us-ascii", "version": "3324754638", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": ".inputrc", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to os-01 closed.\r\n') Using module file /usr/lib/python3.9/site-packages/ansible/modules/file.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpthmfk0qa TO /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902/AnsiballZ_file.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpthmfk0qa /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902/AnsiballZ_file.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902/ /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"path": ".inputrc", "changed": false, "diff": {"before": {"path": ".inputrc"}, "after": {"path": ".inputrc"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 61, "invocation": {"module_args": {"dest": ".inputrc", "_original_basename": "tmpxm695i9r", "recurse": false, "state": "file", "path": ".inputrc", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024131.21973-10812-65534614231902/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "checksum": "c9132834e3c2e069a0caed2b30e802f8c8b029d4", "dest": ".inputrc", "diff": { "after": { "path": ".inputrc" }, "before": { "path": ".inputrc" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "tmpxm695i9r", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": ".inputrc", "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": ".inputrc", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": ".inputrc", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 61, "state": "file", "uid": 0 } Read vars_file 'vars/main.yml' TASK [git-user : Install git] ************************************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/git-user/tasks/main.yml:1 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024132.6287527-11051-90905231626432 `" && echo ansible-tmp-1760024132.6287527-11051-90905231626432="` echo /root/.ansible/tmp/ansible-tmp-1760024132.6287527-11051-90905231626432 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024132.6287527-11051-90905231626432=/root/.ansible/tmp/ansible-tmp-1760024132.6287527-11051-90905231626432\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/dnf.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp68h20cbm TO /root/.ansible/tmp/ansible-tmp-1760024132.6287527-11051-90905231626432/AnsiballZ_dnf.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp68h20cbm /root/.ansible/tmp/ansible-tmp-1760024132.6287527-11051-90905231626432/AnsiballZ_dnf.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024132.6287527-11051-90905231626432/ /root/.ansible/tmp/ansible-tmp-1760024132.6287527-11051-90905231626432/AnsiballZ_dnf.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-lgbuwfiiqxxawnzhntmhazegcyoabmsg ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024132.6287527-11051-90905231626432/AnsiballZ_dnf.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\x1b[?25l| Checking server status\r\x1b[0K\r/ Checking server status\r\x1b[?25h\x1b[0K\r\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["git"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024132.6287527-11051-90905231626432/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "git" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do Read vars_file 'vars/main.yml' TASK [git-user : Setup git config directory] *********************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/git-user/tasks/main.yml:6 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024136.6223366-11216-265708967606462 `" && echo ansible-tmp-1760024136.6223366-11216-265708967606462="` echo /root/.ansible/tmp/ansible-tmp-1760024136.6223366-11216-265708967606462 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024136.6223366-11216-265708967606462=/root/.ansible/tmp/ansible-tmp-1760024136.6223366-11216-265708967606462\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/file.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp69hdnbbz TO /root/.ansible/tmp/ansible-tmp-1760024136.6223366-11216-265708967606462/AnsiballZ_file.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp69hdnbbz /root/.ansible/tmp/ansible-tmp-1760024136.6223366-11216-265708967606462/AnsiballZ_file.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024136.6223366-11216-265708967606462/ /root/.ansible/tmp/ansible-tmp-1760024136.6223366-11216-265708967606462/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024136.6223366-11216-265708967606462/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"path": ".config/git", "changed": false, "diff": {"before": {"path": ".config/git"}, "after": {"path": ".config/git"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 50, "invocation": {"module_args": {"path": ".config/git", "state": "directory", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024136.6223366-11216-265708967606462/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "diff": { "after": { "path": ".config/git" }, "before": { "path": ".config/git" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": null, "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": ".config/git", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "directory", "unsafe_writes": false } }, "mode": "0755", "owner": "root", "path": ".config/git", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 50, "state": "directory", "uid": 0 } Read vars_file 'vars/main.yml' TASK [git-user : Install gitignore] ******************************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/git-user/tasks/main.yml:11 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384 `" && echo ansible-tmp-1760024137.5207393-11375-104525551647384="` echo /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024137.5207393-11375-104525551647384=/root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/stat.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpqvzeha_i TO /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384/AnsiballZ_stat.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpqvzeha_i /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384/AnsiballZ_stat.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384/ /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": ".config/git/ignore", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 53, "inode": 16643509331, "dev": 64768, "nlink": 1, "atime": 1759984008.1971762, "mtime": 1759251749.7409987, "ctime": 1759251750.3530073, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "87e8b9cfb6e66bc3e56b0bfb6348cebb7dc3cfe6", "mimetype": "text/plain", "charset": "us-ascii", "version": "3883807149", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": ".config/git/ignore", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to os-01 closed.\r\n') Using module file /usr/lib/python3.9/site-packages/ansible/modules/file.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpxqxemvlt TO /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384/AnsiballZ_file.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpxqxemvlt /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384/AnsiballZ_file.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384/ /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"path": ".config/git/ignore", "changed": false, "diff": {"before": {"path": ".config/git/ignore"}, "after": {"path": ".config/git/ignore"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 53, "invocation": {"module_args": {"dest": ".config/git/ignore", "_original_basename": "ignore", "recurse": false, "state": "file", "path": ".config/git/ignore", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024137.5207393-11375-104525551647384/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "checksum": "87e8b9cfb6e66bc3e56b0bfb6348cebb7dc3cfe6", "dest": ".config/git/ignore", "diff": { "after": { "path": ".config/git/ignore" }, "before": { "path": ".config/git/ignore" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "ignore", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": ".config/git/ignore", "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": ".config/git/ignore", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": ".config/git/ignore", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 53, "state": "file", "uid": 0 } Read vars_file 'vars/main.yml' TASK [git-user : Install gitattributes] **************************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/git-user/tasks/main.yml:15 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454 `" && echo ansible-tmp-1760024138.9553397-11614-77805423450454="` echo /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024138.9553397-11614-77805423450454=/root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/stat.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpibxkbv5x TO /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454/AnsiballZ_stat.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpibxkbv5x /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454/AnsiballZ_stat.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454/ /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": ".config/git/attributes", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 51, "inode": 1073928389, "dev": 64768, "nlink": 1, "atime": 1759984007.5351799, "mtime": 1759251751.3750217, "ctime": 1759251751.98603, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "f3e3c4b6a05faaedd0f17fde980ae6eaaea77ea7", "mimetype": "text/plain", "charset": "us-ascii", "version": "3010869003", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": ".config/git/attributes", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to os-01 closed.\r\n') Using module file /usr/lib/python3.9/site-packages/ansible/modules/file.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp3brw9f6t TO /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454/AnsiballZ_file.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp3brw9f6t /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454/AnsiballZ_file.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454/ /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"path": ".config/git/attributes", "changed": false, "diff": {"before": {"path": ".config/git/attributes"}, "after": {"path": ".config/git/attributes"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 51, "invocation": {"module_args": {"dest": ".config/git/attributes", "_original_basename": "attributes", "recurse": false, "state": "file", "path": ".config/git/attributes", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024138.9553397-11614-77805423450454/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "checksum": "f3e3c4b6a05faaedd0f17fde980ae6eaaea77ea7", "dest": ".config/git/attributes", "diff": { "after": { "path": ".config/git/attributes" }, "before": { "path": ".config/git/attributes" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "attributes", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": ".config/git/attributes", "follow": true, "force": false, "group": null, "mode": null, "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": ".config/git/attributes", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0644", "owner": "root", "path": ".config/git/attributes", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 51, "state": "file", "uid": 0 } Read vars_file 'vars/main.yml' TASK [git-user : Install gitconfig] ******************************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/git-user/tasks/main.yml:19 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024140.552385-11853-265634677346906 `" && echo ansible-tmp-1760024140.552385-11853-265634677346906="` echo /root/.ansible/tmp/ansible-tmp-1760024140.552385-11853-265634677346906 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024140.552385-11853-265634677346906=/root/.ansible/tmp/ansible-tmp-1760024140.552385-11853-265634677346906\n', b'') exception during Jinja2 execution: Traceback (most recent call last): File "/root/two-node-toolbox/deploy/openshift-clusters/roles/git-user/lookup_plugins/gitconfig.py", line 27, in _get_git_config result = subprocess.check_output(['git', 'config', option]) File "/usr/lib64/python3.9/subprocess.py", line 424, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib64/python3.9/subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['git', 'config', 'user.name']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/ansible/template/__init__.py", line 845, in _lookup ran = instance.run(loop_terms, variables=self._available_variables, **kwargs) File "/root/two-node-toolbox/deploy/openshift-clusters/roles/git-user/lookup_plugins/gitconfig.py", line 22, in run return self._get_git_config(config_option).splitlines() File "/root/two-node-toolbox/deploy/openshift-clusters/roles/git-user/lookup_plugins/gitconfig.py", line 28, in _get_git_config except CalledProcessError as err: NameError: name 'CalledProcessError' is not defined <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024140.552385-11853-265634677346906/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') The full traceback is: Traceback (most recent call last): File "/root/two-node-toolbox/deploy/openshift-clusters/roles/git-user/lookup_plugins/gitconfig.py", line 27, in _get_git_config result = subprocess.check_output(['git', 'config', option]) File "/usr/lib64/python3.9/subprocess.py", line 424, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib64/python3.9/subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['git', 'config', 'user.name']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/ansible/template/__init__.py", line 845, in _lookup ran = instance.run(loop_terms, variables=self._available_variables, **kwargs) File "/root/two-node-toolbox/deploy/openshift-clusters/roles/git-user/lookup_plugins/gitconfig.py", line 22, in run return self._get_git_config(config_option).splitlines() File "/root/two-node-toolbox/deploy/openshift-clusters/roles/git-user/lookup_plugins/gitconfig.py", line 28, in _get_git_config except CalledProcessError as err: NameError: name 'CalledProcessError' is not defined During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/ansible/plugins/action/template.py", line 141, in run resultant = templar.do_template(template_data, preserve_trailing_newlines=True, escape_backslashes=False) File "/usr/lib/python3.9/site-packages/ansible/template/__init__.py", line 1001, in do_template res = myenv.concat(rf) File "/usr/lib/python3.9/site-packages/ansible/template/native_helpers.py", line 83, in ansible_concat return ''.join([to_text(v) for v in nodes]) File "/usr/lib/python3.9/site-packages/ansible/template/native_helpers.py", line 83, in <listcomp> return ''.join([to_text(v) for v in nodes]) File "<template>", line 13, in root File "/usr/lib/python3.9/site-packages/ansible/template/__init__.py", line 348, in call return super().call(obj, *args, **kwargs) File "/usr/lib/python3.9/site-packages/ansible/_vendor/jinja2/runtime.py", line 298, in call return __obj(*args, **kwargs) File "/usr/lib/python3.9/site-packages/ansible/template/__init__.py", line 871, in _lookup raise AnsibleError(to_native(msg), orig_exc=e) ansible.errors.AnsibleError: An unhandled exception occurred while running the lookup plugin 'gitconfig'. Error was a <class 'NameError'>, original message: name 'CalledProcessError' is not defined. name 'CalledProcessError' is not defined fatal: [root@os-01]: FAILED! => { "changed": false } MSG: AnsibleError: An unhandled exception occurred while running the lookup plugin 'gitconfig'. Error was a <class 'NameError'>, original message: name 'CalledProcessError' is not defined. name 'CalledProcessError' is not defined ...ignoring Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Install prerequisites] ******************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/main.yml:5 Read vars_file 'vars/main.yml' included: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/prerequisites.yml for root@os-01 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Enable CodeReady Builder repository for RHEL 9] ****************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/prerequisites.yml:5 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024141.2765422-11937-83482732214929 `" && echo ansible-tmp-1760024141.2765422-11937-83482732214929="` echo /root/.ansible/tmp/ansible-tmp-1760024141.2765422-11937-83482732214929 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024141.2765422-11937-83482732214929=/root/.ansible/tmp/ansible-tmp-1760024141.2765422-11937-83482732214929\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpla808ibm TO /root/.ansible/tmp/ansible-tmp-1760024141.2765422-11937-83482732214929/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpla808ibm /root/.ansible/tmp/ansible-tmp-1760024141.2765422-11937-83482732214929/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024141.2765422-11937-83482732214929/ /root/.ansible/tmp/ansible-tmp-1760024141.2765422-11937-83482732214929/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-hynxpvhmfsfrpazdscbcnymonqzabtdk ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024141.2765422-11937-83482732214929/AnsiballZ_command.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (1, b'\r\n{"changed": true, "stdout": "Error: \'codeready-builder-for-rhel-9-$(arch)-rpms\' does not match a valid repository ID. Use \\"subscription-manager repos --list\\" to see valid repositories.", "stderr": "", "rc": 1, "cmd": ["subscription-manager", "repos", "--enable", "codeready-builder-for-rhel-9-$(arch)-rpms"], "start": "2025-10-09 11:35:41.911287", "end": "2025-10-09 11:35:49.093856", "delta": "0:00:07.182569", "failed": true, "msg": "non-zero return code", "invocation": {"module_args": {"_raw_params": "subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> Failed to connect to the host via ssh: Shared connection to os-01 closed. <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024141.2765422-11937-83482732214929/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "cmd": [ "subscription-manager", "repos", "--enable", "codeready-builder-for-rhel-9-$(arch)-rpms" ], "delta": "0:00:07.182569", "end": "2025-10-09 11:35:49.093856", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 1, "start": "2025-10-09 11:35:41.911287" } STDOUT: Error: 'codeready-builder-for-rhel-9-$(arch)-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to see valid repositories. MSG: non-zero return code Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Install EPEL repository for RHEL 9] ****************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/prerequisites.yml:12 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024149.3988674-12345-219821594091622 `" && echo ansible-tmp-1760024149.3988674-12345-219821594091622="` echo /root/.ansible/tmp/ansible-tmp-1760024149.3988674-12345-219821594091622 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024149.3988674-12345-219821594091622=/root/.ansible/tmp/ansible-tmp-1760024149.3988674-12345-219821594091622\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/dnf.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpldgaai2c TO /root/.ansible/tmp/ansible-tmp-1760024149.3988674-12345-219821594091622/AnsiballZ_dnf.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpldgaai2c /root/.ansible/tmp/ansible-tmp-1760024149.3988674-12345-219821594091622/AnsiballZ_dnf.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024149.3988674-12345-219821594091622/ /root/.ansible/tmp/ansible-tmp-1760024149.3988674-12345-219821594091622/AnsiballZ_dnf.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-cnknflernngklaqrvduzjlwepbqmxphf ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024149.3988674-12345-219821594091622/AnsiballZ_dnf.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\x1b[?25l| Checking server status\r\x1b[0K\r/ Checking server status\r\x1b[?25h\x1b[0K\r\r\n{"msg": "Nothing to do", "changed": false, "results": ["Installed /root/.ansible/tmp/ansible-tmp-1760024149.3988674-12345-219821594091622/epel-release-latest-9.noarchpb53kf59.rpm"], "rc": 0, "invocation": {"module_args": {"name": ["https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm"], "state": "present", "disable_gpg_check": true, "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024149.3988674-12345-219821594091622/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": true, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [ "Installed /root/.ansible/tmp/ansible-tmp-1760024149.3988674-12345-219821594091622/epel-release-latest-9.noarchpb53kf59.rpm" ] } MSG: Nothing to do Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Install Python dependencies for kubernetes.core collection] ****************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/prerequisites.yml:19 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024153.9596415-12510-129078109485550 `" && echo ansible-tmp-1760024153.9596415-12510-129078109485550="` echo /root/.ansible/tmp/ansible-tmp-1760024153.9596415-12510-129078109485550 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024153.9596415-12510-129078109485550=/root/.ansible/tmp/ansible-tmp-1760024153.9596415-12510-129078109485550\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/dnf.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpyqf80kr8 TO /root/.ansible/tmp/ansible-tmp-1760024153.9596415-12510-129078109485550/AnsiballZ_dnf.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpyqf80kr8 /root/.ansible/tmp/ansible-tmp-1760024153.9596415-12510-129078109485550/AnsiballZ_dnf.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024153.9596415-12510-129078109485550/ /root/.ansible/tmp/ansible-tmp-1760024153.9596415-12510-129078109485550/AnsiballZ_dnf.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-nzmjiidwmeqarosfcnebkehwcbwpqwyy ; /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024153.9596415-12510-129078109485550/AnsiballZ_dnf.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' Escalation succeeded <root@os-01> (0, b'\x1b[?25l| Checking server status\r\x1b[0K\r/ Checking server status\r\x1b[?25h\x1b[0K\r\r\n{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["python-kubernetes"], "state": "present", "allow_downgrade": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "allowerasing": false, "nobest": false, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "releasever": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024153.9596415-12510-129078109485550/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "invocation": { "module_args": { "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "conf_file": null, "disable_excludes": null, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_dir": null, "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "install_repoquery": true, "install_weak_deps": true, "installroot": "/", "list": null, "lock_timeout": 30, "name": [ "python-kubernetes" ], "nobest": false, "releasever": null, "security": false, "skip_broken": false, "sslverify": true, "state": "present", "update_cache": false, "update_only": false, "validate_certs": true } }, "rc": 0, "results": [] } MSG: Nothing to do Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Load kcli configuration variables for consistent configuration] ************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/main.yml:8 ok: [root@os-01] => { "ansible_facts": { "api_ip": "", "arbiter_memory": 16384, "bmc_driver": "redfish", "bmc_password": "admin123", "bmc_user": "admin", "cluster_network_type": "OVNKubernetes", "cluster_state_dir": "../aws-hypervisor/instance-data", "cluster_state_filename": "cluster-vm-state.json", "ctlplanes": 2, "domain": "lab.example.com", "force_cleanup": false, "ingress_ip": "", "kcli_async": false, "kcli_client": "", "kcli_debug": false, "kcli_threaded": true, "ksushy_port": 9000, "network_name": "default", "ocp_tag": "4.20", "ocp_version": "candidate", "openshift_ci": false, "openshift_release_image": "quay.io/openshift-release-dev/ocp-release:4.20.0-ec.6-multi", "pull_secret_path": "{{ role_path }}/files/pull-secret.json", "test_cluster_name": "tnt-cluster", "topology": "fencing", "vm_disk_size": 120, "vm_memory": 32768, "vm_numcpus": 16, "workers": 0 }, "ansible_included_var_files": [ "/root/two-node-toolbox/deploy/openshift-clusters/vars/main.yml" ], "changed": false } Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Set default ksushy IP if not defined] **************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/main.yml:12 ok: [root@os-01] => { "ansible_facts": { "ksushy_ip": "192.168.122.1" }, "changed": false } Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Display configuration] ******************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/main.yml:17 ok: [root@os-01] => {} MSG: kcli fencing configuration: Cluster Name: mk-anvil-01 Hypervisor IP: 192.168.122.1 BMC User: admin BMC Port: 8000 Override with: ansible-playbook kcli-redfish.yml -e "test_cluster_name=my-cluster" -e "ksushy_ip=X.X.X.X" Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Start ksushy BMC simulator] ************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/main.yml:28 Read vars_file 'vars/main.yml' included: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/start_ksushy.yml for root@os-01 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Check if ksushy is already running] ****************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/start_ksushy.yml:4 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024157.8729177-12681-199418705027821 `" && echo ansible-tmp-1760024157.8729177-12681-199418705027821="` echo /root/.ansible/tmp/ansible-tmp-1760024157.8729177-12681-199418705027821 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024157.8729177-12681-199418705027821=/root/.ansible/tmp/ansible-tmp-1760024157.8729177-12681-199418705027821\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcgvj0v76 TO /root/.ansible/tmp/ansible-tmp-1760024157.8729177-12681-199418705027821/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcgvj0v76 /root/.ansible/tmp/ansible-tmp-1760024157.8729177-12681-199418705027821/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024157.8729177-12681-199418705027821/ /root/.ansible/tmp/ansible-tmp-1760024157.8729177-12681-199418705027821/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024157.8729177-12681-199418705027821/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "root 6085 14.8 0.0 353756 52488 pts/0 Rl+ 11:34 0:09 /usr/bin/python3 /usr/bin/ansible-playbook -vvv kcli-install.yml -i inventory.ini -e test_cluster_name=mk-anvil-01 -e domain=digimer.ca -e vm_numcpus=16 -e ocp_tag=4.20 -e ocp_version=candidate -e openshift_release_image=quay.io/openshift-release-dev/ocp-release:4.20.0-ec.6-multi -e openshift_ci=false -e force_cleanup=true -e topology=fencing -e bmc_user=admin -e bmc_password=admin123 -e bmc_driver=redfish -e ksushy_port=8000\\nroot 12681 5.0 0.0 354100 44020 pts/0 Sl+ 11:35 0:00 /usr/bin/python3 /usr/bin/ansible-playbook -vvv kcli-install.yml -i inventory.ini -e test_cluster_name=mk-anvil-01 -e domain=digimer.ca -e vm_numcpus=16 -e ocp_tag=4.20 -e ocp_version=candidate -e openshift_release_image=quay.io/openshift-release-dev/ocp-release:4.20.0-ec.6-multi -e openshift_ci=false -e force_cleanup=true -e topology=fencing -e bmc_user=admin -e bmc_password=admin123 -e bmc_driver=redfish -e ksushy_port=8000", "stderr": "", "rc": 0, "cmd": "ps aux | grep -v grep | grep ksushy", "start": "2025-10-09 11:35:58.478565", "end": "2025-10-09 11:35:58.614346", "delta": "0:00:00.135781", "msg": "", "invocation": {"module_args": {"_raw_params": "ps aux | grep -v grep | grep ksushy", "_uses_shell": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024157.8729177-12681-199418705027821/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": "ps aux | grep -v grep | grep ksushy", "delta": "0:00:00.135781", "end": "2025-10-09 11:35:58.614346", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "ps aux | grep -v grep | grep ksushy", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:58.478565" } STDOUT: root 6085 14.8 0.0 353756 52488 pts/0 Rl+ 11:34 0:09 /usr/bin/python3 /usr/bin/ansible-playbook -vvv kcli-install.yml -i inventory.ini -e test_cluster_name=mk-anvil-01 -e domain=digimer.ca -e vm_numcpus=16 -e ocp_tag=4.20 -e ocp_version=candidate -e openshift_release_image=quay.io/openshift-release-dev/ocp-release:4.20.0-ec.6-multi -e openshift_ci=false -e force_cleanup=true -e topology=fencing -e bmc_user=admin -e bmc_password=admin123 -e bmc_driver=redfish -e ksushy_port=8000 root 12681 5.0 0.0 354100 44020 pts/0 Sl+ 11:35 0:00 /usr/bin/python3 /usr/bin/ansible-playbook -vvv kcli-install.yml -i inventory.ini -e test_cluster_name=mk-anvil-01 -e domain=digimer.ca -e vm_numcpus=16 -e ocp_tag=4.20 -e ocp_version=candidate -e openshift_release_image=quay.io/openshift-release-dev/ocp-release:4.20.0-ec.6-multi -e openshift_ci=false -e force_cleanup=true -e topology=fencing -e bmc_user=admin -e bmc_password=admin123 -e bmc_driver=redfish -e ksushy_port=8000 Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Create ksushy systemd service] *********************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/start_ksushy.yml:10 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Ensure firewall allows ksushy port (runtime)] ******************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/start_ksushy.yml:14 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Ensure firewall allows ksushy port (permanent)] ****************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/start_ksushy.yml:18 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Wait for ksushy to start] **************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/start_ksushy.yml:22 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Display ksushy status] ******************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/start_ksushy.yml:30 ok: [root@os-01] => {} MSG: ksushy BMC simulator was already running BMC endpoints for mk-anvil-01: - https://192.168.122.1:8000/redfish/v1/Systems/mk-anvil-01-ctlplane-0 - https://192.168.122.1:8000/redfish/v1/Systems/mk-anvil-01-ctlplane-1 Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Test ksushy BMC endpoint accessibility] ************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/start_ksushy.yml:43 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024159.139035-12855-214485234889968 `" && echo ansible-tmp-1760024159.139035-12855-214485234889968="` echo /root/.ansible/tmp/ansible-tmp-1760024159.139035-12855-214485234889968 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024159.139035-12855-214485234889968=/root/.ansible/tmp/ansible-tmp-1760024159.139035-12855-214485234889968\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpfwn0ab5r TO /root/.ansible/tmp/ansible-tmp-1760024159.139035-12855-214485234889968/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpfwn0ab5r /root/.ansible/tmp/ansible-tmp-1760024159.139035-12855-214485234889968/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024159.139035-12855-214485234889968/ /root/.ansible/tmp/ansible-tmp-1760024159.139035-12855-214485234889968/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024159.139035-12855-214485234889968/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": "curl -s -k \'https://192.168.122.1:8000/redfish/v1/Systems/local\' --connect-timeout 5 | head -1", "start": "2025-10-09 11:35:59.748250", "end": "2025-10-09 11:36:02.901732", "delta": "0:00:03.153482", "msg": "", "invocation": {"module_args": {"_raw_params": "curl -s -k \'https://192.168.122.1:8000/redfish/v1/Systems/local\' --connect-timeout 5 | head -1", "_uses_shell": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024159.139035-12855-214485234889968/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "cmd": "curl -s -k 'https://192.168.122.1:8000/redfish/v1/Systems/local' --connect-timeout 5 | head -1", "delta": "0:00:03.153482", "end": "2025-10-09 11:36:02.901732", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "curl -s -k 'https://192.168.122.1:8000/redfish/v1/Systems/local' --connect-timeout 5 | head -1", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:35:59.748250" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Fail if ksushy is not accessible] ******************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/start_ksushy.yml:48 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-redfish : Validate configuration] ****************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-redfish/tasks/main.yml:31 ok: [root@os-01 -> localhost] => { "changed": false } MSG: All assertions passed Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Validate configuration] ****************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/main.yml:4 Read vars_file 'vars/main.yml' included: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml for root@os-01 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Validate cluster name] ******************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:4 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Validate topology] *********************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:9 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Validate domain] ************************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:14 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Validate two-node configuration] ********************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:19 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Validate memory requirements] ************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:24 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Validate disk size requirements] ********************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:29 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Validate OpenShift version format] ******************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:34 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Validate BMC credentials for fencing] **************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:39 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Validate pull secret for CI builds] ****************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:44 skipping: [root@os-01] => {} Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Check if cluster already exists] ********************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:49 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024163.7787075-13041-250958795312263 `" && echo ansible-tmp-1760024163.7787075-13041-250958795312263="` echo /root/.ansible/tmp/ansible-tmp-1760024163.7787075-13041-250958795312263 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024163.7787075-13041-250958795312263=/root/.ansible/tmp/ansible-tmp-1760024163.7787075-13041-250958795312263\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph3cbeffw TO /root/.ansible/tmp/ansible-tmp-1760024163.7787075-13041-250958795312263/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph3cbeffw /root/.ansible/tmp/ansible-tmp-1760024163.7787075-13041-250958795312263/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024163.7787075-13041-250958795312263/ /root/.ansible/tmp/ansible-tmp-1760024163.7787075-13041-250958795312263/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024163.7787075-13041-250958795312263/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "+------+--------+----+--------+------+---------+\\n| Name | Status | Ip | Source | Plan | Profile |\\n+------+--------+----+--------+------+---------+\\n+------+--------+----+--------+------+---------+", "stderr": "", "rc": 0, "cmd": ["kcli", "list", "vm"], "start": "2025-10-09 11:36:04.386096", "end": "2025-10-09 11:36:04.624684", "delta": "0:00:00.238588", "msg": "", "invocation": {"module_args": {"_raw_params": "kcli list vm", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024163.7787075-13041-250958795312263/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "kcli", "list", "vm" ], "delta": "0:00:00.238588", "end": "2025-10-09 11:36:04.624684", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "kcli list vm", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:36:04.386096" } STDOUT: +------+--------+----+--------+------+---------+ | Name | Status | Ip | Source | Plan | Profile | +------+--------+----+--------+------+---------+ +------+--------+----+--------+------+---------+ Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Check for existing cluster VMs] ********************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:55 ok: [root@os-01] => { "ansible_facts": { "cluster_vms_exist": false }, "changed": false } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Warn if cluster VMs already exist] ******************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:59 skipping: [root@os-01] => {} Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Fail if cluster exists and force_cleanup is false] *************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/validate.yml:64 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Prepare deployment] ********************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/main.yml:9 Read vars_file 'vars/main.yml' included: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml for root@os-01 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Check existing kcli clusters] ************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:6 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024165.1010509-13209-203150758853895 `" && echo ansible-tmp-1760024165.1010509-13209-203150758853895="` echo /root/.ansible/tmp/ansible-tmp-1760024165.1010509-13209-203150758853895 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024165.1010509-13209-203150758853895=/root/.ansible/tmp/ansible-tmp-1760024165.1010509-13209-203150758853895\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpsijntyhl TO /root/.ansible/tmp/ansible-tmp-1760024165.1010509-13209-203150758853895/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpsijntyhl /root/.ansible/tmp/ansible-tmp-1760024165.1010509-13209-203150758853895/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024165.1010509-13209-203150758853895/ /root/.ansible/tmp/ansible-tmp-1760024165.1010509-13209-203150758853895/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024165.1010509-13209-203150758853895/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "+---------+------+------+-----+\\n| Cluster | Type | Plan | Vms |\\n+---------+------+------+-----+\\n+---------+------+------+-----+", "stderr": "", "rc": 0, "cmd": ["kcli", "list", "cluster"], "start": "2025-10-09 11:36:05.715906", "end": "2025-10-09 11:36:05.941435", "delta": "0:00:00.225529", "msg": "", "invocation": {"module_args": {"_raw_params": "kcli list cluster", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024165.1010509-13209-203150758853895/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "kcli", "list", "cluster" ], "delta": "0:00:00.225529", "end": "2025-10-09 11:36:05.941435", "failed_when_result": false, "invocation": { "module_args": { "_raw_params": "kcli list cluster", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:36:05.715906" } STDOUT: +---------+------+------+-----+ | Cluster | Type | Plan | Vms | +---------+------+------+-----+ +---------+------+------+-----+ Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Delete existing cluster by name] ********************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:12 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Find VMs matching cluster name pattern] ************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:19 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024166.2959526-13371-73615695902163 `" && echo ansible-tmp-1760024166.2959526-13371-73615695902163="` echo /root/.ansible/tmp/ansible-tmp-1760024166.2959526-13371-73615695902163 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024166.2959526-13371-73615695902163=/root/.ansible/tmp/ansible-tmp-1760024166.2959526-13371-73615695902163\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp3xww1cb4 TO /root/.ansible/tmp/ansible-tmp-1760024166.2959526-13371-73615695902163/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp3xww1cb4 /root/.ansible/tmp/ansible-tmp-1760024166.2959526-13371-73615695902163/AnsiballZ_command.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024166.2959526-13371-73615695902163/ /root/.ansible/tmp/ansible-tmp-1760024166.2959526-13371-73615695902163/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024166.2959526-13371-73615695902163/AnsiballZ_command.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "stdout": "+------+--------+----+--------+------+---------+\\n| Name | Status | Ip | Source | Plan | Profile |\\n+------+--------+----+--------+------+---------+\\n+------+--------+----+--------+------+---------+", "stderr": "", "rc": 0, "cmd": ["kcli", "list", "vm"], "start": "2025-10-09 11:36:06.901215", "end": "2025-10-09 11:36:07.137123", "delta": "0:00:00.235908", "msg": "", "invocation": {"module_args": {"_raw_params": "kcli list vm", "_uses_shell": false, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024166.2959526-13371-73615695902163/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "cmd": [ "kcli", "list", "vm" ], "delta": "0:00:00.235908", "end": "2025-10-09 11:36:07.137123", "invocation": { "module_args": { "_raw_params": "kcli list vm", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } }, "rc": 0, "start": "2025-10-09 11:36:06.901215" } STDOUT: +------+--------+----+--------+------+---------+ | Name | Status | Ip | Source | Plan | Profile | +------+--------+----+--------+------+---------+ +------+--------+----+--------+------+---------+ Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Clean up orphaned VMs if they exist] ***************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:24 skipping: [root@os-01] => (item=mk-anvil-01-ctlplane-0) => { "ansible_loop_var": "item", "changed": false, "item": "mk-anvil-01-ctlplane-0", "skip_reason": "Conditional result was False" } skipping: [root@os-01] => (item=mk-anvil-01-ctlplane-1) => { "ansible_loop_var": "item", "changed": false, "item": "mk-anvil-01-ctlplane-1", "skip_reason": "Conditional result was False" } skipping: [root@os-01] => (item=mk-anvil-01-arbiter) => { "ansible_loop_var": "item", "changed": false, "item": "mk-anvil-01-arbiter", "skip_reason": "Conditional result was False" } skipping: [root@os-01] => { "changed": false } MSG: All items skipped Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Display cleanup results] ***************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:34 ok: [root@os-01] => {} MSG: Cluster cleanup: not attempted VM cleanup: Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Wait for cleanup to complete] ************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:40 Pausing for 30 seconds (ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort) ok: [root@os-01] => { "changed": false, "delta": 30, "echo": true, "rc": 0, "start": "2025-10-09 11:36:07.458284", "stop": "2025-10-09 11:36:37.458556", "user_input": "" } STDOUT: Paused for 30.0 seconds Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Copy pull secret from files directory to remote host] ************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:46 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115 `" && echo ansible-tmp-1760024197.6160507-13971-18436214632115="` echo /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024197.6160507-13971-18436214632115=/root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/stat.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpvzjwu1i_ TO /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115/AnsiballZ_stat.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpvzjwu1i_ /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115/AnsiballZ_stat.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115/ /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/pull-secret.json", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2767, "inode": 6979357716, "dev": 64768, "nlink": 1, "atime": 1759372423.123744, "mtime": 1759251788.0645344, "ctime": 1759251788.684543, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "482abff93a0391741a2b5d9c45ad8a4c4e56499e", "mimetype": "application/json", "charset": "us-ascii", "version": "3918409882", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/pull-secret.json", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to os-01 closed.\r\n') Using module file /usr/lib/python3.9/site-packages/ansible/modules/file.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpah440e4y TO /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115/AnsiballZ_file.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpah440e4y /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115/AnsiballZ_file.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115/ /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115/AnsiballZ_file.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"path": "/root/pull-secret.json", "changed": false, "diff": {"before": {"path": "/root/pull-secret.json"}, "after": {"path": "/root/pull-secret.json"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "system_u:object_r:admin_home_t:s0", "size": 2767, "invocation": {"module_args": {"mode": "0600", "dest": "/root/pull-secret.json", "_original_basename": "pull-secret.json", "recurse": false, "state": "file", "path": "/root/pull-secret.json", "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024197.6160507-13971-18436214632115/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "checksum": "482abff93a0391741a2b5d9c45ad8a4c4e56499e", "dest": "/root/pull-secret.json", "diff": { "after": { "path": "/root/pull-secret.json" }, "before": { "path": "/root/pull-secret.json" } }, "gid": 0, "group": "root", "invocation": { "module_args": { "_diff_peek": null, "_original_basename": "pull-secret.json", "access_time": null, "access_time_format": "%Y%m%d%H%M.%S", "attributes": null, "dest": "/root/pull-secret.json", "follow": true, "force": false, "group": null, "mode": "0600", "modification_time": null, "modification_time_format": "%Y%m%d%H%M.%S", "owner": null, "path": "/root/pull-secret.json", "recurse": false, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": null, "state": "file", "unsafe_writes": false } }, "mode": "0600", "owner": "root", "path": "/root/pull-secret.json", "secontext": "system_u:object_r:admin_home_t:s0", "size": 2767, "state": "file", "uid": 0 } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Check if SSH key already exists] ********************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:53 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024199.115213-14214-58293631830222 `" && echo ansible-tmp-1760024199.115213-14214-58293631830222="` echo /root/.ansible/tmp/ansible-tmp-1760024199.115213-14214-58293631830222 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024199.115213-14214-58293631830222=/root/.ansible/tmp/ansible-tmp-1760024199.115213-14214-58293631830222\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/stat.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp0vgtfian TO /root/.ansible/tmp/ansible-tmp-1760024199.115213-14214-58293631830222/AnsiballZ_stat.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp0vgtfian /root/.ansible/tmp/ansible-tmp-1760024199.115213-14214-58293631830222/AnsiballZ_stat.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024199.115213-14214-58293631830222/ /root/.ansible/tmp/ansible-tmp-1760024199.115213-14214-58293631830222/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024199.115213-14214-58293631830222/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": false, "stat": {"exists": true, "path": "/root/.ssh/id_ed25519", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 2610, "inode": 16643116121, "dev": 64768, "nlink": 1, "atime": 1760023727.787886, "mtime": 1759198219.1830447, "ctime": 1759198219.1830447, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "daa51a1a380bce3d5b276102970ea22eda85141f", "mimetype": "text/plain", "charset": "us-ascii", "version": "2212765935", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/root/.ssh/id_ed25519", "follow": false, "get_md5": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024199.115213-14214-58293631830222/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/root/.ssh/id_ed25519" } }, "stat": { "atime": 1760023727.787886, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "daa51a1a380bce3d5b276102970ea22eda85141f", "ctime": 1759198219.1830447, "dev": 64768, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 16643116121, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1759198219.1830447, "nlink": 1, "path": "/root/.ssh/id_ed25519", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 2610, "uid": 0, "version": "2212765935", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Create .ssh directory if it doesn't exist] *********************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:58 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Generate SSH key pair for cluster access] ************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:65 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Set proper permissions on SSH keys] ****************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:69 skipping: [root@os-01] => (item={'path': '/root/.ssh/id_ed25519', 'mode': '0600'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "0600", "path": "/root/.ssh/id_ed25519" }, "skip_reason": "Conditional result was False" } skipping: [root@os-01] => (item={'path': '/root/.ssh/id_ed25519.pub', 'mode': '0644'}) => { "ansible_loop_var": "item", "changed": false, "item": { "mode": "0644", "path": "/root/.ssh/id_ed25519.pub" }, "skip_reason": "Conditional result was False" } skipping: [root@os-01] => { "changed": false } MSG: All items skipped Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Display authentication file locations] *************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:78 ok: [root@os-01] => {} MSG: Using pull secret from: /root/pull-secret.json Using SSH key from: /root/.ssh/id_ed25519.pub Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Create temporary directory for kcli parameters] ****************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:84 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024200.2195256-14384-95541890405595 `" && echo ansible-tmp-1760024200.2195256-14384-95541890405595="` echo /root/.ansible/tmp/ansible-tmp-1760024200.2195256-14384-95541890405595 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024200.2195256-14384-95541890405595=/root/.ansible/tmp/ansible-tmp-1760024200.2195256-14384-95541890405595\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/tempfile.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp43fsx3ua TO /root/.ansible/tmp/ansible-tmp-1760024200.2195256-14384-95541890405595/AnsiballZ_tempfile.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp43fsx3ua /root/.ansible/tmp/ansible-tmp-1760024200.2195256-14384-95541890405595/AnsiballZ_tempfile.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024200.2195256-14384-95541890405595/ /root/.ansible/tmp/ansible-tmp-1760024200.2195256-14384-95541890405595/AnsiballZ_tempfile.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024200.2195256-14384-95541890405595/AnsiballZ_tempfile.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": true, "path": "/tmp/ansible.3ctdb14wkcli-params", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0700", "state": "directory", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "invocation": {"module_args": {"state": "directory", "suffix": "kcli-params", "prefix": "ansible.", "path": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024200.2195256-14384-95541890405595/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "gid": 0, "group": "root", "invocation": { "module_args": { "path": null, "prefix": "ansible.", "state": "directory", "suffix": "kcli-params" } }, "mode": "0700", "owner": "root", "path": "/tmp/ansible.3ctdb14wkcli-params", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Set kcli parameters file path] *********************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:90 ok: [root@os-01] => { "ansible_facts": { "kcli_params_file": "/tmp/ansible.3ctdb14wkcli-params/kcli-params.yml" }, "changed": false } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Set ksushy IP for BMC simulation for fencing topology] *********************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:94 skipping: [root@os-01] => { "changed": false, "skip_reason": "Conditional result was False" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Display ksushy configuration] ************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:101 ok: [root@os-01] => {} MSG: Network configuration for ksushy BMC simulator: ksushy IP: 192.168.122.1 Topology: fencing Note: Using libvirt bridge IP for VM-accessible BMC simulation (Override with -e "ksushy_ip=X.X.X.X" if needed) Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Generate kcli parameter file] ************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:111 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634 `" && echo ansible-tmp-1760024201.3787823-14549-201659475106634="` echo /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024201.3787823-14549-201659475106634=/root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/stat.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp965grahr TO /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/AnsiballZ_stat.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp965grahr /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/AnsiballZ_stat.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/ /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/AnsiballZ_stat.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/tmp/ansible.3ctdb14wkcli-params/kcli-params.yml", "follow": false, "get_checksum": true, "checksum_algorithm": "sha1", "get_md5": false, "get_mime": true, "get_attributes": true}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpeg0sosid/kcli-params.yml.j2 TO /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/source <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpeg0sosid/kcli-params.yml.j2 /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/source\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/ /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/source && sleep 0'"'"'' <root@os-01> (0, b'', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/copy.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphhvbl183 TO /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/AnsiballZ_copy.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphhvbl183 /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/AnsiballZ_copy.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/ /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/AnsiballZ_copy.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/AnsiballZ_copy.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"dest": "/tmp/ansible.3ctdb14wkcli-params/kcli-params.yml", "src": "/root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/source", "md5sum": "1167248c92ab3e84799c090cd486a774", "checksum": "bad63f4b79642a62800a095b62779e5cbaaf1fd5", "changed": true, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0600", "state": "file", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1003, "invocation": {"module_args": {"src": "/root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/source", "dest": "/tmp/ansible.3ctdb14wkcli-params/kcli-params.yml", "mode": "0600", "follow": false, "_original_basename": "kcli-params.yml.j2", "checksum": "bad63f4b79642a62800a095b62779e5cbaaf1fd5", "backup": false, "force": true, "unsafe_writes": false, "content": null, "validate": null, "directory_mode": null, "remote_src": null, "local_follow": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') changed: [root@os-01] => { "changed": true, "checksum": "bad63f4b79642a62800a095b62779e5cbaaf1fd5", "dest": "/tmp/ansible.3ctdb14wkcli-params/kcli-params.yml", "diff": [], "gid": 0, "group": "root", "invocation": { "module_args": { "_original_basename": "kcli-params.yml.j2", "attributes": null, "backup": false, "checksum": "bad63f4b79642a62800a095b62779e5cbaaf1fd5", "content": null, "dest": "/tmp/ansible.3ctdb14wkcli-params/kcli-params.yml", "directory_mode": null, "follow": false, "force": true, "group": null, "local_follow": null, "mode": "0600", "owner": null, "remote_src": null, "selevel": null, "serole": null, "setype": null, "seuser": null, "src": "/root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/source", "unsafe_writes": false, "validate": null } }, "md5sum": "1167248c92ab3e84799c090cd486a774", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 1003, "src": "/root/.ansible/tmp/ansible-tmp-1760024201.3787823-14549-201659475106634/source", "state": "file", "uid": 0 } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Display generated parameters] ************************************************************************************************************************************************************************ task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:117 ok: [root@os-01] => {} MSG: Generated kcli parameters in /tmp/ansible.3ctdb14wkcli-params/kcli-params.yml Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Read and display kcli parameters] ******************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:121 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024203.2418265-14838-129651583591031 `" && echo ansible-tmp-1760024203.2418265-14838-129651583591031="` echo /root/.ansible/tmp/ansible-tmp-1760024203.2418265-14838-129651583591031 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024203.2418265-14838-129651583591031=/root/.ansible/tmp/ansible-tmp-1760024203.2418265-14838-129651583591031\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/slurp.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7nv2zwmb TO /root/.ansible/tmp/ansible-tmp-1760024203.2418265-14838-129651583591031/AnsiballZ_slurp.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7nv2zwmb /root/.ansible/tmp/ansible-tmp-1760024203.2418265-14838-129651583591031/AnsiballZ_slurp.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024203.2418265-14838-129651583591031/ /root/.ansible/tmp/ansible-tmp-1760024203.2418265-14838-129651583591031/AnsiballZ_slurp.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'/usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024203.2418265-14838-129651583591031/AnsiballZ_slurp.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"content": "IyBrY2xpIE9wZW5TaGlmdCBkZXBsb3ltZW50IHBhcmFtZXRlcnMgZm9yIFR3by1Ob2RlIEZlbmNpbmcKIyBHZW5lcmF0ZWQgYnkgYW5zaWJsZSBrY2xpLWluc3RhbGwgcm9sZQoKIyBDbHVzdGVyIGlkZW50aWZpY2F0aW9uCmNsdXN0ZXI6IG1rLWFudmlsLTAxCmRvbWFpbjogZGlnaW1lci5jYQp0b3BvbG9neTogZmVuY2luZwpuZXR3b3JrX3R5cGU6IE9WTkt1YmVybmV0ZXMKCiMgT3BlblNoaWZ0IHZlcnNpb24KdmVyc2lvbjogY2FuZGlkYXRlCnRhZzogJzQuMjAnCm9wZW5zaGlmdF9yZWxlYXNlX2ltYWdlOiBxdWF5LmlvL29wZW5zaGlmdC1yZWxlYXNlLWRldi9vY3AtcmVsZWFzZTo0LjIwLjAtZWMuNi1tdWx0aQoKIyBUd28tbm9kZSBjbHVzdGVyIGNvbmZpZ3VyYXRpb24gd2l0aCBmZW5jaW5nCmN0bHBsYW5lczogMgp3b3JrZXJzOiAwCgojIFZpcnR1YWwgbWFjaGluZSBzcGVjaWZpY2F0aW9ucwptZW1vcnk6IDMyNzY4Cm51bWNwdXM6IDE2CmRpc2tfc2l6ZTogMTIwCgojIE5ldHdvcmsgY29uZmlndXJhdGlvbgpuZXR3b3JrOiBkZWZhdWx0CgojIEF1dGhlbnRpY2F0aW9uCnB1bGxfc2VjcmV0OiAvcm9vdC9wdWxsLXNlY3JldC5qc29uCmtleXM6CiAgLSAvcm9vdC8uc3NoL2lkX2VkMjU1MTkucHViCgojIEJNQy9SZWRmaXNoIGNvbmZpZ3VyYXRpb24KYm1jX3VzZXI6IGFkbWluCmJtY19wYXNzd29yZDogYWRtaW4xMjMKYm1jX2RyaXZlcjogcmVkZmlzaAprc3VzaHlfaXA6IDE5Mi4xNjguMTIyLjEKa3N1c2h5X3BvcnQ6IDgwMDAKCiMgVG9wb2xvZ3ktc3BlY2lmaWMgY29uZmlndXJhdGlvbgoKIyBEZXBsb3ltZW50IHNldHRpbmdzCnRocmVhZGVkOiB0cnVlCmFzeW5jOiBmYWxzZQoKIyBGZWF0dXJlIHNldCAoYXV0b21hdGljYWxseSBjb25maWd1cmVkIGJhc2VkIG9uIHRvcG9sb2d5KQpmZWF0dXJlU2V0OiBEZXZQcmV2aWV3Tm9VcGdyYWRlCgojIEFkZGl0aW9uYWwgY2x1c3RlciBjb25maWd1cmF0aW9uCmF1dG9zdGFydDogdHJ1ZQpub3RpZnk6IGZhbHNlIA==", "source": "/tmp/ansible.3ctdb14wkcli-params/kcli-params.yml", "encoding": "base64", "invocation": {"module_args": {"src": "/tmp/ansible.3ctdb14wkcli-params/kcli-params.yml"}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024203.2418265-14838-129651583591031/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ok: [root@os-01] => { "changed": false, "content": "IyBrY2xpIE9wZW5TaGlmdCBkZXBsb3ltZW50IHBhcmFtZXRlcnMgZm9yIFR3by1Ob2RlIEZlbmNpbmcKIyBHZW5lcmF0ZWQgYnkgYW5zaWJsZSBrY2xpLWluc3RhbGwgcm9sZQoKIyBDbHVzdGVyIGlkZW50aWZpY2F0aW9uCmNsdXN0ZXI6IG1rLWFudmlsLTAxCmRvbWFpbjogZGlnaW1lci5jYQp0b3BvbG9neTogZmVuY2luZwpuZXR3b3JrX3R5cGU6IE9WTkt1YmVybmV0ZXMKCiMgT3BlblNoaWZ0IHZlcnNpb24KdmVyc2lvbjogY2FuZGlkYXRlCnRhZzogJzQuMjAnCm9wZW5zaGlmdF9yZWxlYXNlX2ltYWdlOiBxdWF5LmlvL29wZW5zaGlmdC1yZWxlYXNlLWRldi9vY3AtcmVsZWFzZTo0LjIwLjAtZWMuNi1tdWx0aQoKIyBUd28tbm9kZSBjbHVzdGVyIGNvbmZpZ3VyYXRpb24gd2l0aCBmZW5jaW5nCmN0bHBsYW5lczogMgp3b3JrZXJzOiAwCgojIFZpcnR1YWwgbWFjaGluZSBzcGVjaWZpY2F0aW9ucwptZW1vcnk6IDMyNzY4Cm51bWNwdXM6IDE2CmRpc2tfc2l6ZTogMTIwCgojIE5ldHdvcmsgY29uZmlndXJhdGlvbgpuZXR3b3JrOiBkZWZhdWx0CgojIEF1dGhlbnRpY2F0aW9uCnB1bGxfc2VjcmV0OiAvcm9vdC9wdWxsLXNlY3JldC5qc29uCmtleXM6CiAgLSAvcm9vdC8uc3NoL2lkX2VkMjU1MTkucHViCgojIEJNQy9SZWRmaXNoIGNvbmZpZ3VyYXRpb24KYm1jX3VzZXI6IGFkbWluCmJtY19wYXNzd29yZDogYWRtaW4xMjMKYm1jX2RyaXZlcjogcmVkZmlzaAprc3VzaHlfaXA6IDE5Mi4xNjguMTIyLjEKa3N1c2h5X3BvcnQ6IDgwMDAKCiMgVG9wb2xvZ3ktc3BlY2lmaWMgY29uZmlndXJhdGlvbgoKIyBEZXBsb3ltZW50IHNldHRpbmdzCnRocmVhZGVkOiB0cnVlCmFzeW5jOiBmYWxzZQoKIyBGZWF0dXJlIHNldCAoYXV0b21hdGljYWxseSBjb25maWd1cmVkIGJhc2VkIG9uIHRvcG9sb2d5KQpmZWF0dXJlU2V0OiBEZXZQcmV2aWV3Tm9VcGdyYWRlCgojIEFkZGl0aW9uYWwgY2x1c3RlciBjb25maWd1cmF0aW9uCmF1dG9zdGFydDogdHJ1ZQpub3RpZnk6IGZhbHNlIA==", "encoding": "base64", "invocation": { "module_args": { "src": "/tmp/ansible.3ctdb14wkcli-params/kcli-params.yml" } }, "source": "/tmp/ansible.3ctdb14wkcli-params/kcli-params.yml" } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Show kcli deployment parameters] ********************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/prepare.yml:126 ok: [root@os-01] => {} MSG: {'cluster': 'mk-anvil-01', 'domain': 'digimer.ca', 'topology': 'fencing', 'network_type': 'OVNKubernetes', 'version': 'candidate', 'tag': '4.20', 'openshift_release_image': 'quay.io/openshift-release-dev/ocp-release:4.20.0-ec.6-multi', 'ctlplanes': 2, 'workers': 0, 'memory': 32768, 'numcpus': 16, 'disk_size': 120, 'network': 'default', 'pull_secret': '/root/pull-secret.json', 'keys': ['/root/.ssh/id_ed25519.pub'], 'bmc_user': 'admin', 'bmc_password': 'admin123', 'bmc_driver': 'redfish', 'ksushy_ip': '192.168.122.1', 'ksushy_port': 8000, 'threaded': True, 'async': False, 'featureSet': 'DevPreviewNoUpgrade', 'autostart': True, 'notify': False} Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Deploy OpenShift cluster with kcli] ****************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/main.yml:12 Read vars_file 'vars/main.yml' included: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/deploy.yml for root@os-01 Read vars_file 'vars/main.yml' Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Set kcli deployment command] ************************************************************************************************************************************************************************* task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/deploy.yml:4 ok: [root@os-01] => { "ansible_facts": { "kcli_cmd": "kcli create cluster openshift --paramfile /tmp/ansible.3ctdb14wkcli-params/kcli-params.yml mk-anvil-01\n" }, "changed": false } Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Display deployment command] ************************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/deploy.yml:12 ok: [root@os-01] => {} MSG: Executing: kcli create cluster openshift --paramfile /tmp/ansible.3ctdb14wkcli-params/kcli-params.yml mk-anvil-01 Read vars_file 'vars/main.yml' TASK [kcli/kcli-install : Deploy OpenShift cluster with kcli] ****************************************************************************************************************************************************************** task path: /root/two-node-toolbox/deploy/openshift-clusters/roles/kcli/kcli-install/tasks/deploy.yml:16 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985 `" && echo ansible-tmp-1760024204.472037-15005-169483848698985="` echo /root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024204.472037-15005-169483848698985=/root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/command.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzzw8jnns TO /root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985/AnsiballZ_command.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzzw8jnns /root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985/AnsiballZ_command.py\n', b'') <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpt64mffyd TO /root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985/async_wrapper.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpt64mffyd /root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985/async_wrapper.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985/ /root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985/AnsiballZ_command.py /root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985/async_wrapper.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig ANSIBLE_ASYNC_DIR='"'"'"'"'"'"'"'"'~/.ansible_async'"'"'"'"'"'"'"'"' /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985/async_wrapper.py j900921161259 7200 /root/.ansible/tmp/ansible-tmp-1760024204.472037-15005-169483848698985/AnsiballZ_command.py _ && sleep 0'"'"'' <root@os-01> (0, b'{"failed": 0, "started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "results_file": "/root/.ansible_async/j900921161259.15163", "_ansible_suppress_tmpdir_delete": true}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428 `" && echo ansible-tmp-1760024235.7155542-15005-214422017684428="` echo /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428 `" ) && sleep 0'"'"'' <root@os-01> (0, b'ansible-tmp-1760024235.7155542-15005-214422017684428=/root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5a9ez081 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5a9ez081 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpztz_2ppy TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpztz_2ppy /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpsg1acthu TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpsg1acthu /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprmt4bulc TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprmt4bulc /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpubltxkes TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpubltxkes /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6_wvcp5y TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6_wvcp5y /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp_halo2mt TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp_halo2mt /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpczpj7yxu TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpczpj7yxu /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7db0vfx2 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7db0vfx2 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpfbdx9kj1 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpfbdx9kj1 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpllab08ol TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpllab08ol /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcr4pn767 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcr4pn767 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpkqbsg2o1 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpkqbsg2o1 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpstls1gty TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpstls1gty /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphfekf5_l TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphfekf5_l /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp66dxyoz7 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp66dxyoz7 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph_zwzoat TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph_zwzoat /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpdhytjdy2 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpdhytjdy2 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2jhqripa TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2jhqripa /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp65aik3xe TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp65aik3xe /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp0mduzaxc TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp0mduzaxc /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpb_m2xzln TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpb_m2xzln /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpilgcj9uk TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpilgcj9uk /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8txvejf7 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8txvejf7 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1lszna4a TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1lszna4a /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpo2mk73ov TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpo2mk73ov /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpk8qxyoqn TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpk8qxyoqn /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph96aub3c TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph96aub3c /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbv97zhao TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbv97zhao /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprvhwqd8o TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprvhwqd8o /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpa1h8anv3 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpa1h8anv3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5114oyfo TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5114oyfo /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpqeulfgz6 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpqeulfgz6 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1t7td55u TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1t7td55u /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpnzvqc70s TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpnzvqc70s /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzreiz1_y TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzreiz1_y /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzcz2zn5s TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzcz2zn5s /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpx2q22r44 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpx2q22r44 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5klcx8za TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5klcx8za /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpmdmdlnc1 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpmdmdlnc1 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpb9030y6t TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpb9030y6t /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcrwxkul0 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcrwxkul0 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpvi9p8111 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpvi9p8111 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjoeuu_pz TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjoeuu_pz /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp035db_8f TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp035db_8f /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2jtcbkmr TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2jtcbkmr /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpvs20owxs TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpvs20owxs /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzs4_ed_f TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzs4_ed_f /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpe_3cl065 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpe_3cl065 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplx4ho2m0 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplx4ho2m0 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8j850qwi TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8j850qwi /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpj7ytr8dn TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpj7ytr8dn /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpz996cozh TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpz996cozh /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpe67p651w TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpe67p651w /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8ekge8qj TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8ekge8qj /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp50k1wf26 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp50k1wf26 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp67voq54h TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp67voq54h /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp36vhoz_6 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp36vhoz_6 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5jycpcvh TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5jycpcvh /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprolk098a TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprolk098a /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjhf2c52u TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjhf2c52u /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp90ufkznt TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp90ufkznt /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1qbclmxh TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1qbclmxh /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpa1l7oj9l TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpa1l7oj9l /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcz0j1od4 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcz0j1od4 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplj5mz67k TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplj5mz67k /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpxsu5xl1a TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpxsu5xl1a /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpkt77ukrb TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpkt77ukrb /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp4_lopxpg TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp4_lopxpg /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcf5w6inv TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcf5w6inv /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpyni6eair TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpyni6eair /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprbzzzxaw TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprbzzzxaw /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5q6lgr8w TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5q6lgr8w /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp917mv4md TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp917mv4md /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp13nlzhtv TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp13nlzhtv /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpw_vvc53b TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpw_vvc53b /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp688y2gs8 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp688y2gs8 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8o0vozub TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8o0vozub /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp4s9loaul TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp4s9loaul /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp79j10b17 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp79j10b17 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplik6y2kk TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplik6y2kk /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgwow63b5 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgwow63b5 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpuf95mwga TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpuf95mwga /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpy8p57tbj TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpy8p57tbj /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6lkdil46 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6lkdil46 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmps7u7ex5o TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmps7u7ex5o /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph7sznm8b TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph7sznm8b /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmptyinjkot TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmptyinjkot /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp11nnkshm TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp11nnkshm /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpqa4tnsns TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpqa4tnsns /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpducik4x8 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpducik4x8 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpq5sz_e2d TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpq5sz_e2d /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6p33chj9 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6p33chj9 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprz496_b9 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmprz496_b9 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6vs9xhdi TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6vs9xhdi /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6lge93nq TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6lge93nq /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp0608rml8 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp0608rml8 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpegh0_ipn TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpegh0_ipn /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpdw4g8t2d TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpdw4g8t2d /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5o9u0x30 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5o9u0x30 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpl27z05oo TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpl27z05oo /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpwrbfl5iv TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpwrbfl5iv /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7phyq1y3 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7phyq1y3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpsx45l8ua TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpsx45l8ua /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpdi5r_p23 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpdi5r_p23 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpnq5pd68y TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpnq5pd68y /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp49okyvj7 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp49okyvj7 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzh48ps8o TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzh48ps8o /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6gpner6_ TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6gpner6_ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpre2qhaqs TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpre2qhaqs /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpicr_53po TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpicr_53po /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpsx1ph5_8 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpsx1ph5_8 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6y2ux1sq TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6y2ux1sq /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpyj2vfvrs TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpyj2vfvrs /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpy1mu5tll TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpy1mu5tll /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzgkbvgr8 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzgkbvgr8 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgko9bs14 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgko9bs14 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzcbzm7nv TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzcbzm7nv /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgtag64x7 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgtag64x7 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpq7pftt0k TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpq7pftt0k /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzefiz77l TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzefiz77l /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpnospr_9_ TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpnospr_9_ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphffgozhe TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphffgozhe /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpngw1nuuw TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpngw1nuuw /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppyk531a9 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppyk531a9 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp20aqpfw2 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp20aqpfw2 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5rnfs_jd TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5rnfs_jd /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmptxw0u0u2 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmptxw0u0u2 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp46mx0cis TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp46mx0cis /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbgpc1lua TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbgpc1lua /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzm0zz95x TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzm0zz95x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppsop25ao TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppsop25ao /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5fr90st4 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp5fr90st4 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppea4o14z TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppea4o14z /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp9jx1dtdg TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp9jx1dtdg /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpx5hp1cfp TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpx5hp1cfp /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplj7wi2ld TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplj7wi2ld /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjmh423j8 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjmh423j8 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp704il8lb TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp704il8lb /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp9bf1nutr TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp9bf1nutr /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzi66g_8q TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzi66g_8q /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpvzdv1hk_ TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpvzdv1hk_ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpp3iy_j9i TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpp3iy_j9i /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8n9xwp9n TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp8n9xwp9n /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpmqwip9a2 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpmqwip9a2 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbxkba0yq TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbxkba0yq /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp4jk3pofy TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp4jk3pofy /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpn6t3h_ne TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpn6t3h_ne /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpyndb31cn TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpyndb31cn /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpyxb4eq02 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpyxb4eq02 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpv5_yj9_y TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpv5_yj9_y /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph_moynxm TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph_moynxm /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpkiog1upo TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpkiog1upo /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpmka066k7 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpmka066k7 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp93c98s1a TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp93c98s1a /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpw3k17kbl TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpw3k17kbl /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7vwvlq4y TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7vwvlq4y /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2g_9e_rw TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2g_9e_rw /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpi73bge8y TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpi73bge8y /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1_kt8gmq TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1_kt8gmq /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplc_m7asa TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplc_m7asa /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp86l9wyev TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp86l9wyev /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp73suswee TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp73suswee /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpin1e7idb TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpin1e7idb /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp4gn2gp43 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp4gn2gp43 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphnltir4_ TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphnltir4_ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp0qjlp1cd TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp0qjlp1cd /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpotc1acii TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpotc1acii /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpx8wjmhrw TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpx8wjmhrw /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp3ezl_hju TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp3ezl_hju /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpx8yzbdwa TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpx8yzbdwa /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpewt77r22 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpewt77r22 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpe4evzml2 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpe4evzml2 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpfzhr071m TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpfzhr071m /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpghza_uk8 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpghza_uk8 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpaheairsi TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpaheairsi /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmptsivknx_ TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmptsivknx_ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphuq_8lgx TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphuq_8lgx /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpmkg1zd5h TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpmkg1zd5h /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplfxggilk TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmplfxggilk /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpytlaq782 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpytlaq782 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpxua2bkie TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpxua2bkie /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpqze0juu3 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpqze0juu3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbg_ql69s TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbg_ql69s /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzxa7du3k TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpzxa7du3k /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpn2zzln6h TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpn2zzln6h /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpaqpwz9ls TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpaqpwz9ls /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjkm7lxth TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjkm7lxth /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpb5bwsm4b TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpb5bwsm4b /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphnioex5t TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmphnioex5t /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7xwevmun TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7xwevmun /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp196in55a TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp196in55a /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpk61o0j1t TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpk61o0j1t /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpxi5se2v1 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpxi5se2v1 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpxrrc_mew TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpxrrc_mew /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpq3tthxfo TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpq3tthxfo /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcj9kq09s TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcj9kq09s /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2g2cw9r_ TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2g2cw9r_ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpy33avdtj TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpy33avdtj /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpukro_qpg TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpukro_qpg /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgpi1ly7n TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgpi1ly7n /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp__i3948a TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp__i3948a /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjf746a3t TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjf746a3t /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6gavcyks TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp6gavcyks /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp9ap65f0i TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp9ap65f0i /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjghh5ox6 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjghh5ox6 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcfyz_1ap TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpcfyz_1ap /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppzpu0nn5 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppzpu0nn5 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpok93hzwy TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpok93hzwy /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpn0s5wq3t TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpn0s5wq3t /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp62xhu4b2 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp62xhu4b2 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1oxnkf7i TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp1oxnkf7i /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmptm4z1e51 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmptm4z1e51 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbp7pisit TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpbp7pisit /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpg01_wuyh TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpg01_wuyh /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpb3orzcfn TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpb3orzcfn /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpb471tra0 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpb471tra0 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpos2rt7oo TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpos2rt7oo /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp06apmf9u TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp06apmf9u /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpm7wtnq7f TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpm7wtnq7f /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpixkvz5mx TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpixkvz5mx /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpt5flolak TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpt5flolak /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppqfd38h4 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmppqfd38h4 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpwlif63a2 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpwlif63a2 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpp0khwpql TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpp0khwpql /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgq7q9v2t TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgq7q9v2t /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpp0zhih_0 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpp0zhih_0 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2gq17xng TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2gq17xng /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpa4a046j6 TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpa4a046j6 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2lhgt9rf TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp2lhgt9rf /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7_ga941h TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmp7_ga941h /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpozc95tlp TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpozc95tlp /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgj09oiey TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpgj09oiey /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpn022mgez TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpn022mgez /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph31f5gwu TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmph31f5gwu /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"started": 1, "finished": 0, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') ASYNC POLL on root@os-01: jid=j900921161259.15163 started=1 finished=0 <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjr3dvfam TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpjr3dvfam /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"msg": "Timeout exceeded", "failed": true, "child_pid": 15167, "finished": 1, "ansible_job_id": "j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "status", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"'' <root@os-01> (0, b'/root\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/async_status.py <root@os-01> PUT /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpdt3wpb9_ TO /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py <root@os-01> SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o 'ControlPath="/root/.ansible/cp/2df647c047"' '[root@os-01]' <root@os-01> (0, b'sftp> put /root/.ansible/tmp/ansible-local-6085ooidxygp/tmpdt3wpb9_ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py\n', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'', b'') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' -tt root@os-01 '/bin/sh -c '"'"'KUBECONFIG=/root/.kcli/clusters/mk-anvil-01/auth/kubeconfig /usr/bin/python3 /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/AnsiballZ_async_status.py && sleep 0'"'"'' <root@os-01> (0, b'\r\n{"ansible_job_id": "j900921161259.15163", "erased": "/root/.ansible_async/j900921161259.15163", "invocation": {"module_args": {"jid": "j900921161259.15163", "mode": "cleanup", "_async_dir": "/root/.ansible_async"}}}\r\n', b'Shared connection to os-01 closed.\r\n') <root@os-01> ESTABLISH SSH CONNECTION FOR USER: None <root@os-01> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ServerAliveInterval=30 -o ServerAliveCountMax=120 -o 'ControlPath="/root/.ansible/cp/2df647c047"' root@os-01 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1760024235.7155542-15005-214422017684428/ > /dev/null 2>&1 && sleep 0'"'"'' <root@os-01> (0, b'', b'') ASYNC FAILED on root@os-01: jid=j900921161259.15163 fatal: [root@os-01]: FAILED! => { "ansible_job_id": "j900921161259.15163", "changed": false, "child_pid": 15167, "finished": 1, "invocation": { "module_args": { "_async_dir": "/root/.ansible_async", "jid": "j900921161259.15163", "mode": "status" } }, "results_file": "/root/.ansible_async/j900921161259.15163", "started": 1 } MSG: Timeout exceeded PLAY RECAP ********************************************************************************************************************************************************************************************************************* root@os-01 : ok=76 changed=14 unreachable=0 failed=1 skipped=34 rescued=0 ignored=1 [root@os-01 openshift-clusters]# kcli list cluster +-------------+-----------+-------------+---------------------------------------------------------------------+ | Cluster | Type | Plan | Vms | +-------------+-----------+-------------+---------------------------------------------------------------------+ | mk-anvil-01 | openshift | mk-anvil-01 | mk-anvil-01-bootstrap,mk-anvil-01-ctlplane-0,mk-anvil-01-ctlplane-1 | +-------------+-----------+-------------+---------------------------------------------------------------------+ [root@os-01 openshift-clusters]# kcli list vms +------------------------+--------+-----------------+---------------------------------------------+-------------+---------+ | Name | Status | Ip | Source | Plan | Profile | +------------------------+--------+-----------------+---------------------------------------------+-------------+---------+ | mk-anvil-01-bootstrap | up | 192.168.67.118 | rhcos-9.6.20250701-0-openstack.x86_64.qcow2 | mk-anvil-01 | kvirt | | mk-anvil-01-ctlplane-0 | up | 192.168.59.12 | rhcos-9.6.20250701-0-openstack.x86_64.qcow2 | mk-anvil-01 | kvirt | | mk-anvil-01-ctlplane-1 | up | 192.168.127.118 | rhcos-9.6.20250701-0-openstack.x86_64.qcow2 | mk-anvil-01 | kvirt | +------------------------+--------+-----------------+---------------------------------------------+-------------+---------+ [root@os-01 openshift-clusters]# ping -c 1 192.168.67.118 PING 192.168.67.118 (192.168.67.118) 56(84) bytes of data. 64 bytes from 192.168.67.118: icmp_seq=1 ttl=64 time=0.377 ms --- 192.168.67.118 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.377/0.377/0.377/0.000 ms [root@os-01 openshift-clusters]# ping -c 1 192.168.59.12 PING 192.168.59.12 (192.168.59.12) 56(84) bytes of data. 64 bytes from 192.168.59.12: icmp_seq=1 ttl=64 time=1.64 ms --- 192.168.59.12 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 1.637/1.637/1.637/0.000 ms [root@os-01 openshift-clusters]# ping -c 1 192.168.127.118 PING 192.168.127.118 (192.168.127.118) 56(84) bytes of data. 64 bytes from 192.168.127.118: icmp_seq=1 ttl=64 time=2.10 ms --- 192.168.127.118 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 2.098/2.098/2.098/0.000 ms
At this point, the web console is up, but the 'kubeadmin' password file stored in ~/auth was not written (or not updated), and I can not log in.