Thank you guys
@Kai Stian Olstad
> It’s probably because your script /sgi/atx/src/atxBoxHWM.pl need some
> environment variables set.
Yes, I guess you’re right on this one. But I thought using “shell:” within the ansible playbook would set the right enviroment.
@Dick Visser:
This the whole playbook with all variables etc.:
- hosts: applicationservername
tasks:
- name: Check who’s master and stop DB processe
become: ture
become_user: applicationuser
shell: /sgi/atx/src/atxBoxHWM.pl
register: command_result
debug: msg=“{{ command_result.stdout }}”
debug: msg=“{{ command_result.stderr }}”
Sure, here’s the output:
ansible-playbook -i …/hosts playbook_name.yml -vvv
ansible-playbook 2.7.10
config file = /etc/ansible/ansible.cfg
configured module search path = [u’/root/.ansible/plugins/modules’, u’/usr/share/ansible/plugins/modules’]
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible-playbook
python version = 2.7.5 (default, Aug 7 2019, 00:51:29) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
Using /etc/ansible/ansible.cfg as config file
/etc/ansible/beh_test_hosts did not meet host_list requirements, check plugin documentation if this is unexpected
/etc/ansible/beh_test_hosts did not meet script requirements, check plugin documentation if this is unexpected
Parsed /etc/ansible/beh_test_hosts inventory source with ini pluginPLAYBOOK: playbook_name.yml **************************************************************************************************************************************************************************************************
1 plays in playbook_name.ymlPLAY [applicationservername] **********************************************************************************************************************************************************************************************
TASK [Gathering Facts] *******************************************************************************************************************************************************************************************************
task path: /etc/ansible/playbook/playbook_name.yml:2
ESTABLISH SSH CONNECTION FOR USER: None
SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/05db216f3f applicationservername ‘/bin/sh -c ‘"’“‘echo ~ && sleep 0’”’“‘’
(0, ‘/root\n’, ‘’)
ESTABLISH SSH CONNECTION FOR USER: None
SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/05db216f3f applicationservername '/bin/sh -c '”‘"’( umask 77 && mkdir -p “echo /root/.ansible/tmp/ansible-tmp-1582795747.55-108734989131518
” && echo ansible-tmp-1582795747.55-108734989131518=“echo /root/.ansible/tmp/ansible-tmp-1582795747.55-108734989131518
” ) && sleep 0’“'”‘’
(0, ‘ansible-tmp-1582795747.55-108734989131518=/root/.ansible/tmp/ansible-tmp-1582795747.55-108734989131518\n’, ‘’)
Using module file /usr/lib/python2.7/site-packages/ansible/modules/system/setup.py
PUT /root/.ansible/tmp/ansible-local-83798z9BMTv/tmpU8uNUb TO /root/.ansible/tmp/ansible-tmp-1582795747.55-108734989131518/AnsiballZ_setup.py
SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/05db216f3f ‘[applicationservername]’
(0, ‘sftp> put /root/.ansible/tmp/ansible-local-83798z9BMTv/tmpU8uNUb /root/.ansible/tmp/ansible-tmp-1582795747.55-108734989131518/AnsiballZ_setup.py\n’, ‘’)
ESTABLISH SSH CONNECTION FOR USER: None
SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/05db216f3f applicationservername ‘/bin/sh -c ‘"’“‘chmod u+x /root/.ansible/tmp/ansible-tmp-1582795747.55-108734989131518/ /root/.ansible/tmp/ansible-tmp-1582795747.55-108734989131518/AnsiballZ_setup.py && sleep 0’”’“‘’
(0, ‘’, ‘’)
ESTABLISH SSH CONNECTION FOR USER: None
SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/05db216f3f -tt applicationservername '/bin/sh -c '”‘"’/usr/bin/python /root/.ansible/tmp/ansible-tmp-1582795747.55-108734989131518/AnsiballZ_setup.py && sleep 0’“'”‘’
(0, ‘\r\n{“invocation”: {“module_args”: {“filter”: ““, “gather_subset”: [“all”], “fact_path”: “/etc/ansible/facts.d”, “gather_timeout”: 10}}, “ansible_facts”: {“ansible_userspace_architecture”: “x86_64”, “ansible_product_serial”: “DC3C2753-73FF-45E5-A189-73ECC0605117”, “ansible_form_factor”: “Other”, “ansible_user_gecos”: “root”, “ansible_distribution_file_parsed”: true, “ansible_fips”: false, “ansible_service_mgr”: “systemd”, “ansible_user_id”: “root”, “ansible_selinux_python_present”: true, “ansible_userspace_bits”: “64”, “ansible_ssh_host_key_rsa_public”: “AAAAB3NzaC1yc2EAAAADAQABAAABAQDCEgXNSOW9AJmkqoNB6et9nvgW/Rn05VVB8bBEiz+4XVfjO7TGRnIRN6nH4Us9XuY7ExgR50nkJsOiSqcsoaEHaxwZ+Mea7YFspnuNY5/4bisasPy9agdnpuMBFgcSe11eMc83fU5PAQ8bogRpkTzL/gCRbI5kUtUvmx5lm2M0uENchjuHdHCoyPuFITaSLn+CWGih++DK1hxGXasG4LnupmiqJsuMOgyZmzErzEIiT9GQksyZT9A4W5eNWmJ8+OvOJj8vh9xJEEEQ34Zy80KzgcOhe1RpFcNzc6W3fmiCQ/R6vQGemeI3hi4HcqjGnWx1EJPoGdLFHx2z4rGVwrGr”, “gather_subset”: [“all”], “ansible_real_user_id”: 0, “ansible_architecture”: “x86_64”, “ansible_local”: {“report”: {“foreman”: “katello-agent.noarch3.3.5-4.el7 / Active”, “upgrade”: " 2019-12-30 16:17 “, “nrpe”: “nrpe.x86_643.2.1-8.el7 / Active”, “reboot”: “2019-03-20 10:16”, “ossec”: “OSSEC / Active”, “cyberark”: “Feb 27 02:01:12 / Last modified”, “splunk”: “splunkforwarder.x86_647.0.1-2b5b15c4ee89 / Active”, “OS version”: “Red Hat Enterprise Linux Server release 7.7 (Maipo)”}}, “ansible_distribution_version”: “7.7”, “ansible_domain”: “company_name.local”, “ansible_distribution_file_path”: “/etc/redhat-release”, “ansible_user_shell”: “/bin/bash”, “ansible_virtualization_type”: “kvm”, “ansible_ssh_host_key_ed25519_public”: “AAAAC3NzaC1lZDI1NTE5AAAAIHJnzQo1kC34fTuwJBEl7l3mvdKuGDh1STiOKL5aMv67”, “ansible_processor_cores”: 1, “ansible_virtualization_role”: “guest”, “ansible_distribution_file_variety”: “RedHat”, “ansible_dns”: {“nameservers”: [“10.7.7.7”, “10.7.7.8”], “search”: [“company_name.local”], “domain”: “company_name.local”}, “ansible_effective_group_id”: 0, “ansible_is_chroot”: false, “ansible_bios_version”: “1.9.1-5.el6”, “ansible_processor”: [“0”, “GenuineIntel”, “Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz”, “1”, “GenuineIntel”, “Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz”, “2”, “GenuineIntel”, “Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz”, “3”, “GenuineIntel”, “Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz”, “4”, “GenuineIntel”, “Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz”, “5”, “GenuineIntel”, “Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz”, “6”, “GenuineIntel”, “Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz”, “7”, “GenuineIntel”, “Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz”], “ansible_date_time”: {“weekday_number”: “4”, “iso8601_basic_short”: “20200227T102927”, “tz”: “CET”, “weeknumber”: “08”, “hour”: “10”, “year”: “2020”, “minute”: “29”, “tz_offset”: “+0100”, “month”: “02”, “epoch”: “1582795767”, “iso8601_micro”: “2020-02-27T09:29:27.552716Z”, “weekday”: “Thursday”, “time”: “10:29:27”, “date”: “2020-02-27”, “iso8601”: “2020-02-27T09:29:27Z”, “day”: “27”, “iso8601_basic”: “20200227T102927552618”, “second”: “27”}, “ansible_lo”: {“features”: {“tx_checksum_ipv4”: “off [fixed]”, “generic_receive_offload”: “on”, “tx_checksum_ipv6”: “off [fixed]”, “tx_scatter_gather_fraglist”: “on [fixed]”, “rx_all”: “off [fixed]”, “highdma”: “on [fixed]”, “rx_fcs”: “off [fixed]”, “tx_lockless”: “on [fixed]”, “tx_tcp_ecn_segmentation”: “on”, “rx_udp_tunnel_port_offload”: “off [fixed]”, “tx_tcp6_segmentation”: “on”, “tx_gso_robust”: “off [fixed]”, “tx_ipip_segmentation”: “off [fixed]”, “tx_tcp_mangleid_segmentation”: “on”, “tx_checksumming”: “on”, “vlan_challenged”: “on [fixed]”, “loopback”: “on [fixed]”, “fcoe_mtu”: “off [fixed]”, “scatter_gather”: “on”, “tx_checksum_sctp”: “on [fixed]”, “tx_vlan_stag_hw_insert”: “off [fixed]”, “rx_vlan_stag_hw_parse”: “off [fixed]”, “tx_gso_partial”: “off [fixed]”, “rx_gro_hw”: “off [fixed]”, “rx_vlan_stag_filter”: “off [fixed]”, “large_receive_offload”: “off [fixed]”, “tx_scatter_gather”: “on [fixed]”, “rx_checksumming”: “on [fixed]”, “tx_tcp_segmentation”: “on”, “netns_local”: “on [fixed]”, “busy_poll”: “off [fixed]”, “generic_segmentation_offload”: “on”, “tx_udp_tnl_segmentation”: “off [fixed]”, “tcp_segmentation_offload”: “on”, “l2_fwd_offload”: “off [fixed]”, “rx_vlan_offload”: “off [fixed]”, “ntuple_filters”: “off [fixed]”, “tx_gre_csum_segmentation”: “off [fixed]”, “tx_nocache_copy”: “off [fixed]”, “tx_udp_tnl_csum_segmentation”: “off [fixed]”, “udp_fragmentation_offload”: “on”, “tx_sctp_segmentation”: “on”, “tx_sit_segmentation”: “off [fixed]”, “tx_checksum_fcoe_crc”: “off [fixed]”, “hw_tc_offload”: “off [fixed]”, “tx_checksum_ip_generic”: “on [fixed]”, “tx_fcoe_segmentation”: “off [fixed]”, “rx_vlan_filter”: “off [fixed]”, “tx_vlan_offload”: “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”: “host”, “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”: 16011, “ansible_ssh_host_key_ecdsa_public”: “AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/tuAP4nQYXlRsPKsujQ/xyusdnXYUAxQfmSGlZ9t+NO6LLTVESdlmGNFVg1OKckSdV84CvkRgcAAyLMA+SqeY=”, “ansible_device_links”: {“masters”: {“sda2”: [“dm-0”, “dm-1”, “dm-10”, “dm-11”, “dm-12”, “dm-2”, “dm-3”, “dm-4”, “dm-5”, “dm-6”, “dm-7”, “dm-8”, “dm-9”]}, “labels”: {“sda1”: [“boot”]}, “ids”: {“dm-10”: [“dm-name-vgRoot-lvHome”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UptXEOe0OcDpzB8wvbVn5OidHcCxhzWA0”], “dm-11”: [“dm-name-vgRoot-lvSGIReleasedat”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UUOLsQV1nG97OnXh9fd50KqIzLhvYHmW9”], “dm-12”: [“dm-name-vgRoot-lvOracle”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UVrlbtGcZZsdfJKwKhN5Gk8dc38pGLCcM”], “sda1”: [“scsi-1NUTANIX_NFS_3_0_357461_8ef3d31c_e48d_47fe_90bd_5549714c1896-part1”], “sda2”: [“lvm-pv-uuid-RQCUgj-Tjlj-KWzv-ATdV-ZS3u-YWn6-ziJ7Im”, “scsi-1NUTANIX_NFS_3_0_357461_8ef3d31c_e48d_47fe_90bd_5549714c1896-part2”], “sda”: [“scsi-1NUTANIX_NFS_3_0_357461_8ef3d31c_e48d_47fe_90bd_5549714c1896”], “dm-8”: [“dm-name-vgRoot-lvTmp”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UTTVaJJf7PJn0uY0WCAOeJXzuIWsRnd1A”], “dm-9”: [“dm-name-vgRoot-lvOpt”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UfqUkuE0k9q1qPQsj3h0jrLXvbmbCLiyi”], “dm-6”: [“dm-name-vgRoot-lvSGI”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UghimvNYTuxDjKobfn5lpwsvzfpzqOmJc”], “dm-7”: [“dm-name-vgRoot-lvVar”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UA9bkaweKHCFEutGcB8POLtaSjU97fabT”], “dm-4”: [“dm-name-vgRoot-lvSGIReleaseBin”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UfA2MA1njxTqZS6mgtrlKt7DEypN7i2c2”], “dm-5”: [“dm-name-vgRoot-lvSGIRelease”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UbdqWterJy8Xp8iKiIwh3xxW2INyHpAGr”], “dm-2”: [“dm-name-vgRoot-lvUsr”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UaFR5SoBYk8FjzCdJo8wOvlffuIGd9CFP”], “dm-3”: [“dm-name-vgRoot-lvUsrLocalInstall”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UdT2t1YcZ8SfAlFMRdCf62p9r39wpnbtF”], “dm-0”: [“dm-name-vgRoot-lvRoot”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UlpIm0yaAAGfA94TXAuENWYtmoGlghW35”], “dm-1”: [“dm-name-vgRoot-lvSwap”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UmHlY2lQCn4ZhKa80AQS6Ep1cHnQoCg6Z”]}, “uuids”: {“dm-10”: [“edd313da-f2e6-4075-b3b3-4545f8b55c39”], “dm-11”: [“5777fce8-aa0f-4ec7-b150-c32e75e5b0bc”], “dm-12”: [“d9b6a6d5-9593-4b12-af55-b4093fb35bc0”], “sda1”: [“5eeb4d76-8e2a-400b-9ee2-e57645072359”], “dm-8”: [“fe79435e-cd62-4006-96fa-348de60707f7”], “dm-9”: [“44eac17a-ebe6-4480-be81-e7acaa7bc1c8”], “dm-6”: [“90f0f03a-a9be-4cad-812e-96900d266434”], “dm-7”: [“33a0b12d-c1c8-412c-a702-616076ecfe86”], “dm-4”: [“a1ed260a-7128-498e-96f0-5e48cbfeed4a”], “dm-5”: [“52c109c5-415c-47ae-8557-2f477b10b57c”], “dm-2”: [“93e2851b-577c-4141-b20c-2df3b8ad4873”], “dm-3”: [“302118aa-56c9-4ff0-81a2-bad2ce258fb0”], “dm-0”: [“093fedb2-6f85-42d6-9f39-7b15b766f328”], “dm-1”: [“5ea4a07d-0f7a-4ca9-8a1a-ee4c6a075355”]}}, “ansible_default_ipv4”: {“macaddress”: “50:6b:8d:2d:f1:07”, “network”: “10.21.31.0”, “mtu”: 1500, “broadcast”: “10.21.31.255”, “alias”: “eth0”, “netmask”: “255.255.255.0”, “address”: “10.21.31.202”, “interface”: “eth0”, “type”: “ether”, “gateway”: “10.21.31.1”}, “ansible_swapfree_mb”: 7993, “ansible_default_ipv6”: {}, “ansible_distribution_release”: “Maipo”, “ansible_system_vendor”: “Nutanix”, “ansible_os_family”: “RedHat”, “ansible_cmdline”: {“LANG”: “en_US.UTF-8”, “BOOT_IMAGE”: “/vmlinuz-3.10.0-957.1.3.el7.x86_64”, “quiet”: true, “rhgb”: true, “rd.lvm.lv”: “vgRoot/lvUsr”, “ro”: true, “root”: “/dev/mapper/vgRoot-lvRoot”}, “ansible_effective_user_id”: 0, “ansible_user_gid”: 0, “ansible_selinux”: {“status”: “disabled”}, “ansible_product_version”: “RHEL 7.3.0 PC (i440FX + PIIX, 1996)”, “ansible_apparmor”: {“status”: “disabled”}, “ansible_distribution_file_search_string”: “Red Hat”, “ansible_product_uuid”: “DC3C2753-73FF-45E5-A189-73ECC0605117”, “ansible_system”: “Linux”, “ansible_pkg_mgr”: “yum”, “ansible_memfree_mb”: 719, “ansible_devices”: {“dm-10”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “20971520”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvHome”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UptXEOe0OcDpzB8wvbVn5OidHcCxhzWA0”], “uuids”: [“edd313da-f2e6-4075-b3b3-4545f8b55c39”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “10.00 GB”}, “dm-11”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “629145600”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvSGIReleasedat”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UUOLsQV1nG97OnXh9fd50KqIzLhvYHmW9”], “uuids”: [“5777fce8-aa0f-4ec7-b150-c32e75e5b0bc”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “300.00 GB”}, “dm-12”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “41943040”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvOracle”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UVrlbtGcZZsdfJKwKhN5Gk8dc38pGLCcM”], “uuids”: [“d9b6a6d5-9593-4b12-af55-b4093fb35bc0”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “20.00 GB”}, “sda”: {“scheduler_mode”: “deadline”, “rotational”: “1”, “vendor”: “NUTANIX”, “sectors”: “1048576000”, “links”: {“masters”: [], “labels”: [], “ids”: [“scsi-1NUTANIX_NFS_3_0_357461_8ef3d31c_e48d_47fe_90bd_5549714c1896”], “uuids”: []}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “SCSI storage controller: Red Hat, Inc. Virtio SCSI”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: “VDISK”, “partitions”: {“sda2”: {“sectorsize”: 512, “uuid”: null, “links”: {“masters”: [“dm-0”, “dm-1”, “dm-10”, “dm-11”, “dm-12”, “dm-2”, “dm-3”, “dm-4”, “dm-5”, “dm-6”, “dm-7”, “dm-8”, “dm-9”], “labels”: [], “ids”: [“lvm-pv-uuid-RQCUgj-Tjlj-KWzv-ATdV-ZS3u-YWn6-ziJ7Im”, “scsi-1NUTANIX_NFS_3_0_357461_8ef3d31c_e48d_47fe_90bd_5549714c1896-part2”], “uuids”: []}, “sectors”: “1046476800”, “start”: “2099200”, “holders”: [“vgRoot-lvRoot”, “vgRoot-lvSwap”, “vgRoot-lvUsr”, “vgRoot-lvUsrLocalInstall”, “vgRoot-lvSGIReleaseBin”, “vgRoot-lvSGIRelease”, “vgRoot-lvSGI”, “vgRoot-lvVar”, “vgRoot-lvTmp”, “vgRoot-lvOpt”, “vgRoot-lvHome”, “vgRoot-lvSGIReleasedat”, “vgRoot-lvOracle”], “size”: “499.00 GB”}, “sda1”: {“sectorsize”: 512, “uuid”: “5eeb4d76-8e2a-400b-9ee2-e57645072359”, “links”: {“masters”: [], “labels”: [“boot”], “ids”: [“scsi-1NUTANIX_NFS_3_0_357461_8ef3d31c_e48d_47fe_90bd_5549714c1896-part1”], “uuids”: [“5eeb4d76-8e2a-400b-9ee2-e57645072359”]}, “sectors”: “2097152”, “start”: “2048”, “holders”: [], “size”: “1.00 GB”}}, “holders”: [], “size”: “500.00 GB”}, “dm-8”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “10485760”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvTmp”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UTTVaJJf7PJn0uY0WCAOeJXzuIWsRnd1A”], “uuids”: [“fe79435e-cd62-4006-96fa-348de60707f7”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “5.00 GB”}, “dm-9”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “4194304”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvOpt”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UfqUkuE0k9q1qPQsj3h0jrLXvbmbCLiyi”], “uuids”: [“44eac17a-ebe6-4480-be81-e7acaa7bc1c8”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “2.00 GB”}, “dm-6”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “8388608”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvSGI”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UghimvNYTuxDjKobfn5lpwsvzfpzqOmJc”], “uuids”: [“90f0f03a-a9be-4cad-812e-96900d266434”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “4.00 GB”}, “dm-7”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “6291456”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvVar”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UA9bkaweKHCFEutGcB8POLtaSjU97fabT”], “uuids”: [“33a0b12d-c1c8-412c-a702-616076ecfe86”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “3.00 GB”}, “dm-4”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “4194304”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvSGIReleaseBin”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UfA2MA1njxTqZS6mgtrlKt7DEypN7i2c2”], “uuids”: [“a1ed260a-7128-498e-96f0-5e48cbfeed4a”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “2.00 GB”}, “dm-5”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “4194304”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvSGIRelease”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UbdqWterJy8Xp8iKiIwh3xxW2INyHpAGr”], “uuids”: [“52c109c5-415c-47ae-8557-2f477b10b57c”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “2.00 GB”}, “dm-2”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “8388608”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvUsr”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UaFR5SoBYk8FjzCdJo8wOvlffuIGd9CFP”], “uuids”: [“93e2851b-577c-4141-b20c-2df3b8ad4873”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “4.00 GB”}, “dm-3”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “37814272”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvUsrLocalInstall”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UdT2t1YcZ8SfAlFMRdCf62p9r39wpnbtF”], “uuids”: [“302118aa-56c9-4ff0-81a2-bad2ce258fb0”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “18.03 GB”}, “dm-0”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “8388608”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvRoot”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UlpIm0yaAAGfA94TXAuENWYtmoGlghW35”], “uuids”: [“093fedb2-6f85-42d6-9f39-7b15b766f328”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “4.00 GB”}, “dm-1”: {“scheduler_mode”: “”, “rotational”: “1”, “vendor”: null, “sectors”: “16777216”, “links”: {“masters”: [], “labels”: [], “ids”: [“dm-name-vgRoot-lvSwap”, “dm-uuid-LVM-kdpOThPf0kZ4vqMF1tUFUwhdq0NXj71UmHlY2lQCn4ZhKa80AQS6Ep1cHnQoCg6Z”], “uuids”: [“5ea4a07d-0f7a-4ca9-8a1a-ee4c6a075355”]}, “sas_device_handle”: null, “sas_address”: null, “virtual”: 1, “host”: “”, “sectorsize”: “512”, “removable”: “0”, “support_discard”: “512”, “model”: null, “partitions”: {}, “holders”: [], “size”: “8.00 GB”}}, “ansible_user_uid”: 0, “ansible_lvm”: {“pvs”: {”/dev/sda2”: {“free_g”: “116.96”, “size_g”: “499.00”, “vg”: “vgRoot”}}, “lvs”: {“lvOpt”: {“size_g”: “2.00”, “vg”: “vgRoot”}, “lvRoot”: {“size_g”: “4.00”, “vg”: “vgRoot”}, “lvUsrLocalInstall”: {“size_g”: “18.03”, “vg”: “vgRoot”}, “lvSGIReleaseBin”: {“size_g”: “2.00”, “vg”: “vgRoot”}, “lvSGIReleasedat”: {“size_g”: “300.00”, “vg”: “vgRoot”}, “lvSwap”: {“size_g”: “8.00”, “vg”: “vgRoot”}, “lvSGI”: {“size_g”: “4.00”, “vg”: “vgRoot”}, “lvHome”: {“size_g”: “10.00”, “vg”: “vgRoot”}, “lvTmp”: {“size_g”: “5.00”, “vg”: “vgRoot”}, “lvVar”: {“size_g”: “3.00”, “vg”: “vgRoot”}, “lvUsr”: {“size_g”: “4.00”, “vg”: “vgRoot”}, “lvOracle”: {“size_g”: “20.00”, “vg”: “vgRoot”}, “lvSGIRelease”: {“size_g”: “2.00”, “vg”: “vgRoot”}}, “vgs”: {“vgRoot”: {“free_g”: “116.96”, “size_g”: “499.00”, “num_lvs”: “13”, “num_pvs”: “1”}}}, “ansible_distribution”: “RedHat”, “ansible_user_dir”: “/root”, “ansible_env”: {“HISTTIMEFORMAT”: "%Y-%m-%d,%H:%M:%S: ", “HISTFILE”: “/root/.bash_history_root”, “ORACLE_BASE”: “/oracle/software”, “LESSOPEN”: “||/usr/bin/lesspipe.sh %s”, “NLS_LANG”: “american_america.we8iso8859p15”, “SSH_CLIENT”: “10.20.3.5 33526 22”, “LOGNAME”: “root”, “USER”: “root”, “PATH”: “/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/oracle/software/12cR1/client/bin”, “HOME”: “/root”, “REMOTE_LOCATION”: “10.20.3.5 47380 22”, “LD_LIBRARY_PATH”: “:/oracle/software/12cR1/client/lib”, “LANG”: “en_US.UTF-8”, “TERM”: “xterm”, “SHELL”: “/bin/bash”, “ORACLE_HOME”: “/oracle/software/12cR1/client”, “SHLVL”: “2”, “HISTFILESIZE”: “1000”, “XDG_RUNTIME_DIR”: “/run/user/0”, “ORACLE12C_HOME”: “/oracle/software/12cR1/client”, “REMOTE_USER”: “root”, “XDG_SESSION_ID”: “101029”, “_”: “/usr/bin/python”, “SSH_CONNECTION”: “10.20.3.5 33526 10.21.31.202 22”, “SSH_TTY”: “/dev/pts/12”, “HISTCONTROL”: “ignoreboth”, “PWD”: “/root”, “MAIL”: “/var/mail/root”, “LS_COLORS”: "rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:.tar=01;31:.tgz=01;31:.arc=01;31:.arj=01;31:.taz=01;31:.lha=01;31:.lz4=01;31:.lzh=01;31:.lzma=01;31:.tlz=01;31:.txz=01;31:.tzo=01;31:.t7z=01;31:.zip=01;31:.z=01;31:.Z=01;31:.dz=01;31:.gz=01;31:.lrz=01;31:.lz=01;31:.lzo=01;31:.xz=01;31:.bz2=01;31:.bz=01;31:.tbz=01;31:.tbz2=01;31:.tz=01;31:.deb=01;31:.rpm=01;31:.jar=01;31:.war=01;31:.ear=01;31:.sar=01;31:.rar=01;31:.alz=01;31:.ace=01;31:.zoo=01;31:.cpio=01;31:.7z=01;31:.rz=01;31:.cab=01;31:.jpg=01;35:.jpeg=01;35:.gif=01;35:.bmp=01;35:.pbm=01;35:.pgm=01;35:.ppm=01;35:.tga=01;35:.xbm=01;35:.xpm=01;35:.tif=01;35:.tiff=01;35:.png=01;35:.svg=01;35:.svgz=01;35:.mng=01;35:.pcx=01;35:.mov=01;35:.mpg=01;35:.mpeg=01;35:.m2v=01;35:.mkv=01;35:.webm=01;35:.ogm=01;35:.mp4=01;35:.m4v=01;35:.mp4v=01;35:.vob=01;35:.qt=01;35:.nuv=01;35:.wmv=01;35:.asf=01;35:.rm=01;35:.rmvb=01;35:.flc=01;35:.avi=01;35:.fli=01;35:.flv=01;35:.gl=01;35:.dl=01;35:.xcf=01;35:.xwd=01;35:.yuv=01;35:.cgm=01;35:.emf=01;35:.axv=01;35:.anx=01;35:.ogv=01;35:.ogx=01;35:.aac=01;36:.au=01;36:.flac=01;36:.mid=01;36:.midi=01;36:.mka=01;36:.mp3=01;36:.mpc=01;36:.ogg=01;36:.ra=01;36:.wav=01;36:.axa=01;36:.oga=01;36:.spx=01;36:.xspf=01;36:”}, “ansible_distribution_major_version”: “7”, “module_setup”: true, “ansible_processor_count”: 8, “ansible_hostname”: “applicationservername”, “ansible_processor_vcpus”: 8, “ansible_swaptotal_mb”: 8191, “ansible_lsb”: {}, “ansible_real_group_id”: 0, “ansible_bios_date”: “04/01/2014”, “ansible_all_ipv6_addresses”: [“fe80::526b:8dff:fe2d:f107”], “ansible_interfaces”: [“lo”, “eth0”], “ansible_uptime_seconds”: 29722367, “ansible_machine_id”: “3bbd5fafd3574b4eb503bf93b60cc0b4”, “ansible_kernel”: “3.10.0-957.1.3.el7.x86_64”, “ansible_memory_mb”: {“real”: {“total”: 16011, “used”: 15292, “free”: 719}, “swap”: {“cached”: 0, “total”: 8191, “free”: 7993, “used”: 198}, “nocache”: {“used”: 2910, “free”: 13101}}, “ansible_iscsi_iqn”: “”, “ansible_system_capabilities_enforced”: “True”, “ansible_python”: {“executable”: “/usr/bin/python”, “version”: {“micro”: 5, “major”: 2, “releaselevel”: “final”, “serial”: 0, “minor”: 7}, “type”: “CPython”, “has_sslcontext”: true, “version_info”: [2, 7, 5, “final”, 0]}, “ansible_processor_threads_per_core”: 1, “ansible_fqdn”: “applicationservername”, “ansible_mounts”: [{“block_used”: 81425, “uuid”: “093fedb2-6f85-42d6-9f39-7b15b766f328”, “size_total”: 4093313024, “block_total”: 999344, “mount”: “/”, “block_available”: 917919, “size_available”: 3759796224, “fstype”: “ext4”, “inode_total”: 262144, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvRoot”, “inode_used”: 4754, “block_size”: 4096, “inode_available”: 257390}, {“block_used”: 644371, “uuid”: “93e2851b-577c-4141-b20c-2df3b8ad4873”, “size_total”: 4093313024, “block_total”: 999344, “mount”: “/usr”, “block_available”: 354973, “size_available”: 1453969408, “fstype”: “ext4”, “inode_total”: 262144, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvUsr”, “inode_used”: 91637, “block_size”: 4096, “inode_available”: 170507}, {“block_used”: 55362, “uuid”: “5eeb4d76-8e2a-400b-9ee2-e57645072359”, “size_total”: 1023303680, “block_total”: 249830, “mount”: “/boot”, “block_available”: 194468, “size_available”: 796540928, “fstype”: “ext4”, “inode_total”: 65536, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/sda1”, “inode_used”: 339, “block_size”: 4096, “inode_available”: 65197}, {“block_used”: 424493, “uuid”: “302118aa-56c9-4ff0-81a2-bad2ce258fb0”, “size_total”: 19001409536, “block_total”: 4639016, “mount”: “/usr/local/install”, “block_available”: 4214523, “size_available”: 17262686208, “fstype”: “ext4”, “inode_total”: 1136800, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvUsrLocalInstall”, “inode_used”: 14, “block_size”: 4096, “inode_available”: 1136786}, {“block_used”: 733017, “uuid”: “d9b6a6d5-9593-4b12-af55-b4093fb35bc0”, “size_total”: 21003583488, “block_total”: 5127828, “mount”: “/oracle”, “block_available”: 4394811, “size_available”: 18001145856, “fstype”: “ext4”, “inode_total”: 1310720, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvOracle”, “inode_used”: 12640, “block_size”: 4096, “inode_available”: 1298080}, {“block_used”: 91748, “uuid”: “a1ed260a-7128-498e-96f0-5e48cbfeed4a”, “size_total”: 2046640128, “block_total”: 499668, “mount”: “/sgiReleasebin”, “block_available”: 407920, “size_available”: 1670840320, “fstype”: “ext4”, “inode_total”: 131072, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvSGIReleaseBin”, “inode_used”: 6804, “block_size”: 4096, “inode_available”: 124268}, {“block_used”: 123489, “uuid”: “33a0b12d-c1c8-412c-a702-616076ecfe86”, “size_total”: 3103539200, “block_total”: 757700, “mount”: “/var”, “block_available”: 634211, “size_available”: 2597728256, “fstype”: “ext4”, “inode_total”: 196608, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvVar”, “inode_used”: 4049, “block_size”: 4096, “inode_available”: 192559}, {“block_used”: 116505, “uuid”: “44eac17a-ebe6-4480-be81-e7acaa7bc1c8”, “size_total”: 2046640128, “block_total”: 499668, “mount”: “/opt”, “block_available”: 383163, “size_available”: 1569435648, “fstype”: “ext4”, “inode_total”: 131072, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvOpt”, “inode_used”: 5145, “block_size”: 4096, “inode_available”: 125927}, {“block_used”: 241284, “uuid”: “90f0f03a-a9be-4cad-812e-96900d266434”, “size_total”: 4160421888, “block_total”: 1015728, “mount”: “/sgi”, “block_available”: 774444, “size_available”: 3172122624, “fstype”: “ext4”, “inode_total”: 262144, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvSGI”, “inode_used”: 2532, “block_size”: 4096, “inode_available”: 259612}, {“block_used”: 56514, “uuid”: “52c109c5-415c-47ae-8557-2f477b10b57c”, “size_total”: 2046640128, “block_total”: 499668, “mount”: “/sgiRelease”, “block_available”: 443154, “size_available”: 1815158784, “fstype”: “ext4”, “inode_total”: 131072, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvSGIRelease”, “inode_used”: 5620, “block_size”: 4096, “inode_available”: 125452}, {“block_used”: 8422871, “uuid”: “5777fce8-aa0f-4ec7-b150-c32e75e5b0bc”, “size_total”: 316932947968, “block_total”: 77376208, “mount”: “/sgiReleasedat”, “block_available”: 68953337, “size_available”: 282432868352, “fstype”: “ext4”, “inode_total”: 19660800, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvSGIReleasedat”, “inode_used”: 21171, “block_size”: 4096, “inode_available”: 19639629}, {“block_used”: 75182, “uuid”: “fe79435e-cd62-4006-96fa-348de60707f7”, “size_total”: 5150212096, “block_total”: 1257376, “mount”: “/tmp”, “block_available”: 1182194, “size_available”: 4842266624, “fstype”: “ext4”, “inode_total”: 327680, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvTmp”, “inode_used”: 84, “block_size”: 4096, “inode_available”: 327596}, {“block_used”: 144803, “uuid”: “edd313da-f2e6-4075-b3b3-4545f8b55c39”, “size_total”: 10434662400, “block_total”: 2547525, “mount”: “/home”, “block_available”: 2402722, “size_available”: 9841549312, “fstype”: “ext4”, “inode_total”: 655360, “options”: “rw,relatime,stripe=256,data=ordered”, “device”: “/dev/mapper/vgRoot-lvHome”, “inode_used”: 112, “block_size”: 4096, “inode_available”: 655248}], “ansible_eth0”: {“macaddress”: “50:6b:8d:2d:f1:07”, “features”: {“tx_checksum_ipv4”: “off [fixed]”, “generic_receive_offload”: “on”, “tx_checksum_ipv6”: “off [fixed]”, “tx_scatter_gather_fraglist”: “off [fixed]”, “rx_all”: “off [fixed]”, “highdma”: “on [fixed]”, “rx_fcs”: “off [fixed]”, “tx_lockless”: “off [fixed]”, “tx_tcp_ecn_segmentation”: “on”, “rx_udp_tunnel_port_offload”: “off [fixed]”, “tx_tcp6_segmentation”: “on”, “tx_gso_robust”: “off [fixed]”, “tx_ipip_segmentation”: “off [fixed]”, “tx_tcp_mangleid_segmentation”: “off”, “tx_checksumming”: “on”, “vlan_challenged”: “off [fixed]”, “loopback”: “off [fixed]”, “fcoe_mtu”: “off [fixed]”, “scatter_gather”: “on”, “tx_checksum_sctp”: “off [fixed]”, “tx_vlan_stag_hw_insert”: “off [fixed]”, “rx_vlan_stag_hw_parse”: “off [fixed]”, “tx_gso_partial”: “off [fixed]”, “rx_gro_hw”: “off [fixed]”, “rx_vlan_stag_filter”: “off [fixed]”, “large_receive_offload”: “off [fixed]”, “tx_scatter_gather”: “on”, “rx_checksumming”: “on [fixed]”, “tx_tcp_segmentation”: “on”, “netns_local”: “off [fixed]”, “busy_poll”: “off [fixed]”, “generic_segmentation_offload”: “on”, “tx_udp_tnl_segmentation”: “off [fixed]”, “tcp_segmentation_offload”: “on”, “l2_fwd_offload”: “off [fixed]”, “rx_vlan_offload”: “off [fixed]”, “ntuple_filters”: “off [fixed]”, “tx_gre_csum_segmentation”: “off [fixed]”, “tx_nocache_copy”: “off”, “tx_udp_tnl_csum_segmentation”: “off [fixed]”, “udp_fragmentation_offload”: “on”, “tx_sctp_segmentation”: “off [fixed]”, “tx_sit_segmentation”: “off [fixed]”, “tx_checksum_fcoe_crc”: “off [fixed]”, “hw_tc_offload”: “off [fixed]”, “tx_checksum_ip_generic”: “on”, “tx_fcoe_segmentation”: “off [fixed]”, “rx_vlan_filter”: “on [fixed]”, “tx_vlan_offload”: “off [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.21.31.255”, “netmask”: “255.255.255.0”, “network”: “10.21.31.0”, “address”: “10.21.31.202”}, “ipv6”: [{“scope”: “link”, “prefix”: “64”, “address”: “fe80::526b:8dff:fe2d:f107”}], “active”: true, “type”: “ether”, “hw_timestamp_filters”: }, “ansible_nodename”: “applicationservername”, “ansible_product_name”: “AHV”, “ansible_machine”: “x86_64”, “ansible_system_capabilities”: [“cap_chown”, “cap_dac_override”, “cap_dac_read_search”, “cap_fowner”, “cap_fsetid”, “cap_kill”, “cap_setgid”, “cap_setuid”, “cap_setpcap”, “cap_linux_immutable”, “cap_net_bind_service”, “cap_net_broadcast”, “cap_net_admin”, “cap_net_raw”, “cap_ipc_lock”, “cap_ipc_owner”, “cap_sys_module”, “cap_sys_rawio”, “cap_sys_chroot”, “cap_sys_ptrace”, “cap_sys_pacct”, “cap_sys_admin”, “cap_sys_boot”, “cap_sys_nice”, “cap_sys_resource”, “cap_sys_time”, “cap_sys_tty_config”, “cap_mknod”, “cap_lease”, “cap_audit_write”, “cap_audit_control”, “cap_setfcap”, “cap_mac_override”, “cap_mac_admin”, “cap_syslog”, “35”, “36+ep”], “ansible_all_ipv4_addresses”: [“10.21.31.202”], “ansible_python_version”: “2.7.5”}}\r\n’, ‘Shared connection to applicationservername closed.\r\n’)
ESTABLISH SSH CONNECTION FOR USER: None
SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/05db216f3f applicationservername ‘/bin/sh -c ‘"’“‘rm -f -r /root/.ansible/tmp/ansible-tmp-1582795747.55-108734989131518/ > /dev/null 2>&1 && sleep 0’”’"‘’
(0, ‘’, ‘’)
ok: [applicationservername]
META: ran handlersTASK [Check who’s master and stop DB processe] *******************************************************************************************************************************************************************************
task path: /etc/ansible/playbook/playbook_name.yml:4
ESTABLISH SSH CONNECTION FOR USER: None
SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/05db216f3f applicationservername ‘/bin/sh -c ‘"’“‘echo ~ && sleep 0’”’“‘’
(0, ‘/root\n’, ‘’)
ESTABLISH SSH CONNECTION FOR USER: None
SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/05db216f3f applicationservername '/bin/sh -c '”‘"’( umask 77 && mkdir -p “echo /root/.ansible/tmp/ansible-tmp-1582795768.07-102440381255033
” && echo ansible-tmp-1582795768.07-102440381255033=“echo /root/.ansible/tmp/ansible-tmp-1582795768.07-102440381255033
” ) && sleep 0’“'”‘’
(0, ‘ansible-tmp-1582795768.07-102440381255033=/root/.ansible/tmp/ansible-tmp-1582795768.07-102440381255033\n’, ‘’)
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
PUT /root/.ansible/tmp/ansible-local-83798z9BMTv/tmpY5CwXu TO /root/.ansible/tmp/ansible-tmp-1582795768.07-102440381255033/AnsiballZ_command.py
SSH: EXEC sftp -b - -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/05db216f3f ‘[applicationservername]’
(0, ‘sftp> put /root/.ansible/tmp/ansible-local-83798z9BMTv/tmpY5CwXu /root/.ansible/tmp/ansible-tmp-1582795768.07-102440381255033/AnsiballZ_command.py\n’, ‘’)
ESTABLISH SSH CONNECTION FOR USER: None
SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/05db216f3f applicationservername ‘/bin/sh -c ‘"’“‘chmod u+x /root/.ansible/tmp/ansible-tmp-1582795768.07-102440381255033/ /root/.ansible/tmp/ansible-tmp-1582795768.07-102440381255033/AnsiballZ_command.py && sleep 0’”’“‘’
(0, ‘’, ‘’)
ESTABLISH SSH CONNECTION FOR USER: None
SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/05db216f3f -tt applicationservername '/bin/sh -c '”‘"’/usr/bin/python /root/.ansible/tmp/ansible-tmp-1582795768.07-102440381255033/AnsiballZ_command.py && sleep 0’“'”‘’
Ansible “freezeses” at this point. No more actions after that; this was the last output.