-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98333c4
commit 3c185ec
Showing
16 changed files
with
484 additions
and
4 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
.ansible/collections/ansible_collections/ansible/platform/plugins/modules/application.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.application | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
32 changes: 32 additions & 0 deletions
32
.ansible/collections/ansible_collections/ansible/platform/plugins/modules/authenticator.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.authenticator | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
32 changes: 32 additions & 0 deletions
32
...ble/collections/ansible_collections/ansible/platform/plugins/modules/authenticator_map.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.authenticator_map | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
32 changes: 32 additions & 0 deletions
32
.ansible/collections/ansible_collections/ansible/platform/plugins/modules/http_port.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.http_port | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
32 changes: 32 additions & 0 deletions
32
.ansible/collections/ansible_collections/ansible/platform/plugins/modules/organization.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.organization | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
32 changes: 32 additions & 0 deletions
32
.../collections/ansible_collections/ansible/platform/plugins/modules/role_user_assignment.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.role_user_assignment | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
32 changes: 32 additions & 0 deletions
32
.ansible/collections/ansible_collections/ansible/platform/plugins/modules/route.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.route | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
32 changes: 32 additions & 0 deletions
32
.ansible/collections/ansible_collections/ansible/platform/plugins/modules/service.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.service | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
32 changes: 32 additions & 0 deletions
32
.ansible/collections/ansible_collections/ansible/platform/plugins/modules/service_cluster.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.service_cluster | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
32 changes: 32 additions & 0 deletions
32
.ansible/collections/ansible_collections/ansible/platform/plugins/modules/service_key.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.service_key | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
32 changes: 32 additions & 0 deletions
32
.ansible/collections/ansible_collections/ansible/platform/plugins/modules/service_node.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.service_node | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
32 changes: 32 additions & 0 deletions
32
.ansible/collections/ansible_collections/ansible/platform/plugins/modules/settings.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# This is a mocked Ansible module generated by ansible-lint | ||
from ansible.module_utils.basic import AnsibleModule | ||
|
||
DOCUMENTATION = ''' | ||
module: ansible.platform.settings | ||
short_description: Mocked | ||
version_added: "1.0.0" | ||
description: Mocked | ||
author: | ||
- ansible-lint (@nobody) | ||
''' | ||
EXAMPLES = '''mocked''' | ||
RETURN = '''mocked''' | ||
|
||
|
||
def main(): | ||
result = dict( | ||
changed=False, | ||
original_message='', | ||
message='') | ||
|
||
module = AnsibleModule( | ||
argument_spec=dict(), | ||
supports_check_mode=True, | ||
) | ||
module.exit_json(**result) | ||
|
||
|
||
if __name__ == "__main__": | ||
main() |
Oops, something went wrong.