Install and configure Hashicorp Nomad
All variables have been taken from the official documentation page. There you can find a complete reference for the variables scope and usage.
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
MIT
FedericoAntoniazzi (website)