Skip to content

Commit

Permalink
[HASHISTACK] Add nomad_instances group
Browse files Browse the repository at this point in the history
Co-authored-by: tbl <tblaesing@schutzwerk.com>
  • Loading branch information
tehtbl and sw-tblaesing committed Mar 29, 2020
1 parent a9dc2e8 commit 62671d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hashistack/part_2_hashistack/playbooks/hashistack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
consul_domain: "consul"
consul_recursors: ['1.1.1.1', '1.0.0.1']
# CONSTANTS
consul_client_address: "0.0.0.0"
consul_client_address: "0.0.0.0"
consul_dnsmasq_enable: yes
consul_acl_master_token_display: yes
vault_azurekeyvault: no


- hosts: vault_instances
Expand Down
3 changes: 3 additions & 0 deletions hashistack/part_2_hashistack/playbooks/inventory/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ server01.consul

[nomad_deployer]
server02.consul

[nomad_instances]
server01.consul

0 comments on commit 62671d0

Please sign in to comment.