feat(unifi_controller): add ansible role and playbook

This commit is contained in:
2025-09-02 18:16:34 +02:00
parent 6b004e3477
commit 2342d6ee96
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"