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 +```