community.general/lib/ansible/modules
CyberArk BizDev 6aa851c6bc CyberArk InitialSupport (#21764)
* Added cyberarkpassword lookup plugin

Added cyberarkpassword lookup plugin: It allows to retrieve credentials
(password, sshkey) from CyberArk Digital Vault

* Added Modules: cyberark_authentication & cyberark_user

Added Modules:
- cyberark_authentication: Logon/Logoff to CyberArk Vault
- cyberark_user: user management

These 2 modules use CyberArk Privileged Account Security Web Services
SDK

* Update cyberark_authentication.py

* Update cyberark_user.py

* Removed ternary conditional to comply with 2.4

* Replaced usage of iteritems() for items() to comply with python3

* PEP8 Updates

* Fixed Doc Issues

* Doc Fixes

* More Doc Fixes

* Removing cyberark_user module, and cyberark lookup plugin

for initial approval of PR, and continue with 2 different PRs after PR
#21764 is approved.

* PEP8 Fixes

* Moved cyberark modules to identity category

From IRC #ansible-devel recommendation (@bcoca) I moved cyberark to
identity category so the authorized maintainers can provide feedback
and move it forward.

* Updates based on community_review by bjolivot

- Updated description lines to have full stops in the documentation
section.
- changed file to use delimiter-separated words instead of camel case
- Updated AnsibleModule module_spec parameters to use
mutually_exclusive, required_if and required_together parameters to
avoid manual validation of the parameters.
- Added comments for more readability.
- Removed “required”: false as they are implicit.
- Enhanced check_mode handling.

* PEP8 Updates

* Updates based on IRC Feedback June 6

* Fixed description for token item

* Fixed Documentation RETURN string

* Fixed PEP8 W291 trailing whitespace

* Changes based on feedback from community review

* Added import to_text from ansible.module_utils._text

* Updates based on recommendation from community

* Changed Exception for Error in friendly messages in try/except blocks

* Updates based on community review (bcoca & dagwieers)

* Fixed httplib for python3 (http.client)
2017-08-01 14:20:27 -07:00
..
cloud [cloud] make ec2 paging() more functional and add paging to ec2_lc_facts (#27355) 2017-08-01 15:06:46 -04:00
clustering Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
commands Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
crypto Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
database Remove wildcard, add boilerplate and get rid of get_exception 2017-07-31 13:51:38 -07:00
files Add Ability to Exlude Paths from Archive 2017-07-31 11:46:16 -07:00
identity CyberArk InitialSupport (#21764) 2017-08-01 14:20:27 -07:00
inventory Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
messaging Get rid of more wildcard imports and add boilerplate to more modules 2017-07-29 07:02:12 -07:00
monitoring Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
net_tools more wildcards 2017-07-29 07:02:12 -07:00
network Fix junos_logging integration test failure (#27605) 2017-08-02 02:12:09 +05:30
notification Proposed new notification module: BearyChat (#21947) 2017-08-01 12:47:47 +01:00
packaging Pass server_hostname from task to subscription-manager (#27420) 2017-07-31 09:15:15 -04:00
remote_management Remove wildcard imports 2017-07-28 22:10:17 -07:00
source_control remove wildcards and add boilerplate 2017-07-29 14:13:30 -07:00
storage Remove wildcard imports 2017-07-28 22:10:17 -07:00
system Fix aruba_config flake8 failures (#27603) 2017-08-01 15:48:48 -04:00
utilities Fix broken import in utilities.helper._accelerate (#27088) 2017-07-31 22:05:46 -07:00
web_infrastructure Remove wildcard imports 2017-07-28 22:10:17 -07:00
windows Add mac address to windows facts (#25803) 2017-08-01 11:13:19 -07:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00