Skip to content
  1. Jan 29, 2018
  2. Dec 06, 2017
    • Thomas Woerner's avatar
      library/ipadiscovery: Add time synchronization calls · d009b806
      Thomas Woerner authored
      Attempt to sync time if on_master is not set and no_ntp is not set: At
      first with given or dicovered time servers. If no ntp servers have been
      given or discovered, then with the ipa server.
      
      New parameters:
        on_master:
          description: IPA client installation on IPA server
          required: false
          default: false
          type: bool
          default: no
        ntp_servers:
          description: List of NTP servers to use
          required: false
          type: list
          default: []
        no_ntp:
          description: Do not sync time and do not detect time servers
          required: false
          default: false
          type: bool
          default: no
      
      The ntp_servers output parameter is now always an empty list if on_master
      or no_ntp is set.
      d009b806
    • Thomas Woerner's avatar
      12078667
    • Thomas Woerner's avatar
      Add support for on_master flag · a7e78597
      Thomas Woerner authored
      This is needed to be able to use ipaclient role in the server role
      a7e78597
  3. Nov 09, 2017
  4. Oct 13, 2017
  5. Oct 12, 2017
    • Florence Blanc-Renaud's avatar
      Simplify ipaclient uninstall · a0b8bd39
      Florence Blanc-Renaud authored
      Currently ipaclient role is using the module ipaclient only for uninstallation,
      and this module contains a lot of unused code.
      It is simpler to directly call the command-line
         ipa-client-install --uninstall -U
      and remove the ipaclient module.
      a0b8bd39
  6. Oct 11, 2017
    • Florence Blanc-Renaud's avatar
      Fix otp + force-join usecase · 92d73ae2
      Florence Blanc-Renaud authored
      When the client already has a working keytab, use_otp is disabled. This creates
      an issue when ipaclient_force_join is set, because the join module is called
      with ipaadmin_principal and ipaadmin_password, but these variables may be
      undefined if ipaadmin_keytab is used instead.
      We should not disable OTP when force-join is specified.
      92d73ae2
  7. Oct 10, 2017
  8. Oct 05, 2017
  9. Oct 04, 2017
  10. Oct 02, 2017
  11. Sep 25, 2017
  12. Sep 19, 2017
  13. Sep 18, 2017
  14. Sep 15, 2017
Loading