mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Start on config stuff
This commit is contained in:
parent
ff41cbf2a6
commit
95c7ddafd0
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…
Add table
Add a link
Reference in a new issue