From 86ada2f4df1f0f1c5f695a3cbc89f0d5cfa00ae8 Mon Sep 17 00:00:00 2001 From: James Hackett Date: Thu, 8 Dec 2022 01:01:00 +0000 Subject: [PATCH] updates vars associated with hosts --- ansible/group_vars/all.yml | 1 - ansible/group_vars/all.yml.sample | 2 ++ ansible/hosts.sample | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 ansible/group_vars/all.yml diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml deleted file mode 100644 index a665630..0000000 --- a/ansible/group_vars/all.yml +++ /dev/null @@ -1 +0,0 @@ -ansible_user: mojito diff --git a/ansible/group_vars/all.yml.sample b/ansible/group_vars/all.yml.sample index 1868dfa..c7c35a3 100644 --- a/ansible/group_vars/all.yml.sample +++ b/ansible/group_vars/all.yml.sample @@ -1 +1,3 @@ ansible_user: CHANGEME +nomad_datacenter_name: "aperture" +nomad_server_bootstrap_expect: 3 \ No newline at end of file diff --git a/ansible/hosts.sample b/ansible/hosts.sample index d7251a8..0774650 100644 --- a/ansible/hosts.sample +++ b/ansible/hosts.sample @@ -1,3 +1,8 @@ glados ansible_host=10.10.0.4 wheatley ansible_host=10.10.0.5 chell ansible_host=10.10.0.6 + +[nomad] +glados +wheatley +chell