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