Skip to content
  1. Sep 27, 2021
    • Rafael Guterres Jeffman's avatar
      modules: Allow execution of plugins in an IPA client host. · 8bc6b01f
      Rafael Guterres Jeffman authored
      Add a new configuration variable, `ipaapi_context` to IPAAnsibleModule
      base specs, accepting only 'server' or 'client' values.
      
      By using this variable, an user can select the environment context in
      which the module will execute, server or client. This change will allow
      configuration of the server without requiring login access (e.g. `ssh`)
      to the server.
      
      The default behavior is to use a `server` context, but this behavior
      can be modified by the plugin, if it sets the `context` parameter when
      connecting to IPA API.
      8bc6b01f
  2. Sep 26, 2021
  3. Sep 24, 2021
  4. Sep 23, 2021
    • Thomas Woerner's avatar
      ipaclient_setup_nss: Use proper nosssd_files list · 60ff782a
      Thomas Woerner authored
      ipaclient_setup_nss is using the nosssd_files dict if sssd is disabled
      with no_sssd.
      
      The nosssd_files dict is generated in ipaclient_test and used in
      ipaclient_setup_nss. So far ipaclient_setup_nss was using nosssd_files
      from ipaclient installer, which was always None.
      60ff782a
  5. Sep 20, 2021
    • Rafael Guterres Jeffman's avatar
      ipaserver: Allow configuration of test server name. · 076835e0
      Rafael Guterres Jeffman authored
      As the server name was hard coded, when running tests for ipasever
      module using a server not name as 'ipaserver', the tests would fail.
      
      This patch allows the configuration of the server name using the
      variable 'ipa_server_name', and if not provided, try to infer the name
      from the ansible_hostname variable, or, if not possible, defaults to
      'ipaserver'.
      
      The same behavior is applied to 'ipasever_domain', with the default
      being 'ipa.test'.
      076835e0
  6. Sep 16, 2021
  7. Sep 15, 2021
  8. Sep 14, 2021
  9. Sep 13, 2021
  10. Sep 09, 2021
  11. Sep 08, 2021