About CONGA Ansible Plugin
wcm.io DevOps CONGA Plugin for Ansible.
Documentation
Overview
This plugin extends CONGA with:
- Ability to read encrypted Ansible Vault files.
- Ability to read Ansible Inventory files.
- Ability to encrypt values in Model YAML files.
Please note: You need to install the Java Cryptography Extension (JCE) Unlimited Strength policy files from Oracle, because Ansible uses 256 bit keys to handle encryption and decryption of the vault files. If you are using Java 8u162 or higher they are already active by default.
Acknowledgments
This plugins uses (and embeds) code from the following projects:
- JavaAnsibleVault developed by Wedjaa
- ansible-inventory-java developed by Andrea Scarpino