Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 

Ansible module collection for Check Point host facts and Deployment Agent

Duane_Toler
MVP Silver
MVP Silver

This is an Ansible module collection for additional tasks on Check Point hosts:

https://github.com/Webfargo/ansible-collection-check_point/


   webfargo.check_point.da_command: Run arbitrary da_cli commands webfargo.check_point.da_package: Manage Check Point packages via the Deployment Agent webfargo.check_point.da_package_info: Query Check Point Deployment Agent package information webfargo.check_point.da_status: Get Check Point Deployment Agent status webfargo.check_point.gather_f
...;
TO ACCESS CHECKMATES TOOLBOX it's simple and free

Disclaimer: Check Point does not provide maintenance services or technical or customer support for third party content provided on this Site, including in CheckMates Toolbox. See also our Third Party Software Disclaimer.




(1)
2 Replies

Duane_Toler
MVP Silver
MVP Silver

v0.7.0 has been release, fixing some bugs, install and upgrade state oddities encountered recently:

https://github.com/Webfargo/ansible-collection-check_point/tree/v0.7.0

Change Log included, too: https://github.com/Webfargo/ansible-collection-check_point/blob/v0.7.0/CHANGELOG.md

 

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

Duane_Toler
MVP Silver
MVP Silver

Version 0.9.4 of my module collection for Check Point hosts has been published to Ansible Galaxy:

https://galaxy.ansible.com/ui/repo/published/webfargo/check_point/

The gather_facts module now includes Live Patch facts.


    tasks: - name: Gather Check Point facts webfargo.check_point.gather_facts: - name: Check if a specific CVE is covered by a live patch debug: msg: "CVE-2026-85102 is live patched" when: >- ansible_facts.check_point.live_patches | selectattr('comment', 'search'
...;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos