Installs pdsh and sets up a /etc/genders based on ansible groups.
- A repo installed on the machine that have the pdsh dependencies.
- A hosts file with groups
see defaults/main.yml
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-pdsh-genders }
MIT