1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2018-11-04 01:22:12 -04:00 committed by GitHub
parent 134093e07a
commit 99624b9f12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,9 @@
---
# Information needed to install Lokole
# Info needed to install Lokole
lokole_version: "0.1.24"
lokole_install_path: "{{ content_base }}/lokole"
lokole_venv: "{{ lokole_install_path }}/venv"
lokole_install_path: "{{ content_base }}/lokole" # /library/lokole
lokole_venv: "{{ lokole_install_path }}/venv" # /library/lokole/venv
# Information needed to run Lokole
# Info needed to run Lokole
lokole_user: lokole
lokole_run_directory: "/home/{{ lokole_user }}/state"
@ -12,7 +11,7 @@ lokole_install: True
lokole_enabled: True
lokole_url: /lokole
lokole_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}{{ lokole_url }}"
lokole_full_url: "http://{{ iiab_hostname }}.{{ iiab_domain }}{{ lokole_url }}" # http://box.lan/lokole
lokole_domain_socket: "{{ lokole_run_directory }}/lokole_gunicorn.sock"