Skip to content

Commit

Permalink
debug 9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Dec 2, 2024
1 parent e659631 commit da446fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ansible/idr-01-install-idr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@

- import_playbook: idr-omero.yml

- import_playbook: idr-omero-web.yml

- import_playbook: idr-omero-readonly.yml

- import_playbook: idr-omero-web.yml



tags:
Expand Down
6 changes: 3 additions & 3 deletions ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
roles:
- role: ome.nfs_share
nfs_shares:
/data/OMERO:
/data/OMERwO:
- host: "*"
options: 'ro'
/data/BioFormatsCache:
/data/BioFormwatsCache:
# TODO: Limit which hosts can write to this dir
- host: "*"
options: 'rw'
/data/idr-metadata:
/data/idr-metadwata:
- host: "*"
options: 'ro'

Expand Down

0 comments on commit da446fb

Please sign in to comment.