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
    45d80080
    ipaserver: Add support for external signed CA · 45d80080
    Thomas Woerner authored
    This adds support for the --external-ca option to ipaserver. Lots of
    additional tests and checks from ServerInstallInterface.__init__ have
    been added to ipaserver_test. Also duplicate tests cna checks have been
    removed.
    
    Installer settings in ansible_ipa_server module_util are now also set
    to the defaults that are used in Installable, ServerInstallInterface,
    ServerMasterInstall, ADTrustInstallInterface and Uninstall.
    
    The /root/ipa.csr file generated on the node in ca.install_step_0 will
    be copied to the controller as "{{ inventory_hostname }}-ipa.csr".
    
    The new task file copy_external_cert.yml has been added to copy the
    generated certificate defined in ipaserver_external_cert_files to the node
    to continue with ca.install_step_1.
    
    The tasks/install.yml file has been adapted to make sure that the steps
    that will be done in step two will be skipped after step one has been
    done.
    45d80080
    History
    ipaserver: Add support for external signed CA
    Thomas Woerner authored
    This adds support for the --external-ca option to ipaserver. Lots of
    additional tests and checks from ServerInstallInterface.__init__ have
    been added to ipaserver_test. Also duplicate tests cna checks have been
    removed.
    
    Installer settings in ansible_ipa_server module_util are now also set
    to the defaults that are used in Installable, ServerInstallInterface,
    ServerMasterInstall, ADTrustInstallInterface and Uninstall.
    
    The /root/ipa.csr file generated on the node in ca.install_step_0 will
    be copied to the controller as "{{ inventory_hostname }}-ipa.csr".
    
    The new task file copy_external_cert.yml has been added to copy the
    generated certificate defined in ipaserver_external_cert_files to the node
    to continue with ca.install_step_1.
    
    The tasks/install.yml file has been adapted to make sure that the steps
    that will be done in step two will be skipped after step one has been
    done.