Skip to content

cyberark/ansible-isp-collection

CyberArk Identity Security Platform (ISP) Collection

cyberark logo|


Description

This collection is the CyberArk Identity Security Platform (ISP) project and can be found on ansible galaxy. This is aimed to enable the automation of securing privileged access by storing privileged accounts in the Enterprise Password Vault (EPV), controlling user's access to privileged accounts in EPV, and securely retrieving secrets using Central Credential Provider (CCP).

Requirements

  • Ansible Core 2.15.0 or above
  • CyberArk Privilege Cloud REST APIs
  • CyberArk Central Credential Provider (Only required for cyberark_credential)

Installation

Before using this collection, you need to install it with the Ansible Galaxy command-line tool:

ansible-galaxy collection install cyberark.isp

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

collections:
  - name: cyberark.isp

Note that if you install any collections from Ansible Galaxy, they will not be upgraded automatically when you upgrade the Ansible package. To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install cyberark.isp --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax to install version 1.0.0:

ansible-galaxy collection install cyberark.isp:==1.0.0

See using Ansible collections for more details.

Use Cases

There is a list of different modules to perform different tasks:

  • Add, Delete, Update CyberArk Users
  • Add, Delete, Update Application and App Authentications
  • Add, Delete, Update Safe and Safe Members
  • Add, Delete, Update CyberArk Accounts
  • Rotate Account Credentials

Modules

cyberark_authentication

  • Using the CyberArk Privilege Cloud REST APIs, authenticate and obtain an auth token to be passed as a variable in playbooks
  • Logoff of an authenticated REST API session
    Playbooks and Module Info

cyberark_user

  • Add a CyberArk User
  • Delete a CyberArk User
  • Update a CyberArk User's account parameters
  • Enable/Disable, change password, mark for change at next login, etc
    Playbooks and Module Info

cyberark_account

  • Add Privileged Account to the EPV
  • Delete account objects
  • Modify account properties
  • Rotatate privileged credentials
  • Retrieve account password
    Playbooks and Module Info

cyberark_safe

cyberark_safe_member

cyberark_application

  • Create Application
  • Delete Aplication
  • Update Application
  • Add/Update/Delete Application Authentication Playbooks and Module Info

cyberark_credential

  • Using CyberArk Central Credential Provider (CCP), to securely retrieve secrets and account properties from EPV to be registered for use in playbooks
    Playbooks and Module Info

Author Information

  • CyberArk Business Development Technical Team
    • @cyberark-bizdev
    • @nitsan-tzur
    • @compostCY

Support

As Red Hat Ansible Certified Content, this collection is entitled to support through the Ansible Automation Platform (AAP) using the Create issue button on the top right corner. If a support case cannot be opened with Red Hat and the collection has been obtained either from Galaxy or GitHub, there may community help available on the Ansible Forum.

License

Apache License

For the full license text see LICENSE

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •