created roles and playbooks for schreinerei och.
This commit is contained in:
21
roles/docker_unifi_network_application/readme.md
Normal file
21
roles/docker_unifi_network_application/readme.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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:
|
||||
Reference in New Issue
Block a user