Skip to content
  1. Jul 19, 2018
  2. Jul 07, 2018
  3. Jun 28, 2018
  4. Jun 27, 2018
  5. Jun 21, 2018
  6. May 18, 2018
    • Thomas Woerner's avatar
      ipaclient: Make krb5 DNS lookup possible in cluster environments · 397acc01
      Thomas Woerner authored
      krb5 DNS discovery was not possible in cluster environments as the server
      list from groups.ipaserver was used all the time. DNS discovery is though
      only used if no servers are given.
      
      The new setting ipaclient_no_dns_lookup has been added to make sure that
      DNS lookup is used in the first place and can be disabled easily with this
      setting. There is also a new way to override servers per client in the
      inventory file with ipaclient_servers.
      
      Two new settings have been added:
      
      ipaclient_no_dns_lookup (bool, default: no)
        Set to 'yes' to use groups.ipaserver in cluster environments as servers
        for the clients. This deactivates DNS lookup in krb5.
      
      ipaclient_servers (list of strings, default: undefined)
        Manually override list of servers for example in a cluster environment on
        a per client basis. The list of servers is normally taken from from
        groups.ipaserver in cluster environments.
      397acc01
    • Thomas Woerner's avatar
      ipaclient: Fix krb5 DNS lookup and servers · 3e9568e3
      Thomas Woerner authored
      The krb5 DNS lookup settings krb5_dns_lookup_realm and krb5_dns_lookup_kdc
      ans also the servers have not been set properly set if no server has been
      specified and discovery succeeded. This has been fixed.
      
      This fixes issue #23.
      3e9568e3
  7. Apr 11, 2018
  8. Feb 09, 2018
  9. Feb 01, 2018
  10. Jan 29, 2018
  11. 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
  12. Nov 09, 2017
  13. Oct 13, 2017
  14. 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
  15. 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
  16. Oct 10, 2017
  17. Oct 05, 2017
  18. Oct 04, 2017
  19. Oct 02, 2017
    • Thomas Woerner's avatar
      roles/ipaclient/tasks/install.yml: ccache cleanup, new always clause · 92b824d8
      Thomas Woerner authored
      Add big block has been added that contains all steps where the ccache is
      created an used. With the block it is possible to add an always clause to
      remove the ccachae also in the error case. The cleanup of the ccache is
      also done in the beginning to make sure that no ccache leftover will be
      used.
      92b824d8
Loading