Files
ansible-freeipa/playbooks/automount/automount-location-absent.yml
2021-09-29 15:49:00 -03:00

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