Skip to content
Snippets Groups Projects
Commit 071e9f83 authored by Martin Bergemann's avatar Martin Bergemann :speech_balloon:
Browse files

Fix playbooks

parent 5446c5bd
No related branches found
No related tags found
1 merge request!17Update playbooks
......@@ -82,7 +82,6 @@
with_items:
- "git+https://gitlab.dkrz.de/freva/metadata-inspektor.git"
- "git+https://gitlab.dkrz.de/k204230/install-kernelspec.git"
# when: (core_install is true)
become: "{{'yes' if core_ansible_become_user is defined else 'no' }}"
- name: Inserting drs_config.toml file
copy:
......
......@@ -5,12 +5,12 @@
- ansible_python_interpreter: "{{ solr_ansible_python_interpreter }}"
- continer_name: "{{ solr_name }}"
- docker_cmd: >
"-e CORE={{solr_core}}"
"-e NUM_BACKUPS=7"
"-e SOLR_HEAP={{solr_mem}}"
"-v /mnt/{{project_name}}/solr_service:/var/solr/data:z"
"--name {{ solr_name }}"
"-p {{ solr_port }}:8983 -t {{ solr_name }}:latest"
-e CORE={{solr_core}}
-e NUM_BACKUPS=7
-e SOLR_HEAP={{solr_mem}}
-v /mnt/{{project_name}}/solr_service:/var/solr/data:z
--name {{ solr_name }}
-p {{ solr_port }}:8983 -t {{ solr_name }}:latest
tasks:
- name: Copying docker/podman wrapper script
copy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment