Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Dec 1, 2024
1 parent 7e47482 commit 2bd5cc7
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@

roles:

- role: ome.selinux_utils
tasks:
debug:
msg: "SELinux is enabled or permissive"
when: selinux_enabled

- role: ome.nfs_share
nfs_shares:
/data/OMERO:
Expand All @@ -41,6 +35,16 @@

tasks:
# Lock down the read-write node in the read-only cluster
- name: check selinux
debug:
msg: "SELinux is enabled or permissive"
when: selinux_enabled

- name: check not installed
debug:
msg: "SELinux is NOT enabled or permissive"
when: selinux_enabled

- name: OMERO.server prevent external access
become: yes
copy:
Expand Down

0 comments on commit 2bd5cc7

Please sign in to comment.