Skip to content
  1. Jan 17, 2022
  2. Jan 13, 2022
  3. Jan 12, 2022
  4. Jan 11, 2022
    • Rafael Guterres Jeffman's avatar
      Fixed automountkey code review issues. · dd700d95
      Rafael Guterres Jeffman authored
      Fixed several issues found during code review and change
      AutomountkeyModule to use IPAAnsibleModule instead of deprecated
      FreeIPABaseModule.
      dd700d95
    • chrisp's avatar
      New automount key management module · 3ca9982c
      chrisp authored
      There is a new automount key module placed in the plugins folder:
      
          plugins/modules/ipaautomountkey.py
      
      The server module allows to ensure presence and absence of automount
      keys. The module requires an existing automount location and map to
      place the key within.
      
      Here is the documentation for the module:
      
          README-automountkey.md
      
      New example playbooks have been added:
      
          playbooks/automount/automount-key-absent.yaml
          playbooks/automount/automount-key-present.yaml
      
      New tests for the module:
      
          tests/automount/test_automountkey.yml
      3ca9982c
    • Thomas Woerner's avatar
      Merge pull request #497 from chr15p/ipaautomountmap · 6a1f6193
      Thomas Woerner authored
      add module to create and manage automount maps
      6a1f6193