{"id":29647316,"url":"https://github.com/nahsi/ansible-nomad","last_synced_at":"2025-07-22T03:07:35.671Z","repository":{"id":37955202,"uuid":"429315775","full_name":"nahsi/ansible-nomad","owner":"nahsi","description":"Ansible role for HashiCorp Nomad","archived":false,"fork":false,"pushed_at":"2025-06-18T17:52:28.000Z","size":51,"stargazers_count":2,"open_issues_count":11,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-22T01:58:11.929Z","etag":null,"topics":["ansible","gentoo","hashicorp","nomad"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nahsi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-11-18T06:06:30.000Z","updated_at":"2024-05-15T17:54:25.000Z","dependencies_parsed_at":"2023-12-05T12:27:57.235Z","dependency_job_id":"0e69be37-c89f-4efb-a6f5-7a2d62c280f1","html_url":"https://github.com/nahsi/ansible-nomad","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nahsi/ansible-nomad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahsi%2Fansible-nomad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahsi%2Fansible-nomad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahsi%2Fansible-nomad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahsi%2Fansible-nomad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nahsi","download_url":"https://codeload.github.com/nahsi/ansible-nomad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nahsi%2Fansible-nomad/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266417269,"owners_count":23925301,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["ansible","gentoo","hashicorp","nomad"],"created_at":"2025-07-22T03:07:34.835Z","updated_at":"2025-07-22T03:07:35.651Z","avatar_url":"https://github.com/nahsi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nomad\n\nInstall, configure and maintain [Nomad](https://www.nomadproject.io) - a\nworkload orchestrator from HashiCorp.\n\n## Role Philosophy\n\nPlease see\n[ansible-consul](https://github.com/nahsi/ansible-consul#role-philosophy).\n\n## Role Variables\n\nSee [defaults/](https://github.com/nahsi/ansible-nomad/blob/master/defaults/)\nfor details and examples.\n\n#### `nomad_version`\n\n- version to use\n\n#### `nomad_dirs`\n\n- a map of directories to create\n- default:\n\n```yml\nnomad_dir: \"/opt/nomad\"\nnomad_dirs:\n  main:\n    path: \"{{ nomad_dir }}\"\n  configs:\n    path: \"{{ nomad_dir }}/config.d\"\n  certs:\n    path: \"{{ nomad_dir }}/certs\"\n    mode: \"u=rwX,g=rX,o=\"\n  logs:\n    path: \"/var/log/nomad\"\n  data:\n    path: \"/var/lib/nomad\"\n    mode: \"u=rwX,g=rX,o=\"\n```\n\n#### `nomad_config`\n\n- main [configuration](https://www.nomadproject.io/docs/configuration) file\n- example: please see\n  [defaults/example.yml](https://github.com/nahsi/ansible-nomad/blob/master/defaults/example.yml)\n\n#### `nomad_configs`\n\n- map of configuration files to create in `config.d` directory\n\n#### `nomad_user`\n\n- owner of nomad process and files. Set to `nomad` on server hosts. On client\n  hosts `root` is required.\n- default: `root`\n\n#### `nomad_grop`\n\n- group of `nomad_user`. Set to `nomad` on server hosts.\n- default: `root`\n\n#### `nomad_download_url`\n\n- url to get nomad archive from\n- default: `https://releases.hashicorp.com`\n\n#### `nomad_service`\n\n- openrc service file\n- default: see\n  [defaults/main.yml](https://github.com/nahsi/ansible-nomad/blob/master/defaults/main.yml)\n\n#### `nomad_unitfile`\n\n- systemd unit file\n- default: see\n  [defaults/main.yml](https://github.com/nahsi/ansible-nomad/blob/master/defaults/main.yml)\n\n#### `skip_handlers`\n\n- skipt consul restart/reload - useful when building images with packer\n- default: `false`\n\n## Tags\n\n- `config` - update Nomad unit/service file and sync configuration files\n\n## Author\n\n- **Anatoly Laskaris** - [nahsi](https://github.com/nahsi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnahsi%2Fansible-nomad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnahsi%2Fansible-nomad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnahsi%2Fansible-nomad/lists"}