Skip to content

Releases: EGI-Federation/ansible-role-umd

Ansible Role: UMD base (v0.1.1)

23 Oct 16:14
Compare
Choose a tag to compare

Unified Middleware Distribution (UMD)

Build Status Docker Repository on Quay

The role deploys the repository files needed to access the products
distributed by UMD, currently supported for Scientific Linux 6 and CentOS7.
This role optionally deploys the Interoperable Global Trust Federation (IGTF) repository file.

Requirements

This role requires Ansible 2.0 or higher. The only dependency is EPEL,
included in the metadata file.

Role Variables

Brief description of the variables used in the role:

  • release (int) UMD release version (no default)
    • e.g. release: 4
  • enable_candidate_repo (bool) Enable the candidate repository, commonly used in the release candidate (defaults to false)
    • e.g. enable_candidate_repo: false
  • enable_testing_repo (bool) : Enables the testing repository (defaults to 'false')
    • e.g. enable_testing_repo: false
  • enable_untested_repo: false : Enables the untested repository (defaults to 'false')
  • ca_verification: false - Enables the IGTF repository for trusted CAs (defaults to false)
  • ca_version: 1 : CA version (defaults to '1', only if ca_verification: true)
  • ca_branch: production : CA branch (defaults to 'production', only if ca_verification: true)
  • ca_verification: true: - CA servers (defaults to 'repository.egi.eu', only if
    ca_verification: true)
    • e.g. ca_server: repository.egi.eu
  • crl_deploy: false : Installs 'fetch-crl' package if enabled (defaults to false)
    • e.g. : crl_deploy: false

Dependencies

  • geerlingguy.repo-epel

Example Playbook

This role can be used in several scenarios, depending on your environment. These are some examples of how to use this role

Just install UMD repository files (if current OS is supported)

    - hosts: all
      roles:
         - { role: ansible-umd }

Install UMD repository files, enabling the candidate repository

    - hosts: all
      roles:
         - { role: ansible-umd, enable_candidate_repo: true }

Install UMD repository files together with the IGTF repository of trusted CAs.

    - hosts: all
      roles:
         - { role: ansible-umd, ca_verification: true }

License

Apache 2.0

Author Information

Original author Pablo Orviz [email protected]
For contributions see AUTHORS.md