mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Cleanup
This commit is contained in:
parent
83330fbcf6
commit
c0772a24b2
2 changed files with 4 additions and 17 deletions
|
@ -8,6 +8,8 @@ lokole_venv: "{{ lokole_install_path }}/venv"
|
||||||
lokole_user: lokole
|
lokole_user: lokole
|
||||||
lokole_run_directory: /home/{{ lokole_user }}/state
|
lokole_run_directory: /home/{{ lokole_user }}/state
|
||||||
|
|
||||||
|
# Everything below this line is unused
|
||||||
|
|
||||||
lokole_db_name: iiab_lokole
|
lokole_db_name: iiab_lokole
|
||||||
lokole_db_user: iiab_lokole_user
|
lokole_db_user: iiab_lokole_user
|
||||||
lokole_db_user_password: changeme
|
lokole_db_user_password: changeme
|
||||||
|
|
|
@ -26,26 +26,11 @@
|
||||||
- name: Configure Lokole
|
- name: Configure Lokole
|
||||||
template:
|
template:
|
||||||
src: webapp_secrets.sh.j2
|
src: webapp_secrets.sh.j2
|
||||||
dest: {{ lokole_run_directory }}/webapp_secrets.sh
|
dest: "{{ lokole_run_directory }}/webapp_secrets.sh"
|
||||||
tags:
|
tags:
|
||||||
- configure
|
- configure
|
||||||
|
|
||||||
# - name: Download Lokole software, per roles/lokole/defaults/main.yml
|
# Everything below this line is unused
|
||||||
# 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
|
|
||||||
|
|
||||||
- name: MySQL database needs to be running if we are trying to create a new db
|
- name: MySQL database needs to be running if we are trying to create a new db
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in a new issue