-
- Downloads
New certificate management module.
There is a new certificate management module placed in the plugins folder: plugins/modules/ipacert.py The certificate module allows to request, revoke, release and retrieve certificates for users, hosts and services. Here is the documentation for the module: README-cert.md New example playbooks have been added: playbooks/cert/cert-hold.yml playbooks/cert/cert-release.yml playbooks/cert/cert-request-host.yml playbooks/cert/cert-request-service.yml playbooks/cert/cert-request-user.yml playbooks/cert/cert-retrieve.yml playbooks/cert/cert-revoke.yml New tests for the module can be found at: tests/cert/test_cert_client_context.yml tests/cert/test_cert_host.yml tests/cert/test_cert_service.yml tests/cert/test_cert_user.yml The module has been co-authored by Sam Morris (@yrro) and Rafael Guterres Jeffman (@rjeffman).
Showing
- README-cert.md 175 additions, 0 deletionsREADME-cert.md
- README.md 2 additions, 0 deletionsREADME.md
- playbooks/cert/cert-hold.yml 14 additions, 0 deletionsplaybooks/cert/cert-hold.yml
- playbooks/cert/cert-release.yml 15 additions, 0 deletionsplaybooks/cert/cert-release.yml
- playbooks/cert/cert-request-host.yml 26 additions, 0 deletionsplaybooks/cert/cert-request-host.yml
- playbooks/cert/cert-request-service.yml 23 additions, 0 deletionsplaybooks/cert/cert-request-service.yml
- playbooks/cert/cert-request-user.yml 27 additions, 0 deletionsplaybooks/cert/cert-request-user.yml
- playbooks/cert/cert-retrieve.yml 16 additions, 0 deletionsplaybooks/cert/cert-retrieve.yml
- playbooks/cert/cert-revoke.yml 18 additions, 0 deletionsplaybooks/cert/cert-revoke.yml
- plugins/module_utils/ansible_freeipa_module.py 3 additions, 1 deletionplugins/module_utils/ansible_freeipa_module.py
- plugins/modules/ipacert.py 571 additions, 0 deletionsplugins/modules/ipacert.py
- setup.cfg 1 addition, 0 deletionssetup.cfg
- tests/cert/test_cert_client_context.yml 60 additions, 0 deletionstests/cert/test_cert_client_context.yml
- tests/cert/test_cert_host.yml 214 additions, 0 deletionstests/cert/test_cert_host.yml
- tests/cert/test_cert_service.yml 232 additions, 0 deletionstests/cert/test_cert_service.yml
- tests/cert/test_cert_user.yml 213 additions, 0 deletionstests/cert/test_cert_user.yml
Loading
Please register or sign in to comment