sudo yum update nfs-utils

Absolutely. In fact, many users invoke it as an Ansible module:

: The tool automates the installation of NFS client and server packages, eliminating the need for manual package management.

The installer uses SSH to push configs. Solution: Ensure SSH key-based authentication is set up:

- name: Deploy NFS exports using nfs-cfginstaller command: nfs-cfginstaller install --exports /opt/exports.conf --host inventory_hostname

This command: