Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/federicoantoniazzi/ansible-role-nomad
Ansible role to install and configure HashiCorp Nomad
https://github.com/federicoantoniazzi/ansible-role-nomad
ansible ansible-roles docker hashicorp hashicorp-nomad nomad
Last synced: about 1 month ago
JSON representation
Ansible role to install and configure HashiCorp Nomad
- Host: GitHub
- URL: https://github.com/federicoantoniazzi/ansible-role-nomad
- Owner: FedericoAntoniazzi
- License: mit
- Created: 2022-11-10T22:14:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T22:21:16.000Z (over 1 year ago)
- Last Synced: 2024-10-13T07:23:13.600Z (about 1 month ago)
- Topics: ansible, ansible-roles, docker, hashicorp, hashicorp-nomad, nomad
- Language: Jinja
- Homepage:
- Size: 45.9 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# federicoantoniazzi.nomad
Install and configure Hashicorp Nomad
## Role Variables
All variables have been taken from the [official documentation page](https://developer.hashicorp.com/nomad/docs/configuration). There you can find a complete reference for the variables scope and usage.### Generic configuration
[`nomad.yml`](https://github.com/FedericoAntoniazzi/ansible-role-nomad/blob/master/defaults/main/nomad.yml)
### Node configuration
[`nodeconfig.yml`](https://github.com/FedericoAntoniazzi/ansible-role-nomad/blob/master/defaults/main/nodeconfig.yml)
### Client configuration
[`clientconfig.yml`](https://github.com/FedericoAntoniazzi/ansible-role-nomad/blob/master/defaults/main/clientconfig.yml)
### Server configuration
[`serverconfig.yml`](https://github.com/FedericoAntoniazzi/ansible-role-nomad/blob/master/defaults/main/serverconfig.yml)
### Plugin configuration
[`docker.yml`](https://github.com/FedericoAntoniazzi/ansible-role-nomad/blob/master/defaults/main/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:
```yaml
- name: Install Nomad
hosts: nomad
vars:
nomad_roles: ['server', 'client']
roles:
- nomad
```## License
MIT
## Author Information
FedericoAntoniazzi ([website](https://federicoantoniazzi.dev))