diff --git a/lib/ansible/modules/network/checkpoint/__init__.py b/lib/ansible/modules/network/check_point/__init__.py similarity index 100% rename from lib/ansible/modules/network/checkpoint/__init__.py rename to lib/ansible/modules/network/check_point/__init__.py diff --git a/lib/ansible/modules/network/checkpoint/checkpoint_access_layer_facts.py b/lib/ansible/modules/network/check_point/checkpoint_access_layer_facts.py similarity index 100% rename from lib/ansible/modules/network/checkpoint/checkpoint_access_layer_facts.py rename to lib/ansible/modules/network/check_point/checkpoint_access_layer_facts.py diff --git a/lib/ansible/modules/network/checkpoint/checkpoint_access_rule.py b/lib/ansible/modules/network/check_point/checkpoint_access_rule.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/checkpoint_access_rule.py rename to lib/ansible/modules/network/check_point/checkpoint_access_rule.py index 7247f25b549..ad18219f678 100644 --- a/lib/ansible/modules/network/checkpoint/checkpoint_access_rule.py +++ b/lib/ansible/modules/network/check_point/checkpoint_access_rule.py @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: checkpoint_access_rule -short_description: Manages access rules on Checkpoint over Web Services API +short_description: Manages access rules on Check Point over Web Services API description: - - Manages access rules on Checkpoint devices including creating, updating, removing access rules objects, + - Manages access rules on Check Point devices including creating, updating, removing access rules objects, All operations are performed over Web Services API. version_added: "2.8" author: "Ansible by Red Hat (@rcarrillocruz)" diff --git a/lib/ansible/modules/network/checkpoint/checkpoint_access_rule_facts.py b/lib/ansible/modules/network/check_point/checkpoint_access_rule_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/checkpoint_access_rule_facts.py rename to lib/ansible/modules/network/check_point/checkpoint_access_rule_facts.py index fa8c4c2f669..6c3e8858f35 100644 --- a/lib/ansible/modules/network/checkpoint/checkpoint_access_rule_facts.py +++ b/lib/ansible/modules/network/check_point/checkpoint_access_rule_facts.py @@ -29,9 +29,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: checkpoint_access_rule_facts -short_description: Get access rules objects facts on Checkpoint over Web Services API +short_description: Get access rules objects facts on Check Point over Web Services API description: - - Get access rules objects facts on Checkpoint devices. + - Get access rules objects facts on Check Point devices. All operations are performed over Web Services API. version_added: "2.8" author: "Ansible by Red Hat (@rcarrillocruz)" diff --git a/lib/ansible/modules/network/checkpoint/checkpoint_host.py b/lib/ansible/modules/network/check_point/checkpoint_host.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/checkpoint_host.py rename to lib/ansible/modules/network/check_point/checkpoint_host.py index bd3e752bb12..cc683f27c3c 100644 --- a/lib/ansible/modules/network/checkpoint/checkpoint_host.py +++ b/lib/ansible/modules/network/check_point/checkpoint_host.py @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: checkpoint_host -short_description: Manages host objects on Checkpoint over Web Services API +short_description: Manages host objects on Check Point over Web Services API description: - - Manages host objects on Checkpoint devices including creating, updating, removing access rules objects. + - Manages host objects on Check Point devices including creating, updating, removing access rules objects. All operations are performed over Web Services API. version_added: "2.8" author: "Ansible by Red Hat (@rcarrillocruz)" diff --git a/lib/ansible/modules/network/checkpoint/checkpoint_host_facts.py b/lib/ansible/modules/network/check_point/checkpoint_host_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/checkpoint_host_facts.py rename to lib/ansible/modules/network/check_point/checkpoint_host_facts.py index 85a63fcb4de..7fd9a7b7246 100644 --- a/lib/ansible/modules/network/checkpoint/checkpoint_host_facts.py +++ b/lib/ansible/modules/network/check_point/checkpoint_host_facts.py @@ -29,9 +29,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: checkpoint_host_facts -short_description: Get host objects facts on Checkpoint over Web Services API +short_description: Get host objects facts on Check Point over Web Services API description: - - Get host objects facts on Checkpoint devices. + - Get host objects facts on Check Point devices. All operations are performed over Web Services API. version_added: "2.8" author: "Ansible by Red Hat (@rcarrillocruz)" diff --git a/lib/ansible/modules/network/checkpoint/checkpoint_object_facts.py b/lib/ansible/modules/network/check_point/checkpoint_object_facts.py similarity index 100% rename from lib/ansible/modules/network/checkpoint/checkpoint_object_facts.py rename to lib/ansible/modules/network/check_point/checkpoint_object_facts.py diff --git a/lib/ansible/modules/network/checkpoint/checkpoint_run_script.py b/lib/ansible/modules/network/check_point/checkpoint_run_script.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/checkpoint_run_script.py rename to lib/ansible/modules/network/check_point/checkpoint_run_script.py index 52274f1cc9c..0a714ff94b9 100644 --- a/lib/ansible/modules/network/checkpoint/checkpoint_run_script.py +++ b/lib/ansible/modules/network/check_point/checkpoint_run_script.py @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: checkpoint_run_script -short_description: Run scripts on Checkpoint devices over Web Services API +short_description: Run scripts on Check Point devices over Web Services API description: - - Run scripts on Checkpoint devices. + - Run scripts on Check Point devices. All operations are performed over Web Services API. version_added: "2.8" author: "Ansible by Red Hat (@rcarrillocruz)" diff --git a/lib/ansible/modules/network/checkpoint/checkpoint_session.py b/lib/ansible/modules/network/check_point/checkpoint_session.py similarity index 100% rename from lib/ansible/modules/network/checkpoint/checkpoint_session.py rename to lib/ansible/modules/network/check_point/checkpoint_session.py diff --git a/lib/ansible/modules/network/checkpoint/checkpoint_task_facts.py b/lib/ansible/modules/network/check_point/checkpoint_task_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/checkpoint_task_facts.py rename to lib/ansible/modules/network/check_point/checkpoint_task_facts.py index ce8d2292245..01d10b9cf63 100644 --- a/lib/ansible/modules/network/checkpoint/checkpoint_task_facts.py +++ b/lib/ansible/modules/network/check_point/checkpoint_task_facts.py @@ -29,9 +29,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: checkpoint_task_facts -short_description: Get task objects facts on Checkpoint over Web Services API +short_description: Get task objects facts on Check Point over Web Services API description: - - Get task objects facts on Checkpoint devices. + - Get task objects facts on Check Point devices. All operations are performed over Web Services API. version_added: "2.8" author: "Ansible by Red Hat (@rcarrillocruz)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_layer.py b/lib/ansible/modules/network/check_point/cp_mgmt_access_layer.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_access_layer.py rename to lib/ansible/modules/network/check_point/cp_mgmt_access_layer.py index 55d80ec2f72..9c8d82079de 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_layer.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_access_layer.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_access_layer -short_description: Manages access-layer objects on Checkpoint over Web Services API +short_description: Manages access-layer objects on Check Point over Web Services API description: - - Manages access-layer objects on Checkpoint devices including creating, updating and removing objects. + - Manages access-layer objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_layer_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_access_layer_facts.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_access_layer_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_access_layer_facts.py index d4e56fadadf..36d4993d140 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_layer_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_access_layer_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_access_layer_facts -short_description: Get access-layer objects facts on Checkpoint over Web Services API +short_description: Get access-layer objects facts on Check Point over Web Services API description: - - Get access-layer objects facts on Checkpoint devices. + - Get access-layer objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_role.py b/lib/ansible/modules/network/check_point/cp_mgmt_access_role.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_access_role.py rename to lib/ansible/modules/network/check_point/cp_mgmt_access_role.py index f3f04719b2e..1d1f2194e3e 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_role.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_access_role.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_access_role -short_description: Manages access-role objects on Checkpoint over Web Services API +short_description: Manages access-role objects on Check Point over Web Services API description: - - Manages access-role objects on Checkpoint devices including creating, updating and removing objects. + - Manages access-role objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_role_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_access_role_facts.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_access_role_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_access_role_facts.py index c33f93d3049..4fd9a24fdbb 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_role_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_access_role_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_access_role_facts -short_description: Get access-role objects facts on Checkpoint over Web Services API +short_description: Get access-role objects facts on Check Point over Web Services API description: - - Get access-role objects facts on Checkpoint devices. + - Get access-role objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_rule.py b/lib/ansible/modules/network/check_point/cp_mgmt_access_rule.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_access_rule.py rename to lib/ansible/modules/network/check_point/cp_mgmt_access_rule.py index 89f1b4a0e2d..cb07886ad9a 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_rule.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_access_rule.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_access_rule -short_description: Manages access-rule objects on Checkpoint over Web Services API +short_description: Manages access-rule objects on Check Point over Web Services API description: - - Manages access-rule objects on Checkpoint devices including creating, updating and removing objects. + - Manages access-rule objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_rule_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_access_rule_facts.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_access_rule_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_access_rule_facts.py index ed76ca1176d..b523505fd40 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_access_rule_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_access_rule_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_access_rule_facts -short_description: Get access-rule objects facts on Checkpoint over Web Services API +short_description: Get access-rule objects facts on Check Point over Web Services API description: - - Get access-rule objects facts on Checkpoint devices. + - Get access-rule objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_address_range.py b/lib/ansible/modules/network/check_point/cp_mgmt_address_range.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_address_range.py rename to lib/ansible/modules/network/check_point/cp_mgmt_address_range.py index c30ce30a7f0..5f18c026100 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_address_range.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_address_range.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_address_range -short_description: Manages address-range objects on Checkpoint over Web Services API +short_description: Manages address-range objects on Check Point over Web Services API description: - - Manages address-range objects on Checkpoint devices including creating, updating and removing objects. + - Manages address-range objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_address_range_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_address_range_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_address_range_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_address_range_facts.py index 07f966a984a..d1ad7318b8e 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_address_range_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_address_range_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_address_range_facts -short_description: Get address-range objects facts on Checkpoint over Web Services API +short_description: Get address-range objects facts on Check Point over Web Services API description: - - Get address-range objects facts on Checkpoint devices. + - Get address-range objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_administrator.py b/lib/ansible/modules/network/check_point/cp_mgmt_administrator.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_administrator.py rename to lib/ansible/modules/network/check_point/cp_mgmt_administrator.py index 95ad7938b2c..053c5c2e5ca 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_administrator.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_administrator.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_administrator -short_description: Manages administrator objects on Checkpoint over Web Services API +short_description: Manages administrator objects on Check Point over Web Services API description: - - Manages administrator objects on Checkpoint devices including creating, updating and removing objects. + - Manages administrator objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_administrator_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_administrator_facts.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_administrator_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_administrator_facts.py index 620f4730cb9..e65ba46d5fa 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_administrator_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_administrator_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_administrator_facts -short_description: Get administrator objects facts on Checkpoint over Web Services API +short_description: Get administrator objects facts on Check Point over Web Services API description: - - Get administrator objects facts on Checkpoint devices. + - Get administrator objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site.py b/lib/ansible/modules/network/check_point/cp_mgmt_application_site.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_application_site.py rename to lib/ansible/modules/network/check_point/cp_mgmt_application_site.py index 2d332188009..77702fd864d 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_application_site.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_application_site -short_description: Manages application-site objects on Checkpoint over Web Services API +short_description: Manages application-site objects on Check Point over Web Services API description: - - Manages application-site objects on Checkpoint devices including creating, updating and removing objects. + - Manages application-site objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_category.py b/lib/ansible/modules/network/check_point/cp_mgmt_application_site_category.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_category.py rename to lib/ansible/modules/network/check_point/cp_mgmt_application_site_category.py index ad9496ab801..902cd5d9444 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_category.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_application_site_category.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_application_site_category -short_description: Manages application-site-category objects on Checkpoint over Web Services API +short_description: Manages application-site-category objects on Check Point over Web Services API description: - - Manages application-site-category objects on Checkpoint devices including creating, updating and removing objects. + - Manages application-site-category objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_category_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_application_site_category_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_category_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_application_site_category_facts.py index 9b6ba712606..b6d37ddd9ce 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_category_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_application_site_category_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_application_site_category_facts -short_description: Get application-site-category objects facts on Checkpoint over Web Services API +short_description: Get application-site-category objects facts on Check Point over Web Services API description: - - Get application-site-category objects facts on Checkpoint devices. + - Get application-site-category objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_application_site_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_application_site_facts.py index 4cca0a68122..5dbe4b0e5ad 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_application_site_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_application_site_facts -short_description: Get application-site objects facts on Checkpoint over Web Services API +short_description: Get application-site objects facts on Check Point over Web Services API description: - - Get application-site objects facts on Checkpoint devices. + - Get application-site objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_group.py b/lib/ansible/modules/network/check_point/cp_mgmt_application_site_group.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_group.py rename to lib/ansible/modules/network/check_point/cp_mgmt_application_site_group.py index f16f9fc0b89..e181b85c66a 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_group.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_application_site_group.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_application_site_group -short_description: Manages application-site-group objects on Checkpoint over Web Services API +short_description: Manages application-site-group objects on Check Point over Web Services API description: - - Manages application-site-group objects on Checkpoint devices including creating, updating and removing objects. + - Manages application-site-group objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_group_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_application_site_group_facts.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_group_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_application_site_group_facts.py index c5afce7f1bb..2fae910c244 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_application_site_group_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_application_site_group_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_application_site_group_facts -short_description: Get application-site-group objects facts on Checkpoint over Web Services API +short_description: Get application-site-group objects facts on Check Point over Web Services API description: - - Get application-site-group objects facts on Checkpoint devices. + - Get application-site-group objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_assign_global_assignment.py b/lib/ansible/modules/network/check_point/cp_mgmt_assign_global_assignment.py similarity index 92% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_assign_global_assignment.py rename to lib/ansible/modules/network/check_point/cp_mgmt_assign_global_assignment.py index affe0fa2d52..2095f55326f 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_assign_global_assignment.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_assign_global_assignment.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_assign_global_assignment -short_description: assign global assignment on Checkpoint over Web Services API +short_description: assign global assignment on Check Point over Web Services API description: - - assign global assignment on Checkpoint over Web Services API + - assign global assignment on Check Point over Web Services API - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_discard.py b/lib/ansible/modules/network/check_point/cp_mgmt_discard.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_discard.py rename to lib/ansible/modules/network/check_point/cp_mgmt_discard.py index 8406f3875e2..8291badcd44 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_discard.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_discard.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_dns_domain.py b/lib/ansible/modules/network/check_point/cp_mgmt_dns_domain.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_dns_domain.py rename to lib/ansible/modules/network/check_point/cp_mgmt_dns_domain.py index 74a2a06bcc4..491a695bd0a 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_dns_domain.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_dns_domain.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_dns_domain -short_description: Manages dns-domain objects on Checkpoint over Web Services API +short_description: Manages dns-domain objects on Check Point over Web Services API description: - - Manages dns-domain objects on Checkpoint devices including creating, updating and removing objects. + - Manages dns-domain objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_dns_domain_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_dns_domain_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_dns_domain_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_dns_domain_facts.py index d71908d107c..0b61ca6cd5e 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_dns_domain_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_dns_domain_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_dns_domain_facts -short_description: Get dns-domain objects facts on Checkpoint over Web Services API +short_description: Get dns-domain objects facts on Check Point over Web Services API description: - - Get dns-domain objects facts on Checkpoint devices. + - Get dns-domain objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_dynamic_object.py b/lib/ansible/modules/network/check_point/cp_mgmt_dynamic_object.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_dynamic_object.py rename to lib/ansible/modules/network/check_point/cp_mgmt_dynamic_object.py index 8b8ebbc8797..24f23cc1bdd 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_dynamic_object.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_dynamic_object.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_dynamic_object -short_description: Manages dynamic-object objects on Checkpoint over Web Services API +short_description: Manages dynamic-object objects on Check Point over Web Services API description: - - Manages dynamic-object objects on Checkpoint devices including creating, updating and removing objects. + - Manages dynamic-object objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_dynamic_object_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_dynamic_object_facts.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_dynamic_object_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_dynamic_object_facts.py index 3ada6fa6672..890cc90701e 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_dynamic_object_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_dynamic_object_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_dynamic_object_facts -short_description: Get dynamic-object objects facts on Checkpoint over Web Services API +short_description: Get dynamic-object objects facts on Check Point over Web Services API description: - - Get dynamic-object objects facts on Checkpoint devices. + - Get dynamic-object objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_exception_group.py b/lib/ansible/modules/network/check_point/cp_mgmt_exception_group.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_exception_group.py rename to lib/ansible/modules/network/check_point/cp_mgmt_exception_group.py index 1cc42547b56..351461acd0d 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_exception_group.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_exception_group.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_exception_group -short_description: Manages exception-group objects on Checkpoint over Web Services API +short_description: Manages exception-group objects on Check Point over Web Services API description: - - Manages exception-group objects on Checkpoint devices including creating, updating and removing objects. + - Manages exception-group objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_exception_group_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_exception_group_facts.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_exception_group_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_exception_group_facts.py index 8bab5589058..6e19e9916b5 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_exception_group_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_exception_group_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_exception_group_facts -short_description: Get exception-group objects facts on Checkpoint over Web Services API +short_description: Get exception-group objects facts on Check Point over Web Services API description: - - Get exception-group objects facts on Checkpoint devices. + - Get exception-group objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_global_assignment.py b/lib/ansible/modules/network/check_point/cp_mgmt_global_assignment.py similarity index 93% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_global_assignment.py rename to lib/ansible/modules/network/check_point/cp_mgmt_global_assignment.py index fe612705c23..8576e4418d0 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_global_assignment.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_global_assignment.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_global_assignment -short_description: Manages global-assignment objects on Checkpoint over Web Services API +short_description: Manages global-assignment objects on Check Point over Web Services API description: - - Manages global-assignment objects on Checkpoint devices including creating, updating and removing objects. + - Manages global-assignment objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_global_assignment_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_global_assignment_facts.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_global_assignment_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_global_assignment_facts.py index 6ae2cd9ddd3..8cc89428906 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_global_assignment_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_global_assignment_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_global_assignment_facts -short_description: Get global-assignment objects facts on Checkpoint over Web Services API +short_description: Get global-assignment objects facts on Check Point over Web Services API description: - - Get global-assignment objects facts on Checkpoint devices. + - Get global-assignment objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_group.py b/lib/ansible/modules/network/check_point/cp_mgmt_group.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_group.py rename to lib/ansible/modules/network/check_point/cp_mgmt_group.py index dcf718c00b6..f90f82166a5 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_group.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_group.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_group -short_description: Manages group objects on Checkpoint over Web Services API +short_description: Manages group objects on Check Point over Web Services API description: - - Manages group objects on Checkpoint devices including creating, updating and removing objects. + - Manages group objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_group_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_group_facts.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_group_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_group_facts.py index 8339f5b0c22..a29012aee4f 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_group_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_group_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_group_facts -short_description: Get group objects facts on Checkpoint over Web Services API +short_description: Get group objects facts on Check Point over Web Services API description: - - Get group objects facts on Checkpoint devices. + - Get group objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_group_with_exclusion.py b/lib/ansible/modules/network/check_point/cp_mgmt_group_with_exclusion.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_group_with_exclusion.py rename to lib/ansible/modules/network/check_point/cp_mgmt_group_with_exclusion.py index 18d352f5bfd..f4169391c21 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_group_with_exclusion.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_group_with_exclusion.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_group_with_exclusion -short_description: Manages group-with-exclusion objects on Checkpoint over Web Services API +short_description: Manages group-with-exclusion objects on Check Point over Web Services API description: - - Manages group-with-exclusion objects on Checkpoint devices including creating, updating and removing objects. + - Manages group-with-exclusion objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_group_with_exclusion_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_group_with_exclusion_facts.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_group_with_exclusion_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_group_with_exclusion_facts.py index 66f9dd9ce36..6ab8d70e783 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_group_with_exclusion_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_group_with_exclusion_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_group_with_exclusion_facts -short_description: Get group-with-exclusion objects facts on Checkpoint over Web Services API +short_description: Get group-with-exclusion objects facts on Check Point over Web Services API description: - - Get group-with-exclusion objects facts on Checkpoint devices. + - Get group-with-exclusion objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_host.py b/lib/ansible/modules/network/check_point/cp_mgmt_host.py similarity index 98% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_host.py rename to lib/ansible/modules/network/check_point/cp_mgmt_host.py index 201fcb29b20..bc7c3e8c9bd 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_host.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_host.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_host -short_description: Manages host objects on Checkpoint over Web Services API +short_description: Manages host objects on Check Point over Web Services API description: - - Manages host objects on Checkpoint devices including creating, updating and removing objects. + - Manages host objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_host_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_host_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_host_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_host_facts.py index a493d16aef6..821e3727a95 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_host_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_host_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_host_facts -short_description: Get host objects facts on Checkpoint over Web Services API +short_description: Get host objects facts on Check Point over Web Services API description: - - Get host objects facts on Checkpoint devices. + - Get host objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_install_policy.py b/lib/ansible/modules/network/check_point/cp_mgmt_install_policy.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_install_policy.py rename to lib/ansible/modules/network/check_point/cp_mgmt_install_policy.py index ec99b413e83..47d26b1ebc5 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_install_policy.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_install_policy.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_install_policy -short_description: install policy on Checkpoint over Web Services API +short_description: install policy on Check Point over Web Services API description: - - install policy on Checkpoint over Web Services API + - install policy on Check Point over Web Services API - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_mds_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_mds_facts.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_mds_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_mds_facts.py index 6f2d9a4529e..fd74f8c3f80 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_mds_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_mds_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_mds_facts -short_description: Get Multi-Domain Server (mds) objects facts on Checkpoint over Web Services API +short_description: Get Multi-Domain Server (mds) objects facts on Check Point over Web Services API description: - - Get mds objects facts on Checkpoint devices. + - Get mds objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_multicast_address_range.py b/lib/ansible/modules/network/check_point/cp_mgmt_multicast_address_range.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_multicast_address_range.py rename to lib/ansible/modules/network/check_point/cp_mgmt_multicast_address_range.py index 2ef0137e28b..3c155faa987 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_multicast_address_range.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_multicast_address_range.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_multicast_address_range -short_description: Manages multicast-address-range objects on Checkpoint over Web Services API +short_description: Manages multicast-address-range objects on Check Point over Web Services API description: - - Manages multicast-address-range objects on Checkpoint devices including creating, updating and removing objects. + - Manages multicast-address-range objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_multicast_address_range_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_multicast_address_range_facts.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_multicast_address_range_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_multicast_address_range_facts.py index f13fa5126f2..cc20d70b2b6 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_multicast_address_range_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_multicast_address_range_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_multicast_address_range_facts -short_description: Get multicast-address-range objects facts on Checkpoint over Web Services API +short_description: Get multicast-address-range objects facts on Check Point over Web Services API description: - - Get multicast-address-range objects facts on Checkpoint devices. + - Get multicast-address-range objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_network.py b/lib/ansible/modules/network/check_point/cp_mgmt_network.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_network.py rename to lib/ansible/modules/network/check_point/cp_mgmt_network.py index 64afe5d8cc8..f5bb267984f 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_network.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_network.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_network -short_description: Manages network objects on Checkpoint over Web Services API +short_description: Manages network objects on Check Point over Web Services API description: - - Manages network objects on Checkpoint devices including creating, updating and removing objects. + - Manages network objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_network_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_network_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_network_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_network_facts.py index 262c5911ee0..0b2f8f68de4 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_network_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_network_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_network_facts -short_description: Get network objects facts on Checkpoint over Web Services API +short_description: Get network objects facts on Check Point over Web Services API description: - - Get network objects facts on Checkpoint devices. + - Get network objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_package.py b/lib/ansible/modules/network/check_point/cp_mgmt_package.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_package.py rename to lib/ansible/modules/network/check_point/cp_mgmt_package.py index ed6a0c3d0e9..dc82ebad6af 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_package.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_package.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_package -short_description: Manages package objects on Checkpoint over Web Services API +short_description: Manages package objects on Check Point over Web Services API description: - - Manages package objects on Checkpoint devices including creating, updating and removing objects. + - Manages package objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_package_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_package_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_package_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_package_facts.py index 36f11392242..0d0f277d1fc 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_package_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_package_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_package_facts -short_description: Get package objects facts on Checkpoint over Web Services API +short_description: Get package objects facts on Check Point over Web Services API description: - - Get package objects facts on Checkpoint devices. + - Get package objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_publish.py b/lib/ansible/modules/network/check_point/cp_mgmt_publish.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_publish.py rename to lib/ansible/modules/network/check_point/cp_mgmt_publish.py index 67d9eede532..3f0146249c4 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_publish.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_publish.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_put_file.py b/lib/ansible/modules/network/check_point/cp_mgmt_put_file.py similarity index 93% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_put_file.py rename to lib/ansible/modules/network/check_point/cp_mgmt_put_file.py index 5b10bd2d8a3..41f433d24fc 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_put_file.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_put_file.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_put_file -short_description: put file on Checkpoint over Web Services API +short_description: put file on Check Point over Web Services API description: - - put file on Checkpoint over Web Services API + - put file on Check Point over Web Services API - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_run_ips_update.py b/lib/ansible/modules/network/check_point/cp_mgmt_run_ips_update.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_run_ips_update.py rename to lib/ansible/modules/network/check_point/cp_mgmt_run_ips_update.py index 822e678c504..fea41fe84e8 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_run_ips_update.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_run_ips_update.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_run_script.py b/lib/ansible/modules/network/check_point/cp_mgmt_run_script.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_run_script.py rename to lib/ansible/modules/network/check_point/cp_mgmt_run_script.py index 9188cba0a92..38b4a4c0e87 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_run_script.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_run_script.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_security_zone.py b/lib/ansible/modules/network/check_point/cp_mgmt_security_zone.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_security_zone.py rename to lib/ansible/modules/network/check_point/cp_mgmt_security_zone.py index 85d794cf11a..95099bb085d 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_security_zone.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_security_zone.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_security_zone -short_description: Manages security-zone objects on Checkpoint over Web Services API +short_description: Manages security-zone objects on Check Point over Web Services API description: - - Manages security-zone objects on Checkpoint devices including creating, updating and removing objects. + - Manages security-zone objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_security_zone_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_security_zone_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_security_zone_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_security_zone_facts.py index 5a422122311..fd0c7bebff6 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_security_zone_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_security_zone_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_security_zone_facts -short_description: Get security-zone objects facts on Checkpoint over Web Services API +short_description: Get security-zone objects facts on Check Point over Web Services API description: - - Get security-zone objects facts on Checkpoint devices. + - Get security-zone objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_dce_rpc.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_dce_rpc.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_dce_rpc.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_dce_rpc.py index c887c0cc698..8626ee85e06 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_dce_rpc.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_dce_rpc.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_dce_rpc -short_description: Manages service-dce-rpc objects on Checkpoint over Web Services API +short_description: Manages service-dce-rpc objects on Check Point over Web Services API description: - - Manages service-dce-rpc objects on Checkpoint devices including creating, updating and removing objects. + - Manages service-dce-rpc objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_dce_rpc_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_dce_rpc_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_dce_rpc_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_dce_rpc_facts.py index 6fd4b3e2f4f..1d2b7c313fa 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_dce_rpc_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_dce_rpc_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_dce_rpc_facts -short_description: Get service-dce-rpc objects facts on Checkpoint over Web Services API +short_description: Get service-dce-rpc objects facts on Check Point over Web Services API description: - - Get service-dce-rpc objects facts on Checkpoint devices. + - Get service-dce-rpc objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_group.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_group.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_group.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_group.py index 0fa08e96c60..75835b82227 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_group.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_group.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_group -short_description: Manages service-group objects on Checkpoint over Web Services API +short_description: Manages service-group objects on Check Point over Web Services API description: - - Manages service-group objects on Checkpoint devices including creating, updating and removing objects. + - Manages service-group objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_group_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_group_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_group_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_group_facts.py index bb3d331a2d6..1eeb23b7154 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_group_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_group_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_group_facts -short_description: Get service-group objects facts on Checkpoint over Web Services API +short_description: Get service-group objects facts on Check Point over Web Services API description: - - Get service-group objects facts on Checkpoint devices. + - Get service-group objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_icmp.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_icmp.py index ad421839323..098c41e79c3 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_icmp.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_icmp -short_description: Manages service-icmp objects on Checkpoint over Web Services API +short_description: Manages service-icmp objects on Check Point over Web Services API description: - - Manages service-icmp objects on Checkpoint devices including creating, updating and removing objects. + - Manages service-icmp objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp6.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_icmp6.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp6.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_icmp6.py index b0bc0d14502..d35a409cdb5 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp6.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_icmp6.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_icmp6 -short_description: Manages service-icmp6 objects on Checkpoint over Web Services API +short_description: Manages service-icmp6 objects on Check Point over Web Services API description: - - Manages service-icmp6 objects on Checkpoint devices including creating, updating and removing objects. + - Manages service-icmp6 objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp6_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_icmp6_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp6_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_icmp6_facts.py index f39510aff43..ac8638d35a9 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp6_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_icmp6_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_icmp6_facts -short_description: Get service-icmp6 objects facts on Checkpoint over Web Services API +short_description: Get service-icmp6 objects facts on Check Point over Web Services API description: - - Get service-icmp6 objects facts on Checkpoint devices. + - Get service-icmp6 objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_icmp_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_icmp_facts.py index e5d1f608d4f..144de4dc907 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_icmp_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_icmp_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_icmp_facts -short_description: Get service-icmp objects facts on Checkpoint over Web Services API +short_description: Get service-icmp objects facts on Check Point over Web Services API description: - - Get service-icmp objects facts on Checkpoint devices. + - Get service-icmp objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_other.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_other.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_other.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_other.py index 7173e782eb8..e8a9518c9fb 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_other.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_other.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_other -short_description: Manages service-other objects on Checkpoint over Web Services API +short_description: Manages service-other objects on Check Point over Web Services API description: - - Manages service-other objects on Checkpoint devices including creating, updating and removing objects. + - Manages service-other objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_other_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_other_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_other_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_other_facts.py index 4562c0737af..5a21fd32ed2 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_other_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_other_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_other_facts -short_description: Get service-other objects facts on Checkpoint over Web Services API +short_description: Get service-other objects facts on Check Point over Web Services API description: - - Get service-other objects facts on Checkpoint devices. + - Get service-other objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_rpc.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_rpc.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_rpc.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_rpc.py index f3da7171afc..c574cb5c0fa 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_rpc.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_rpc.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_rpc -short_description: Manages service-rpc objects on Checkpoint over Web Services API +short_description: Manages service-rpc objects on Check Point over Web Services API description: - - Manages service-rpc objects on Checkpoint devices including creating, updating and removing objects. + - Manages service-rpc objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_rpc_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_rpc_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_rpc_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_rpc_facts.py index c999c4b7eae..2e931052505 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_rpc_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_rpc_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_rpc_facts -short_description: Get service-rpc objects facts on Checkpoint over Web Services API +short_description: Get service-rpc objects facts on Check Point over Web Services API description: - - Get service-rpc objects facts on Checkpoint devices. + - Get service-rpc objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_sctp.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_sctp.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_sctp.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_sctp.py index 77ec9957de4..d6e525f094e 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_sctp.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_sctp.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_sctp -short_description: Manages service-sctp objects on Checkpoint over Web Services API +short_description: Manages service-sctp objects on Check Point over Web Services API description: - - Manages service-sctp objects on Checkpoint devices including creating, updating and removing objects. + - Manages service-sctp objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_sctp_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_sctp_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_sctp_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_sctp_facts.py index a90e197c446..e02a66ade86 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_sctp_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_sctp_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_sctp_facts -short_description: Get service-sctp objects facts on Checkpoint over Web Services API +short_description: Get service-sctp objects facts on Check Point over Web Services API description: - - Get service-sctp objects facts on Checkpoint devices. + - Get service-sctp objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_tcp.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_tcp.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_tcp.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_tcp.py index c7dae0f7cae..b3e6630eb1e 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_tcp.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_tcp.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_tcp -short_description: Manages service-tcp objects on Checkpoint over Web Services API +short_description: Manages service-tcp objects on Check Point over Web Services API description: - - Manages service-tcp objects on Checkpoint devices including creating, updating and removing objects. + - Manages service-tcp objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_tcp_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_tcp_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_tcp_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_tcp_facts.py index b9a960c6844..c3459247e26 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_tcp_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_tcp_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_tcp_facts -short_description: Get service-tcp objects facts on Checkpoint over Web Services API +short_description: Get service-tcp objects facts on Check Point over Web Services API description: - - Get service-tcp objects facts on Checkpoint devices. + - Get service-tcp objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_udp.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_udp.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_udp.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_udp.py index 8d4ed73c720..0e5b9336005 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_udp.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_udp.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_udp -short_description: Manages service-udp objects on Checkpoint over Web Services API +short_description: Manages service-udp objects on Check Point over Web Services API description: - - Manages service-udp objects on Checkpoint devices including creating, updating and removing objects. + - Manages service-udp objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_udp_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_service_udp_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_service_udp_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_service_udp_facts.py index a7ff6f48ea0..92107bbac15 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_service_udp_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_service_udp_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_service_udp_facts -short_description: Get service-udp objects facts on Checkpoint over Web Services API +short_description: Get service-udp objects facts on Check Point over Web Services API description: - - Get service-udp objects facts on Checkpoint devices. + - Get service-udp objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_session_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_session_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_session_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_session_facts.py index 151be15c0d0..39601e1bd2b 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_session_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_session_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_session_facts -short_description: Get session objects facts on Checkpoint over Web Services API +short_description: Get session objects facts on Check Point over Web Services API description: - - Get session objects facts on Checkpoint devices. + - Get session objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_simple_gateway.py b/lib/ansible/modules/network/check_point/cp_mgmt_simple_gateway.py similarity index 98% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_simple_gateway.py rename to lib/ansible/modules/network/check_point/cp_mgmt_simple_gateway.py index b6c0c56fcd4..1a5dbfab6e4 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_simple_gateway.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_simple_gateway.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_simple_gateway -short_description: Manages simple-gateway objects on Checkpoint over Web Services API +short_description: Manages simple-gateway objects on Check Point over Web Services API description: - - Manages simple-gateway objects on Checkpoint devices including creating, updating and removing objects. + - Manages simple-gateway objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_simple_gateway_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_simple_gateway_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_simple_gateway_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_simple_gateway_facts.py index 217a99c0807..d439ab7fb42 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_simple_gateway_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_simple_gateway_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_simple_gateway_facts -short_description: Get simple-gateway objects facts on Checkpoint over Web Services API +short_description: Get simple-gateway objects facts on Check Point over Web Services API description: - - Get simple-gateway objects facts on Checkpoint devices. + - Get simple-gateway objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_tag.py b/lib/ansible/modules/network/check_point/cp_mgmt_tag.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_tag.py rename to lib/ansible/modules/network/check_point/cp_mgmt_tag.py index 39520f0f245..e3a17e1fd51 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_tag.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_tag.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_tag -short_description: Manages tag objects on Checkpoint over Web Services API +short_description: Manages tag objects on Check Point over Web Services API description: - - Manages tag objects on Checkpoint devices including creating, updating and removing objects. + - Manages tag objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_tag_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_tag_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_tag_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_tag_facts.py index 2d3f3789618..d695a8830c6 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_tag_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_tag_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_tag_facts -short_description: Get tag objects facts on Checkpoint over Web Services API +short_description: Get tag objects facts on Check Point over Web Services API description: - - Get tag objects facts on Checkpoint devices. + - Get tag objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_exception.py b/lib/ansible/modules/network/check_point/cp_mgmt_threat_exception.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_threat_exception.py rename to lib/ansible/modules/network/check_point/cp_mgmt_threat_exception.py index ab73c794b2c..0e1de976f4c 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_exception.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_threat_exception.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_threat_exception -short_description: Manages threat-exception objects on Checkpoint over Web Services API +short_description: Manages threat-exception objects on Check Point over Web Services API description: - - Manages threat-exception objects on Checkpoint devices including creating, updating and removing objects. + - Manages threat-exception objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_exception_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_threat_exception_facts.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_threat_exception_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_threat_exception_facts.py index ba6f3c1eb73..630a97edcab 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_exception_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_threat_exception_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_threat_exception_facts -short_description: Get threat-exception objects facts on Checkpoint over Web Services API +short_description: Get threat-exception objects facts on Check Point over Web Services API description: - - Get threat-exception objects facts on Checkpoint devices. + - Get threat-exception objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_indicator.py b/lib/ansible/modules/network/check_point/cp_mgmt_threat_indicator.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_threat_indicator.py rename to lib/ansible/modules/network/check_point/cp_mgmt_threat_indicator.py index 9b925786bd9..489d6b15cf9 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_indicator.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_threat_indicator.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_threat_indicator -short_description: Manages threat-indicator objects on Checkpoint over Web Services API +short_description: Manages threat-indicator objects on Check Point over Web Services API description: - - Manages threat-indicator objects on Checkpoint devices including creating, updating and removing objects. + - Manages threat-indicator objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_indicator_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_threat_indicator_facts.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_threat_indicator_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_threat_indicator_facts.py index ab0c79f1a92..5a6f817fd79 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_indicator_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_threat_indicator_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_threat_indicator_facts -short_description: Get threat-indicator objects facts on Checkpoint over Web Services API +short_description: Get threat-indicator objects facts on Check Point over Web Services API description: - - Get threat-indicator objects facts on Checkpoint devices. + - Get threat-indicator objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_layer.py b/lib/ansible/modules/network/check_point/cp_mgmt_threat_layer.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_threat_layer.py rename to lib/ansible/modules/network/check_point/cp_mgmt_threat_layer.py index d4caf8cd8fe..45f6bd0e284 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_layer.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_threat_layer.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_threat_layer -short_description: Manages threat-layer objects on Checkpoint over Web Services API +short_description: Manages threat-layer objects on Check Point over Web Services API description: - - Manages threat-layer objects on Checkpoint devices including creating, updating and removing objects. + - Manages threat-layer objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_layer_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_threat_layer_facts.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_threat_layer_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_threat_layer_facts.py index fe12450f464..d3ab5c1e956 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_layer_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_threat_layer_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_threat_layer_facts -short_description: Get threat-layer objects facts on Checkpoint over Web Services API +short_description: Get threat-layer objects facts on Check Point over Web Services API description: - - Get threat-layer objects facts on Checkpoint devices. + - Get threat-layer objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_profile.py b/lib/ansible/modules/network/check_point/cp_mgmt_threat_profile.py similarity index 98% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_threat_profile.py rename to lib/ansible/modules/network/check_point/cp_mgmt_threat_profile.py index 472ebb2b695..8932c3ec107 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_profile.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_threat_profile.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_threat_profile -short_description: Manages threat-profile objects on Checkpoint over Web Services API +short_description: Manages threat-profile objects on Check Point over Web Services API description: - - Manages threat-profile objects on Checkpoint devices including creating, updating and removing objects. + - Manages threat-profile objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_profile_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_threat_profile_facts.py similarity index 94% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_threat_profile_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_threat_profile_facts.py index 99b2df2a176..e9192dfc98d 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_profile_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_threat_profile_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_threat_profile_facts -short_description: Get threat-profile objects facts on Checkpoint over Web Services API +short_description: Get threat-profile objects facts on Check Point over Web Services API description: - - Get threat-profile objects facts on Checkpoint devices. + - Get threat-profile objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_protection_override.py b/lib/ansible/modules/network/check_point/cp_mgmt_threat_protection_override.py similarity index 98% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_threat_protection_override.py rename to lib/ansible/modules/network/check_point/cp_mgmt_threat_protection_override.py index 2908d2c56be..4abb106b726 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_protection_override.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_threat_protection_override.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_rule.py b/lib/ansible/modules/network/check_point/cp_mgmt_threat_rule.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_threat_rule.py rename to lib/ansible/modules/network/check_point/cp_mgmt_threat_rule.py index 1fbc69dc9cb..5da5ce4c204 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_rule.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_threat_rule.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_threat_rule -short_description: Manages threat-rule objects on Checkpoint over Web Services API +short_description: Manages threat-rule objects on Check Point over Web Services API description: - - Manages threat-rule objects on Checkpoint devices including creating, updating and removing objects. + - Manages threat-rule objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_rule_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_threat_rule_facts.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_threat_rule_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_threat_rule_facts.py index ca11df62b25..8a189ccdcf8 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_threat_rule_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_threat_rule_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_threat_rule_facts -short_description: Get threat-rule objects facts on Checkpoint over Web Services API +short_description: Get threat-rule objects facts on Check Point over Web Services API description: - - Get threat-rule objects facts on Checkpoint devices. + - Get threat-rule objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_time.py b/lib/ansible/modules/network/check_point/cp_mgmt_time.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_time.py rename to lib/ansible/modules/network/check_point/cp_mgmt_time.py index 67a040e1c54..f7cd14f16ab 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_time.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_time.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_time -short_description: Manages time objects on Checkpoint over Web Services API +short_description: Manages time objects on Check Point over Web Services API description: - - Manages time objects on Checkpoint devices including creating, updating and removing objects. + - Manages time objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_time_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_time_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_time_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_time_facts.py index 67646ef9ac3..119da09e583 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_time_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_time_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_time_facts -short_description: Get time objects facts on Checkpoint over Web Services API +short_description: Get time objects facts on Check Point over Web Services API description: - - Get time objects facts on Checkpoint devices. + - Get time objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_verify_policy.py b/lib/ansible/modules/network/check_point/cp_mgmt_verify_policy.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_verify_policy.py rename to lib/ansible/modules/network/check_point/cp_mgmt_verify_policy.py index d4c4510d128..9c0009b9ce7 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_verify_policy.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_verify_policy.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_meshed.py b/lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_meshed.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_meshed.py rename to lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_meshed.py index 77c57760349..f223a948d4a 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_meshed.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_meshed.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_vpn_community_meshed -short_description: Manages vpn-community-meshed objects on Checkpoint over Web Services API +short_description: Manages vpn-community-meshed objects on Check Point over Web Services API description: - - Manages vpn-community-meshed objects on Checkpoint devices including creating, updating and removing objects. + - Manages vpn-community-meshed objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_meshed_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_meshed_facts.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_meshed_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_meshed_facts.py index a7e6583b14c..c1a9ad77f62 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_meshed_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_meshed_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_vpn_community_meshed_facts -short_description: Get vpn-community-meshed objects facts on Checkpoint over Web Services API +short_description: Get vpn-community-meshed objects facts on Check Point over Web Services API description: - - Get vpn-community-meshed objects facts on Checkpoint devices. + - Get vpn-community-meshed objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_star.py b/lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_star.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_star.py rename to lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_star.py index ac65c20b824..7e9ff8d8765 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_star.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_star.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_vpn_community_star -short_description: Manages vpn-community-star objects on Checkpoint over Web Services API +short_description: Manages vpn-community-star objects on Check Point over Web Services API description: - - Manages vpn-community-star objects on Checkpoint devices including creating, updating and removing objects. + - Manages vpn-community-star objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_star_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_star_facts.py similarity index 96% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_star_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_star_facts.py index 43e91d865c5..d3291e1bca9 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_vpn_community_star_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_vpn_community_star_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_vpn_community_star_facts -short_description: Get vpn-community-star objects facts on Checkpoint over Web Services API +short_description: Get vpn-community-star objects facts on Check Point over Web Services API description: - - Get vpn-community-star objects facts on Checkpoint devices. + - Get vpn-community-star objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_wildcard.py b/lib/ansible/modules/network/check_point/cp_mgmt_wildcard.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_wildcard.py rename to lib/ansible/modules/network/check_point/cp_mgmt_wildcard.py index b8a93b9513f..824b280b6ef 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_wildcard.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_wildcard.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_wildcard -short_description: Manages wildcard objects on Checkpoint over Web Services API +short_description: Manages wildcard objects on Check Point over Web Services API description: - - Manages wildcard objects on Checkpoint devices including creating, updating and removing objects. + - Manages wildcard objects on Check Point devices including creating, updating and removing objects. - All operations are performed over Web Services API. version_added: "2.9" author: "Or Soffer (@chkp-orso)" diff --git a/lib/ansible/modules/network/checkpoint/cp_mgmt_wildcard_facts.py b/lib/ansible/modules/network/check_point/cp_mgmt_wildcard_facts.py similarity index 95% rename from lib/ansible/modules/network/checkpoint/cp_mgmt_wildcard_facts.py rename to lib/ansible/modules/network/check_point/cp_mgmt_wildcard_facts.py index 722e1fad79a..d826f35d680 100644 --- a/lib/ansible/modules/network/checkpoint/cp_mgmt_wildcard_facts.py +++ b/lib/ansible/modules/network/check_point/cp_mgmt_wildcard_facts.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ ANSIBLE_METADATA = {'metadata_version': '1.1', DOCUMENTATION = """ --- module: cp_mgmt_wildcard_facts -short_description: Get wildcard objects facts on Checkpoint over Web Services API +short_description: Get wildcard objects facts on Check Point over Web Services API description: - - Get wildcard objects facts on Checkpoint devices. + - Get wildcard objects facts on Check Point devices. - All operations are performed over Web Services API. - This module handles both operations, get a specific object and get several objects, For getting a specific object use the parameter 'name'. diff --git a/lib/ansible/modules/network/checkpoint/cp_publish.py b/lib/ansible/modules/network/check_point/cp_publish.py similarity index 97% rename from lib/ansible/modules/network/checkpoint/cp_publish.py rename to lib/ansible/modules/network/check_point/cp_publish.py index 0ddade67b0a..65912e13086 100644 --- a/lib/ansible/modules/network/checkpoint/cp_publish.py +++ b/lib/ansible/modules/network/check_point/cp_publish.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Ansible module to manage CheckPoint Firewall (c) 2019 +# Ansible module to manage Check Point Firewall (c) 2019 # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index 22ed554e7c8..c30bab4416f 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -2845,7 +2845,7 @@ lib/ansible/modules/network/bigswitch/bigmon_policy.py validate-modules:doc-defa lib/ansible/modules/network/bigswitch/bigmon_policy.py validate-modules:doc-choices-do-not-match-spec lib/ansible/modules/network/bigswitch/bigmon_policy.py validate-modules:parameter-type-not-in-doc lib/ansible/modules/network/bigswitch/bigmon_policy.py validate-modules:doc-missing-type -lib/ansible/modules/network/checkpoint/checkpoint_object_facts.py validate-modules:parameter-type-not-in-doc +lib/ansible/modules/network/check_point/checkpoint_object_facts.py validate-modules:parameter-type-not-in-doc lib/ansible/modules/network/cli/cli_command.py validate-modules:parameter-type-not-in-doc lib/ansible/modules/network/cli/cli_config.py validate-modules:parameter-type-not-in-doc lib/ansible/modules/network/cli/cli_config.py validate-modules:doc-missing-type @@ -6288,16 +6288,16 @@ test/units/modules/net_tools/test_nmcli.py future-import-boilerplate test/units/modules/net_tools/test_nmcli.py metaclass-boilerplate test/units/modules/network/avi/test_avi_user.py future-import-boilerplate test/units/modules/network/avi/test_avi_user.py metaclass-boilerplate -test/units/modules/network/checkpoint/test_checkpoint_access_rule.py future-import-boilerplate -test/units/modules/network/checkpoint/test_checkpoint_access_rule.py metaclass-boilerplate -test/units/modules/network/checkpoint/test_checkpoint_host.py future-import-boilerplate -test/units/modules/network/checkpoint/test_checkpoint_host.py metaclass-boilerplate -test/units/modules/network/checkpoint/test_checkpoint_session.py future-import-boilerplate -test/units/modules/network/checkpoint/test_checkpoint_session.py metaclass-boilerplate -test/units/modules/network/checkpoint/test_checkpoint_task_facts.py future-import-boilerplate -test/units/modules/network/checkpoint/test_checkpoint_task_facts.py metaclass-boilerplate -test/units/modules/network/checkpoint/test_cp_mgmt_network.py future-import-boilerplate -test/units/modules/network/checkpoint/test_cp_mgmt_network.py metaclass-boilerplate +test/units/modules/network/check_point/test_checkpoint_access_rule.py future-import-boilerplate +test/units/modules/network/check_point/test_checkpoint_access_rule.py metaclass-boilerplate +test/units/modules/network/check_point/test_checkpoint_host.py future-import-boilerplate +test/units/modules/network/check_point/test_checkpoint_host.py metaclass-boilerplate +test/units/modules/network/check_point/test_checkpoint_session.py future-import-boilerplate +test/units/modules/network/check_point/test_checkpoint_session.py metaclass-boilerplate +test/units/modules/network/check_point/test_checkpoint_task_facts.py future-import-boilerplate +test/units/modules/network/check_point/test_checkpoint_task_facts.py metaclass-boilerplate +test/units/modules/network/check_point/test_cp_mgmt_network.py future-import-boilerplate +test/units/modules/network/check_point/test_cp_mgmt_network.py metaclass-boilerplate test/units/modules/network/cloudvision/test_cv_server_provision.py future-import-boilerplate test/units/modules/network/cloudvision/test_cv_server_provision.py metaclass-boilerplate test/units/modules/network/cumulus/test_nclu.py future-import-boilerplate diff --git a/test/units/modules/network/checkpoint/__init__.py b/test/units/modules/network/check_point/__init__.py similarity index 100% rename from test/units/modules/network/checkpoint/__init__.py rename to test/units/modules/network/check_point/__init__.py diff --git a/test/units/modules/network/checkpoint/test_checkpoint_access_rule.py b/test/units/modules/network/check_point/test_checkpoint_access_rule.py similarity index 94% rename from test/units/modules/network/checkpoint/test_checkpoint_access_rule.py rename to test/units/modules/network/check_point/test_checkpoint_access_rule.py index 4e17f71b164..3506ffbe6fe 100644 --- a/test/units/modules/network/checkpoint/test_checkpoint_access_rule.py +++ b/test/units/modules/network/check_point/test_checkpoint_access_rule.py @@ -22,7 +22,7 @@ import pytest from units.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson from ansible.module_utils import basic -from ansible.modules.network.checkpoint import checkpoint_access_rule +from ansible.modules.network.check_point import checkpoint_access_rule OBJECT = {'layer': 'foo', 'position': 'bar', 'name': 'baz', 'source': [{'name': 'lol'}], 'destination': [{'name': 'Any'}], @@ -39,18 +39,18 @@ class TestCheckpointAccessRule(object): @pytest.fixture def connection_mock(self, mocker): - connection_class_mock = mocker.patch('ansible.modules.network.checkpoint.checkpoint_access_rule.Connection') + connection_class_mock = mocker.patch('ansible.modules.network.check_point.checkpoint_access_rule.Connection') return connection_class_mock.return_value @pytest.fixture def get_access_rule_200(self, mocker): - mock_function = mocker.patch('ansible.modules.network.checkpoint.checkpoint_access_rule.get_access_rule') + mock_function = mocker.patch('ansible.modules.network.check_point.checkpoint_access_rule.get_access_rule') mock_function.return_value = (200, OBJECT) return mock_function.return_value @pytest.fixture def get_access_rule_404(self, mocker): - mock_function = mocker.patch('ansible.modules.network.checkpoint.checkpoint_access_rule.get_access_rule') + mock_function = mocker.patch('ansible.modules.network.check_point.checkpoint_access_rule.get_access_rule') mock_function.return_value = (404, 'Object not found') return mock_function.return_value diff --git a/test/units/modules/network/checkpoint/test_checkpoint_host.py b/test/units/modules/network/check_point/test_checkpoint_host.py similarity index 94% rename from test/units/modules/network/checkpoint/test_checkpoint_host.py rename to test/units/modules/network/check_point/test_checkpoint_host.py index bb3f20c9e92..803c6e82323 100644 --- a/test/units/modules/network/checkpoint/test_checkpoint_host.py +++ b/test/units/modules/network/check_point/test_checkpoint_host.py @@ -22,7 +22,7 @@ import pytest from units.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson from ansible.module_utils import basic -from ansible.modules.network.checkpoint import checkpoint_host +from ansible.modules.network.check_point import checkpoint_host OBJECT = {'name': 'foo', 'ipv4-address': '192.168.0.15'} CREATE_PAYLOAD = {'name': 'foo', 'ip_address': '192.168.0.15'} @@ -39,18 +39,18 @@ class TestCheckpointHost(object): @pytest.fixture def connection_mock(self, mocker): - connection_class_mock = mocker.patch('ansible.modules.network.checkpoint.checkpoint_host.Connection') + connection_class_mock = mocker.patch('ansible.modules.network.check_point.checkpoint_host.Connection') return connection_class_mock.return_value @pytest.fixture def get_host_200(self, mocker): - mock_function = mocker.patch('ansible.modules.network.checkpoint.checkpoint_host.get_host') + mock_function = mocker.patch('ansible.modules.network.check_point.checkpoint_host.get_host') mock_function.return_value = (200, OBJECT) return mock_function.return_value @pytest.fixture def get_host_404(self, mocker): - mock_function = mocker.patch('ansible.modules.network.checkpoint.checkpoint_host.get_host') + mock_function = mocker.patch('ansible.modules.network.check_point.checkpoint_host.get_host') mock_function.return_value = (404, 'Object not found') return mock_function.return_value diff --git a/test/units/modules/network/checkpoint/test_checkpoint_session.py b/test/units/modules/network/check_point/test_checkpoint_session.py similarity index 93% rename from test/units/modules/network/checkpoint/test_checkpoint_session.py rename to test/units/modules/network/check_point/test_checkpoint_session.py index 47567c06ed8..407794acaf2 100644 --- a/test/units/modules/network/checkpoint/test_checkpoint_session.py +++ b/test/units/modules/network/check_point/test_checkpoint_session.py @@ -22,7 +22,7 @@ import pytest from units.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson from ansible.module_utils import basic -from ansible.modules.network.checkpoint import checkpoint_session +from ansible.modules.network.check_point import checkpoint_session OBJECT = {'uid': '1234'} PAYLOAD = {} @@ -37,12 +37,12 @@ class TestCheckpointAccessRule(object): @pytest.fixture def connection_mock(self, mocker): - connection_class_mock = mocker.patch('ansible.modules.network.checkpoint.checkpoint_session.Connection') + connection_class_mock = mocker.patch('ansible.modules.network.check_point.checkpoint_session.Connection') return connection_class_mock.return_value @pytest.fixture def get_session_200(self, mocker): - mock_function = mocker.patch('ansible.modules.network.checkpoint.checkpoint_session.get_session') + mock_function = mocker.patch('ansible.modules.network.check_point.checkpoint_session.get_session') mock_function.return_value = (200, OBJECT) return mock_function.return_value diff --git a/test/units/modules/network/checkpoint/test_checkpoint_task_facts.py b/test/units/modules/network/check_point/test_checkpoint_task_facts.py similarity index 94% rename from test/units/modules/network/checkpoint/test_checkpoint_task_facts.py rename to test/units/modules/network/check_point/test_checkpoint_task_facts.py index bb3f20c9e92..803c6e82323 100644 --- a/test/units/modules/network/checkpoint/test_checkpoint_task_facts.py +++ b/test/units/modules/network/check_point/test_checkpoint_task_facts.py @@ -22,7 +22,7 @@ import pytest from units.modules.utils import set_module_args, exit_json, fail_json, AnsibleFailJson, AnsibleExitJson from ansible.module_utils import basic -from ansible.modules.network.checkpoint import checkpoint_host +from ansible.modules.network.check_point import checkpoint_host OBJECT = {'name': 'foo', 'ipv4-address': '192.168.0.15'} CREATE_PAYLOAD = {'name': 'foo', 'ip_address': '192.168.0.15'} @@ -39,18 +39,18 @@ class TestCheckpointHost(object): @pytest.fixture def connection_mock(self, mocker): - connection_class_mock = mocker.patch('ansible.modules.network.checkpoint.checkpoint_host.Connection') + connection_class_mock = mocker.patch('ansible.modules.network.check_point.checkpoint_host.Connection') return connection_class_mock.return_value @pytest.fixture def get_host_200(self, mocker): - mock_function = mocker.patch('ansible.modules.network.checkpoint.checkpoint_host.get_host') + mock_function = mocker.patch('ansible.modules.network.check_point.checkpoint_host.get_host') mock_function.return_value = (200, OBJECT) return mock_function.return_value @pytest.fixture def get_host_404(self, mocker): - mock_function = mocker.patch('ansible.modules.network.checkpoint.checkpoint_host.get_host') + mock_function = mocker.patch('ansible.modules.network.check_point.checkpoint_host.get_host') mock_function.return_value = (404, 'Object not found') return mock_function.return_value diff --git a/test/units/modules/network/checkpoint/test_cp_mgmt_network.py b/test/units/modules/network/check_point/test_cp_mgmt_network.py similarity index 94% rename from test/units/modules/network/checkpoint/test_cp_mgmt_network.py rename to test/units/modules/network/check_point/test_cp_mgmt_network.py index 88af4b995f5..1f6eefdc823 100644 --- a/test/units/modules/network/checkpoint/test_cp_mgmt_network.py +++ b/test/units/modules/network/check_point/test_cp_mgmt_network.py @@ -23,7 +23,7 @@ from units.modules.utils import set_module_args, exit_json, fail_json, AnsibleFa from ansible.module_utils import basic from ansible.module_utils.network.checkpoint.checkpoint import api_call -from ansible.modules.network.checkpoint import cp_mgmt_network +from ansible.modules.network.check_point import cp_mgmt_network OBJECT = {'name': 'test_network', 'nat_settings': {'auto_rule': True, 'hide_behind': 'ip-address', @@ -64,12 +64,12 @@ class TestCheckpointNetwork(object): @pytest.fixture def get_network_404(self, mocker): - mock_function = mocker.patch('ansible.modules.network.checkpoint.cp_mgmt_network.api_call') + mock_function = mocker.patch('ansible.modules.network.check_point.cp_mgmt_network.api_call') mock_function.return_value = (404, 'Object not found') return mock_function.return_value def test_network_create(self, mocker, connection_mock): - mock_function = mocker.patch('ansible.modules.network.checkpoint.cp_mgmt_network.api_call') + mock_function = mocker.patch('ansible.modules.network.check_point.cp_mgmt_network.api_call') mock_function.return_value = {'changed': True, 'network': OBJECT} connection_mock.api_call.return_value = {'changed': True, 'network': OBJECT} result = self._run_module(CREATE_PAYLOAD) @@ -78,7 +78,7 @@ class TestCheckpointNetwork(object): assert 'network' in result def test_network_create_idempotent(self, mocker, connection_mock): - mock_function = mocker.patch('ansible.modules.network.checkpoint.cp_mgmt_network.api_call') + mock_function = mocker.patch('ansible.modules.network.check_point.cp_mgmt_network.api_call') mock_function.return_value = {'changed': False, 'network': OBJECT} connection_mock.send_request.return_value = (200, OBJECT) result = self._run_module(CREATE_PAYLOAD) @@ -86,7 +86,7 @@ class TestCheckpointNetwork(object): assert not result['changed'] def test_network_update(self, mocker, connection_mock): - mock_function = mocker.patch('ansible.modules.network.checkpoint.cp_mgmt_network.api_call') + mock_function = mocker.patch('ansible.modules.network.check_point.cp_mgmt_network.api_call') mock_function.return_value = {'changed': True, 'network': OBJECT} connection_mock.send_request.return_value = (200, OBJECT) result = self._run_module(UPDATE_PAYLOAD) @@ -94,7 +94,7 @@ class TestCheckpointNetwork(object): assert result['changed'] def test_network_delete(self, mocker, connection_mock): - mock_function = mocker.patch('ansible.modules.network.checkpoint.cp_mgmt_network.api_call') + mock_function = mocker.patch('ansible.modules.network.check_point.cp_mgmt_network.api_call') mock_function.return_value = {'changed': True} connection_mock.send_request.return_value = (200, OBJECT) result = self._run_module(DELETE_PAYLOAD) @@ -102,7 +102,7 @@ class TestCheckpointNetwork(object): assert result['changed'] def test_network_delete_idempotent(self, mocker, connection_mock): - mock_function = mocker.patch('ansible.modules.network.checkpoint.cp_mgmt_network.api_call') + mock_function = mocker.patch('ansible.modules.network.check_point.cp_mgmt_network.api_call') mock_function.return_value = {'changed': False} connection_mock.send_request.return_value = (200, OBJECT) result = self._run_module(DELETE_PAYLOAD)