Skip to content
  1. May 31, 2019
  2. May 03, 2019
  3. Apr 18, 2019
    • Thomas Woerner's avatar
      4d759b64
    • Thomas Woerner's avatar
      ipareplica_setup_adtrust: Add missing settings for adtrust and module · 832d2333
      Thomas Woerner authored
      There have been missing settings that have not been provided to
      ipareplica_setup_adtrust. These are: enable_compat, rid_base and
      secondary_rid_base.
      
      The settings rid_base and secondary_rid_base are now initialized in
      ipareplica_prepare and propagated in the results.
      
      The two settings netbios_name and reset_netbios_name are placed in the
      adtrust binding in the adtrust.install_check call. These are now saved
      when ipareplica_prepare finishes and are written back in the fist steps of
      ipareplica_setup_adtrust to make adtrust.install working.
      
      The settings add_sids and add_agents are now initialized in
      ansible_ipa_replica in the same way as in ServerMasterInstall. These
      settings are fixed in the replica deployment.
      
      Related: #73 (ipaserver_setup_adtrust fails on default smb.conf)
      832d2333
  4. Apr 17, 2019
    • Thomas Woerner's avatar
      ipa[server,replica,client]: Do not use meta end_play · 0954f845
      Thomas Woerner authored
      Meta end_play has been used as a simple solution to end the playbook
      processing in special conditions, like for example when the deployment
      was already done before.
      
      meta end_play has been replaced with blocks and conditions for these
      blocks.
      
      Fixes: #70 (Avoid using meta end_play)
      0954f845
    • Thomas Woerner's avatar
      ipa[server,replica,client]: Do not enforce ansible_fqdn as hostname · bbaaf1f7
      Thomas Woerner authored
      The ansible_fqdn hostname has been enforced to be set and used in
      ipaserver, ipareplica and also ipaclient role. This has been removed as
      the hostname should only be set if specified explicitly with
      ipa[server,replica,client]_hostname.
      bbaaf1f7
  5. Apr 05, 2019
  6. Apr 03, 2019
  7. Mar 26, 2019
  8. Feb 12, 2019
  9. Nov 26, 2018
    • Thomas Woerner's avatar
      ipareplica: Make ipaserver_enable_ipa module working for ipareplica role · e6cf0e15
      Thomas Woerner authored
      The ipareplica role is reusing the ipaserver_enable_ipa module. This module
      needed some extensions on the server to enable the delayed services and
      also to dump DNS configuration (see commit a1287265).
      For replica it is not needed to dump the DNS configuration, therefore it is
      simply possible to set detup_dns to no to make this module also working
      for ipareplica.
      e6cf0e15
  10. Nov 23, 2018
  11. Nov 22, 2018
  12. Jul 19, 2018
  13. Jul 09, 2018
  14. Jun 21, 2018
  15. Apr 11, 2018
  16. Apr 04, 2018
    • Thomas Woerner's avatar
      New role for ipareplica installation · 53d984f1
      Thomas Woerner authored
      The support for external cert files is not complete yet.
      
      Please have a look at the example inventory file inventory/hosts.replica and
      also the install and uninstall playbook files install-replica.yml and
      uninstall-replica.yml
      53d984f1
Loading