Files
ansible-tasks/mdm.yml
2026-03-15 16:04:42 +01:00

15 lines
222 B
YAML

---
# MicroMDM and NanoMDM
#
# Run:
# ansible-playbook -i inventory/hosts tasks/mdm.yml
#
# Prepare:
# See readme.md and init your workspace
- name: MicroMDM and NanoMDM
hosts: all
become: true
roles:
- lsa.mdm