Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

ipaautomountkey.py

Blame
    • chrisp's avatar
      3ca9982c
      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
      History
      New automount key management module
      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