Skip to content

grycap/ansible-role-munge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible Role which installs the munge service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published