From d010988e566e6eb0fb5ca3ee47cdb38a6de3244a Mon Sep 17 00:00:00 2001 From: James Hackett Date: Thu, 8 Dec 2022 01:58:38 +0000 Subject: [PATCH] updates vars and default playbook --- ansible/group_vars/all.yml.sample | 3 ++- ansible/redbrick-ansible.yml | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ansible/group_vars/all.yml.sample b/ansible/group_vars/all.yml.sample index c7c35a3..2c2bba8 100644 --- a/ansible/group_vars/all.yml.sample +++ b/ansible/group_vars/all.yml.sample @@ -1,3 +1,4 @@ ansible_user: CHANGEME nomad_datacenter_name: "aperture" -nomad_server_bootstrap_expect: 3 \ No newline at end of file +nomad_server_bootstrap_expect: 3 +consul_generated_encrypt_key: CHANGEME \ No newline at end of file diff --git a/ansible/redbrick-ansible.yml b/ansible/redbrick-ansible.yml index 839b297..c49fea8 100644 --- a/ansible/redbrick-ansible.yml +++ b/ansible/redbrick-ansible.yml @@ -8,7 +8,9 @@ #- { role: ssh } # add users defined in roles/defaults/main.yml #- { role: fail2ban } # add and configure fail2ban with jail file located in `templates/fail2ban.jail` -- name: Configure Nomad +- name: Configure Nomad & Consul hosts: nomad roles: - - { role: configure-nomad } # install nomad, configure the client & server based on `templates/` and vars on nomad group \ No newline at end of file + # - { role: hashicorp-apt } # add hashicorp apt repo to apt sources + # - { role: configure-nomad } # install nomad, configure and start the client & server based on `templates/` on nomad group + # - { role: configure-consul } # install consul, configure and start the client & server based on `templates/` on nomad group