Skip to content

EGI-Federation/ansible-role-wn

Repository files navigation

Ansible Worker Node Provisioning role 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.

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 }

If you are building the role in a Docker container, you can start from the image expressed by the role EGI-Foundation.voms-client: quay.io/egi/voms-client

License

Apache-2.0

Author Information

See AUTHORS.md