- Products
- Learn
- Local User Groups
- Partners
- More
Firewall Uptime, Reimagined
How AIOps Simplifies Operations and Prevents Outages
Introduction to Lakera:
Securing the AI Frontier!
Check Point Named Leader
2025 Gartner® Magic Quadrant™ for Hybrid Mesh Firewall
HTTPS Inspection
Help us to understand your needs better
CheckMates Go:
SharePoint CVEs and More!
It sounds like you're connecting to the MDS domain, rather than the specific CMA-1 Domain.
Your ansible host/target should be the primary MDS. Then in the playbook, make sure to add a variable with your target domain with the ansible_checkpoint_domain variable. In my example below, my domain name is Domain1.
---
- name: "Show Hosts in the Domain"
gather_facts: no
hosts: mds-primary
vars:
ansible_connection: httpapi
ansible_httpapi_use_ssl: True
ansible_httpapi_validate_certs: False
ansible_network_os: check_point.mgmt.checkpoint
ansible_checkpoint_domain: Domain1
tasks:
- name: show-checkpoint-hosts
cp_mgmt_host_facts:
limit: 100
register: show_hosts
- debug:
msg: "{{ show_hosts }}"
About CheckMates
Learn Check Point
Advanced Learning
YOU DESERVE THE BEST SECURITY