Skip to content
  1. Jul 08, 2021
    • Thomas Woerner's avatar
      automember: Fix result["failed"] issues with conditions · 032c41f8
      Thomas Woerner authored
      result["failed"] is used only for INCLUDE_RE, EXCLUDE_RE if entries could
      not be added that are already there and it entries could not be removed
      that are not there.
      
      All other issues like invalid attributes etc. are handled as exceptions.
      Therefore the error section is not here as in other modules.
      
      Fixes RHBZ#1979626
      032c41f8
  2. Jul 06, 2021
  3. May 26, 2021
    • Mark Hahl's avatar
      New automember management module · 0e0bdf1f
      Mark Hahl authored
          There is a new automember management module placed in the plugins folder:
      
              plugins/modules/ipaautomember.py
      
          The automember module allows to ensure presence or absence of automember rules
          and manage automember rule conditions.
      
          Here is the documentation for the module:
      
              README-automember.md
      
          New example playbooks have been added:
      
              playbooks/automember/automember-group-absent.yml
              playbooks/automember/automember-group-present.yml
              playbooks/automember/automember-hostgroup-absent.yml
              playbooks/automember/automember-hostgroup-present.yml
              playbooks/automember/automember-hostgroup-rule-absent.yml
              playbooks/automember/automember-hostgroup-rule-present.yml
      
          New tests for the module:
      
              tests/automember/test_automember.yml
      0e0bdf1f
Loading