{"id":34512749,"url":"https://github.com/vantagecompute/ansible-role-vantage_agents","last_synced_at":"2026-03-14T12:38:53.672Z","repository":{"id":301656009,"uuid":"1009934408","full_name":"vantagecompute/ansible-role-vantage_agents","owner":"vantagecompute","description":"Ansible role to install the vantage agents.","archived":false,"fork":false,"pushed_at":"2025-06-28T02:30:30.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-28T03:18:55.686Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vantagecompute.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-28T02:00:55.000Z","updated_at":"2025-06-28T02:30:33.000Z","dependencies_parsed_at":"2025-06-28T03:18:56.645Z","dependency_job_id":"9a734f68-a242-4eec-8090-fbe45f4be05d","html_url":"https://github.com/vantagecompute/ansible-role-vantage_agents","commit_stats":null,"previous_names":["vantagecompute/ansible-role-vantage-agents"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vantagecompute/ansible-role-vantage_agents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vantagecompute%2Fansible-role-vantage_agents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vantagecompute%2Fansible-role-vantage_agents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vantagecompute%2Fansible-role-vantage_agents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vantagecompute%2Fansible-role-vantage_agents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vantagecompute","download_url":"https://codeload.github.com/vantagecompute/ansible-role-vantage_agents/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vantagecompute%2Fansible-role-vantage_agents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27994422,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-12-24T04:11:48.438Z","updated_at":"2025-12-24T04:11:48.525Z","avatar_url":"https://github.com/vantagecompute.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vantage_agents Ansible Role\n\n\nThis role installs and configures the `vantage-agent` and `jobbergate-agent` on Linux hosts (Debian, Ubuntu, RHEL, CentOS, Rocky, Alma, etc.) using either Snap (default) or PyPI, as determined by the `install_type` variable. It sets OIDC credentials and cluster name, and ensures both agents are running.\n\n## Requirements\n- Linux host (Debian/Ubuntu or RHEL/CentOS/Rocky/Alma)\n- snapd available (role will install if missing)\n- Ansible 2.9+\n\n## Role Variables\n| Variable           | Description                                 | Default         |\n|--------------------|---------------------------------------------|-----------------|\n| oidc_client_id     | OIDC client ID for both agents              | \"\"              |\n| oidc_client_secret | OIDC client secret for both agents          | \"\"              |\n| cluster_name       | Cluster name for vantage-agent              | \"\"              |\n| install_type       | Installation type: `snap` or `pypi`         | \"snap\"           |\n\n## Example Playbook\n\n\n```yaml\n- hosts: util_node\n  become: true\n  vars:\n    oidc_client_id: \"\u003cyour-oidc-client-id\u003e\"\n    oidc_client_secret: \"\u003cyour-oidc-client-secret\u003e\"\n    cluster_name: \"\u003cyour-cluster-name\u003e\"\n    install_type: \"snap\"   # or \"pypi\"\n  roles:\n    - role: vantage_agents\n```\n\n\n\u003e **Note:**\n\u003e - Set `install_type` to `snap` (default) or `pypi` to control installation method.\n\u003e - For `snap`, the role will install snapd if missing.\n\u003e - For `pypi`, the role will install Python, create virtual environments, and deploy systemd services for both agents.\n\n## License\nApache-2.0\n\n## Author Information\nVantage Compute \u003cinfo@vantagecompute.ai\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvantagecompute%2Fansible-role-vantage_agents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvantagecompute%2Fansible-role-vantage_agents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvantagecompute%2Fansible-role-vantage_agents/lists"}