{"id":18825367,"url":"https://github.com/grycap/ansible-role-nomad","last_synced_at":"2026-02-11T08:38:31.815Z","repository":{"id":56269379,"uuid":"105642148","full_name":"grycap/ansible-role-nomad","owner":"grycap","description":"Ansible role for Hashicorp Nomad installation","archived":false,"fork":false,"pushed_at":"2024-07-08T06:47:11.000Z","size":98,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-09-08T08:43:46.117Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-10-03T11:06:30.000Z","updated_at":"2024-07-08T06:47:19.000Z","dependencies_parsed_at":"2022-08-15T15:50:09.824Z","dependency_job_id":"57cb58de-6cfe-4a3d-bd04-41b8b9035b16","html_url":"https://github.com/grycap/ansible-role-nomad","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grycap/ansible-role-nomad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-nomad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-nomad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-nomad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-nomad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grycap","download_url":"https://codeload.github.com/grycap/ansible-role-nomad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grycap%2Fansible-role-nomad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29330011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-08T00:59:14.168Z","updated_at":"2026-02-11T08:38:31.790Z","avatar_url":"https://github.com/grycap.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n[![Build Status](https://travis-ci.org/grycap/ansible-role-nomad.svg?branch=master)](https://travis-ci.org/grycap/ansible-role-nomad)\n\nAnsible Role - Nomad agent \n=========\n\nIt provides a totally customizable Ansible role for the installation of Nomad. If the variable ```create_nomad_service``` is ```true```, this role creates a Linux service.  \n\nRole Variables\n--------------\n\nThe variables used for the installation and configuration are described in defaults/main file. \n\nExample Playbook\n----------------\n\nDeployment of client and server with Consul enabled (and available at 172.17.0.2):\n``` yml\n    - hosts: servers\n      vars:\n        name: server \n        nomad_user: nomad\n        nomad_group: nomad\n        bind_address: \"172.17.0.3\"\n        server_enabled: true\n        client_enabled: false\n        use_consul: true\n        consul_address: \"172.17.0.2:8500\"\n        create_nomad_service: true\n      roles:\n         - { role: grycap.nomad }\n\n    - hosts: clients\n      vars:\n        name: server \n        nomad_user: nomad\n        nomad_group: nomad\n        bind_address: \"172.17.0.4\"\n        server_enabled: false\n        client_enabled: true\n        use_consul: true\n        consul_address: \"172.17.0.2:8500\"\n        create_nomad_service: true\n      roles:\n         - { role: grycap.nomad }\n```\n\nLicense\n-------\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrycap%2Fansible-role-nomad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrycap%2Fansible-role-nomad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrycap%2Fansible-role-nomad/lists"}