mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
lokole/tasks/install.yml: Further comment out Apache
This commit is contained in:
parent
be751cf3fe
commit
327a4e62ee
1 changed files with 6 additions and 6 deletions
|
@ -122,12 +122,12 @@
|
|||
. {{ lokole_run_directory }}/webapp_secrets.sh
|
||||
{{ lokole_venv }}/bin/manage.py createadmin --name='{{ lokole_admin_user }}' --password='{{ lokole_admin_password }}'
|
||||
|
||||
- name: Install /etc/{{ apache_conf_dir }}/lokole.conf from template, for http://box{{ lokole_url }} via Apache # http://box/lokole
|
||||
template:
|
||||
src: lokole.conf.j2
|
||||
dest: "/etc/{{ apache_conf_dir }}/lokole.conf"
|
||||
mode: 0644
|
||||
when: apache_install
|
||||
#- name: Install /etc/{{ apache_conf_dir }}/lokole.conf from template, for http://box{{ lokole_url }} via Apache # http://box/lokole
|
||||
# template:
|
||||
# src: lokole.conf.j2
|
||||
# dest: "/etc/{{ apache_conf_dir }}/lokole.conf"
|
||||
# mode: 0644
|
||||
# when: apache_install
|
||||
|
||||
- name: Install unit files {lokole.service, celery.service, celerybeat.service, lokole_restarter.service} into /etc/systemd/system, from template
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue