mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 13:32:10 +00:00
13 lines
291 B
YAML
13 lines
291 B
YAML
---
|
|
- name: Automount location present example
|
|
hosts: ipaserver
|
|
become: true
|
|
tasks:
|
|
- name: Ensure automount locations DMZ and internal are present
|
|
ipaautomountlocation:
|
|
ipaadmin_password: SomeADMINpassword
|
|
name:
|
|
- DMZ
|
|
- internal
|
|
state: present
|