1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +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 50e6487699
commit 1284a62246

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