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

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