GithubHelp home page GithubHelp logo

ansible-htcondor's Introduction

ansible-htcondor

Ansible role to install and configure a HTCondor system on a RHEL system.

Requirements

Ansible >= 2.11

Role Variables

See defaults/main.yml.

There are three ways to install:

  1. With a HTCondor role (ONE of central-manager, submit or execute)

  2. Without role: set condor_role: ""
    โš ๏ธ This will not remove previously defined roles in the configuration.

  3. With the HTCondor repo, and a pinned version. Just specify the version label in the condor_package_label variable. (Available for RHEL <= 8 currently)

If you do not specify condor_package_label, this role always tries to update HTCondor to the newest version, if the installed version is older than condor_minimal_version. If that update failed and the version is still below the specified minimum, it will reinstall HTCondor with the getCondor script and automatically fetch the newest available version.

condor_enforce_role: true will skip the updating step and reinstall the specified role, if it is not already present. If set to false HTCondor and the role will only be installed if HTCondor is not installed.

Installation

Install the collection via ansible-galaxy:

ansible-galaxy install usegalaxy_eu.htcondor

Playbook usage example

- name: Install and configure HTCondor
  hosts: all
  vars:
    condor_fs_domain: my_own_string
    condor_uid_domain: my_own_string
    condor_enforce_role: false
  roles:
    - usegalaxy_eu.htcondor

License

GPLv3

Author Information

Galaxy Europe

ansible-htcondor's People

Contributors

gmauro avatar kysrpex avatar mira-miracoli avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ansible-htcondor's Issues

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.