netz39-infra-ansible/unifi.yml

10 lines
211 B
YAML
Raw Normal View History

2022-01-05 21:19:49 +01:00
---
# 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: []