ansible-role-openstreamingp.../defaults/main.yml

10 lines
199 B
YAML
Raw Permalink Normal View History

2020-12-08 22:10:59 +01:00
osp_edge_http_user: "http"
osp_edge_http_group: "http"
osp_edge_http_path: "/var/www"
osp_edge_allow:
- "::1"
- "127.0.0.1"
2020-12-08 23:54:31 +01:00
osp_edge_tls_enabled: False
osp_edge_hostname: "{{ inventory_hostname }}"