infamousjoeg / ansible-engine-playbooks

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Shell 100.0%