Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.09 KB

Ansible Engine Playbooks

A collection of my Ansible Engine Playbooks I use in demos.

CyberArk Conjur Secrets Manager

Install CyberArk Conjur Collection

$ ansible-galaxy collection install cyberark.conjur

Example conjur_variable Usage

File: conjur_variable.yml

$ ansible-playbook -i localhost conjur_variable.yml

POC conjur_variable Playbook

NOT TO BE USED IN PRODUCTION

To be used with: Conjur-Configurator

$ ./poc_configure.sh
$ ansible-playbook -i localhost poc_conjur.yml

CyberArk Central Credential Provider

Install CyberArk PAS Collection

$ ansible-galaxy collection install cyberark.pas

Example cyberarkpassword Playbook

File: cyberarkpassword.yml

$ ansible-playbook -i localhost cyberarkpassword.yml

License

MIT