This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ansible/docker_unifi.yml

11 lines
213 B
YAML
Raw Permalink Normal View History

---
- name: Deploy unifi network application
hosts: unifi
become: true
roles:
- role: docker
tags: docker
- role: docker_unifi_network_application
tags: docker_unifi_network_application