Skip to content
  1. Feb 13, 2018
  2. Dec 08, 2017
  3. 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
  4. Dec 01, 2017
  5. Nov 09, 2017
  6. Oct 18, 2017
  7. Oct 17, 2017
  8. Oct 16, 2017
  9. Oct 13, 2017
  10. Oct 12, 2017
  11. Oct 11, 2017
  12. Oct 10, 2017
  13. Oct 06, 2017
  14. Oct 05, 2017
  15. Oct 04, 2017