No description
  • HCL 74.1%
  • Smarty 15.3%
  • Shell 10.6%
Find a file
oss-core-libraries-dashboard[bot] eba21eaa5d
[COMPLIANCE] Update Copyright and License Headers (#67)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-02-20 15:28:43 +05:30
application-deployment Update setup.sh 2021-07-20 15:42:35 +08:00
assets Added README and updated logo 2020-04-29 13:36:48 -04:00
multi-cloud Initial commit 2017-11-25 12:05:12 -06:00
operations added require-docker-digests.sentinel 2021-05-21 12:22:20 -04:00
provision/vagrant trim extra white lines 2019-09-06 18:35:56 -05:00
workload-flexibility Initial commit 2017-11-25 12:05:12 -06:00
.gitignore added consul-connect-with-nomad demo 2018-11-14 15:41:37 -05:00
LICENSE [COMPLIANCE] Update Copyright and License Headers (#67) 2026-02-20 15:28:43 +05:30
README.md Added README and updated logo 2020-04-29 13:36:48 -04:00



Nomad-Guides

Example usage of HashiCorp Nomad (Work In Progress)

provision

This area will contain instructions to provision Nomad and Consul as a first step to start using these tools.

These may include use cases installing Nomad in cloud services via Terraform, or within virtual environments using Vagrant, or running Nomad in a local development mode.

application-deployment

This area will contain instructions and gudies for deploying applications on Nomad. This area contains examples and guides for deploying secrets (from Vault) into your Nomad applications.

operations

This area will contain instructions for operating Nomad. This includes topics such as configuring Sentinel policies, namespaces, ACLs etc.

gitignore.tf Files

You may notice some gitignore.tf files in certain directories. .tf files that contain the word "gitignore" are ignored by git in the .gitignore file.

If you have local Terraform configuration that you want ignored (like Terraform backend configuration), create a new file in the directory (separate from gitignore.tf) that contains the word "gitignore" (e.g. backend.gitignore.tf) and it won't be picked up as a change.

Contributing

We welcome contributions and feedback! For guide submissions, please see the contributions guide