ansible-playbook [core 2.12.6] config file = /etc/ansible/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 = /tmp/tmpi5psn12o executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml PLAY [Create static inventory from hostvars] *********************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:2 Thursday 07 July 2022 15:38:58 +0000 (0:00:00.013) 0:00:00.013 ********* [DEPRECATION WARNING]: ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Aug 9 2016, 06:11:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]. This feature will be removed in version 2.13. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [/cache/rhel-6.qcow2.snap] META: ran handlers TASK [create temporary file] *************************************************** task path: /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:7 Thursday 07 July 2022 15:38:59 +0000 (0:00:00.994) 0:00:01.008 ********* changed: [/cache/rhel-6.qcow2.snap -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.0q9tx6gs.inventory.yaml", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:14 Thursday 07 July 2022 15:39:00 +0000 (0:00:00.313) 0:00:01.321 ********* changed: [/cache/rhel-6.qcow2.snap -> localhost] => { "changed": true, "checksum": "d2d67a764f573393304e17df2fb3237374b470c3", "dest": "/tmp/ansible.0q9tx6gs.inventory.yaml", "gid": 0, "group": "root", "md5sum": "9b6e3988040bd1e43e07d88e1c053c1c", "mode": "0644", "owner": "root", "size": 55213, "src": "/root/.ansible/tmp/ansible-tmp-1657208340.0686932-231366-85292737721296/source", "state": "file", "uid": 0 } META: ran handlers META: ran handlers PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp9e_qmcje/tests/tests_ssh.yml:1 Thursday 07 July 2022 15:39:00 +0000 (0:00:00.656) 0:00:01.978 ********* ok: [/cache/rhel-6.qcow2.snap] META: ran handlers TASK [gather facts from /cache/rhel-6.qcow2.snap] ****************************** task path: /tmp/tmp9e_qmcje/tests/tests_ssh.yml:59 Thursday 07 July 2022 15:39:01 +0000 (0:00:00.686) 0:00:02.664 ********* ok: [/cache/rhel-6.qcow2.snap] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/tmp9e_qmcje/tests/tests_ssh.yml:64 Thursday 07 July 2022 15:39:02 +0000 (0:00:00.678) 0:00:03.343 ********* ok: [/cache/rhel-6.qcow2.snap] => {} MSG: Skipping the test on EL 6 when storing logs over ssh to localhost TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/tmp9e_qmcje/tests/tests_ssh.yml:74 Thursday 07 July 2022 15:39:02 +0000 (0:00:00.041) 0:00:03.385 ********* META: ending play for /cache/rhel-6.qcow2.snap PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:27 Thursday 07 July 2022 15:39:02 +0000 (0:00:00.026) 0:00:03.411 ********* ok: [/cache/rhel-6.qcow2.snap] META: ran handlers TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:34 Thursday 07 July 2022 15:39:02 +0000 (0:00:00.696) 0:00:04.108 ********* ok: [/cache/rhel-6.qcow2.snap -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.0q9tx6gs.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:02.405658", "end": "2022-07-07 15:39:05.532730", "rc": 0, "start": "2022-07-07 15:39:03.127072" } STDOUT: ansible-playbook [core 2.12.6] config file = /etc/ansible/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 = /tmp/tmpi5psn12o executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file host_list declined parsing /tmp/ansible.0q9tx6gs.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.0q9tx6gs.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.0q9tx6gs.inventory.yaml inventory source with yaml plugin Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp9e_qmcje/tests/tests_ssh.yml:1 Thursday 07 July 2022 15:39:03 +0000 (0:00:00.013) 0:00:00.013 ********* <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' 127.0.0.3 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"'' <127.0.0.3> (0, b'/root\n', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' 127.0.0.3 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1657208343.7952957-231459-178594500628005 `" && echo ansible-tmp-1657208343.7952957-231459-178594500628005="` echo /root/.ansible/tmp/ansible-tmp-1657208343.7952957-231459-178594500628005 `" ) && sleep 0'"'"'' <127.0.0.3> (0, b'ansible-tmp-1657208343.7952957-231459-178594500628005=/root/.ansible/tmp/ansible-tmp-1657208343.7952957-231459-178594500628005\n', b'') Attempting python interpreter discovery <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' 127.0.0.3 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; 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 '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <127.0.0.3> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python2.6\n/usr/bin/python\n/usr/bin/python\nENDFOUND\n', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' 127.0.0.3 '/bin/sh -c '"'"'/usr/bin/python2.6 && sleep 0'"'"'' <127.0.0.3> (0, b'{"osrelease_content": null, "platform_dist_result": ["redhat", "6.10", "Santiago"]}\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/setup.py <127.0.0.3> PUT /root/.ansible/tmp/ansible-local-231455kszjiaba/tmpacpl6d7f TO /root/.ansible/tmp/ansible-tmp-1657208343.7952957-231459-178594500628005/AnsiballZ_setup.py <127.0.0.3> SSH: EXEC sshpass -d10 sftp -o BatchMode=no -b - -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' '[127.0.0.3]' <127.0.0.3> (0, b'sftp> put /root/.ansible/tmp/ansible-local-231455kszjiaba/tmpacpl6d7f /root/.ansible/tmp/ansible-tmp-1657208343.7952957-231459-178594500628005/AnsiballZ_setup.py\n', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' 127.0.0.3 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1657208343.7952957-231459-178594500628005/ /root/.ansible/tmp/ansible-tmp-1657208343.7952957-231459-178594500628005/AnsiballZ_setup.py && sleep 0'"'"'' <127.0.0.3> (0, b'', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' -tt 127.0.0.3 '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1657208343.7952957-231459-178594500628005/AnsiballZ_setup.py && sleep 0'"'"'' <127.0.0.3> (0, b'\r\n{"invocation": {"module_args": {"filter": [], "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "deprecations": [{"msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Aug 9 2016, 06:11:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]", "collection_name": null, "version": "2.13"}], "ansible_facts": {"ansible_fibre_channel_wwn": [], "module_setup": true, "ansible_distribution_version": "6.10", "ansible_board_name": "NA", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "SSH_CLIENT": "10.0.2.2 48974 22", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "PATH": "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin", "LANG": "en_US.utf8", "SHELL": "/bin/bash", "SHLVL": "2", "G_BROKEN_FILENAMES": "1", "SELINUX_ROLE_REQUESTED": "", "LC_ALL": "en_US.utf8", "_": "/usr/bin/python", "SSH_CONNECTION": "10.0.2.2 48974 10.0.2.15 22", "LC_MESSAGES": "en_US.utf8", "SSH_TTY": "/dev/pts/0", "SELINUX_LEVEL_REQUESTED": "", "PWD": "/root", "MAIL": "/var/mail/root", "LS_COLORS": ""}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "52:54:00:12:34:56", "network": "10.0.2.0", "mtu": 1500, "broadcast": "10.0.2.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "10.0.2.15", "interface": "eth0", "type": "ether", "gateway": "10.0.2.2"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {"macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "address": "fec0::5054:ff:fe12:3456", "interface": "eth0", "scope": "site", "type": "ether", "gateway": "fe80::2"}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "no_timer_check": true, "rd_NO_LUKS": true, "rd_NO_LVM": true, "console": "ttyS0,115200n8", "ro": true, "KEYBOARDTYPE": "pc", "rd_NO_MD": true, "quiet": true, "rhgb": true, "KEYTABLE": "us", "crashkernel": "129M@48M", "SYSFONT": "latarcyrheb-sun16", "root": "UUID=5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "rd_NO_DM": true}, "ansible_selinux": {"status": "enabled", "policyvers": 24, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_distribution_file_search_string": "Red Hat", "ansible_product_uuid": "NA", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_iscsi_iqn": "", "ansible_all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_uptime_seconds": 50, "ansible_kernel": "2.6.32-754.el6.x86_64", "ansible_system_capabilities_enforced": "False", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 6, "major": 2, "releaselevel": "final", "serial": 0, "minor": 6}, "type": "CPython", "has_sslcontext": false, "version_info": [2, 6, 6, "final", 0]}, "ansible_is_chroot": false, "gather_subset": ["all"], "ansible_board_asset_tag": "NA", "ansible_user_shell": "/bin/bash", "ansible_product_serial": "NA", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_board_serial": "NA", "ansible_kernel_version": "#1 SMP Thu May 24 18:18:25 EDT 2018", "ansible_local": {}, "ansible_processor_vcpus": 4, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "ansible_user_gid": 0, "ansible_system_vendor": "QEMU", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "6", "ansible_real_group_id": 0, "ansible_lsb": {}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAABIwAAAQEA2yeR/5AXpQIj3W82QplNCkl2K8jM+06RQvuJbt2nub2MVGpZiqfm+RU9VEgqOT8RW0cngaUEXGD8ykltZZ2/H0OcvJspQj897g2O9hoEsv199s33Tyso/CxE9uMehsxrR6o6CulF8Ml/JZerq1OsmbSjdNsuV/7OM0pahgjrBwzn701UQFgFHkuKNIsO9MBL8oTIK71Xt8U7htgAFyEHMhvZYEnIqjpEB7EbfzWiVy5DQLDW0UdziaVWGii6IzgDiptZxOdLzgYfcL6bQMUh2NC3U+EDqR6W8rImND8EYj/fot2giVnHpMe5PSdySws6GurcfvSxMYF7n/qleXQKdw==", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "52:54:00:12:34:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "tx_checksum_unneeded": "off [fixed]", "highdma": "on [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_checksumming": "off", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "off [fixed]", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "off [fixed]", "netns_local": "off [fixed]", "generic_segmentation_offload": "off [requested on]", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "off", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_tcp6_segmentation": "off [fixed]", "udp_fragmentation_offload": "off [fixed]", "scatter_gather": "off", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0", "address": "10.0.2.15"}, "ipv6": [{"scope": "site", "prefix": "64", "address": "fec0::5054:ff:fe12:3456"}, {"scope": "link", "prefix": "64", "address": "fe80::5054:ff:fe12:3456"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_product_name": "Standard PC (i440FX + PIIX, 1996)", "ansible_processor_nproc": 4, "ansible_bios_vendor": "SeaBIOS", "ansible_all_ipv4_addresses": ["10.0.2.15"], "ansible_python_version": "2.6.6", "ansible_virtualization_tech_guest": ["kvm"], "ansible_product_version": "pc-i440fx-5.2", "ansible_service_mgr": "upstart", "ansible_memory_mb": {"real": {"total": 1876, "used": 232, "free": 1644}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 129, "free": 1747}}, "ansible_user_dir": "/root", "ansible_hostnqn": "", "ansible_real_user_id": 0, "ansible_virtualization_role": "guest", "ansible_dns": {"nameservers": ["10.0.2.3"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tx_checksum_unneeded": "off [fixed]", "highdma": "on [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "udp_fragmentation_offload": "on", "scatter_gather": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 1876, "ansible_device_links": {"masters": {}, "labels": {"sr0": ["cidata"]}, "ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "uuids": {"vda1": ["5d2cf82f-fee8-42bd-bfee-235b15aa78ef"]}}, "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_apparmor": {"status": "disabled"}, "ansible_board_vendor": "NA", "ansible_bios_date": "04/01/2014", "ansible_memfree_mb": 1644, "ansible_board_version": "NA", "ansible_chassis_vendor": "QEMU", "ansible_virtualization_tech_host": ["kvm"], "ansible_processor_count": 4, "ansible_hostname": "ibm-p8-kvm-03-guest-02", "ansible_interfaces": ["lo", "eth0"], "ansible_fqdn": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "ansible_mounts": [{"block_used": 341719, "uuid": "5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "size_total": 10433175552, "block_total": 2547162, "mount": "/", "block_available": 2205443, "size_available": 9033494528, "fstype": "ext4", "inode_total": 650240, "options": "rw", "device": "/dev/vda1", "inode_used": 22970, "block_size": 4096, "inode_available": 627270}], "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_nodename": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "ansible_userspace_architecture": "x86_64", "ansible_domain": "virt.pnr.lab.eng.rdu2.redhat.com", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_virtualization_type": "kvm", "ansible_processor_cores": 1, "ansible_chassis_serial": "NA", "ansible_bios_version": "1.14.0-4.fc34", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20220707T113903", "tz": "EDT", "weeknumber": "27", "hour": "11", "year": "2022", "epoch_int": "1657208343", "tz_offset": "-0400", "month": "07", "epoch": "1657208343", "iso8601_micro": "2022-07-07T15:39:03.922240Z", "weekday": "Thursday", "minute": "39", "time": "11:39:03", "date": "2022-07-07", "iso8601": "2022-07-07T15:39:03Z", "tz_dst": "EDT", "day": "07", "iso8601_basic": "20220707T113903922240", "second": "03"}, "ansible_distribution_release": "Santiago", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_system": "Linux", "ansible_devices": {"ram14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "sr0": {"scheduler_mode": "cfq", "rotational": "1", "vendor": "QEMU", "sectors": "728", "links": {"masters": [], "labels": ["cidata"], "ids": ["ata-QEMU_DVD-ROM_QM00003"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]", "sectorsize": "2048", "removable": "1", "support_discard": "0", "model": "QEMU DVD-ROM", "partitions": {}, "holders": [], "size": "364.00 KB"}, "loop3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "vda": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["5d2cf82f-fee8-42bd-bfee-235b15aa78ef"]}, "sectors": "20965990", "start": "2048", "holders": [], "size": "10.00 GB"}}, "holders": [], "size": "10.00 GB"}, "vdc": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "4194304", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "2.00 GB"}, "vdb": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "4194304", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "2.00 GB"}}, "ansible_user_uid": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPON/bejkY0kkl65lq8EUbIL/tUn9vvIH/2iUWp1YdOpv5usJR039JtjFyT3a52tedTQF9tdxXcxHnIVyqaO1iUvy0AJfcelsMHwtHz65COSgURUJ8H+lC5MS76Mp+zIHJsTbzrOOLWzmLyMs352+4Qh+80uktJCDzruQO4qi/QxAAAAFQDuYBqpeAHdR76CcCyt+63l0Y9dCQAAAIAZD6C7If8oJBnRZOeDS6b2NbFIJQ3Rj8/o1cBELfPIJmFUVsHv7ljij3iJpDBfBeOmkufd8Z6pE1SJdFtVyFQ5WDpjI/NnxfXbXSI2YubbXArkUHq0Edvb+VQwd3KZu4cj9AnPeJuJUahMyVpL1UX03HAqRG+a2lMyHxFn2hXH1gAAAIBiXhamrfP34vK5ywWt/gHU8HnB28tEqSxpI1LlHx0RZX0cS2CQPEEWtjAwjMIaLsvYMtDRDAOHWcVodw65FD1PwHG6Pylc2ZrkfJvIv7qk/DNQ2EDaSbtuRcMndrCAySmMEq3hVV1UI7bQ6avsKPLH2VQfHNbE1jexTVMIPTv0dA==", "ansible_proc_cmdline": {"LANG": "en_US.UTF-8", "no_timer_check": true, "rd_NO_LUKS": true, "rd_NO_LVM": true, "console": ["tty0", "ttyS0,115200n8"], "ro": true, "KEYBOARDTYPE": "pc", "rd_NO_MD": true, "quiet": true, "rhgb": true, "KEYTABLE": "us", "crashkernel": "129M@48M", "SYSFONT": "latarcyrheb-sun16", "root": "UUID=5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "rd_NO_DM": true}, "ansible_chassis_version": "pc-i440fx-5.2", "ansible_system_capabilities": [], "ansible_chassis_asset_tag": "NA"}}\r\n', b'Shared connection to 127.0.0.3 closed.\r\n') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' 127.0.0.3 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1657208343.7952957-231459-178594500628005/ > /dev/null 2>&1 && sleep 0'"'"'' <127.0.0.3> (0, b'', b'') ok: [/cache/rhel-6.qcow2.snap] META: ran handlers TASK [gather facts from /cache/rhel-6.qcow2.snap] ****************************** task path: /tmp/tmp9e_qmcje/tests/tests_ssh.yml:59 Thursday 07 July 2022 15:39:04 +0000 (0:00:00.983) 0:00:00.997 ********* <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' 127.0.0.3 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"'' <127.0.0.3> (0, b'/root\n', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' 127.0.0.3 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1657208344.7800963-231479-221295197202388 `" && echo ansible-tmp-1657208344.7800963-231479-221295197202388="` echo /root/.ansible/tmp/ansible-tmp-1657208344.7800963-231479-221295197202388 `" ) && sleep 0'"'"'' <127.0.0.3> (0, b'ansible-tmp-1657208344.7800963-231479-221295197202388=/root/.ansible/tmp/ansible-tmp-1657208344.7800963-231479-221295197202388\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/setup.py <127.0.0.3> PUT /root/.ansible/tmp/ansible-local-231455kszjiaba/tmptmqxjdd0 TO /root/.ansible/tmp/ansible-tmp-1657208344.7800963-231479-221295197202388/AnsiballZ_setup.py <127.0.0.3> SSH: EXEC sshpass -d10 sftp -o BatchMode=no -b - -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' '[127.0.0.3]' <127.0.0.3> (0, b'sftp> put /root/.ansible/tmp/ansible-local-231455kszjiaba/tmptmqxjdd0 /root/.ansible/tmp/ansible-tmp-1657208344.7800963-231479-221295197202388/AnsiballZ_setup.py\n', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' 127.0.0.3 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1657208344.7800963-231479-221295197202388/ /root/.ansible/tmp/ansible-tmp-1657208344.7800963-231479-221295197202388/AnsiballZ_setup.py && sleep 0'"'"'' <127.0.0.3> (0, b'', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' -tt 127.0.0.3 '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1657208344.7800963-231479-221295197202388/AnsiballZ_setup.py && sleep 0'"'"'' <127.0.0.3> (0, b'\r\n{"invocation": {"module_args": {"filter": [], "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "deprecations": [{"msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Aug 9 2016, 06:11:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]", "collection_name": null, "version": "2.13"}], "ansible_facts": {"ansible_fibre_channel_wwn": [], "module_setup": true, "ansible_distribution_version": "6.10", "ansible_board_name": "NA", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "SSH_CLIENT": "10.0.2.2 48974 22", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "PATH": "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin", "LANG": "en_US.utf8", "SHELL": "/bin/bash", "SHLVL": "2", "G_BROKEN_FILENAMES": "1", "SELINUX_ROLE_REQUESTED": "", "LC_ALL": "en_US.utf8", "_": "/usr/bin/python", "SSH_CONNECTION": "10.0.2.2 48974 10.0.2.15 22", "LC_MESSAGES": "en_US.utf8", "SSH_TTY": "/dev/pts/0", "SELINUX_LEVEL_REQUESTED": "", "PWD": "/root", "MAIL": "/var/mail/root", "LS_COLORS": ""}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "52:54:00:12:34:56", "network": "10.0.2.0", "mtu": 1500, "broadcast": "10.0.2.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "10.0.2.15", "interface": "eth0", "type": "ether", "gateway": "10.0.2.2"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {"macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "address": "fec0::5054:ff:fe12:3456", "interface": "eth0", "scope": "site", "type": "ether", "gateway": "fe80::2"}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "no_timer_check": true, "rd_NO_LUKS": true, "rd_NO_LVM": true, "console": "ttyS0,115200n8", "ro": true, "KEYBOARDTYPE": "pc", "rd_NO_MD": true, "quiet": true, "rhgb": true, "KEYTABLE": "us", "crashkernel": "129M@48M", "SYSFONT": "latarcyrheb-sun16", "root": "UUID=5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "rd_NO_DM": true}, "ansible_selinux": {"status": "enabled", "policyvers": 24, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_distribution_file_search_string": "Red Hat", "ansible_product_uuid": "NA", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_iscsi_iqn": "", "ansible_all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_uptime_seconds": 51, "ansible_kernel": "2.6.32-754.el6.x86_64", "ansible_system_capabilities_enforced": "False", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 6, "major": 2, "releaselevel": "final", "serial": 0, "minor": 6}, "type": "CPython", "has_sslcontext": false, "version_info": [2, 6, 6, "final", 0]}, "ansible_is_chroot": false, "gather_subset": ["all"], "ansible_board_asset_tag": "NA", "ansible_user_shell": "/bin/bash", "ansible_product_serial": "NA", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_board_serial": "NA", "ansible_kernel_version": "#1 SMP Thu May 24 18:18:25 EDT 2018", "ansible_local": {}, "ansible_processor_vcpus": 4, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "ansible_user_gid": 0, "ansible_system_vendor": "QEMU", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "6", "ansible_real_group_id": 0, "ansible_lsb": {}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAABIwAAAQEA2yeR/5AXpQIj3W82QplNCkl2K8jM+06RQvuJbt2nub2MVGpZiqfm+RU9VEgqOT8RW0cngaUEXGD8ykltZZ2/H0OcvJspQj897g2O9hoEsv199s33Tyso/CxE9uMehsxrR6o6CulF8Ml/JZerq1OsmbSjdNsuV/7OM0pahgjrBwzn701UQFgFHkuKNIsO9MBL8oTIK71Xt8U7htgAFyEHMhvZYEnIqjpEB7EbfzWiVy5DQLDW0UdziaVWGii6IzgDiptZxOdLzgYfcL6bQMUh2NC3U+EDqR6W8rImND8EYj/fot2giVnHpMe5PSdySws6GurcfvSxMYF7n/qleXQKdw==", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "52:54:00:12:34:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "tx_checksum_unneeded": "off [fixed]", "highdma": "on [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_checksumming": "off", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "off [fixed]", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "off [fixed]", "netns_local": "off [fixed]", "generic_segmentation_offload": "off [requested on]", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "off", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_tcp6_segmentation": "off [fixed]", "udp_fragmentation_offload": "off [fixed]", "scatter_gather": "off", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0", "address": "10.0.2.15"}, "ipv6": [{"scope": "site", "prefix": "64", "address": "fec0::5054:ff:fe12:3456"}, {"scope": "link", "prefix": "64", "address": "fe80::5054:ff:fe12:3456"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_product_name": "Standard PC (i440FX + PIIX, 1996)", "ansible_processor_nproc": 4, "ansible_bios_vendor": "SeaBIOS", "ansible_all_ipv4_addresses": ["10.0.2.15"], "ansible_python_version": "2.6.6", "ansible_virtualization_tech_guest": ["kvm"], "ansible_product_version": "pc-i440fx-5.2", "ansible_service_mgr": "upstart", "ansible_memory_mb": {"real": {"total": 1876, "used": 232, "free": 1644}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 129, "free": 1747}}, "ansible_user_dir": "/root", "ansible_hostnqn": "", "ansible_real_user_id": 0, "ansible_virtualization_role": "guest", "ansible_dns": {"nameservers": ["10.0.2.3"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tx_checksum_unneeded": "off [fixed]", "highdma": "on [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "udp_fragmentation_offload": "on", "scatter_gather": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 1876, "ansible_device_links": {"masters": {}, "labels": {"sr0": ["cidata"]}, "ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "uuids": {"vda1": ["5d2cf82f-fee8-42bd-bfee-235b15aa78ef"]}}, "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_apparmor": {"status": "disabled"}, "ansible_board_vendor": "NA", "ansible_bios_date": "04/01/2014", "ansible_memfree_mb": 1644, "ansible_board_version": "NA", "ansible_chassis_vendor": "QEMU", "ansible_virtualization_tech_host": ["kvm"], "ansible_processor_count": 4, "ansible_hostname": "ibm-p8-kvm-03-guest-02", "ansible_interfaces": ["lo", "eth0"], "ansible_fqdn": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "ansible_mounts": [{"block_used": 341723, "uuid": "5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "size_total": 10433175552, "block_total": 2547162, "mount": "/", "block_available": 2205439, "size_available": 9033478144, "fstype": "ext4", "inode_total": 650240, "options": "rw", "device": "/dev/vda1", "inode_used": 22970, "block_size": 4096, "inode_available": 627270}], "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_nodename": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "ansible_userspace_architecture": "x86_64", "ansible_domain": "virt.pnr.lab.eng.rdu2.redhat.com", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_virtualization_type": "kvm", "ansible_processor_cores": 1, "ansible_chassis_serial": "NA", "ansible_bios_version": "1.14.0-4.fc34", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20220707T113904", "tz": "EDT", "weeknumber": "27", "hour": "11", "year": "2022", "epoch_int": "1657208344", "tz_offset": "-0400", "month": "07", "epoch": "1657208344", "iso8601_micro": "2022-07-07T15:39:04.613043Z", "weekday": "Thursday", "minute": "39", "time": "11:39:04", "date": "2022-07-07", "iso8601": "2022-07-07T15:39:04Z", "tz_dst": "EDT", "day": "07", "iso8601_basic": "20220707T113904613043", "second": "04"}, "ansible_distribution_release": "Santiago", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_system": "Linux", "ansible_devices": {"ram14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "sr0": {"scheduler_mode": "cfq", "rotational": "1", "vendor": "QEMU", "sectors": "728", "links": {"masters": [], "labels": ["cidata"], "ids": ["ata-QEMU_DVD-ROM_QM00003"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]", "sectorsize": "2048", "removable": "1", "support_discard": "0", "model": "QEMU DVD-ROM", "partitions": {}, "holders": [], "size": "364.00 KB"}, "loop3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "vda": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["5d2cf82f-fee8-42bd-bfee-235b15aa78ef"]}, "sectors": "20965990", "start": "2048", "holders": [], "size": "10.00 GB"}}, "holders": [], "size": "10.00 GB"}, "vdc": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "4194304", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "2.00 GB"}, "vdb": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "4194304", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "2.00 GB"}}, "ansible_user_uid": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPON/bejkY0kkl65lq8EUbIL/tUn9vvIH/2iUWp1YdOpv5usJR039JtjFyT3a52tedTQF9tdxXcxHnIVyqaO1iUvy0AJfcelsMHwtHz65COSgURUJ8H+lC5MS76Mp+zIHJsTbzrOOLWzmLyMs352+4Qh+80uktJCDzruQO4qi/QxAAAAFQDuYBqpeAHdR76CcCyt+63l0Y9dCQAAAIAZD6C7If8oJBnRZOeDS6b2NbFIJQ3Rj8/o1cBELfPIJmFUVsHv7ljij3iJpDBfBeOmkufd8Z6pE1SJdFtVyFQ5WDpjI/NnxfXbXSI2YubbXArkUHq0Edvb+VQwd3KZu4cj9AnPeJuJUahMyVpL1UX03HAqRG+a2lMyHxFn2hXH1gAAAIBiXhamrfP34vK5ywWt/gHU8HnB28tEqSxpI1LlHx0RZX0cS2CQPEEWtjAwjMIaLsvYMtDRDAOHWcVodw65FD1PwHG6Pylc2ZrkfJvIv7qk/DNQ2EDaSbtuRcMndrCAySmMEq3hVV1UI7bQ6avsKPLH2VQfHNbE1jexTVMIPTv0dA==", "ansible_proc_cmdline": {"LANG": "en_US.UTF-8", "no_timer_check": true, "rd_NO_LUKS": true, "rd_NO_LVM": true, "console": ["tty0", "ttyS0,115200n8"], "ro": true, "KEYBOARDTYPE": "pc", "rd_NO_MD": true, "quiet": true, "rhgb": true, "KEYTABLE": "us", "crashkernel": "129M@48M", "SYSFONT": "latarcyrheb-sun16", "root": "UUID=5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "rd_NO_DM": true}, "ansible_chassis_version": "pc-i440fx-5.2", "ansible_system_capabilities": [], "ansible_chassis_asset_tag": "NA"}}\r\n', b'Shared connection to 127.0.0.3 closed.\r\n') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2645 -o 'IdentityFile="/tmp/inventory-cloudvks4owx8/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/a24d02f8fc"' 127.0.0.3 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1657208344.7800963-231479-221295197202388/ > /dev/null 2>&1 && sleep 0'"'"'' <127.0.0.3> (0, b'', b'') ok: [/cache/rhel-6.qcow2.snap] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/tmp9e_qmcje/tests/tests_ssh.yml:64 Thursday 07 July 2022 15:39:05 +0000 (0:00:00.669) 0:00:01.666 ********* ok: [/cache/rhel-6.qcow2.snap] => {} MSG: Skipping the test on EL 6 when storing logs over ssh to localhost TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/tmp9e_qmcje/tests/tests_ssh.yml:74 Thursday 07 July 2022 15:39:05 +0000 (0:00:00.037) 0:00:01.704 ********* META: ending play for /cache/rhel-6.qcow2.snap PLAY RECAP ********************************************************************* /cache/rhel-6.qcow2.snap : ok=3 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Thursday 07 July 2022 15:39:05 +0000 (0:00:00.015) 0:00:01.719 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 0.98s /tmp/tmp9e_qmcje/tests/tests_ssh.yml:1 ---------------------------------------- gather facts from /cache/rhel-6.qcow2.snap ------------------------------ 0.67s /tmp/tmp9e_qmcje/tests/tests_ssh.yml:59 --------------------------------------- Print message that this test is skipped on EL 6 ------------------------- 0.04s /tmp/tmp9e_qmcje/tests/tests_ssh.yml:64 --------------------------------------- Skip the test on EL 6 when control node == managed node ----------------- 0.02s /tmp/tmp9e_qmcje/tests/tests_ssh.yml:74 --------------------------------------- STDERR: [DEPRECATION WARNING]: ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Aug 9 2016, 06:11:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]. This feature will be removed in version 2.13. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. TASK [remove the temporary file] *********************************************** task path: /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:40 Thursday 07 July 2022 15:39:05 +0000 (0:00:02.752) 0:00:06.861 ********* changed: [/cache/rhel-6.qcow2.snap -> localhost] => { "changed": true, "path": "/tmp/ansible.0q9tx6gs.inventory.yaml", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-6.qcow2.snap : ok=9 changed=3 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Thursday 07 July 2022 15:39:05 +0000 (0:00:00.380) 0:00:07.241 ********* =============================================================================== Run ansible-playbook with tests_ssh.yml in check mode ------------------- 2.75s /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:34 ------------------------------- Gathering Facts --------------------------------------------------------- 0.99s /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:2 -------------------------------- Gathering Facts --------------------------------------------------------- 0.70s /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:27 ------------------------------- Gathering Facts --------------------------------------------------------- 0.69s /tmp/tmp9e_qmcje/tests/tests_ssh.yml:1 ---------------------------------------- gather facts from /cache/rhel-6.qcow2.snap ------------------------------ 0.68s /tmp/tmp9e_qmcje/tests/tests_ssh.yml:59 --------------------------------------- Create static inventory from hostvars ----------------------------------- 0.66s /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:14 ------------------------------- remove the temporary file ----------------------------------------------- 0.38s /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:40 ------------------------------- create temporary file --------------------------------------------------- 0.31s /tmp/tmp9e_qmcje/tests/tests_ssh_wrapper.yml:7 -------------------------------- Print message that this test is skipped on EL 6 ------------------------- 0.04s /tmp/tmp9e_qmcje/tests/tests_ssh.yml:64 --------------------------------------- Skip the test on EL 6 when control node == managed node ----------------- 0.03s /tmp/tmp9e_qmcje/tests/tests_ssh.yml:74 --------------------------------------- ansible-playbook [core 2.12.6] config file = /etc/ansible/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 = /tmp/tmpi5psn12o executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh_wrapper.yml ************************************************ 3 plays in /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml PLAY [Create static inventory from hostvars] *********************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:2 Thursday 07 July 2022 15:40:20 +0000 (0:00:00.013) 0:00:00.014 ********* [DEPRECATION WARNING]: ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Aug 9 2016, 06:11:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]. This feature will be removed in version 2.13. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ok: [/cache/rhel-6.qcow2.snap] META: ran handlers TASK [create temporary file] *************************************************** task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:7 Thursday 07 July 2022 15:40:21 +0000 (0:00:01.008) 0:00:01.022 ********* changed: [/cache/rhel-6.qcow2.snap -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/ansible.vu56ivjz.inventory.yaml", "size": 0, "state": "file", "uid": 0 } TASK [Create static inventory from hostvars] *********************************** task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:14 Thursday 07 July 2022 15:40:21 +0000 (0:00:00.326) 0:00:01.348 ********* changed: [/cache/rhel-6.qcow2.snap -> localhost] => { "changed": true, "checksum": "f29f3ca3cd17e3ede6b880f13c890219abdbcd93", "dest": "/tmp/ansible.vu56ivjz.inventory.yaml", "gid": 0, "group": "root", "md5sum": "2eeae6e3418ea9f299aa5fb4ed93efab", "mode": "0644", "owner": "root", "size": 55219, "src": "/root/.ansible/tmp/ansible-tmp-1657208421.3959377-232646-244232058048239/source", "state": "file", "uid": 0 } META: ran handlers META: ran handlers PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:1 Thursday 07 July 2022 15:40:22 +0000 (0:00:00.680) 0:00:02.029 ********* ok: [/cache/rhel-6.qcow2.snap] META: ran handlers TASK [gather facts from /cache/rhel-6.qcow2.snap] ****************************** task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:55 Thursday 07 July 2022 15:40:22 +0000 (0:00:00.716) 0:00:02.745 ********* ok: [/cache/rhel-6.qcow2.snap] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:60 Thursday 07 July 2022 15:40:23 +0000 (0:00:00.674) 0:00:03.420 ********* ok: [/cache/rhel-6.qcow2.snap] => {} MSG: Skipping the test on EL 6 when storing logs over ssh to localhost TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:70 Thursday 07 July 2022 15:40:23 +0000 (0:00:00.035) 0:00:03.456 ********* META: ending play for /cache/rhel-6.qcow2.snap PLAY [Run tests_ssh.yml in check_mode] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:27 Thursday 07 July 2022 15:40:23 +0000 (0:00:00.026) 0:00:03.482 ********* ok: [/cache/rhel-6.qcow2.snap] META: ran handlers TASK [Run ansible-playbook with tests_ssh.yml in check mode] ******************* task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:34 Thursday 07 July 2022 15:40:24 +0000 (0:00:00.694) 0:00:04.176 ********* ok: [/cache/rhel-6.qcow2.snap -> localhost] => { "changed": false, "cmd": [ "ansible-playbook", "-vvv", "-i", "/tmp/ansible.vu56ivjz.inventory.yaml", "--check", "tests_ssh.yml" ], "delta": "0:00:02.629040", "end": "2022-07-07 15:40:27.125602", "rc": 0, "start": "2022-07-07 15:40:24.496562" } STDOUT: ansible-playbook [core 2.12.6] config file = /etc/ansible/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 = /tmp/tmpi5psn12o executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file host_list declined parsing /tmp/ansible.vu56ivjz.inventory.yaml as it did not pass its verify_file() method script declined parsing /tmp/ansible.vu56ivjz.inventory.yaml as it did not pass its verify_file() method Parsed /tmp/ansible.vu56ivjz.inventory.yaml inventory source with yaml plugin Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_ssh.yml ******************************************************** 1 plays in tests_ssh.yml PLAY [Ensure that the rule runs with ssh] ************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:1 Thursday 07 July 2022 15:40:25 +0000 (0:00:00.013) 0:00:00.013 ********* <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' 127.0.0.3 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"'' <127.0.0.3> (0, b'/root\n', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' 127.0.0.3 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1657208425.3247128-232739-73922177577583 `" && echo ansible-tmp-1657208425.3247128-232739-73922177577583="` echo /root/.ansible/tmp/ansible-tmp-1657208425.3247128-232739-73922177577583 `" ) && sleep 0'"'"'' <127.0.0.3> (0, b'ansible-tmp-1657208425.3247128-232739-73922177577583=/root/.ansible/tmp/ansible-tmp-1657208425.3247128-232739-73922177577583\n', b'') Attempting python interpreter discovery <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' 127.0.0.3 '/bin/sh -c '"'"'echo PLATFORM; uname; echo FOUND; 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 '"'"'"'"'"'"'"'"'python2.6'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'/usr/bin/python'"'"'"'"'"'"'"'"'; command -v '"'"'"'"'"'"'"'"'python'"'"'"'"'"'"'"'"'; echo ENDFOUND && sleep 0'"'"'' <127.0.0.3> (0, b'PLATFORM\nLinux\nFOUND\n/usr/bin/python2.6\n/usr/bin/python\n/usr/bin/python\nENDFOUND\n', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' 127.0.0.3 '/bin/sh -c '"'"'/usr/bin/python2.6 && sleep 0'"'"'' <127.0.0.3> (0, b'{"osrelease_content": null, "platform_dist_result": ["redhat", "6.10", "Santiago"]}\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/setup.py <127.0.0.3> PUT /root/.ansible/tmp/ansible-local-232735f9cwcdjl/tmp4n79cs19 TO /root/.ansible/tmp/ansible-tmp-1657208425.3247128-232739-73922177577583/AnsiballZ_setup.py <127.0.0.3> SSH: EXEC sshpass -d10 sftp -o BatchMode=no -b - -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' '[127.0.0.3]' <127.0.0.3> (0, b'sftp> put /root/.ansible/tmp/ansible-local-232735f9cwcdjl/tmp4n79cs19 /root/.ansible/tmp/ansible-tmp-1657208425.3247128-232739-73922177577583/AnsiballZ_setup.py\n', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' 127.0.0.3 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1657208425.3247128-232739-73922177577583/ /root/.ansible/tmp/ansible-tmp-1657208425.3247128-232739-73922177577583/AnsiballZ_setup.py && sleep 0'"'"'' <127.0.0.3> (0, b'', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' -tt 127.0.0.3 '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1657208425.3247128-232739-73922177577583/AnsiballZ_setup.py && sleep 0'"'"'' <127.0.0.3> (0, b'\r\n{"invocation": {"module_args": {"filter": [], "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "deprecations": [{"msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Aug 9 2016, 06:11:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]", "collection_name": null, "version": "2.13"}], "ansible_facts": {"ansible_fibre_channel_wwn": [], "module_setup": true, "ansible_distribution_version": "6.10", "ansible_board_name": "NA", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "SSH_CLIENT": "10.0.2.2 37078 22", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "PATH": "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin", "LANG": "en_US.utf8", "SHELL": "/bin/bash", "SHLVL": "2", "G_BROKEN_FILENAMES": "1", "SELINUX_ROLE_REQUESTED": "", "LC_ALL": "en_US.utf8", "_": "/usr/bin/python", "SSH_CONNECTION": "10.0.2.2 37078 10.0.2.15 22", "LC_MESSAGES": "en_US.utf8", "SSH_TTY": "/dev/pts/0", "SELINUX_LEVEL_REQUESTED": "", "PWD": "/root", "MAIL": "/var/mail/root", "LS_COLORS": ""}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "52:54:00:12:34:56", "network": "10.0.2.0", "mtu": 1500, "broadcast": "10.0.2.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "10.0.2.15", "interface": "eth0", "type": "ether", "gateway": "10.0.2.2"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {"macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "address": "fec0::5054:ff:fe12:3456", "interface": "eth0", "scope": "site", "type": "ether", "gateway": "fe80::2"}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "no_timer_check": true, "rd_NO_LUKS": true, "rd_NO_LVM": true, "console": "ttyS0,115200n8", "ro": true, "KEYBOARDTYPE": "pc", "rd_NO_MD": true, "quiet": true, "rhgb": true, "KEYTABLE": "us", "crashkernel": "129M@48M", "SYSFONT": "latarcyrheb-sun16", "root": "UUID=5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "rd_NO_DM": true}, "ansible_selinux": {"status": "enabled", "policyvers": 24, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_distribution_file_search_string": "Red Hat", "ansible_product_uuid": "NA", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_iscsi_iqn": "", "ansible_all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_uptime_seconds": 43, "ansible_kernel": "2.6.32-754.el6.x86_64", "ansible_system_capabilities_enforced": "False", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 6, "major": 2, "releaselevel": "final", "serial": 0, "minor": 6}, "type": "CPython", "has_sslcontext": false, "version_info": [2, 6, 6, "final", 0]}, "ansible_is_chroot": false, "gather_subset": ["all"], "ansible_board_asset_tag": "NA", "ansible_user_shell": "/bin/bash", "ansible_product_serial": "NA", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_board_serial": "NA", "ansible_kernel_version": "#1 SMP Thu May 24 18:18:25 EDT 2018", "ansible_local": {}, "ansible_processor_vcpus": 4, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "ansible_user_gid": 0, "ansible_system_vendor": "QEMU", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "6", "ansible_real_group_id": 0, "ansible_lsb": {}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAABIwAAAQEA2yeR/5AXpQIj3W82QplNCkl2K8jM+06RQvuJbt2nub2MVGpZiqfm+RU9VEgqOT8RW0cngaUEXGD8ykltZZ2/H0OcvJspQj897g2O9hoEsv199s33Tyso/CxE9uMehsxrR6o6CulF8Ml/JZerq1OsmbSjdNsuV/7OM0pahgjrBwzn701UQFgFHkuKNIsO9MBL8oTIK71Xt8U7htgAFyEHMhvZYEnIqjpEB7EbfzWiVy5DQLDW0UdziaVWGii6IzgDiptZxOdLzgYfcL6bQMUh2NC3U+EDqR6W8rImND8EYj/fot2giVnHpMe5PSdySws6GurcfvSxMYF7n/qleXQKdw==", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "52:54:00:12:34:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "tx_checksum_unneeded": "off [fixed]", "highdma": "on [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_checksumming": "off", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "off [fixed]", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "off [fixed]", "netns_local": "off [fixed]", "generic_segmentation_offload": "off [requested on]", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "off", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_tcp6_segmentation": "off [fixed]", "udp_fragmentation_offload": "off [fixed]", "scatter_gather": "off", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0", "address": "10.0.2.15"}, "ipv6": [{"scope": "site", "prefix": "64", "address": "fec0::5054:ff:fe12:3456"}, {"scope": "link", "prefix": "64", "address": "fe80::5054:ff:fe12:3456"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_product_name": "Standard PC (i440FX + PIIX, 1996)", "ansible_processor_nproc": 4, "ansible_bios_vendor": "SeaBIOS", "ansible_all_ipv4_addresses": ["10.0.2.15"], "ansible_python_version": "2.6.6", "ansible_virtualization_tech_guest": ["kvm"], "ansible_product_version": "pc-i440fx-5.2", "ansible_service_mgr": "upstart", "ansible_memory_mb": {"real": {"total": 1876, "used": 231, "free": 1645}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 128, "free": 1748}}, "ansible_user_dir": "/root", "ansible_hostnqn": "", "ansible_real_user_id": 0, "ansible_virtualization_role": "guest", "ansible_dns": {"nameservers": ["10.0.2.3"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tx_checksum_unneeded": "off [fixed]", "highdma": "on [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "udp_fragmentation_offload": "on", "scatter_gather": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 1876, "ansible_device_links": {"masters": {}, "labels": {"sr0": ["cidata"]}, "ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "uuids": {"vda1": ["5d2cf82f-fee8-42bd-bfee-235b15aa78ef"]}}, "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_apparmor": {"status": "disabled"}, "ansible_board_vendor": "NA", "ansible_bios_date": "04/01/2014", "ansible_memfree_mb": 1645, "ansible_board_version": "NA", "ansible_chassis_vendor": "QEMU", "ansible_virtualization_tech_host": ["kvm"], "ansible_processor_count": 4, "ansible_hostname": "ibm-p8-kvm-03-guest-02", "ansible_interfaces": ["lo", "eth0"], "ansible_fqdn": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "ansible_mounts": [{"block_used": 341721, "uuid": "5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "size_total": 10433175552, "block_total": 2547162, "mount": "/", "block_available": 2205441, "size_available": 9033486336, "fstype": "ext4", "inode_total": 650240, "options": "rw", "device": "/dev/vda1", "inode_used": 22970, "block_size": 4096, "inode_available": 627270}], "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_nodename": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "ansible_userspace_architecture": "x86_64", "ansible_domain": "virt.pnr.lab.eng.rdu2.redhat.com", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_virtualization_type": "kvm", "ansible_processor_cores": 1, "ansible_chassis_serial": "NA", "ansible_bios_version": "1.14.0-4.fc34", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20220707T114025", "tz": "EDT", "weeknumber": "27", "hour": "11", "year": "2022", "epoch_int": "1657208425", "tz_offset": "-0400", "month": "07", "epoch": "1657208425", "iso8601_micro": "2022-07-07T15:40:25.765394Z", "weekday": "Thursday", "minute": "40", "time": "11:40:25", "date": "2022-07-07", "iso8601": "2022-07-07T15:40:25Z", "tz_dst": "EDT", "day": "07", "iso8601_basic": "20220707T114025765394", "second": "25"}, "ansible_distribution_release": "Santiago", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_system": "Linux", "ansible_devices": {"ram14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "sr0": {"scheduler_mode": "cfq", "rotational": "1", "vendor": "QEMU", "sectors": "728", "links": {"masters": [], "labels": ["cidata"], "ids": ["ata-QEMU_DVD-ROM_QM00003"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]", "sectorsize": "2048", "removable": "1", "support_discard": "0", "model": "QEMU DVD-ROM", "partitions": {}, "holders": [], "size": "364.00 KB"}, "loop3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "vda": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["5d2cf82f-fee8-42bd-bfee-235b15aa78ef"]}, "sectors": "20965990", "start": "2048", "holders": [], "size": "10.00 GB"}}, "holders": [], "size": "10.00 GB"}, "vdc": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "4194304", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "2.00 GB"}, "vdb": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "4194304", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "2.00 GB"}}, "ansible_user_uid": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPON/bejkY0kkl65lq8EUbIL/tUn9vvIH/2iUWp1YdOpv5usJR039JtjFyT3a52tedTQF9tdxXcxHnIVyqaO1iUvy0AJfcelsMHwtHz65COSgURUJ8H+lC5MS76Mp+zIHJsTbzrOOLWzmLyMs352+4Qh+80uktJCDzruQO4qi/QxAAAAFQDuYBqpeAHdR76CcCyt+63l0Y9dCQAAAIAZD6C7If8oJBnRZOeDS6b2NbFIJQ3Rj8/o1cBELfPIJmFUVsHv7ljij3iJpDBfBeOmkufd8Z6pE1SJdFtVyFQ5WDpjI/NnxfXbXSI2YubbXArkUHq0Edvb+VQwd3KZu4cj9AnPeJuJUahMyVpL1UX03HAqRG+a2lMyHxFn2hXH1gAAAIBiXhamrfP34vK5ywWt/gHU8HnB28tEqSxpI1LlHx0RZX0cS2CQPEEWtjAwjMIaLsvYMtDRDAOHWcVodw65FD1PwHG6Pylc2ZrkfJvIv7qk/DNQ2EDaSbtuRcMndrCAySmMEq3hVV1UI7bQ6avsKPLH2VQfHNbE1jexTVMIPTv0dA==", "ansible_proc_cmdline": {"LANG": "en_US.UTF-8", "no_timer_check": true, "rd_NO_LUKS": true, "rd_NO_LVM": true, "console": ["tty0", "ttyS0,115200n8"], "ro": true, "KEYBOARDTYPE": "pc", "rd_NO_MD": true, "quiet": true, "rhgb": true, "KEYTABLE": "us", "crashkernel": "129M@48M", "SYSFONT": "latarcyrheb-sun16", "root": "UUID=5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "rd_NO_DM": true}, "ansible_chassis_version": "pc-i440fx-5.2", "ansible_system_capabilities": [], "ansible_chassis_asset_tag": "NA"}}\r\n', b'Shared connection to 127.0.0.3 closed.\r\n') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' 127.0.0.3 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1657208425.3247128-232739-73922177577583/ > /dev/null 2>&1 && sleep 0'"'"'' <127.0.0.3> (0, b'', b'') ok: [/cache/rhel-6.qcow2.snap] META: ran handlers TASK [gather facts from /cache/rhel-6.qcow2.snap] ****************************** task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:55 Thursday 07 July 2022 15:40:26 +0000 (0:00:01.020) 0:00:01.034 ********* <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' 127.0.0.3 '/bin/sh -c '"'"'echo ~root && sleep 0'"'"'' <127.0.0.3> (0, b'/root\n', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' 127.0.0.3 '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1657208426.3500483-232759-236289651452095 `" && echo ansible-tmp-1657208426.3500483-232759-236289651452095="` echo /root/.ansible/tmp/ansible-tmp-1657208426.3500483-232759-236289651452095 `" ) && sleep 0'"'"'' <127.0.0.3> (0, b'ansible-tmp-1657208426.3500483-232759-236289651452095=/root/.ansible/tmp/ansible-tmp-1657208426.3500483-232759-236289651452095\n', b'') Using module file /usr/lib/python3.9/site-packages/ansible/modules/setup.py <127.0.0.3> PUT /root/.ansible/tmp/ansible-local-232735f9cwcdjl/tmpuro9ec5s TO /root/.ansible/tmp/ansible-tmp-1657208426.3500483-232759-236289651452095/AnsiballZ_setup.py <127.0.0.3> SSH: EXEC sshpass -d10 sftp -o BatchMode=no -b - -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' '[127.0.0.3]' <127.0.0.3> (0, b'sftp> put /root/.ansible/tmp/ansible-local-232735f9cwcdjl/tmpuro9ec5s /root/.ansible/tmp/ansible-tmp-1657208426.3500483-232759-236289651452095/AnsiballZ_setup.py\n', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' 127.0.0.3 '/bin/sh -c '"'"'chmod u+x /root/.ansible/tmp/ansible-tmp-1657208426.3500483-232759-236289651452095/ /root/.ansible/tmp/ansible-tmp-1657208426.3500483-232759-236289651452095/AnsiballZ_setup.py && sleep 0'"'"'' <127.0.0.3> (0, b'', b'') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' -tt 127.0.0.3 '/bin/sh -c '"'"'/usr/bin/python /root/.ansible/tmp/ansible-tmp-1657208426.3500483-232759-236289651452095/AnsiballZ_setup.py && sleep 0'"'"'' <127.0.0.3> (0, b'\r\n{"invocation": {"module_args": {"filter": [], "gather_subset": ["all"], "fact_path": "/etc/ansible/facts.d", "gather_timeout": 10}}, "deprecations": [{"msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Aug 9 2016, 06:11:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]", "collection_name": null, "version": "2.13"}], "ansible_facts": {"ansible_fibre_channel_wwn": [], "module_setup": true, "ansible_distribution_version": "6.10", "ansible_board_name": "NA", "ansible_distribution_file_variety": "RedHat", "ansible_env": {"LC_CTYPE": "C.UTF-8", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "SSH_CLIENT": "10.0.2.2 37078 22", "SELINUX_USE_CURRENT_RANGE": "", "LOGNAME": "root", "USER": "root", "HOME": "/root", "PATH": "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin", "LANG": "en_US.utf8", "SHELL": "/bin/bash", "SHLVL": "2", "G_BROKEN_FILENAMES": "1", "SELINUX_ROLE_REQUESTED": "", "LC_ALL": "en_US.utf8", "_": "/usr/bin/python", "SSH_CONNECTION": "10.0.2.2 37078 10.0.2.15 22", "LC_MESSAGES": "en_US.utf8", "SSH_TTY": "/dev/pts/0", "SELINUX_LEVEL_REQUESTED": "", "PWD": "/root", "MAIL": "/var/mail/root", "LS_COLORS": ""}, "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_default_ipv4": {"macaddress": "52:54:00:12:34:56", "network": "10.0.2.0", "mtu": 1500, "broadcast": "10.0.2.255", "alias": "eth0", "netmask": "255.255.255.0", "address": "10.0.2.15", "interface": "eth0", "type": "ether", "gateway": "10.0.2.2"}, "ansible_swapfree_mb": 0, "ansible_default_ipv6": {"macaddress": "52:54:00:12:34:56", "mtu": 1500, "prefix": "64", "address": "fec0::5054:ff:fe12:3456", "interface": "eth0", "scope": "site", "type": "ether", "gateway": "fe80::2"}, "ansible_cmdline": {"LANG": "en_US.UTF-8", "no_timer_check": true, "rd_NO_LUKS": true, "rd_NO_LVM": true, "console": "ttyS0,115200n8", "ro": true, "KEYBOARDTYPE": "pc", "rd_NO_MD": true, "quiet": true, "rhgb": true, "KEYTABLE": "us", "crashkernel": "129M@48M", "SYSFONT": "latarcyrheb-sun16", "root": "UUID=5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "rd_NO_DM": true}, "ansible_selinux": {"status": "enabled", "policyvers": 24, "type": "targeted", "mode": "enforcing", "config_mode": "enforcing"}, "ansible_distribution_file_search_string": "Red Hat", "ansible_product_uuid": "NA", "ansible_pkg_mgr": "yum", "ansible_distribution": "RedHat", "ansible_iscsi_iqn": "", "ansible_all_ipv6_addresses": ["fec0::5054:ff:fe12:3456", "fe80::5054:ff:fe12:3456"], "ansible_uptime_seconds": 44, "ansible_kernel": "2.6.32-754.el6.x86_64", "ansible_system_capabilities_enforced": "False", "ansible_python": {"executable": "/usr/bin/python", "version": {"micro": 6, "major": 2, "releaselevel": "final", "serial": 0, "minor": 6}, "type": "CPython", "has_sslcontext": false, "version_info": [2, 6, 6, "final", 0]}, "ansible_is_chroot": false, "gather_subset": ["all"], "ansible_board_asset_tag": "NA", "ansible_user_shell": "/bin/bash", "ansible_product_serial": "NA", "ansible_form_factor": "Other", "ansible_distribution_file_parsed": true, "ansible_fips": false, "ansible_user_id": "root", "ansible_selinux_python_present": true, "ansible_board_serial": "NA", "ansible_kernel_version": "#1 SMP Thu May 24 18:18:25 EDT 2018", "ansible_local": {}, "ansible_processor_vcpus": 4, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "2", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz", "3", "GenuineIntel", "Intel(R) Xeon(R) Platinum 8168 CPU @ 2.70GHz"], "ansible_user_gid": 0, "ansible_system_vendor": "QEMU", "ansible_swaptotal_mb": 0, "ansible_distribution_major_version": "6", "ansible_real_group_id": 0, "ansible_lsb": {}, "ansible_machine": "x86_64", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAABIwAAAQEA2yeR/5AXpQIj3W82QplNCkl2K8jM+06RQvuJbt2nub2MVGpZiqfm+RU9VEgqOT8RW0cngaUEXGD8ykltZZ2/H0OcvJspQj897g2O9hoEsv199s33Tyso/CxE9uMehsxrR6o6CulF8Ml/JZerq1OsmbSjdNsuV/7OM0pahgjrBwzn701UQFgFHkuKNIsO9MBL8oTIK71Xt8U7htgAFyEHMhvZYEnIqjpEB7EbfzWiVy5DQLDW0UdziaVWGii6IzgDiptZxOdLzgYfcL6bQMUh2NC3U+EDqR6W8rImND8EYj/fot2giVnHpMe5PSdySws6GurcfvSxMYF7n/qleXQKdw==", "ansible_user_gecos": "root", "ansible_processor_threads_per_core": 1, "ansible_eth0": {"macaddress": "52:54:00:12:34:56", "features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "off [fixed]", "tx_checksum_unneeded": "off [fixed]", "highdma": "on [fixed]", "tx_lockless": "off [fixed]", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_gso_robust": "off [fixed]", "tx_checksumming": "off", "vlan_challenged": "off [fixed]", "loopback": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "off [fixed]", "rx_checksumming": "off [fixed]", "tx_tcp_segmentation": "off [fixed]", "netns_local": "off [fixed]", "generic_segmentation_offload": "off [requested on]", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "off", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_tcp6_segmentation": "off [fixed]", "udp_fragmentation_offload": "off [fixed]", "scatter_gather": "off", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "on [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "pciid": "virtio0", "module": "virtio_net", "mtu": 1500, "device": "eth0", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "10.0.2.255", "netmask": "255.255.255.0", "network": "10.0.2.0", "address": "10.0.2.15"}, "ipv6": [{"scope": "site", "prefix": "64", "address": "fec0::5054:ff:fe12:3456"}, {"scope": "link", "prefix": "64", "address": "fe80::5054:ff:fe12:3456"}], "active": true, "type": "ether", "hw_timestamp_filters": []}, "ansible_product_name": "Standard PC (i440FX + PIIX, 1996)", "ansible_processor_nproc": 4, "ansible_bios_vendor": "SeaBIOS", "ansible_all_ipv4_addresses": ["10.0.2.15"], "ansible_python_version": "2.6.6", "ansible_virtualization_tech_guest": ["kvm"], "ansible_product_version": "pc-i440fx-5.2", "ansible_service_mgr": "upstart", "ansible_memory_mb": {"real": {"total": 1876, "used": 231, "free": 1645}, "swap": {"cached": 0, "total": 0, "free": 0, "used": 0}, "nocache": {"used": 128, "free": 1748}}, "ansible_user_dir": "/root", "ansible_hostnqn": "", "ansible_real_user_id": 0, "ansible_virtualization_role": "guest", "ansible_dns": {"nameservers": ["10.0.2.3"]}, "ansible_effective_group_id": 0, "ansible_lo": {"features": {"tx_checksum_ipv4": "off [fixed]", "generic_receive_offload": "on", "tx_checksum_ipv6": "off [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tx_checksum_unneeded": "off [fixed]", "highdma": "on [fixed]", "tx_lockless": "on [fixed]", "tx_tcp_ecn_segmentation": "on", "tx_gso_robust": "off [fixed]", "tx_checksumming": "on", "vlan_challenged": "on [fixed]", "loopback": "on [fixed]", "fcoe_mtu": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "large_receive_offload": "off [fixed]", "tx_scatter_gather": "on [fixed]", "rx_checksumming": "on [fixed]", "tx_tcp_segmentation": "on", "netns_local": "on [fixed]", "generic_segmentation_offload": "on", "tx_udp_tnl_segmentation": "off [fixed]", "tcp_segmentation_offload": "on", "rx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "tx_vlan_offload": "off [fixed]", "tx_tcp6_segmentation": "on", "udp_fragmentation_offload": "on", "scatter_gather": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "rx_vlan_filter": "off [fixed]", "receive_hashing": "off [fixed]", "tx_gre_segmentation": "off [fixed]"}, "hw_timestamp_filters": [], "mtu": 65536, "device": "lo", "promisc": false, "timestamping": ["rx_software", "software"], "ipv4": {"broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "address": "127.0.0.1"}, "ipv6": [{"scope": "host", "prefix": "128", "address": "::1"}], "active": true, "type": "loopback"}, "ansible_memtotal_mb": 1876, "ansible_device_links": {"masters": {}, "labels": {"sr0": ["cidata"]}, "ids": {"sr0": ["ata-QEMU_DVD-ROM_QM00003"]}, "uuids": {"vda1": ["5d2cf82f-fee8-42bd-bfee-235b15aa78ef"]}}, "ansible_ssh_host_key_dsa_public_keytype": "ssh-dss", "ansible_apparmor": {"status": "disabled"}, "ansible_board_vendor": "NA", "ansible_bios_date": "04/01/2014", "ansible_memfree_mb": 1645, "ansible_board_version": "NA", "ansible_chassis_vendor": "QEMU", "ansible_virtualization_tech_host": ["kvm"], "ansible_processor_count": 4, "ansible_hostname": "ibm-p8-kvm-03-guest-02", "ansible_interfaces": ["lo", "eth0"], "ansible_fqdn": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "ansible_mounts": [{"block_used": 341725, "uuid": "5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "size_total": 10433175552, "block_total": 2547162, "mount": "/", "block_available": 2205437, "size_available": 9033469952, "fstype": "ext4", "inode_total": 650240, "options": "rw", "device": "/dev/vda1", "inode_used": 22970, "block_size": 4096, "inode_available": 627270}], "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_nodename": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "ansible_userspace_architecture": "x86_64", "ansible_domain": "virt.pnr.lab.eng.rdu2.redhat.com", "ansible_distribution_file_path": "/etc/redhat-release", "ansible_virtualization_type": "kvm", "ansible_processor_cores": 1, "ansible_chassis_serial": "NA", "ansible_bios_version": "1.14.0-4.fc34", "ansible_date_time": {"weekday_number": "4", "iso8601_basic_short": "20220707T114026", "tz": "EDT", "weeknumber": "27", "hour": "11", "year": "2022", "epoch_int": "1657208426", "tz_offset": "-0400", "month": "07", "epoch": "1657208426", "iso8601_micro": "2022-07-07T15:40:26.473951Z", "weekday": "Thursday", "minute": "40", "time": "11:40:26", "date": "2022-07-07", "iso8601": "2022-07-07T15:40:26Z", "tz_dst": "EDT", "day": "07", "iso8601_basic": "20220707T114026473951", "second": "26"}, "ansible_distribution_release": "Santiago", "ansible_os_family": "RedHat", "ansible_effective_user_id": 0, "ansible_system": "Linux", "ansible_devices": {"ram14": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram15": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram12": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram13": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram10": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram11": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram8": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram9": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "ram3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "32768", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "16.00 MB"}, "sr0": {"scheduler_mode": "cfq", "rotational": "1", "vendor": "QEMU", "sectors": "728", "links": {"masters": [], "labels": ["cidata"], "ids": ["ata-QEMU_DVD-ROM_QM00003"], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]", "sectorsize": "2048", "removable": "1", "support_discard": "0", "model": "QEMU DVD-ROM", "partitions": {}, "holders": [], "size": "364.00 KB"}, "loop3": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop2": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop1": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop0": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop7": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop6": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop5": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "loop4": {"scheduler_mode": "", "rotational": "1", "vendor": null, "sectors": "0", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "0.00 Bytes"}, "vda": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "20971520", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {"vda1": {"sectorsize": 512, "uuid": "5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "links": {"masters": [], "labels": [], "ids": [], "uuids": ["5d2cf82f-fee8-42bd-bfee-235b15aa78ef"]}, "sectors": "20965990", "start": "2048", "holders": [], "size": "10.00 GB"}}, "holders": [], "size": "10.00 GB"}, "vdc": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "4194304", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "2.00 GB"}, "vdb": {"scheduler_mode": "deadline", "rotational": "1", "vendor": "6900", "sectors": "4194304", "links": {"masters": [], "labels": [], "ids": [], "uuids": []}, "sas_device_handle": null, "sas_address": null, "virtual": 1, "host": "SCSI storage controller: Red Hat, Inc. Virtio block device", "sectorsize": "512", "removable": "0", "support_discard": "0", "model": null, "partitions": {}, "holders": [], "size": "2.00 GB"}}, "ansible_user_uid": 0, "ansible_ssh_host_key_dsa_public": "AAAAB3NzaC1kc3MAAACBAPON/bejkY0kkl65lq8EUbIL/tUn9vvIH/2iUWp1YdOpv5usJR039JtjFyT3a52tedTQF9tdxXcxHnIVyqaO1iUvy0AJfcelsMHwtHz65COSgURUJ8H+lC5MS76Mp+zIHJsTbzrOOLWzmLyMs352+4Qh+80uktJCDzruQO4qi/QxAAAAFQDuYBqpeAHdR76CcCyt+63l0Y9dCQAAAIAZD6C7If8oJBnRZOeDS6b2NbFIJQ3Rj8/o1cBELfPIJmFUVsHv7ljij3iJpDBfBeOmkufd8Z6pE1SJdFtVyFQ5WDpjI/NnxfXbXSI2YubbXArkUHq0Edvb+VQwd3KZu4cj9AnPeJuJUahMyVpL1UX03HAqRG+a2lMyHxFn2hXH1gAAAIBiXhamrfP34vK5ywWt/gHU8HnB28tEqSxpI1LlHx0RZX0cS2CQPEEWtjAwjMIaLsvYMtDRDAOHWcVodw65FD1PwHG6Pylc2ZrkfJvIv7qk/DNQ2EDaSbtuRcMndrCAySmMEq3hVV1UI7bQ6avsKPLH2VQfHNbE1jexTVMIPTv0dA==", "ansible_proc_cmdline": {"LANG": "en_US.UTF-8", "no_timer_check": true, "rd_NO_LUKS": true, "rd_NO_LVM": true, "console": ["tty0", "ttyS0,115200n8"], "ro": true, "KEYBOARDTYPE": "pc", "rd_NO_MD": true, "quiet": true, "rhgb": true, "KEYTABLE": "us", "crashkernel": "129M@48M", "SYSFONT": "latarcyrheb-sun16", "root": "UUID=5d2cf82f-fee8-42bd-bfee-235b15aa78ef", "rd_NO_DM": true}, "ansible_chassis_version": "pc-i440fx-5.2", "ansible_system_capabilities": [], "ansible_chassis_asset_tag": "NA"}}\r\n', b'Shared connection to 127.0.0.3 closed.\r\n') <127.0.0.3> ESTABLISH SSH CONNECTION FOR USER: root <127.0.0.3> SSH: EXEC sshpass -d10 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o Port=2364 -o 'IdentityFile="/tmp/inventory-cloud7b6egj97/identity"' -o 'User="root"' -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o PubkeyAcceptedKeyTypes=+ssh-rsa -o 'ControlPath="/root/.ansible/cp/0b2d7ae997"' 127.0.0.3 '/bin/sh -c '"'"'rm -f -r /root/.ansible/tmp/ansible-tmp-1657208426.3500483-232759-236289651452095/ > /dev/null 2>&1 && sleep 0'"'"'' <127.0.0.3> (0, b'', b'') ok: [/cache/rhel-6.qcow2.snap] TASK [Print message that this test is skipped on EL 6] ************************* task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:60 Thursday 07 July 2022 15:40:26 +0000 (0:00:00.684) 0:00:01.718 ********* ok: [/cache/rhel-6.qcow2.snap] => {} MSG: Skipping the test on EL 6 when storing logs over ssh to localhost TASK [Skip the test on EL 6 when control node == managed node] ***************** task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:70 Thursday 07 July 2022 15:40:27 +0000 (0:00:00.058) 0:00:01.777 ********* META: ending play for /cache/rhel-6.qcow2.snap PLAY RECAP ********************************************************************* /cache/rhel-6.qcow2.snap : ok=3 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Thursday 07 July 2022 15:40:27 +0000 (0:00:00.015) 0:00:01.793 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 1.02s /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:1 ---------------------------------- gather facts from /cache/rhel-6.qcow2.snap ------------------------------ 0.68s /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:55 --------------------------------- Print message that this test is skipped on EL 6 ------------------------- 0.06s /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:60 --------------------------------- Skip the test on EL 6 when control node == managed node ----------------- 0.02s /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:70 --------------------------------- STDERR: [DEPRECATION WARNING]: ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Aug 9 2016, 06:11:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-17)]. This feature will be removed in version 2.13. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. TASK [remove the temporary file] *********************************************** task path: /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:40 Thursday 07 July 2022 15:40:27 +0000 (0:00:02.975) 0:00:07.151 ********* changed: [/cache/rhel-6.qcow2.snap -> localhost] => { "changed": true, "path": "/tmp/ansible.vu56ivjz.inventory.yaml", "state": "absent" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-6.qcow2.snap : ok=9 changed=3 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Thursday 07 July 2022 15:40:27 +0000 (0:00:00.365) 0:00:07.517 ********* =============================================================================== Run ansible-playbook with tests_ssh.yml in check mode ------------------- 2.98s /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:34 ------------------------- Gathering Facts --------------------------------------------------------- 1.01s /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:2 -------------------------- Gathering Facts --------------------------------------------------------- 0.72s /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:1 ---------------------------------- Gathering Facts --------------------------------------------------------- 0.69s /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:27 ------------------------- Create static inventory from hostvars ----------------------------------- 0.68s /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:14 ------------------------- gather facts from /cache/rhel-6.qcow2.snap ------------------------------ 0.67s /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:55 --------------------------------- remove the temporary file ----------------------------------------------- 0.37s /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:40 ------------------------- create temporary file --------------------------------------------------- 0.33s /tmp/tmphuqddwzc/tests/kdump/tests_ssh_wrapper.yml:7 -------------------------- Print message that this test is skipped on EL 6 ------------------------- 0.04s /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:60 --------------------------------- Skip the test on EL 6 when control node == managed node ----------------- 0.03s /tmp/tmphuqddwzc/tests/kdump/tests_ssh.yml:70 ---------------------------------