Skip to content

Commit

Permalink
debug 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Dec 1, 2024
1 parent f2ff013 commit 3d024f8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ansible/idr-omero-readonly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@
state: directory
mode: 0755
# Lock down the read-write node in the read-only cluster
- name: install checkpolicy
- name: install nfs-utils
become: true
ansible.builtin.dnf:
update_cache: true
name: nfs-utils
state: present

- name: Display nfs-server status
command: sudo systemctl enable --now nfs-server
command:
- systemctl enable --now nfs-server
- firewall-cmd --permanent --add-service=nfs
- firewall-cmd --reload
register: command_output

- name: Print to console
Expand Down

0 comments on commit 3d024f8

Please sign in to comment.