jdbeightol / nomad-ansible

Hashicorp Nomad simple ansible configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nomad-ansible

dependencies

Install ansible with ansible-playbook support. This repository has been tested to operate successfully with ansible versions up to core 2.14.4.

usage

  1. Create an ansible invientory file
  2. Create ansible variables with configuration related to hosts and groups defined in the inventory file
  3. Run ansible-playbook
ansible-playbook -i <inventory> example-playbook.yml

tips

The --check (-C) and --diff (-D) flags can be used in combination for debugging and validation before making changes on a system. Note, that these flags can sometimes cause false failures in cases whenever the success of a later action depends on the outcome of a previous one (e.g., directory creation).

About

Hashicorp Nomad simple ansible configuration

License:MIT License


Languages

Language:Jinja 100.0%