Skip to content

Commit

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

- import_playbook: idr-omero.yml

- import_playbook: idr-omero-readonly.yml

- import_playbook: idr-omero-web.yml

- import_playbook: idr-omero-readonly.yml

tags:
# Requires NFS shares which can't be configured in Docker
Expand Down
9 changes: 9 additions & 0 deletions ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,18 @@
- name: Display nfs-server status
command: systemctl enable --now nfs-server
register: command_output

- name: enable nfs
become: true
service:
enabled: true
name: nfs-server
state: started

- name: Display nfs-server status
command: ls -ld /data/OMERO
register: command_output1

- name: Display nfs-server status
command: ls -ld /data/BioFormatsCache
register: command_output2
Expand Down

0 comments on commit 10cabd4

Please sign in to comment.