<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ansible with ontap 8.3 in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/442769#M3254</link>
    <description>&lt;P&gt;whats the solution Naveen?&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2023 19:28:14 GMT</pubDate>
    <dc:creator>srinath49</dc:creator>
    <dc:date>2023-03-24T19:28:14Z</dc:date>
    <item>
      <title>Ansible with ontap 8.3</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/143950#M2742</link>
      <description>&lt;P&gt;I am checking ping command with ansible to NetApp simulator&amp;nbsp; , it is throwing me the below error messages&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ansible -i filers 192.168.191.18 -m command -a "ping" -vvv&lt;BR /&gt;ansible 2.6.5&lt;BR /&gt; config file = /home/ansible/ansible.cfg&lt;BR /&gt; configured module search path = [u'/home/ansible/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']&lt;BR /&gt; ansible python module location = /usr/lib/python2.7/site-packages/ansible&lt;BR /&gt; executable location = /usr/bin/ansible&lt;BR /&gt; python version = 2.7.14 (default, Mar 14 2018, 16:45:33) [GCC 8.0.1 20180222 (Red Hat 8.0.1-0.16)]&lt;BR /&gt;Using /home/ansible/ansible.cfg as config file&lt;BR /&gt;Parsed /home/ansible/filers inventory source with ini plugin&lt;BR /&gt;META: ran handlers&lt;BR /&gt;&amp;lt;192.168.191.18&amp;gt; ESTABLISH SSH CONNECTION FOR USER: admin&lt;BR /&gt;&amp;lt;192.168.191.18&amp;gt; SSH: EXEC sshpass -d12 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o User=admin -o ConnectTimeout=10 -o ControlPath=/home/ansible/.ansible/cp/82790327ae 192.168.191.18 '/bin/sh -c '"'"'echo ~admin &amp;amp;&amp;amp; sleep 0'"'"''&lt;BR /&gt;&lt;STRONG&gt;&amp;lt;192.168.191.18&amp;gt; (255, '\x07\r\nError: "/bin/sh" is not a recognized command\r\n\r\n', '')&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;192.168.191.18 | UNREACHABLE! =&amp;gt; {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; "changed": false,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; "msg": "Failed to connect to the host via ssh: ",&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; "unreachable": true&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Here is the inventory file&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; cat filers&lt;BR /&gt;[prod]&lt;BR /&gt;192.168.191.18 ansible_ssh_pass='XXXXX' ansible_user='admin'&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;any thoughts..&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Oct 2018 22:57:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/143950#M2742</guid>
      <dc:creator>naveens17</dc:creator>
      <dc:date>2018-10-14T22:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible with ontap 8.3</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/143954#M2743</link>
      <description>&lt;P&gt;can you out put the command in the filer&lt;/P&gt;
&lt;P&gt;"network interface show"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 07:06:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/143954#M2743</guid>
      <dc:creator>AlexSun0302</dc:creator>
      <dc:date>2018-10-15T07:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible with ontap 8.3</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/143973#M2744</link>
      <description>&lt;P&gt;ansible -i filers 192.168.191.18 -m command -a "network interface show" -vvv&lt;BR /&gt;ansible 2.6.5&lt;BR /&gt; config file = /home/ansible/ansible.cfg&lt;BR /&gt; configured module search path = [u'/home/ansible/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']&lt;BR /&gt; ansible python module location = /usr/lib/python2.7/site-packages/ansible&lt;BR /&gt; executable location = /usr/bin/ansible&lt;BR /&gt; python version = 2.7.14 (default, Mar 14 2018, 16:45:33) [GCC 8.0.1 20180222 (Red Hat 8.0.1-0.16)]&lt;BR /&gt;Using /home/ansible/ansible.cfg as config file&lt;BR /&gt;Parsed /home/ansible/filers inventory source with ini plugin&lt;BR /&gt;META: ran handlers&lt;BR /&gt;&amp;lt;192.168.191.18&amp;gt; ESTABLISH SSH CONNECTION FOR USER: admin&lt;BR /&gt;&amp;lt;192.168.191.18&amp;gt; SSH: EXEC sshpass -d12 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o User=admin -o ConnectTimeout=10 -o ControlPath=/home/ansible/.ansible/cp/82790327ae 192.168.191.18 '/bin/sh -c '"'"'echo ~admin &amp;amp;&amp;amp; sleep 0'"'"''&lt;BR /&gt;&amp;lt;192.168.191.18&amp;gt; (255, '\x07\r\nError: "/bin/sh" is not a recognized command\r\n\r\n', '')&lt;BR /&gt;192.168.191.18 | UNREACHABLE! =&amp;gt; {&lt;BR /&gt; "changed": false,&lt;BR /&gt; "msg": "Failed to connect to the host via ssh: ",&lt;BR /&gt; "unreachable": true&lt;/P&gt;</description>
      <pubDate>Mon, 15 Oct 2018 23:43:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/143973#M2744</guid>
      <dc:creator>naveens17</dc:creator>
      <dc:date>2018-10-15T23:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible with ontap 8.3</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/143976#M2745</link>
      <description>&lt;P&gt;Hmm, I mean directly using SSH to connect filer and run the command with out the Ansible&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 03:00:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/143976#M2745</guid>
      <dc:creator>AlexSun0302</dc:creator>
      <dc:date>2018-10-16T03:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible with ontap 8.3</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/145420#M2796</link>
      <description>&lt;P&gt;I dont think you can setup direct connection as netapp module for ansible takes care of connection as well with both cluster and svm.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I mean in module itself you pass the login credentails and you specifiy protocols, certificates etc.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Dec 2018 13:53:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/145420#M2796</guid>
      <dc:creator>gaurav_verma</dc:creator>
      <dc:date>2018-12-15T13:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible with ontap 8.3</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/145573#M2805</link>
      <description>&lt;P&gt;According to the ansible documentation the module "command"&amp;nbsp;&lt;SPAN class="std std-ref"&gt;execute a command on a remote system. I guess you want to ping the filer from the ansible host.&amp;nbsp; If so then try with the module "ping"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="2" color="#FF0000"&gt;&lt;SPAN class="std std-ref"&gt;ansible&amp;nbsp;&lt;SPAN&gt;192.168.191.18 -i filers -m ping&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Dec 2018 09:55:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/145573#M2805</guid>
      <dc:creator>renem</dc:creator>
      <dc:date>2018-12-25T09:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible with ontap 8.3</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/145666#M2810</link>
      <description>&lt;P&gt;This is been resolved&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 14:55:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/145666#M2810</guid>
      <dc:creator>naveens17</dc:creator>
      <dc:date>2019-01-03T14:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible with ontap 8.3</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/157975#M3072</link>
      <description>&lt;P&gt;Hi, What is your solution?&amp;nbsp; I have exactly the same issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;ansible&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;192.168.191.18 -i filers -m ping" is not working neither. /bin/sh is not recognized command, that is the error when I use "-vvv" option.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 13:40:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/157975#M3072</guid>
      <dc:creator>netappmagic</dc:creator>
      <dc:date>2020-07-26T13:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible with ontap 8.3</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/442769#M3254</link>
      <description>&lt;P&gt;whats the solution Naveen?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 19:28:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Ansible-with-ontap-8-3/m-p/442769#M3254</guid>
      <dc:creator>srinath49</dc:creator>
      <dc:date>2023-03-24T19:28:14Z</dc:date>
    </item>
  </channel>
</rss>

