Skip to content

Commit

Permalink
upload version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-orso committed Nov 13, 2019
1 parent 804a32a commit d7414da
Show file tree
Hide file tree
Showing 95 changed files with 104 additions and 125 deletions.
10 changes: 5 additions & 5 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: check_point
name: mgmt

# The version of the collection. Must be compatible with semantic versioning
version: 1.0.0
version: 1.0.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand All @@ -23,7 +23,7 @@ authors:
### OPTIONAL but strongly recommended

# A short summary description of the collection
description: check_point collection for the management server
description: Check Point collection for the Management Server

# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
Expand All @@ -45,13 +45,13 @@ tags: []
dependencies: {}

# The URL of the originating SCM repository
repository: http://example.com/repository
repository: https://github.com/CheckPointSW/CheckPointAnsibleMgmtCollection

# The URL to any online docs
documentation: http://docs.example.com
documentation: https://docs.ansible.com/ansible/latest/modules/list_of_network_modules.html#check-point

# The URL to the homepage of the collection/project
homepage: http://example.com
homepage: https://sc1.checkpoint.com/documents/latest/APIs/index.html#introduction~v1.5%20

# The URL to the collection issue tracker
issues: http://example.com/issue/tracker
31 changes: 0 additions & 31 deletions plugins/README.md

This file was deleted.

3 changes: 3 additions & 0 deletions plugins/doc_fragments/checkpoint_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Copyright: (c) 2019, Or Soffer <[email protected]>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import (absolute_import, division, print_function)
__metaclass__ = type


class ModuleDocFragment(object):

Expand Down
3 changes: 3 additions & 0 deletions plugins/doc_fragments/checkpoint_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Copyright: (c) 2019, Or Soffer <[email protected]>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import (absolute_import, division, print_function)
__metaclass__ = type


class ModuleDocFragment(object):

Expand Down
1 change: 1 addition & 0 deletions plugins/module_utils/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#

from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

import time

Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_access_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_access_layer_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
- Sorts results by the given field in descending order.
type: str
choices: ['name']
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_access_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_access_role_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
- Sorts results by the given field in descending order.
type: str
choices: ['name']
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_access_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_access_rule_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
description:
- Indicates whether to calculate and show "groups" field for every object in reply.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_address_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_address_range_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
description:
- Indicates whether to calculate and show "groups" field for every object in reply.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_administrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_administrator_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
- Sorts results by the given field in descending order.
type: str
choices: ['name']
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_application_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_application_site_category.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_application_site_category_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
- Sorts results by the given field in descending order.
type: str
choices: ['name']
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_application_site_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
description:
- Indicates whether to calculate and show "groups" field for every object in reply.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_application_site_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_application_site_group_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
description:
- Indicates whether to calculate and show "groups" field for every object in reply.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_assign_global_assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
representation of the object.
type: str
choices: ['uid', 'standard', 'full']
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_commands
extends_documentation_fragment: check_point.mgmt.checkpoint_commands
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_discard.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
description:
- Session unique identifier. Specify it to discard a different session than the one you currently use.
type: str
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_commands
extends_documentation_fragment: check_point.mgmt.checkpoint_commands
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_dns_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_dns_domain_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
description:
- Indicates whether to calculate and show "groups" field for every object in reply.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_dynamic_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_dynamic_object_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
description:
- Indicates whether to calculate and show "groups" field for every object in reply.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_exception_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_exception_group_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
- Sorts results by the given field in descending order.
type: str
choices: ['name']
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_global_assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_global_assignment_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
- Sorts results by the given field in descending order.
type: str
choices: ['name']
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_group_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
description:
- Indicates whether to calculate and show "groups" field for every object in reply.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_group_with_exclusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_group_with_exclusion_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
- Sorts results by the given field in descending order.
type: str
choices: ['name']
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
description:
- Apply changes ignoring errors. You won't be able to publish such a changes. If ignore-warnings flag was omitted - warnings will also be ignored.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_objects
extends_documentation_fragment: check_point.mgmt.checkpoint_objects
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_host_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
description:
- Indicates whether to calculate and show "groups" field for every object in reply.
type: bool
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_facts
extends_documentation_fragment: check_point.mgmt.checkpoint_facts
"""

EXAMPLES = """
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/cp_mgmt_install_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
description:
- The UID of the revision of the policy to install.
type: str
extends_documentation_fragment: check_point.mgmt.plugins.doc_fragments.checkpoint_commands
extends_documentation_fragment: check_point.mgmt.checkpoint_commands
"""

EXAMPLES = """
Expand Down
Loading

0 comments on commit d7414da

Please sign in to comment.