forked from Netz39_Admin/netz39-infra-ansible
10 lines
211 B
YAML
10 lines
211 B
YAML
|
---
|
||
|
# this is for a dedicated vm just hosting the unifi controller.
|
||
|
- hosts: unifi.n39.eu
|
||
|
become: true
|
||
|
vars:
|
||
|
ansible_python_interpreter: /usr/bin/python3
|
||
|
roles:
|
||
|
- unifi-controller-docker
|
||
|
tasks: []
|