Skip to content

Commit

Permalink
manager: add data directory for osismclient (#1555)
Browse files Browse the repository at this point in the history
Related to osism/issues#1081

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 12, 2024
1 parent 0b463c9 commit 15678b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/manager/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ state_directory: /opt/state

manager_docker_compose_directory: /opt/manager
manager_configuration_directory: /opt/manager/configuration
manager_data_directory: /opt/manager/data
manager_secrets_directory: /opt/manager/secrets

##########################
Expand Down
1 change: 1 addition & 0 deletions roles/manager/tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- "{{ ansible_directory }}"
- "{{ archive_directory }}"
- "{{ manager_configuration_directory }}"
- "{{ manager_data_directory }}"
- "{{ manager_docker_compose_directory }}"
- "{{ manager_secrets_directory }}"
- "{{ secrets_directory }}"
Expand Down
1 change: 1 addition & 0 deletions roles/manager/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ services:
- "share:/share"
- "{{ configuration_directory }}:/opt/configuration:ro"
- "{{ secrets_directory }}:/ansible/secrets:ro"
- "{{ manager_data_directory }}:/data:ro"

{% if flower_enable|bool %}
##########################################
Expand Down

0 comments on commit 15678b3

Please sign in to comment.