<?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 FTD Ansible Module Error in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ftd-ansible-module-error/m-p/5021772#M497</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I'm encountering an issue when using the &lt;/SPAN&gt;ftd_configuration&lt;SPAN&gt; module in Ansible to configure network objects on Cisco FTD devices. Despite following the documentation and using parameters that seem correct, I receive an error indicating &lt;/SPAN&gt;'Invalid data provided': "'type'"&lt;SPAN&gt;. I'm trying to add a network object with specific details. I'm using Ansible version 2.14.6, Python 3.10.6, and the latest version of the &lt;/SPAN&gt;community.network&lt;SPAN&gt; collection. Could anyone guide me on what might be wrong with my parameters or how to resolve this issue?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Feb 2024 09:55:56 GMT</pubDate>
    <dc:creator>mtejerob</dc:creator>
    <dc:date>2024-02-21T09:55:56Z</dc:date>
    <item>
      <title>FTD Ansible Module Error</title>
      <link>https://community.cisco.com/t5/network-security/ftd-ansible-module-error/m-p/5021772#M497</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm encountering an issue when using the &lt;/SPAN&gt;ftd_configuration&lt;SPAN&gt; module in Ansible to configure network objects on Cisco FTD devices. Despite following the documentation and using parameters that seem correct, I receive an error indicating &lt;/SPAN&gt;'Invalid data provided': "'type'"&lt;SPAN&gt;. I'm trying to add a network object with specific details. I'm using Ansible version 2.14.6, Python 3.10.6, and the latest version of the &lt;/SPAN&gt;community.network&lt;SPAN&gt; collection. Could anyone guide me on what might be wrong with my parameters or how to resolve this issue?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 09:55:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-ansible-module-error/m-p/5021772#M497</guid>
      <dc:creator>mtejerob</dc:creator>
      <dc:date>2024-02-21T09:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTD Ansible Module Error</title>
      <link>https://community.cisco.com/t5/network-security/ftd-ansible-module-error/m-p/5021935#M501</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please provide the parameters you are passing to Ansible aswell as the full output from the error (If any sensitive information is in the output such as public IPs or usernames, remove these before posting here.)&lt;/P&gt;
&lt;P&gt;Also, what version FTD are you running and are you trying to add network objects to FMC og FTD managed by FDM?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 13:48:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-ansible-module-error/m-p/5021935#M501</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2024-02-21T13:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: FTD Ansible Module Error</title>
      <link>https://community.cisco.com/t5/network-security/ftd-ansible-module-error/m-p/5048430#M504</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Share the playbook if possible&lt;BR /&gt;this is an example of the playbook you can use for this module:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;name&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;Create a network object&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;community.network.ftd_configuration&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;operation&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"addNetworkObject"&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;data&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;name&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"Ansible-network-host"&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;description&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"From&lt;/SPAN&gt; &lt;SPAN class=""&gt;Ansible&lt;/SPAN&gt; &lt;SPAN class=""&gt;with&lt;/SPAN&gt; &lt;SPAN class=""&gt;love"&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;subType&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"HOST"&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;value&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"192.168.2.0"&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;dnsResolution&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"IPV4_AND_IPV6"&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;type&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"networkobject"&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;isSystemDefined&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;false&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;register_as&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"hostNetwork"&lt;/SPAN&gt;

&lt;SPAN class=""&gt;-&lt;/SPAN&gt; &lt;SPAN class=""&gt;name&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;Delete the network object&lt;/SPAN&gt;
  &lt;SPAN class=""&gt;community.network.ftd_configuration&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;operation&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"deleteNetworkObject"&lt;/SPAN&gt;
    &lt;SPAN class=""&gt;path_params&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;
      &lt;SPAN class=""&gt;objId&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt; &lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;SPAN class=""&gt;{{&lt;/SPAN&gt; &lt;SPAN class=""&gt;hostNetwork&lt;/SPAN&gt;&lt;SPAN class=""&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;'id'&lt;/SPAN&gt;&lt;SPAN class=""&gt;]&lt;/SPAN&gt; &lt;SPAN class=""&gt;}}&lt;/SPAN&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Mar 2024 14:35:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ftd-ansible-module-error/m-p/5048430#M504</guid>
      <dc:creator>Ehsan Momeni Bashusqeh</dc:creator>
      <dc:date>2024-03-22T14:35:56Z</dc:date>
    </item>
  </channel>
</rss>

