Skip to content

Commit

Permalink
forgot vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Sep 18, 2024
1 parent 13c320a commit f564630
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ walle_envs_database:
value: galaxy
- key: PGDATABASE
value: galaxy
- key: GALAXY_CONFIG_FILE
value: "{{ galaxy_config_dir }}/galaxy.yml"
- key: GALAXY_PULSAR_APP_CONF
value: "{{ galaxy_config_dir }}/pulsar_app.yml"

# delete users when malware was found and malware severity reached walle_delete_threshold
walle_delete_users: false
Expand All @@ -35,8 +39,6 @@ walle_envs_user_deletion:
value: "{{ walle_api_key }}"
- key: GALAXY_BASE_URL
value: "{{ walle_galaxy_url }}"
- key: GALAXY_CONFIG_FILE
value: "{{ galaxy_config_dir }}/galaxy.yml"
# - key: GALAXY_USER_DELETION_MESSAGE
# value: "Your personalized message"
# - key: GALAXY_USER_DELETION_SUBJECT
Expand Down

0 comments on commit f564630

Please sign in to comment.