Skip to content
Snippets Groups Projects
automount-map-present.yml 270 B
---
- name: Automount map present example
  hosts: ipaserver
  become: no

  tasks:
  - name: ensure map TestMap is present
    ipaautomountmap:
      ipaadmin_password: SomeADMINpassword
      name: TestMap
      location: TestLocation
      desc: "this is a test map"