{"id":18825599,"url":"https://github.com/grycap/ansible-role-htcondor","last_synced_at":"2026-01-21T01:30:17.506Z","repository":{"id":54941092,"uuid":"76266648","full_name":"grycap/ansible-role-htcondor","owner":"grycap","description":"Ansible Role to install an HTCondor Cluster","archived":false,"fork":false,"pushed_at":"2024-05-16T05:37:25.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":6,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-12-30T04:59:54.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grycap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-12-12T14:59:00.000Z","updated_at":"2023-09-06T11:13:43.000Z","dependencies_parsed_at":"2024-04-09T07:24:29.229Z","dependency_job_id":"3ce75d74-e2d5-4056-8621-db2be1067d91","html_url":"https://github.com/grycap/ansible-role-htcondor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-htcondor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-htcondor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-htcondor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-htcondor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grycap","download_url":"https://codeload.github.com/grycap/ansible-role-htcondor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763668,"owners_count":19692800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T01:00:10.215Z","updated_at":"2026-01-21T01:30:17.463Z","avatar_url":"https://github.com/grycap.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"HTCondor cluster Role\n======================\n\n[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n[![Build Status](https://github.com/grycap/ansible-role-htcondor/actions/workflows/main.yaml/badge.svg)](https://github.com/grycap/ansible-role-htcondor/actions/workflows/main.yaml)\n\nAnsible Role to install an HTCondor [HTCondor] Cluster (https://research.cs.wisc.edu/htcondor/).\nRecipe to be used by [EC3](http://servproject.i3m.upv.es/ec3/).\n\nRole Variables\n--------------\n\nThe variables that can be passed to this role and a brief description about them are as follows.\n\n```yaml\n# HTCondor version: https://research.cs.wisc.edu/htcondor/repo/keys/\n# Example values:\n#   9.0\n#   9.1\n#   9.x\n#   10.0\n#   10.x\n#   23.0\n#   23.x\nhtcondor_version: 10.x\n\n# Domain config\n# https://htcondor.readthedocs.io/en/latest/users-manual/submitting-a-job.html#submitting-jobs-using-a-shared-file-system\nhtcondor_domain: \"\"\n\n# HTCondor roles:\n# Are overwrited it htcondor_type_of_node is set\nhtcondor_role_manager: false\nhtcondor_role_submit: false\nhtcondor_role_execute: false\n\n# Condor password (to be added to Vault?)\n# it can also be set from CLI:\n# ansible-playbook playbook-htcondor.yml --user cloudadm --extra-vars htcondor_password=changeme\nhtcondor_password: changeme\n\n# Type of node to install: front, wn\nhtcondor_type_of_node: 'front'\n\n# Server name\nhtcondor_server: \"{{ ansible_fqdn }}\"\n\n# Default ssh user\nhtcondor_ssh_user: condoruser\n```\n\nExample Playbook\n----------------\n\nThis an example of how to install an HTCondor front node:\n\n```yaml\n- hosts: server\n  roles:\n  - { role: 'grycap.htcondor', htcondor_type_of_node: 'front', htcondor_role_manager: true, htcondor_role_submit: true }\n```\n\nThis an example of how to install an HTCondor working node:\n\n```yaml\n- hosts: server\n  roles:\n  - { role: 'grycap.htcondor', htcondor_type_of_node: 'wn', htcondor_role_execute: true }\n```\n\nContributing to the role\n========================\n\nIn order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request.  \nThanks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrycap%2Fansible-role-htcondor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrycap%2Fansible-role-htcondor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrycap%2Fansible-role-htcondor/lists"}