Giter Club home page Giter Club logo

ansible-role-umd's Introduction

Unified Middleware Distribution (UMD)

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:

# UMD release version (no default)
release: 4

# Enables the candidate repository, commonly used in the release candidate
# verification (defaults to 'false')
enable_candidate_repo: false

# Enables the testing repository (defaults to 'false')
enable_testing_repo: false

# Enables the untested repository (defaults to 'false')
enable_untested_repo: false

# Enables the IGTF repository for trusted CAs (defaults to 'false')
ca_verification: false

# CA version (defaults to '1', only if 'ca_verification: true')
ca_version: 1

# CA branch (defaults to 'production', only if 'ca_verification: true')
ca_branch: production

# CA servers (defaults to 'repository.egi.eu', only if
# 'ca_verification: true')
ca_server: repository.egi.eu

# Installs 'fetch-crl' package if enabled (defaults to 'false')
crl_deploy: false

Dependencies

  • geerlingguy.repo-epel

Example Playbook

  1. Installs UMD repository files (if current OS is supported)

    • hosts: all roles:
      • { role: ansible-umd }
  2. Installs UMD repository files, enabling the candidate repository

    • hosts: all roles:
      • { role: ansible-umd, enable_candidate_repo: true }
  3. Installs 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

Pablo Orviz [email protected]

ansible-role-umd's People

Contributors

orviz avatar ypatois avatar samuelbernardolip avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.