Skip to content
  1. Sep 24, 2021
  2. 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
  3. Sep 16, 2021
  4. Sep 15, 2021
  5. Sep 14, 2021
  6. Sep 13, 2021
  7. Sep 09, 2021
  8. Sep 08, 2021
  9. Sep 07, 2021
    • Thomas Woerner's avatar
      hbacrule: Use execute_ipa_commands · 928deb21
      Thomas Woerner authored
      execute_ipa_commands replces the check mode exit, the loop over the
      generated commands and also in the member failure handling for modules
      with member support.
      928deb21
    • Thomas Woerner's avatar
      group: Use execute_ipa_commands · 19073730
      Thomas Woerner authored
      execute_ipa_commands replces the check mode exit, the loop over the
      generated commands and also in the member failure handling for modules
      with member support.
      19073730
    • Thomas Woerner's avatar
      delegation: Use execute_ipa_commands · 95ffd2c5
      Thomas Woerner authored
      execute_ipa_commands replces the check mode exit, the loop over the
      generated commands and also in the member failure handling for modules
      with member support.
      95ffd2c5