mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Cleanup
This commit is contained in:
parent
b44f2c7bc1
commit
2e6e816abd
2 changed files with 4 additions and 17 deletions
|
@ -8,6 +8,8 @@ lokole_venv: "{{ lokole_install_path }}/venv"
|
|||
lokole_user: lokole
|
||||
lokole_run_directory: /home/{{ lokole_user }}/state
|
||||
|
||||
# Everything below this line is unused
|
||||
|
||||
lokole_db_name: iiab_lokole
|
||||
lokole_db_user: iiab_lokole_user
|
||||
lokole_db_user_password: changeme
|
||||
|
|
|
@ -26,26 +26,11 @@
|
|||
- name: Configure Lokole
|
||||
template:
|
||||
src: webapp_secrets.sh.j2
|
||||
dest: {{ lokole_run_directory }}/webapp_secrets.sh
|
||||
dest: "{{ lokole_run_directory }}/webapp_secrets.sh"
|
||||
tags:
|
||||
- configure
|
||||
|
||||
# - name: Download Lokole software, per roles/lokole/defaults/main.yml
|
||||
# git:
|
||||
# repo: "{{ lokole_git_repo }}"
|
||||
# version: "{{ lokole_version }}"
|
||||
# dest: "{{ lokole_install_path }}"
|
||||
# register: lokole_download_output
|
||||
# when: internet_available
|
||||
|
||||
# - name: Unpack download to permanent location
|
||||
# unarchive:
|
||||
# src: "{{ downloads_dir }}/{{ lokole_src }}"
|
||||
# dest: "{{ }}"
|
||||
# owner: root
|
||||
# group: "{{ apache_user }}"
|
||||
# mode: 0755
|
||||
# keep_newer: yes
|
||||
# Everything below this line is unused
|
||||
|
||||
- name: MySQL database needs to be running if we are trying to create a new db
|
||||
service:
|
||||
|
|
Loading…
Reference in a new issue