updates vars and default playbook

This commit is contained in:
James Hackett 2022-12-08 01:58:38 +00:00
parent f69a8b87d1
commit d010988e56
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,4 @@
ansible_user: CHANGEME
nomad_datacenter_name: "aperture"
nomad_server_bootstrap_expect: 3
consul_generated_encrypt_key: CHANGEME

View file

@ -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
# - { 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