mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Mount SECRET_KEY into dev env & document it
This commit is contained in:
@@ -30,6 +30,12 @@
|
||||
when: not lookup('vars', item.item, default='')
|
||||
loop: "{{ secrets.results }}"
|
||||
|
||||
- name: Write out SECRET_KEY
|
||||
copy:
|
||||
content: "{{ secret_key }}"
|
||||
dest: "{{ sources_dest }}/SECRET_KEY"
|
||||
no_log: true
|
||||
|
||||
- name: Render configuration templates
|
||||
template:
|
||||
src: "{{ item }}.j2"
|
||||
|
||||
Reference in New Issue
Block a user