1
0
Fork 0
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:
Aidan Fitzgerald 2018-07-22 02:07:31 -04:00 committed by Aidan Fitzgerald
parent ff41cbf2a6
commit 95c7ddafd0

View file

@ -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 }}"