hamidyousefi.nomad

Hashicorp Nomad Ansible Role

Hashicorp is a great company that focuses on infrastructure services. I like using their products in my personal and business projects. Having well-defined Ansible roles for installing and setting them up would make everything easier.

This role is created for personal use, but feel free to include it in your playbooks. I promise to keep it compatible with older versions and add necessary options to keep it updated and useful.

How to Use It

To install this role on your machine, use the command below:

ansible-galaxy install hamidyousefi.nomad

If you have a playbook, you can add these lines to your roles/requirements.yml file. You can create this file if you don't have one yet.

- name: hamidyousefi.nomad
  version: master

The master version is the latest update of this role. It's better to specify the version you want to use by changing it to something like v1.0.2. You can find the list of versions and their details on the releases page.

Default Variables

nomad_version: 1.0.1
nomad_servers:
  - ip: 127.0.0.1
    port: 4647
nomad_network_interface: ens3
nomad_ip_version: ipv4
Informazioni sul progetto

Hashicorp Nomad Service Installation

Installa
ansible-galaxy install hamidyousefi.nomad
Licenza
gpl-2.0
Download
75
Proprietario
Software & DevOps Engineer