sanjaysrikakulam / usegalaxy-eu_ansible-htcondor

Installing HTCondor from the official repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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
  roles:
    - usegalaxy_eu.htcondor

License

GPLv3

Author Information

Galaxy Europe

About

Installing HTCondor from the official repository


Languages

Language:Python 70.7%Language:Jinja 29.3%