You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
nazunalika 44a2106fbd
start using FQCN
12 months ago
defaults add cname support 2 years ago
github/workflows Initial commit 2 years ago
meta fix lint 2 years ago
molecule Initial commit 2 years ago
tasks start using FQCN 12 months ago
templates all service to be chosen 2 years ago
vars fix up ipa-getcert role to be modular 2 years ago
.ansible-lint Initial commit 2 years ago
.pre-commit-config.yaml Initial commit 2 years ago
.yamllint Initial commit 2 years ago
CHANGELOG.md Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md fix up ipa-getcert role to be modular 2 years ago

README.md

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

  1. git clone repo Get the development repository
  2. pre-commit install Install the pre-commit hooks
  3. Make edits as explained in the customization section
  4. pre-commit Make sure existing code is good
  5. do development You know what to do
  6. pre-commit Make sure the edits are good to go
  7. molecule converge

Dependencies

This repo expects 3 things installed on the local machine

  1. pre-commit Methodology to test yaml style
  2. ansible-lint lint ansible code for best practices
  3. 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