feat(unifi_controller): add ansible role and playbook
This commit is contained in:
7
playbooks/unifi_controller.yml
Normal file
7
playbooks/unifi_controller.yml
Normal 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
|
Reference in New Issue
Block a user