Skip to content

Releases: EGI-Federation/ansible-role-wn

Ansible role: Worker Node (base) v0.1.0

25 Jul 11:44
add251c
Compare
Choose a tag to compare

Ansible Worker Node Provisioning role

DOI Build Status Maintainability

This is an Ansible role for the provisioning of a UMD worker node.
It ensures that the relevant repositories are installed and configured and that the worker-node metapackage is installed.

This release does not :

  • Configure pool users
  • Enable local resource management systems
  • Enable glexec

These will be included in a fortcoming release.

Requirements

No specific requirements

Role Variables

None yet.

Dependencies

This role uses the following roles as dependencies:

  • EGI-Foundation.umd
  • EGI-Foundation.voms-client

Example Playbook

    - hosts: worker-nodes
      roles:
         - { role: EGI-Foundation.umd, release: 4}
         - { role: EGI-Foundation.voms-client }
         - { role: EGI-foundation.wn }

License

Apache-2.0

Author Information

See AUTHORS.md