CheckPointAnsibleMgmtCollection
CheckPointAnsibleMgmtCollection copied to clipboard
This Ansible collection provides control over a Check Point Management server using Check Point's web-services APIs.
Version used: 3.2.0 Error Details: {"changed": false, "msg": "Checkpoint device returned error 400 with message {'code': 'generic_err_missing_required_header', 'message': 'Missing header: [X-chkp-sid]'} Failed to discard session with error 400 with message...
The following check_point.mgmt.cp_mgmt_access_rule gives a timeout, even when has been increased to connect_timeout=300 as well as command_timeout=300, it gives the following exception when it modifies a rule already existent: "module_stderr":...
To add newer CKP MGMT Threat Rule resource module
To add a newer CKP mgmt access_rule resource module
May I ask if there is a way to maintain the same session across multiple playbooks? Thank you!
Hi all Trying to connect to Gaia rest api with ansible Inventory : [test:vars] checkpoint ansible_host=XXXXXXX ansible_user='XXXXXXXXX' ansible_password='XXXXXXXXXXX' ansible_network_os=checkpoint ansible_httpapi_use_ssl=True ansible_httpapi_validate_certs=False [test] XXXXXXX Playbook: --- - hosts: test connection: httpapi...
The Module cp_mgmt_access_rule tries to import 'CertificateError' from 'ansible.module_utils.urls' which seems to be no longer present in ansible.core >= 17.0
It seems it is not possible to create a data center query object. Do you think you are going to implement this feature?
(Note: This issue was filed in a semi-automated fashion on behalf of the Ansible Community Steering Committee. Let me know if you see errors in this issue.) As per the...