<?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: Installation targets showing &amp;quot;ALL Gateways in Smartdashboard&amp;quot; in Ansible</title>
    <link>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58558#M253</link>
    <description>The target refers to a specific gateway object, not necessarily a hostname.&lt;BR /&gt;Is there a gateway object that matches the hostname in this case?</description>
    <pubDate>Fri, 19 Jul 2019 06:21:02 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2019-07-19T06:21:02Z</dc:date>
    <item>
      <title>Installation targets showing "ALL Gateways in Smartdashboard"</title>
      <link>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58550#M252</link>
      <description>&lt;P&gt;Hi Team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a new policy and gateway via playbook .while executing the policy is installing on the correct target which i mentioned on the ansible playbook.while looking the manage policies on dashboard the installation targets is showing as all gateways even though i mentioned the particular targets on the playbook.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the below playbook.&lt;/P&gt;&lt;P&gt;- name: "Push Access Policy"&lt;BR /&gt;check_point_mgmt:&lt;BR /&gt;command: install-policy&lt;BR /&gt;parameters:&lt;BR /&gt;policy-package: "{{hostname}}_Policy"&lt;BR /&gt;access: "true"&lt;BR /&gt;threat-prevention: "false"&lt;BR /&gt;targets: "{{hostname}}"&lt;BR /&gt;session-data: "{{login_response}}"&lt;/P&gt;&lt;P&gt;Here hostname is nothing but the firewall hostname. After pushing the policy while showing on the dashboard the target is showing ALL gateways not the hostname that is particular firewall.&lt;/P&gt;&lt;P&gt;Kindly help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 05:46:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58550#M252</guid>
      <dc:creator>Aathi</dc:creator>
      <dc:date>2019-07-19T05:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Installation targets showing "ALL Gateways in Smartdashboard"</title>
      <link>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58558#M253</link>
      <description>The target refers to a specific gateway object, not necessarily a hostname.&lt;BR /&gt;Is there a gateway object that matches the hostname in this case?</description>
      <pubDate>Fri, 19 Jul 2019 06:21:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58558#M253</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-07-19T06:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Installation targets showing "ALL Gateways in Smartdashboard"</title>
      <link>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58561#M254</link>
      <description>HI&lt;BR /&gt;yes in hostfile i have mentioned hostname as a firewall gateway&lt;BR /&gt;hostname: INDXXXXXXFW01&lt;BR /&gt;while executing via CLI its taking the correct target .but in dashboard&lt;BR /&gt;target is showing as ALL gateways for the policy which i created through ansible.&lt;BR /&gt;Regards&lt;BR /&gt;Aathi&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Jul 2019 06:35:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58561#M254</guid>
      <dc:creator>Aathi</dc:creator>
      <dc:date>2019-07-19T06:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Installation targets showing "ALL Gateways in Smartdashboard"</title>
      <link>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58593#M255</link>
      <description>&lt;P&gt;We've had this issue in R80.20 - and it appears to be related to the SOLR database interpretation.&lt;/P&gt;&lt;P&gt;To work-around this - we remove the installation targets and then set it to "All Gateways" and Publish.&amp;nbsp; Then we open it again and switch it back to what it should be and re-publish - and that cleans it up.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 13:43:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58593#M255</guid>
      <dc:creator>Bryce_Myers</dc:creator>
      <dc:date>2019-07-19T13:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Installation targets showing "ALL Gateways in Smartdashboard"</title>
      <link>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58615#M256</link>
      <description>The default policy installation targets for a given policy is All Gateways.&lt;BR /&gt;When you use install-policy to install policy and specify a gateway, it only applies to that installation.&lt;BR /&gt;It does not change the default shown in SmartConsole for that policy.&lt;BR /&gt;You can either set the installation targets when you create the policy package (either in SmartConsole or via API) or after the fact.</description>
      <pubDate>Fri, 19 Jul 2019 20:20:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58615#M256</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-07-19T20:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installation targets showing "ALL Gateways in Smartdashboard"</title>
      <link>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58677#M257</link>
      <description>HI,&lt;BR /&gt;Are u mentioning like the below playbook.&lt;BR /&gt;- name: "create-new-policy-package"&lt;BR /&gt;check_point_mgmt:&lt;BR /&gt;command: add-package&lt;BR /&gt;parameters:&lt;BR /&gt;name: "{{hostname}}_Policy"&lt;BR /&gt;comments: "Created by ansible during CheckMates demo"&lt;BR /&gt;color: "green"&lt;BR /&gt;threat-prevention: "true"&lt;BR /&gt;access: "true"&lt;BR /&gt;targets: "{{hostname}}"&lt;BR /&gt;session-data: "{{login_response}}"&lt;BR /&gt;is it the correct one.Please share the playbook if you have a working one&lt;BR /&gt;Regards&lt;BR /&gt;Aathi</description>
      <pubDate>Mon, 22 Jul 2019 04:57:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58677#M257</guid>
      <dc:creator>Aathi</dc:creator>
      <dc:date>2019-07-22T04:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Installation targets showing "ALL Gateways in Smartdashboard"</title>
      <link>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58733#M258</link>
      <description>The correct parameter is installation-targets (not targets).&lt;BR /&gt;See: &lt;A href="https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/add-package~v1.5%20" target="_blank"&gt;https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/add-package~v1.5%20&lt;/A&gt;</description>
      <pubDate>Mon, 22 Jul 2019 16:40:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Installation-targets-showing-quot-ALL-Gateways-in-Smartdashboard/m-p/58733#M258</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-07-22T16:40:00Z</dc:date>
    </item>
  </channel>
</rss>

