FedericoAntoniazzi / ansible-role-nomad

Ansible role to install and configure HashiCorp Nomad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

federicoantoniazzi.nomad

Install and configure Hashicorp Nomad

Role Variables

All variables have been taken from the official documentation page. There you can find a complete reference for the variables scope and usage.

Generic configuration

nomad.yml

Node configuration

nodeconfig.yml

Client configuration

clientconfig.yml

Server configuration

serverconfig.yml

Plugin configuration

docker.yml

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- name: Install Nomad
  hosts: nomad
  vars:
    nomad_roles: ['server', 'client']
  roles:
    - nomad

License

MIT

Author Information

FedericoAntoniazzi (website)

About

Ansible role to install and configure HashiCorp Nomad

License:MIT License


Languages

Language:Jinja 100.0%