<?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 code for panos_static_route no error in playbook but still not reflected in panorama FW in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/ansible-code-for-panos-static-route-no-error-in-playbook-but/m-p/547403#M111817</link>
    <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/299945"&gt;@RIson&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Do you have pan-python and pandevice installed on the host? Past that you aren't inputting what I would say is needed, but I'm no Ansible expert. Your missing 'name' as an example for the entry name, which as far as I recall is absolutely required for this to function properly. You have the required template specification for Panorama, but you still need to specify the name of the entry.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 12:45:02 GMT</pubDate>
    <dc:creator>BPry</dc:creator>
    <dc:date>2023-06-27T12:45:02Z</dc:date>
    <item>
      <title>ansible code for panos_static_route no error in playbook but still not reflected in panorama FW</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ansible-code-for-panos-static-route-no-error-in-playbook-but/m-p/547401#M111815</link>
      <description>&lt;P&gt;Hello I am trying to automate the static routing of Panorama FW using Ansible there's no error in the playbook but the static route data is still not reflected in the Panorama FW URL. Hope someone can help me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;---&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;define static route&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;vars&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;device&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ip_address&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;username&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;password&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;paloaltonetworks.panos.panos_static_route&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;provider&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;'{{ device }}'&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;state&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;'gathered'&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;gathered_filter&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;'*'&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;virtual_router&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"default"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;destination&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"11.0.0.0/24"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;nexthop&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"192.168.1.1"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;interface&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"ethernet1/1"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;template&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"TEST"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Jun 2023 12:25:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ansible-code-for-panos-static-route-no-error-in-playbook-but/m-p/547401#M111815</guid>
      <dc:creator>RIson</dc:creator>
      <dc:date>2023-06-27T12:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: ansible code for panos_static_route no error in playbook but still not reflected in panorama FW</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ansible-code-for-panos-static-route-no-error-in-playbook-but/m-p/547403#M111817</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/299945"&gt;@RIson&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Do you have pan-python and pandevice installed on the host? Past that you aren't inputting what I would say is needed, but I'm no Ansible expert. Your missing 'name' as an example for the entry name, which as far as I recall is absolutely required for this to function properly. You have the required template specification for Panorama, but you still need to specify the name of the entry.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 12:45:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ansible-code-for-panos-static-route-no-error-in-playbook-but/m-p/547403#M111817</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2023-06-27T12:45:02Z</dc:date>
    </item>
  </channel>
</rss>

