<?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 Check Point Ansible Module 2.9  with MDS in Ansible</title>
    <link>https://community.checkpoint.com/t5/Ansible/Check-Point-Ansible-Module-2-9-with-MDS/m-p/77844#M273</link>
    <description>&lt;P&gt;Hello, we are testing ansible automatisation on our MDS, but it dosn't work for me&lt;/P&gt;&lt;P&gt;My Hosts File looks like this: the 1.1.1.1 is the CMA IP&lt;/P&gt;&lt;P&gt;[checkpoint]&lt;BR /&gt;1.1.1.1&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my_var file is :&lt;/P&gt;&lt;P&gt;ansible_httpapi_use_ssl: True&lt;BR /&gt;ansible_httpapi_validate_certs: False&lt;BR /&gt;ansible_user: api-user&lt;BR /&gt;ansible_network_os: checkpoint&lt;BR /&gt;ansible_password: password&lt;/P&gt;&lt;P&gt;My Ansible runbook lookes like that:&lt;/P&gt;&lt;P&gt;cat check_grp.yml&lt;/P&gt;&lt;P&gt;---&lt;BR /&gt;- name: test&lt;BR /&gt;hosts: all&lt;BR /&gt;connection: httpapi&lt;BR /&gt;gather_facts: yes&lt;/P&gt;&lt;P&gt;vars_files:&lt;BR /&gt;- 'my_var .yaml'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;tasks:&lt;/P&gt;&lt;P&gt;- name: show-group&lt;BR /&gt;cp_mgmt_group_facts:&lt;BR /&gt;details_level: standard&lt;BR /&gt;name: "grp_Demo"&lt;BR /&gt;register: grp_facts&lt;BR /&gt;vars:&lt;BR /&gt;ansible_checkpoint_domain: "CMA_NAME"&lt;/P&gt;&lt;P&gt;I have always&amp;nbsp;{"changed": false, "msg": "Checkpoint device returned error 404 with message {u'message': u'Requested object [grp_Demo] not found&lt;/P&gt;&lt;P&gt;is there any other options to add in the playbook ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2020 08:35:24 GMT</pubDate>
    <dc:creator>mbouri</dc:creator>
    <dc:date>2020-03-10T08:35:24Z</dc:date>
    <item>
      <title>Check Point Ansible Module 2.9  with MDS</title>
      <link>https://community.checkpoint.com/t5/Ansible/Check-Point-Ansible-Module-2-9-with-MDS/m-p/77844#M273</link>
      <description>&lt;P&gt;Hello, we are testing ansible automatisation on our MDS, but it dosn't work for me&lt;/P&gt;&lt;P&gt;My Hosts File looks like this: the 1.1.1.1 is the CMA IP&lt;/P&gt;&lt;P&gt;[checkpoint]&lt;BR /&gt;1.1.1.1&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my_var file is :&lt;/P&gt;&lt;P&gt;ansible_httpapi_use_ssl: True&lt;BR /&gt;ansible_httpapi_validate_certs: False&lt;BR /&gt;ansible_user: api-user&lt;BR /&gt;ansible_network_os: checkpoint&lt;BR /&gt;ansible_password: password&lt;/P&gt;&lt;P&gt;My Ansible runbook lookes like that:&lt;/P&gt;&lt;P&gt;cat check_grp.yml&lt;/P&gt;&lt;P&gt;---&lt;BR /&gt;- name: test&lt;BR /&gt;hosts: all&lt;BR /&gt;connection: httpapi&lt;BR /&gt;gather_facts: yes&lt;/P&gt;&lt;P&gt;vars_files:&lt;BR /&gt;- 'my_var .yaml'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;tasks:&lt;/P&gt;&lt;P&gt;- name: show-group&lt;BR /&gt;cp_mgmt_group_facts:&lt;BR /&gt;details_level: standard&lt;BR /&gt;name: "grp_Demo"&lt;BR /&gt;register: grp_facts&lt;BR /&gt;vars:&lt;BR /&gt;ansible_checkpoint_domain: "CMA_NAME"&lt;/P&gt;&lt;P&gt;I have always&amp;nbsp;{"changed": false, "msg": "Checkpoint device returned error 404 with message {u'message': u'Requested object [grp_Demo] not found&lt;/P&gt;&lt;P&gt;is there any other options to add in the playbook ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 08:35:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Check-Point-Ansible-Module-2-9-with-MDS/m-p/77844#M273</guid>
      <dc:creator>mbouri</dc:creator>
      <dc:date>2020-03-10T08:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point Ansible Module 2.9  with MDS</title>
      <link>https://community.checkpoint.com/t5/Ansible/Check-Point-Ansible-Module-2-9-with-MDS/m-p/78013#M274</link>
      <description>To use the Ansible module you may need to install a Jumbo Hotfix on your MDS.&lt;BR /&gt;Refer to: &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk114661" target="_blank"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk114661&lt;/A&gt;</description>
      <pubDate>Wed, 11 Mar 2020 19:38:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Check-Point-Ansible-Module-2-9-with-MDS/m-p/78013#M274</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-03-11T19:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point Ansible Module 2.9  with MDS</title>
      <link>https://community.checkpoint.com/t5/Ansible/Check-Point-Ansible-Module-2-9-with-MDS/m-p/84904#M314</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the hotfix installed is R80.30 Take 155&lt;/SPAN&gt;, the ansible module &lt;SPAN&gt;work fine for SMS but&amp;nbsp; dosn't work on our MDS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the hotfix installed is R80.30 Take 155&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is Check Point CPinfo Build 914000196 for GAIA&lt;BR /&gt;Local host is not a Gateway&lt;BR /&gt;[IDA]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[CPFC]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HOTFIX_R80_30_JUMBO_HF_MAIN &amp;nbsp; &amp;nbsp; Take: &amp;nbsp;155&lt;BR /&gt;&lt;BR /&gt;[MGMT]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HOTFIX_R80_30_JUMBO_HF_MAIN &amp;nbsp; &amp;nbsp; Take: &amp;nbsp;155&lt;BR /&gt;&lt;BR /&gt;[FW1]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HOTFIX_R80_30_JUMBO_HF_MAIN &amp;nbsp; &amp;nbsp; Take: &amp;nbsp;155&lt;BR /&gt;&lt;BR /&gt;FW1 build number:&lt;BR /&gt;This is Check Point Security Management Server R80.30 - Build 016&lt;BR /&gt;This is Check Point's software version R80.30 - Build 001&lt;BR /&gt;&lt;BR /&gt;[SecurePlatform]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HOTFIX_GOGO_LT_HEAT_JHF Take: &amp;nbsp;155&lt;BR /&gt;&lt;BR /&gt;[NGXCMP]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[EdgeCmp]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[SFWCMP]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[SFWR75CMP]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[SFWR77CMP]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[FLICMP]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[R75CMP]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[R7520CMP]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[R7540CMP]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[R76CMP]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HOTFIX_R80_30_JHF_COMP &amp;nbsp;Take: &amp;nbsp;155&lt;BR /&gt;&lt;BR /&gt;[R77CMP]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HOTFIX_R80_30_JHF_COMP &amp;nbsp;Take: &amp;nbsp;155&lt;BR /&gt;&lt;BR /&gt;[PROVIDER-1]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HOTFIX_R80_30_JUMBO_HF_MAIN &amp;nbsp; &amp;nbsp; Take: &amp;nbsp;155&lt;BR /&gt;&lt;BR /&gt;[Reporting Module]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HOTFIX_R80_30_JUMBO_HF_MAIN &amp;nbsp; &amp;nbsp; Take: &amp;nbsp;155&lt;BR /&gt;&lt;BR /&gt;[SmartLog]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HOTFIX_R80_30_JUMBO_HF_MAIN &amp;nbsp; &amp;nbsp; Take: &amp;nbsp;155&lt;BR /&gt;&lt;BR /&gt;[CPinfo]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[VSEC]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HOTFIX_R80_30_JUMBO_HF_MAIN &amp;nbsp; &amp;nbsp; Take: &amp;nbsp;155&lt;BR /&gt;&lt;BR /&gt;[DIAG]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[MGMTAPI]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[CPUpdates]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BUNDLE_INFRA_AUTOUPDATE Take: &amp;nbsp;24&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BUNDLE_DEP_INSTALLER_AUTOUPDATE Take: &amp;nbsp;13&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;BUNDLE_R80_30_JUMBO_HF_MAIN_gogoKernel &amp;nbsp;Take: &amp;nbsp;155&lt;BR /&gt;&lt;BR /&gt;[SFWR80CMP]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[AutoUpdater]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;BR /&gt;&lt;BR /&gt;[CPDepInst]&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;No hotfixes..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mounir&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 07:35:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Check-Point-Ansible-Module-2-9-with-MDS/m-p/84904#M314</guid>
      <dc:creator>mbouri</dc:creator>
      <dc:date>2020-05-12T07:35:06Z</dc:date>
    </item>
  </channel>
</rss>

