Skip to content

Commit

Permalink
add upload dirs to fsm on maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
mira-miracoli committed Mar 21, 2024
1 parent 75ef7fc commit d6d1b24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions group_vars/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ fsm_scripts:
- /data/jwd/tmp
- /data/jwd02f/tmp
- /data/jwd04/tmp
- "{{ upload_dir_main }}"
- "{{ upload_dir_test }}"
time: "{{ fsm_intervals.long }}"
upload_dirs:
enable: true
Expand Down
3 changes: 2 additions & 1 deletion maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- mounts/dest/all.yml
- mounts/mountpoints.yml
- group_vars/maintenance.yml
- group_vars/upload.yml
collections:
- devsec.hardening
handlers:
Expand Down Expand Up @@ -116,6 +117,7 @@
with_items:
- 9628/tcp # HTCondor shared port
roles:
- usegalaxy-eu.vgcn-monitoring
- usegalaxy_eu.handy.os_setup
- geerlingguy.repo-epel
- usegalaxy-eu.autoupdates
Expand All @@ -139,6 +141,5 @@
- ssh_hardening
- dj-wasabi.telegraf
# - usegalaxy-eu.fix-stop-ITs
- usegalaxy-eu.vgcn-monitoring
- usegalaxy-eu.logrotate
- usegalaxy_eu.walle

0 comments on commit d6d1b24

Please sign in to comment.