22 lines
552 B
Markdown
22 lines
552 B
Markdown
# Readme
|
|
|
|
## General
|
|
|
|
This playbook will deploy the unifi network application as docker container on the hosts which are speicified in your inventory under the name ````unifi ````
|
|
|
|
it also changes the way that the unifi network application will be reachable after the deployment. if you set the variable proxy_type in your vars, the default port 8443 will be changed to 18443
|
|
|
|
## vars
|
|
|
|
### group vars
|
|
|
|
unifi_docker_paths:
|
|
- /opt/docker/config/unifi
|
|
|
|
### host vars
|
|
|
|
unifi_mongo_host:
|
|
unifi_mongo_user:
|
|
unifi_mongo_user_pass:
|
|
unifi_mongo_db_name:
|