Skip to content

Commit

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

tasks:
# Lock down the read-write node in the read-only cluster
- name: install checkpolicy
become: true
ansible.builtin.dnf:
update_cache: true
name:
- checkpolicy
- policycoreutils
- ipa-selinux
- name: Set selinux vars for nfs
ansible.posix.seboolean:
name:
- nfs_export_all_ro
- nfs_export_all_rw
state: true
persistent: true

- name: check selinux
debug:
msg: "SELinux is enabled or permissive"
Expand Down

0 comments on commit 0e97fdb

Please sign in to comment.