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 @@
---
- name: Deploy unifi controller
hosts: "{{ unifi_controller_hosts | default('unifi_controller') }}"
become: "{{ unifi_controller_become | default(false) }}"
gather_facts: "{{ unifi_controller_gather_facts | default(false) }}"
roles:
- role: finallycoffee.services.unifi_controller