From 11991867c65db63c59b9c322a4fc75d01f9eb815 Mon Sep 17 00:00:00 2001 From: uumas Date: Thu, 12 May 2022 00:52:16 +0300 Subject: [PATCH] unifi docs --- docs/unifi.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/unifi.md diff --git a/docs/unifi.md b/docs/unifi.md new file mode 100644 index 0000000..66bda06 --- /dev/null +++ b/docs/unifi.md @@ -0,0 +1,14 @@ +Unifi is installed with host network mode. + +# Required variables +These variables are required. Example values included. Some general variables might also be required for this role. + +``` +ports: + unifi: + https: 8443 + +docker_vhost_domains: + unifi: + - unifi.domain.tld +```