Skip to content

FedericoAntoniazzi/ansible-role-nomad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)