This role installs Hashicorp Nomad.
- Version of the ansible for installation: >=2.8
- Supported OS:
- Ubuntu
- 18.04
- 20.04
- Ubuntu
- defaults:
NOMAD_VERSION
Version to install. Defualt:1.1.4
NOMAD_DOWNLOAD_PATH
Nomad download URL. Default:https://releases.hashicorp.com/nomad/{{ NOMAD_VERSION }}/nomad_{{ NOMAD_VERSION }}_linux_amd64.zip
- name: Converge
hosts: nomad
roles:
- role: ansible-nomad
BSD
- René Gärtner