<?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: Developer is not in the sudoers file. in DevNet Sandbox</title>
    <link>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4560668#M7290</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1249903"&gt;@nyukers&lt;/a&gt;&amp;nbsp;there is no sudo/internet access on the devbox for security posture.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Feb 2022 11:37:26 GMT</pubDate>
    <dc:creator>bigevilbeard</dc:creator>
    <dc:date>2022-02-28T11:37:26Z</dc:date>
    <item>
      <title>Developer is not in the sudoers file.</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4555009#M7274</link>
      <description>&lt;P&gt;As I know, I need paramiko installation for take my Lab in DevBox:&amp;nbsp;pip install -r requirements.txt&lt;BR /&gt;But I haven't &lt;STRONG&gt;sudo&lt;/STRONG&gt; access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help for solution.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 08:59:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4555009#M7274</guid>
      <dc:creator>nyukers</dc:creator>
      <dc:date>2022-02-18T08:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Developer is not in the sudoers file.</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4555222#M7275</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1249903"&gt;@nyukers&lt;/a&gt;&amp;nbsp;are you following a learning lab, if so which one? A lot of content was updated for the user to instal all requirements on their local machine, where this is not possible (such as streaming telemetry) all the requirements should be installed on the default or within a venv.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 14:25:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4555222#M7275</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2022-02-18T14:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Developer is not in the sudoers file.</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4555880#M7276</link>
      <description>&lt;P&gt;Of course, You are right.&lt;/P&gt;&lt;P&gt;But&lt;SPAN&gt;&amp;nbsp;I can't do learning labs DevNet about Ansible IOS native modules:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;File "/usr/bin/ansible-playbook", line 32, in&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from ansible import context&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ImportError: cannot import name context.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And I haven't&amp;nbsp; anything to repair(update or reinstall) it in DevBox.((&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Feb 2022 13:26:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4555880#M7276</guid>
      <dc:creator>nyukers</dc:creator>
      <dc:date>2022-02-19T13:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Developer is not in the sudoers file.</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4555918#M7277</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1249903"&gt;@nyukers&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;are you following a learning lab, if so which one, please?&amp;nbsp;&lt;/SPAN&gt;If you are running this on your local machine try the following&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="snippet-clipboard-content position-relative overflow-auto"&gt;
&lt;PRE&gt;&lt;CODE&gt;$ sudo -H pip uninstall ansible
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="snippet-clipboard-content position-relative overflow-auto"&gt;
&lt;PRE&gt;&lt;CODE&gt;$ sudo yum remove ansible -y &lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;Then install through pip:&lt;/P&gt;
&lt;DIV class="snippet-clipboard-content position-relative overflow-auto"&gt;
&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;$ sudo -H pip install ansible&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 19 Feb 2022 15:08:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4555918#M7277</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2022-02-19T15:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Developer is not in the sudoers file.</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4560644#M7287</link>
      <description>&lt;P&gt;Ok,&amp;nbsp; I try it from my VM.&lt;/P&gt;&lt;P&gt;And I have another msg from Ansible playbook:&lt;/P&gt;&lt;P&gt;fatal: [ios-xe-mgmt.cisco.com]: FAILED! =&amp;gt; {"changed": false, "msg": "timed out"}&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 10:00:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4560644#M7287</guid>
      <dc:creator>nyukers</dc:creator>
      <dc:date>2022-02-28T10:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Developer is not in the sudoers file.</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4560665#M7288</link>
      <description>&lt;P&gt;Reserved and try again DevBox:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;for any sudo execution "Developer is not in the sudoers file. This incident will be reported."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Paramiko is not installed:...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't understand what`s the DevBox so limited edition help me. It's not useable!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 11:26:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4560665#M7288</guid>
      <dc:creator>nyukers</dc:creator>
      <dc:date>2022-02-28T11:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Developer is not in the sudoers file.</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4560667#M7289</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1249903"&gt;@nyukers&lt;/a&gt;&amp;nbsp;the sandbox with URL&amp;nbsp;&lt;SPAN&gt;[ios-xe-mgmt.cisco.com] should be replaced with either&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;sandbox-iosxe-latest-1.cisco.com
sandbox-iosxe-recomm-1.cisco.com

Username: developer@sandbox-iosxe-latest-1.cisco.com
Password: C1sco12345&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Feb 2022 11:36:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4560667#M7289</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2022-02-28T11:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Developer is not in the sudoers file.</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4560668#M7290</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1249903"&gt;@nyukers&lt;/a&gt;&amp;nbsp;there is no sudo/internet access on the devbox for security posture.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 11:37:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4560668#M7290</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2022-02-28T11:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Developer is not in the sudoers file.</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4561874#M7291</link>
      <description>&lt;P&gt;Ansible port is 8181 ?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 07:26:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4561874#M7291</guid>
      <dc:creator>nyukers</dc:creator>
      <dc:date>2022-03-02T07:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Developer is not in the sudoers file.</title>
      <link>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4561976#M7292</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1249903"&gt;@nyukers&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;Ansible is depending on having ssh access to the device,&amp;nbsp;Ansible’s most used connection plugin is the ssh plugin, which will make changes to the destination host over a standard SSH connection.&amp;nbsp;By default, TCP port 22 will be used to initiate an ssh connection to the IOS host. If you need to change the port y&lt;/SPAN&gt;ou can add them to your Ansible inventory by adding the port number after the hostname with a colon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;ansible_connection : local
ansible_python_interpreter : /usr/bin/python3
host_key_checking : False
ansible_ssh_user : developer
ansible_ssh_pass : ***
ansible_port: 8181&lt;/PRE&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;DIV class="highlight-text notranslate"&gt;
&lt;DIV class="highlight"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Mar 2022 10:17:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/devnet-sandbox/developer-is-not-in-the-sudoers-file/m-p/4561976#M7292</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2022-03-02T10:17:56Z</dc:date>
    </item>
  </channel>
</rss>

