mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Start on config stuff
This commit is contained in:
parent
50e6487699
commit
1284a62246
1 changed files with 15 additions and 0 deletions
|
@ -23,6 +23,21 @@
|
|||
- download
|
||||
when: internet_available
|
||||
|
||||
# - name: Generate session key
|
||||
# password:
|
||||
# length: 32
|
||||
# encrypt: no
|
||||
# _terms: /dev/null
|
||||
# tags:
|
||||
# - configure
|
||||
|
||||
- name: Configure Lokole
|
||||
template:
|
||||
src: webapp_secrets.sh.j2
|
||||
dest: {{ lokole_wd }}/webapp_secrets.sh
|
||||
tags:
|
||||
- configure
|
||||
|
||||
# - name: Download Lokole software, per roles/lokole/defaults/main.yml
|
||||
# git:
|
||||
# repo: "{{ lokole_git_repo }}"
|
||||
|
|
Loading…
Reference in a new issue