add uisp role
This commit is contained in:
18
roles/uisp/tasks/main.yml
Normal file
18
roles/uisp/tasks/main.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
|
||||
- name: UISP container
|
||||
import_role:
|
||||
name: container
|
||||
vars:
|
||||
docker_service: uisp
|
||||
docker_proxy_target_protocol: https
|
||||
docker_image: nico640/docker-unms
|
||||
docker_image_http_port: 8443
|
||||
docker_mounts:
|
||||
- name: config
|
||||
path: /config
|
||||
docker_published_ports:
|
||||
- "0.0.0.0:{{ ports.uisp.netflow }}:2055"
|
||||
docker_env:
|
||||
HTTPS_PORT: "8443"
|
||||
PUBLIC_HTTPS_PORT: "443"
|
||||
Reference in New Issue
Block a user