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

ansible_ipa_server.py

  • Thomas Woerner's avatar
    2408a9b7
    ansible_ipa_server: New functions encode_certificate and decode_certificate · 2408a9b7
    Thomas Woerner authored
    The encode_certificate and decode_certificate are needed to encode and
    decode a certificate in the way that it can be passed back from a module
    and imported back into a usable certificate in another module.
    
    For newer IPA versions the certificate is normally an IPACertificate for
    older IPA versions it is simply a bytes array. But in both cases it needs
    to be converted not to break Ansible.
    2408a9b7
    History
    ansible_ipa_server: New functions encode_certificate and decode_certificate
    Thomas Woerner authored
    The encode_certificate and decode_certificate are needed to encode and
    decode a certificate in the way that it can be passed back from a module
    and imported back into a usable certificate in another module.
    
    For newer IPA versions the certificate is normally an IPACertificate for
    older IPA versions it is simply a bytes array. But in both cases it needs
    to be converted not to break Ansible.