Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
  • v1.8.3
21 results

ipacert.py

Blame
    • Sam Morris's avatar
      87e1edf5
      New certificate management module. · 87e1edf5
      Sam Morris authored
      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).
      87e1edf5
      History
      New certificate management module.
      Sam Morris authored
      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).