From 32b5e420bce51b2957d122521e3cc7ac8654c276 Mon Sep 17 00:00:00 2001 From: IamTheFij Date: Sun, 13 Aug 2023 20:54:46 -0700 Subject: [PATCH] Fix incorrect README Referenced Ansible when it should have been Nomad variables. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e553b6..41491fb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Both Ansible and Terraform are used as part of this configuration. All hosts mus To begin, Ansible runs a playbook to setup the cluster. This includes installing Nomad, bootstrapping the cluster and ACLs, setting up NFS shares, creating Nomad Host Volumes, and setting up Wesher as a Wireguard mesh between hosts. -After this is complete, Ansible variables must be set for services to access and configure correctly. This depends on variables to be set based on the sample file. +After this is complete, Nomad variables must be set for services to access and configure correctly. This depends on variables to be set based on the sample file. Finally, the Terraform configuration can be applied setting up all services deployed on the cluster.