<?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: checkpint firewall backup through ansible in Ansible</title>
    <link>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153551#M681</link>
    <description>&lt;P&gt;Thanks for Reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this module (&lt;SPAN&gt;cp_mgmt_run_script&lt;/SPAN&gt;) I have to make a shell script for take backup of checkpoint firewall into my server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another way to take backup through ansible.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jul 2022 12:26:52 GMT</pubDate>
    <dc:creator>Niteshtb</dc:creator>
    <dc:date>2022-07-21T12:26:52Z</dc:date>
    <item>
      <title>checkpint firewall backup through ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153536#M677</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I want to create a playbook through which take backup of checkpoint. So please tell me which module I will use for take backup using ansible.&lt;/P&gt;&lt;P&gt;Connection details:-&lt;/P&gt;&lt;P&gt;[checkpoint]&lt;BR /&gt;192.168.1.xxx&lt;BR /&gt;[checkpoint:vars]&lt;BR /&gt;ansible_user=admin&lt;BR /&gt;ansible_password=admin123&lt;BR /&gt;ansible_network_os=check_point.mgmt.checkpoint&lt;BR /&gt;ansible_connection=httpapi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ansible Version:&lt;/P&gt;&lt;P&gt;ansible 2.9.6&lt;BR /&gt;config file = /etc/ansible/ansible.cfg&lt;BR /&gt;configured module search path = ['/home/nitesh/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']&lt;BR /&gt;ansible python module location = /usr/lib/python3/dist-packages/ansible&lt;BR /&gt;executable location = /usr/bin/ansible&lt;BR /&gt;python version = 3.8.10 (default, Mar 15 2022, 12:22:08) [GCC 9.4.0]&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 09:58:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153536#M677</guid>
      <dc:creator>Niteshtb</dc:creator>
      <dc:date>2022-07-21T09:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: checkpint firewall backup through ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153543#M678</link>
      <description>&lt;P&gt;Current ansible tools for Check Point do not include a direct module for getting a backup.&lt;/P&gt;
&lt;P&gt;However, you can script backup operations and call that script through&amp;nbsp;&lt;SPAN&gt;cp_mgmt_run_script module when using ansible&amp;nbsp;&lt;/SPAN&gt;Check Point Ansible Mgmt Collection&lt;SPAN&gt;:&amp;nbsp;&lt;A href="https://galaxy.ansible.com/check_point/mgmt" target="_blank"&gt;https://galaxy.ansible.com/check_point/mgmt&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 10:52:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153543#M678</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2022-07-21T10:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: checkpint firewall backup through ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153545#M679</link>
      <description>&lt;P&gt;Unfortunatly the GAIA API allows you to put a file on the box but is has no provision to fetch one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Considering that copying a file with SCP to anothe hosts is a no-go for our company the only way is to use basic file copy actions in Ansible. But it has it's own challenges.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 11:11:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153545#M679</guid>
      <dc:creator>Hugo_vd_Kooij</dc:creator>
      <dc:date>2022-07-21T11:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: checkpint firewall backup through ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153546#M680</link>
      <description>&lt;P&gt;Thanks for Reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is difficult to make a script for getting checkpoint firewall backup to ansible server.&lt;/P&gt;&lt;P&gt;Is there another way to take backup through ansible.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 11:39:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153546#M680</guid>
      <dc:creator>Niteshtb</dc:creator>
      <dc:date>2022-07-21T11:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: checkpint firewall backup through ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153551#M681</link>
      <description>&lt;P&gt;Thanks for Reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this module (&lt;SPAN&gt;cp_mgmt_run_script&lt;/SPAN&gt;) I have to make a shell script for take backup of checkpoint firewall into my server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another way to take backup through ansible.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 12:26:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153551#M681</guid>
      <dc:creator>Niteshtb</dc:creator>
      <dc:date>2022-07-21T12:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: checkpint firewall backup through ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153553#M682</link>
      <description>&lt;P&gt;Not that I know of.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 12:39:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153553#M682</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2022-07-21T12:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: checkpint firewall backup through ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153584#M683</link>
      <description>&lt;P&gt;Ansible is used to describe (and maintain) a specific configuration state versus executing a specific task like a backup.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 23:08:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/153584#M683</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2022-07-21T23:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: checkpint firewall backup through ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/210021#M784</link>
      <description>&lt;P&gt;Is there a new module in Ansible collections now that can run backups on Firewall?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 17:23:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/210021#M784</guid>
      <dc:creator>tawsif</dc:creator>
      <dc:date>2024-03-29T17:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: checkpint firewall backup through ansible</title>
      <link>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/210582#M788</link>
      <description>&lt;P&gt;There is not, the Gaia modules are meant to automate configuration not perform maintenance tasks. However you can program Ansible to run a script or shell command to generate a new backup.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 19:38:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/checkpint-firewall-backup-through-ansible/m-p/210582#M788</guid>
      <dc:creator>Erik_Lagzdins</dc:creator>
      <dc:date>2024-04-05T19:38:16Z</dc:date>
    </item>
  </channel>
</rss>

