Remove some hosts

This commit is contained in:
IamTheFij 2022-09-27 21:27:34 -07:00
parent 7d25cd3098
commit bfa8633fcf
2 changed files with 9 additions and 8 deletions

View File

@ -20,6 +20,7 @@ all:
mode: "0755"
read_only: false
n2.thefij:
nomad_node_class: ingress
nomad_node_role: both
nomad_unique_host_volumes:
- name: nextcloud-data
@ -40,13 +41,13 @@ all:
group: "bin"
mode: "0755"
read_only: false
n3.thefij:
nomad_node_class: ingress
nomad_node_role: both
pi4:
nomad_node_role: client
pi3:
nomad_node_role: client
# n3.thefij:
# nomad_node_class: ingress
# nomad_node_role: both
# pi3:
# nomad_node_role: client
# pi4:
# nomad_node_role: client
consul_instances:
children:

View File

@ -16,7 +16,7 @@
consul_node_role: server
consul_bootstrap_expect: true
consul_bootstrap_expect_value: 3
consul_bootstrap_expect_value: "{{ [(play_hosts | length), 3] | min }}"
consul_user: consul
consul_manage_user: true