Skip to content
  1. Jan 13, 2022
  2. Jan 12, 2022
  3. Jan 11, 2022
  4. Jan 06, 2022
    • chrisp's avatar
      New automount map management module. · 0d474290
      chrisp authored
      There is a new server management module placed in the plugins folder:
      
          plugins/modules/ipaautomountmap.py
      
      The server module allows to ensure presence and absence of automount
      maps. The module requires an existing automount location to place the
      map within. It does not create any automount keys with in the map.
      
      Here is the documentation for the module:
      
          README-automountmap.md
      
      New example playbooks have been added:
      
          playbooks/automount/automount-map-absent.yaml
          playbooks/automount/automount-map-present.yaml
      
      New tests for the module:
      
          tests/automount/test_automountmap.yml
      0d474290
  5. Jan 05, 2022
  6. Jan 04, 2022
  7. Jan 03, 2022
  8. Dec 29, 2021
    • Rafael Guterres Jeffman's avatar
      iparole: Add state 'renamed'. · 68f77584
      Rafael Guterres Jeffman authored
      All ansible-freeipa modules which allow object renaming should support
      'state: renamed'.
      
      This patch adds suport for the missing state, and fixes cases where a
      user could try to rename the object and set its members, which would
      fail depending on the operation order.
      
      Fix #566
      68f77584
    • Rafael Guterres Jeffman's avatar
      sudorule: Create FQDN from single hostnames · cf7fc949
      Rafael Guterres Jeffman authored
      Single hostnames can be used for sudorule_add_host and will match fqdn
      in IPA internally. Simple host names have to be extended to be FQDN to
      be able to compare them for sudorule_host_add and sudorule_host_remove.
      
      Fixes #672
      cf7fc949
  9. Dec 28, 2021
  10. Dec 23, 2021