This is very simply role to manage /etc/idmapd.conf. Written as a separate module so it can be applied easily with other modules.
Written to work as a standalone role. Tested with ansible 1.9.4.
idmapd_enabled (default false) - for automation purposes simple switch to disable/enable the role
idmapd_domain (default none) - NFSv4 domain name
Written to work as a standalone role. Tested with ansible 1.9.4.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: ansible-role-idmapd }
Apache License version 2.0