Files
ansible-freeipa/playbooks/automount/automount-map-present.yaml
2022-01-11 09:43:41 -03:00

13 lines
270 B
YAML

---
- 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"