mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
13 lines
270 B
YAML
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"
|