mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FEAT] Isolate settings from image build and allow PWA customisation
Settings can now be changed without rebuilding the image PWA settings can now be changed
This commit is contained in:
@@ -61,8 +61,14 @@
|
||||
|
||||
- name: Copy settings file
|
||||
ansible.builtin.copy:
|
||||
src: 'settings.ini'
|
||||
dest: '{{ project_src_dir }}/breccia_mapper/settings.ini'
|
||||
src: '.env'
|
||||
dest: '{{ project_dir }}/.env'
|
||||
mode: 0600
|
||||
|
||||
- name: Copy site icon
|
||||
ansible.builtin.copy:
|
||||
src: 'icon-192x192.png'
|
||||
dest: '{{ project_dir }}/icon-192x192.png'
|
||||
mode: 0600
|
||||
|
||||
- name: Create database file
|
||||
@@ -104,5 +110,5 @@
|
||||
- name: Display warning about new superuser
|
||||
debug:
|
||||
msg:
|
||||
- "[WARNING] A superuser has been provisioned with the username \"{{ superuser_username }}\" and password that was provided. This user has unlimited access to the network mapper."
|
||||
- "[WARNING] A superuser has been provisioned with the username \"{{ superuser_username }}\" and the password that was provided. This user has unlimited access to the network mapper."
|
||||
when: provision_superuser
|
||||
Reference in New Issue
Block a user