<?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: Data Center object in Ansible in Ansible</title>
    <link>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194279#M757</link>
    <description>&lt;P&gt;I see. But then you have a list of objects that you can as objects yourself I would assume that to be the more controlled way. The generic datacenter object is more or less a&amp;nbsp; workaround for non-API users in my view.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2023 06:01:35 GMT</pubDate>
    <dc:creator>Hugo_vd_Kooij</dc:creator>
    <dc:date>2023-10-05T06:01:35Z</dc:date>
    <item>
      <title>Data Center object in Ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/193970#M751</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I created a generic Data Center object to read a local JSOB file in the GUI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I don’t see any Ansible module to do the same.&amp;nbsp;There is one for objects within the Data Center, but not the level higher. Is that correct?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If so any plans to add this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the meantime any workaround known?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 19:11:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/193970#M751</guid>
      <dc:creator>boneyard</dc:creator>
      <dc:date>2023-10-01T19:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data Center object in Ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/193973#M752</link>
      <description>&lt;P&gt;The management API has the ability to create generic datacenter objects, but does not (as of R81.20 jumbo 26) have the ability to populate them. The Ansible modules provide a subset of management API functionality, so Ansible also can't populate a generic datacenter object.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Oct 2023 20:57:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/193973#M752</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2023-10-01T20:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data Center object in Ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194052#M753</link>
      <description>&lt;P&gt;Thanks Bob.&lt;/P&gt;&lt;P&gt;Do you (or someone else) by chance have an answer on if / when this will be added?&lt;/P&gt;&lt;P&gt;And if there is a workaround?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 15:43:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194052#M753</guid>
      <dc:creator>b0neyard</dc:creator>
      <dc:date>2023-10-02T15:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data Center object in Ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194056#M754</link>
      <description>&lt;P&gt;I don't work for Check Point, I'm just an extraordinarily heavy user of the management API. I know a lot of remaining gaps are expected to be addressed in R82, but I don't think I've seen the EA program for it yet. No idea if this is one of the things planned for R82.&lt;/P&gt;
&lt;P&gt;You might be able to use set-generic-object calls to manually poke the properties you want into the object, but that's definitely not something I would try to do through Ansible. This would take some experimentation, since set-generic-object is an undocumented management API call. Additionally, set-generic-object is not supported, so if something goes wrong and it blows up your management server, the TAC would tell you you're on your own.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 16:17:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194056#M754</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2023-10-02T16:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Center object in Ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194220#M755</link>
      <description>&lt;P&gt;In my understanding if you create a datcenter object it should be populated from another source. So If I create an AWS Datacenter object then the objects should be read from AWS by the SmartCenter. So adding object in a datacenter should be done in the actual datacenter and not inside SmartCenter.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 11:27:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194220#M755</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2023-10-04T11:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Center object in Ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194239#M756</link>
      <description>&lt;P&gt;That's how datacenter objects in general work, yes. They have to know what data to get from where, though. Since Check Point can't account for all external datacenter data sources, they have a "Generic Data Center" object. You give this object a URL to a JSON file, a fetch interval, and optionally a custom header key and value.&lt;/P&gt;
&lt;P&gt;The API can create a Generic Data Center object, but it can't provide the URL, fetch interval, or custom header data to make that object useful.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 14:26:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194239#M756</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2023-10-04T14:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data Center object in Ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194279#M757</link>
      <description>&lt;P&gt;I see. But then you have a list of objects that you can as objects yourself I would assume that to be the more controlled way. The generic datacenter object is more or less a&amp;nbsp; workaround for non-API users in my view.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 06:01:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194279#M757</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2023-10-05T06:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data Center object in Ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194315#M758</link>
      <description>&lt;P&gt;Check Point management changes are mid-weight. You have to log in, make the change, publish, push policy, etc. Generic datacenters are lighter-weight in that the system fetches the new stuff in the datacenter on its own periodically. This way your firewall rules can say "Allow all the web servers for this application to talk to the database servers for this application", and the rule doesn't have to care about the exact machines which make up either group. The datacenter object is then responsible for populating the groups as machines are built and destroyed.&lt;/P&gt;
&lt;P&gt;To me, it's kind of like LSM. It separates the intended access from the precise implementation of that access.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 13:38:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194315#M758</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2023-10-05T13:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data Center object in Ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194420#M759</link>
      <description>&lt;P&gt;In general, for a feature/function to be available in our Ansible, it must be available in our Management API.&lt;BR /&gt;The Management API currently does not support this function.&lt;/P&gt;
&lt;P&gt;I recommend you discuss these requirements with your local Check Point office as they will probably have to be addressed in the context of an RFE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 16:22:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Data-Center-object-in-Ansible/m-p/194420#M759</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-10-06T16:22:47Z</dc:date>
    </item>
  </channel>
</rss>

