feat(unifi_controller): add ansible role and playbook

This commit is contained in:
2025-09-02 18:16:34 +02:00
parent 538ca940c1
commit 1a47b38b02
10 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
unifi_controller_states:
- "present"
- "absent"
unifi_controller_deployment_methods:
- "docker"
- "podman"