Skip to content
  1. Jun 15, 2022
  2. Jun 14, 2022
  3. May 12, 2022
  4. Apr 29, 2022
  5. 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
  6. Apr 27, 2022
  7. Apr 26, 2022
  8. Apr 25, 2022
  9. Apr 12, 2022
    • Rafael Guterres Jeffman's avatar
      DNS forward policy: ensure consistency between module parameters. · 10e9c30a
      Rafael Guterres Jeffman authored
      Modules ipadnsconfig and ipadnsforwardzone allow the setting of forward
      policy for zone forwarders, but the parameter names differ between the
      modules.
      
      This patch ensures that the same parameter names can be used in each
      module. To keep backwar compatibility in both modules, both
      `forward_policy` and `forwardpolicy` are now supported.
      10e9c30a