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