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 93b207b commit 24c91ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,26 @@
{{ hostvars[groups[idr_environment | default('idr') +
'-omeroreadwrite-hosts'][0]][
'ansible_' +(idr_net_iface | default('eth0'))]['ipv4']['address'] }}
# selinux
- name: selinux booleans
become: true
seboolean:
name: "{{ item }}"
state: true
persistent: true
with_items:
- httpd_read_user_content
- httpd_enable_homedirs
when: selinux_enabled


#- 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 24c91ce

Please sign in to comment.