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