Skip to content
Snippets Groups Projects
Select Git revision
  • 0d474290009ef10c5d0e41c7a36eac1ed2aaa55f
  • 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
22 results

automount-map-present.yaml

Blame
    • chrisp's avatar
      0d474290
      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
      History
      New automount map management module.
      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
    requirements-tests.txt 149 B
    -r requirements.txt
    pytest>=2.7
    pytest-sourceorder>=0.5
    pytest-split-tests>=1.0.3
    testinfra>=5.0
    jmespath>=0.9  # needed for the `json_query` filter