/ansible-role-munge

Ansible Role which installs the munge service

Apache License 2.0Apache-2.0

License CI

Munge role

Install munge service in the front and wn nodes.

# Type of node to install: front or wn
munge_type_of_node: front
# Password used to derive a munge key for authentication between the server and the workers
munge_key_password: ''

Example Playbook

- hosts: server
  roles:
  - { role: 'grycap.munge', munge_type_of_node: 'front' }

Contributing to the role

In order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request.
Thanks