1.7 KiB
CI Badge
ipa-getcert Ansible Role
A very basic ipa-getcert role used for certificates issued for internal communication. This assumes the client is enrolled with FreeIPA.
This is loosely based on another project on github with some heavy modifications and adapted for the Rocky Linux infrastructure. In particular, we have made it more modular. This may be used and copied.
Note: Note that the certificates should auto-renew when requested via ipa-getcert
. However. if you turn on the chain, you will have to fix that manually.
Getting started
Ensure all dependencies are installed and then follow the below process
git clone repo
Get the development repositorypre-commit install
Install the pre-commit hooks- Make edits as explained in the customization section
pre-commit
Make sure existing code is gooddo development
You know what to dopre-commit
Make sure the edits are good to gomolecule converge
Dependencies
This repo expects 3 things installed on the local machine
- pre-commit Methodology to test yaml style
- ansible-lint lint ansible code for best practices
- yamllint Ensures all yaml is well formed
Customization
If you can come up with a customization to this, go for it!
Optional
The github actions are configured to automatically run the molecule tests but if you want to load them locally you will also need molecule installed on the development machine
Advanced
There are numerous other options within the defaults/main.yml that can change other parts of the behavior of the system
Changelog
The changelog is stored externally