Skip to content
  1. Apr 29, 2022
  2. Apr 28, 2022
    • Rafael Guterres Jeffman's avatar
      New idrange management module · 603bd618
      Rafael Guterres Jeffman authored
      There is a new idrange management module placed in the plugins folder:
      
          plugins/modules/ipaidrange.py
      
      The idrange module allows to ensure presence and absence of idranges.
      
      Here is the documentation of the module:
      
          README-idrange.md
      
      New example playbooks have been added:
      
          playbooks/idrange/idrange-absent.yml
          playbooks/idrange/idrange-ad-posix-present.yml
          playbooks/idrange/idrange-ad-present.yml
          playbooks/idrange/idrange-present.yml
      
      New tests for the module can be found at:
      
          tests/idrange/test_idrange.yml
          tests/idrange/test_idrange_client_context.yml
      603bd618
  3. Apr 27, 2022
  4. Apr 26, 2022
  5. Apr 25, 2022
  6. Apr 12, 2022
  7. Apr 07, 2022
  8. Apr 06, 2022
  9. Apr 05, 2022
  10. Mar 30, 2022
  11. Mar 22, 2022
  12. Mar 03, 2022
  13. Feb 28, 2022
  14. Feb 25, 2022
    • Thomas Woerner's avatar
      ipahost: Set allow_empty_string for auth_ind · abf0cc32
      Thomas Woerner authored
      The parameter auth_ind is allowing to use "" to reset to the default
      value.
      
      The new check in params_get is not allowing to use empty strings in lists,
      therefore allow_empty_string=True had to be added to the call.
      
      A test has been added to verify that the empty strings are supported and
      working.
      abf0cc32
    • Thomas Woerner's avatar
      ipaservice: Set allow_empty_string for auth_ind and pac_type · 9decad4e
      Thomas Woerner authored
      The parameters auth_ind and pac_type are allowing to use "" to reset to
      the default value.
      
      The new check in params_get is not allowing to use empty strings in lists,
      therefore allow_empty_string=True had to be added to the call.
      
      A test has been added to verify that the empty strings are supported and
      working. An idempotency issue with pac_type has been found with the test
      and fixed additionally.
      9decad4e