check_point.mgmt.checkpoint – HttpApi Plugin for Checkpoint devices

Note

This plugin is part of the check_point.mgmt collection (version 2.2.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install check_point.mgmt.

To use it in a playbook, specify: check_point.mgmt.checkpoint.

New in version 2.8: of check_point.mgmt

Synopsis

  • This HttpApi plugin provides methods to connect to Checkpoint devices over a HTTP(S)-based api.

Parameters

Parameter

Comments

api_key

string

Login with api-key instead of user & password

Configuration:

  • Variable: ansible_api_key

domain

string

Specifies the domain of the Check Point device

Configuration:

  • Variable: ansible_checkpoint_domain

Authors

  • Ansible Networking Team