Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Nov 30, 2024
1 parent 5c95acb commit 93b207b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
mode: 0755

roles:
- role: ome.selinux_utils
- role: ome.nfs_share
nfs_shares:
/data/OMERO:
Expand All @@ -31,7 +32,6 @@

# Include restart handlers
- role: ome.omero_common
- role: ome.selinux_utils

tasks:
# Lock down the read-write node in the read-only cluster
Expand All @@ -58,11 +58,12 @@
'-omeroreadwrite-hosts'][0]][
'ansible_' +(idr_net_iface | default('eth0'))]['ipv4']['address'] }}
# - name: change folder and execute command
# command: chdir=/tmp ls
#- name: change folder and execute command
# command: chdir=/tmp ls

roles:
# Use the same paths as on the omeorreadwrite server to reduce confusion
- role: ome.selinux_utils
- role: ome.nfs_mount
nfs_share_mounts:
- path: /data/OMERO-readonly
Expand Down

0 comments on commit 93b207b

Please sign in to comment.